Changing output .jar name and other build parameters

5 posts / 0 new
Last post
Vasily Zakharov
Jolaf's picture
Offline
Mobile Conjurer
Joined: 6 Apr 2010
Posts:
Changing output .jar name and other build parameters

As far as I can see, the program .jar/.jad files being built have their names hardcoded in JavaPackager to be equal to project-name, which is in fact a name of a directory where the project is stored.

Is there a way to give the deployable .jar/.jad files a different name without renaming the project directory?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Mattias Bybro
mattiasb's picture
Offline
Mobile Conjurer
Joined: 20 Jan 2010
Posts:

Short answer: no. Slightly longer answer: soon. We've just implemented similar settings for application publisher and version, so I'll add an "application name" field in there as well. As soon as I'm done I'll post the revision # here.

Vasily Zakharov
Jolaf's picture
Offline
Mobile Conjurer
Joined: 6 Apr 2010
Posts:

Great, thanks!

Mattias Bybro
mattiasb's picture
Offline
Mobile Conjurer
Joined: 20 Jan 2010
Posts:

r1148 (file extensions still hard-coded though; platform dependent)

Vasily Zakharov
Jolaf's picture
Offline
Mobile Conjurer
Joined: 6 Apr 2010
Posts:

Thanks!