Re: RTFM, literally

2005-03-16 Thread Christian Ashby
DOH! Missed a few things here, see below: This is invalid XML syntax. Try this: See . I think you are getting confused between the inline Manifest specification, and the manifest file attribute. Christian Ashby Spir

Re: RTFM, literally

2005-03-16 Thread Christian Ashby
intuitively, it should be: manifest="${outputDir}/MANIFEST.MF" /> This is invalid XML syntax. Try this: See

Re: RTFM, literally

2005-03-16 Thread THUFIR HAWAT
Trying to integrate into my build code. the example doesn't include the "jar" tags. my target: intuitively, it should be: manifest="${outp

AW: RTFM, literally

2005-03-15 Thread Jan . Materne
> What should that be? The official homepage is http://ant.apache.org/ and the manual is on http://ant.apache.org/manual/ and the manual to sais Nested elements manifest The manifest nested

RTFM, literally

2005-03-15 Thread THUFIR HAWAT
the build file: