Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » headless feature export for webstart (generate jnlp and sign jars)
headless feature export for webstart (generate jnlp and sign jars) [message #463083] Tue, 06 February 2007 09:46
Igor Semenko is currently offline Igor SemenkoFriend
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
Previous Topic:Headless product export for webstart
Next Topic:Non-resizable view
Goto Forum:
  


Current Time: Thu Sep 19 15:48:28 GMT 2024

Powered by FUDForum. Page generated in 0.03469 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top