Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » PDE Build produces a buildRepo with folder artifacts
PDE Build produces a buildRepo with folder artifacts [message #604399] Wed, 27 January 2010 09:53
Peter Kullmann is currently offline Peter KullmannFriend
Messages: 240
Registered: July 2009
Senior Member
Hi,

We have the problem that our PDE headless product build produces folder
artifacts inside the build repo. This is a problem when such a
repository is accessed over http.

For example: The product includes org.apache.ant which is a plugin that
has to be unzipped to be used. We use the properties

p2.gathering=true
repoBaseLocation=...
transformedRepoLocation=...

in our build.properties and have a preProcessRepos task in
customTargets.xml that mirrors the org.apache.ant (among others).

The repo2runnable task unpacks the org.apache.ant plugin into the
transformedRepoLocation which is OK, since one wants to compile against it.

But at the end, in the finished buildRepo, the org.apache.ant bundle is
still unpacked. We use a custom publish step here to mirror the
buildRepo to a location on the build web server. The mirror task keeps
the bundle as a folder. People accessing the server from outside are not
able to download the artifact since it is not jarred.


Im very grateful for any hints for this
Peter
Previous Topic:PDE Build produces a buildRepo with folder artifacts
Next Topic:"org.eclipse.test.coretestapplication" could not be found in the registry
Goto Forum:
  


Current Time: Fri Apr 26 00:05:15 GMT 2024

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

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

Back to the top