Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

appJar variable is not expanded correctly. #19

Open
ghost opened this issue Jul 22, 2015 · 0 comments
Open

appJar variable is not expanded correctly. #19

ghost opened this issue Jul 22, 2015 · 0 comments

Comments

@ghost
Copy link

ghost commented Jul 22, 2015

I am using 1.0.0

When I inspect the izpack.xml I see the appJar variable expanded incorrectly:

<variable name="appJar" value="C:\scm\incubator\scala-daemon-example\target\scala-2.11\[email protected]"/>

It looks like the version property is being incorrectly substituted with the property name itself instead of name.value.

Indeed this looks to be the case in Izpack.scala:

val jarName = "%s_%s-%s.jar" format (normalizedName.value,
                                       scalaVersion.value,
                                       version)
val appJar = FileUtil.joinPath(classesParent, jarName)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants