Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » PDE Build (Ant) Mucking With Bundle MANIFEST.MF
PDE Build (Ant) Mucking With Bundle MANIFEST.MF [message #587853] Wed, 07 January 2009 21:35
Mark Melvin is currently offline Mark MelvinFriend
Messages: 118
Registered: July 2009
Senior Member
Hi,

I am integrating my plugin builds into a continuous integration type
system. I've noticed that the difference between the bundle JARs produced
with my new build system and those produced by my old, monolithic PDE
build is that the new JARs have had their bundle manifests molested at
some point by Ant. They now contain the following lines:

Ant-Version: Apache Ant 1.7.0
Created-By: 1.5.0_06-b05 (Sun Microsystems Inc.)

First off, I'd like to know why this is happening now and it never has
before. The generated build.xml files that PDE build is using look the
same (the call to the Ant <jar ..> task is identical). Does anyone know
what prevents this from happening in a normal PDE build, or what may
trigger it to happen in general?
Second, are these lines going to screw up my bundle? I don't think they
are, but I would like to prevent them from appearing anyway.

Thanks in advance,
Mark.
Previous Topic:clarifying the importance of includes & requires in feature.xml for <eclipse.generateBuildScr
Next Topic:running Project -> Clean.. causes BundleException error
Goto Forum:
  


Current Time: Thu Apr 25 06:53:32 GMT 2024

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

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

Back to the top