Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Headless PDE vs non-headless differs(One cretaes some jars; the other creates directories)
Headless PDE vs non-headless differs [message #912083] Wed, 12 September 2012 22:57 Go to next message
Herb Miller is currently offline Herb MillerFriend
Messages: 22
Registered: September 2011
Junior Member
We are trying to do a PDE headless build with no other helper applications (no Hudson or Buckminister). This is not my choice but it is what it is. Also, we are not doing a feature build, just a regular product-type build (for lack of a better term).

Both builds work (headless vs. eclipse built). What we are seeing is that one of the builds creates some of the plugins as jar files and the other build creates them as plugins in a directory with all of the files in the directory.

Is there a way to make the builds work the same? Is there some option we overlooked that may be causing the difference in the builds? Do we need to set something in our build.properties file to fix this?

Thanks.
Re: Headless PDE vs non-headless differs [message #912322 is a reply to message #912083] Thu, 13 September 2012 10:49 Go to previous message
Martin Skorsky is currently offline Martin SkorskyFriend
Messages: 112
Registered: July 2009
Senior Member
In the build.properties of the headless build

#Set to true if you want the output to be ready for an update jar (no site.xml generated)
outputUpdateJars = true

should do it.
Previous Topic:developing a command line tool building on Eclipse plugins
Next Topic:Code manipulation
Goto Forum:
  


Current Time: Tue Apr 16 13:14:07 GMT 2024

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

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

Back to the top