Re: Changing manifest task to accept classpath by reference and nested element!

2009-02-13 Thread Stefan Bodewig
On 2009-02-12, pedro surf wrote: > I believe changing the manifest task to accept a classpathref as a > parameter or a nested element would be a great change that would > increase the readability of the build and reduce the amount of code > necessary to do a simple (and usual) task. I'd probably

Changing manifest task to accept classpath by reference and nested element!

2009-02-12 Thread pedro surf
Hi everybody, this is my first e-mail do this list. Recently I had to create a jar file with a classpath in the manifest file. The classpath of my project was defined as a nested element but the manifest task only accept it as a value in the attribute element. I had to use a manifestclasspath task