DOH! Missed a few things here, see below:
This is invalid XML syntax. Try this:
<target name="package1" depends="manifest2"> <jar jarfile="${outputDir}/${mainClass1}.jar" basedir="${outputDir}" manifest="${outputDir}/MANIFEST.MF"/> </target>
See <http://ant.apache.org/manual/CoreTasks/jar.html>. I think you are getting confused between the inline Manifest specification, and the manifest file attribute.
Christian Ashby Spiralinks, Inc.
Christian.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
