Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Headless product export for webstart
Headless product export for webstart [message #463028] Mon, 05 February 2007 16:54 Go to next message
Igor Semenko is currently offline Igor SemenkoFriend
Messages: 14
Registered: July 2009
Junior Member
I have automated headless product-based application build script and it works fine. Recently I added webstart wrapping feature and it works fine using Eclipse's product export wizard where I specify jar signing params and hints for generating jnlp descriptors.

How can I launch this wizard from command line that would create the same output as using Eclipse?

Thanks.
Re: Headless product export for webstart [message #463082 is a reply to message #463028] Tue, 06 February 2007 09:38 Go to previous message
Igor Semenko is currently offline Igor SemenkoFriend
Messages: 14
Registered: July 2009
Junior Member
I found that there is a set of related properties in build.properties file:

#generateJnlp=false
#jnlp.codebase=<codebase url>
#jnlp.j2se=<j2se version>

#Set to true if you want to sign jars
#signJars=false
#sign.alias=<alias>
#sign.keystore=<keystore location>
#sign.storepass=<keystore password>

When I properly set them, my jars are signed as expected. I still 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:Registering my own custom IProgressMonitor
Next Topic:headless feature export for webstart (generate jnlp and sign jars)
Goto Forum:
  


Current Time: Fri Sep 13 01:41:19 GMT 2024

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

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

Back to the top