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 --- Con

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
--- Stefan Bodewig <[EMAIL PROTECTED]> ha scritto: > 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 > >

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 single one. There is no built-

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 (unknown) task to mer