Skip to main content



      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 #510329] Wed, 27 January 2010 04:53
Eclipse UserFriend
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:Using different JDKs for Building my Application with ANT
Next Topic:PDE Build produces a buildRepo with folder artifacts
Goto Forum:
  


Current Time: Fri Jul 04 23:57:26 EDT 2025

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

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

Back to the top