That exactly is what I am doing, using Ant's Manifest class. Problem happens to be that my classpath is too big and Manifest file has limit of 72 characters per line, so even though it spits out my configured classpath , it ain't set correctly (as I have listed in the orginial thread).
Any help is highly appreciated, it must not be this tricky to set long classpaths programmatically? On Mon, Jun 22, 2009 at 7:10 AM, Dominique Devienne <ddevie...@gmail.com>wrote: > On Mon, Jun 22, 2009 at 12:33 AM, Garima Bathla<garima.bat...@gmail.com> > wrote: > > I am in the process of generating MANIFEST.MF file programmatically by > > Extending Jar Task; I am almost there, but the class-path that Jar task > > prints in the Manifest file isn't formatted correctly. > > Have you looked at Ant's own Manifest and ManifestClassPath classes? --DD > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org > For additional commands, e-mail: dev-h...@ant.apache.org > >