Re: Manifest files

2007-03-27 Thread Steve Loughran
wolverine my wrote: Hi! I created a JAR with the following Ant task: The HelloWorld.jar contains two manifest files: ... META-INF/MANIFEST.MF HelloWorld.mf Both manifest files are the same except that the MANIFEST.MF contains two extra lines: Ant-Version: Apache Ant 1.7.0 Created-By

Manifest files

2007-03-26 Thread wolverine my
Hi! I created a JAR with the following Ant task: The HelloWorld.jar contains two manifest files: ... META-INF/MANIFEST.MF HelloWorld.mf Both manifest files are the same except that the MANIFEST.MF contains two extra lines: Ant-Version: Apache Ant 1.7.0 Created-By: 1.5.0_11-b03 (Sun

Re: Merge manifest files

2006-02-07 Thread Giovanni Mesturini
Thank you very much Conor. We just have passed over the problem making Maven to build up the manifest following instructions defined in POMs. So we completely ignore old manifest files from single projects in order to follow artifact dependencies defined in POMs. Thank you once again Jo

Re: Merge manifest files

2006-02-03 Thread Conor MacNeill
Giovanni, > > Just tried, but it doesn't work completely. The > resulting manifest is compilant but some dependencies > in class-path are missing. > It should work. The process Stefan outlines ultimately uses the merge() method you identified below, so if you were to use that directly you would

Re: Merge manifest files

2006-02-02 Thread Giovanni Mesturini
nto one. I can't find the way to merge up > all > > manifest files from many projects into a single > one. > > There is no built-in one. > > What probably would work is to create jar files for > each of your > manifests (putting the manifests in as > META-IN

Re: Merge manifest files

2006-02-02 Thread Stefan Bodewig
On Thu, 2 Feb 2006, Giovanni Mesturini <[EMAIL PROTECTED]> wrote: > I'm going to set up a temporary-maven-compilant > project, taking source code from many different src > dirs into one. I can't find the way to merge up all > manifest files from many projects into a si

Merge manifest files

2006-02-02 Thread Giovanni Mesturini
Hi all, I'm going to set up a temporary-maven-compilant project, taking source code from many different src dirs into one. I can't find the way to merge up all manifest files from many projects into a single one. Any suggestion? I've also considered the possibility to use a (u

Re: Updating Manifest Files

2003-07-23 Thread Stefan Bodewig
On Wed, 23 Jul 2003, Vikas Phonsa <[EMAIL PROTECTED]> wrote: > How can have ant to automatically update the Manifest File every > time I do a build so that the Manifest file would have the current > time stamp as the Version Number/Tag of the jars to be created. Use the task, something like

Re: Manifest files and blank lines

2003-02-13 Thread Kyle Adams
> Can you send me an example (or raise a bug and attach it). I'll > investigate. The manifest handling is done with the JDK's > Jar/Manifest classes Will do - I'll open a bug, and attach an example, hopefully by Monday. Kyle