headless feature export for webstart (generate jnlp and sign jars) [message #463083] |
Tue, 06 February 2007 09:46 |
Igor Semenko Messages: 14 Registered: July 2009 |
Junior Member |
|
|
I have feature based project which is able to start via WebStart. I have no
problems when exporting it using Eclipse's wizard. Now I'd like to automate
java web start product build process, particularly generating jnlp
descriptors and sign jar files.
I found that there is a set of related properties in build.properties file:
#generateJnlp=false
#jnlp.codebase=
#jnlp.j2se=
#Set to true if you want to sign jars
#signJars=false
#sign.alias=
#sign.keystore=
#sign.storepass=
When I properly set them, my jars are signed as expected. However, I have
the problem with jnlp descriptors because they got generated, but not
included into final .zip file and therefore they are lost.
Is there any way to either:
- keep generated artifacts in directory, avoid creating .zip file for my
product/feature build
- jump into build process (probably using customTargets.xml) and save
generated jnlp files before they are deleted
Thanks
|
|
|
Powered by
FUDForum. Page generated in 0.03469 seconds