Skip to content

Variables arent replaced #5

@SamTV12345

Description

@SamTV12345

I have the problem that the environment variables arent replaced. The target/packaging/win-jpackage.txt looks like this:

--type msi
--name ${app.name}
--win-menu
--win-menu-group ${windows.vendor}
--vendor ${windows.vendor}
--icon ${project.basedir}\app-icon.ico
--dest ${project.build.directory}
--main-jar ${project.build.finalName}.jar
--main-class ${main-class}
--input ${project.build.directory}\dependency
--app-version ${app.version}
--runtime-image ${project.build.directory}\jvm-image
--temp ${project.build.directory}\installer-work
--win-upgrade-uuid ${windows.upgrade.uuid}
--description "${project.description}"
--copyright "(C) ${windows.vendor}"

and I'm getting this error:

[ERROR] jpackage failed with error code [1]
[INFO] Specified runtime image directory runtime-image: ${project.build.directory}\jvm-image does not exist

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions