Re: manifest problems

2004-10-06 Thread David TROGDON
Thanks again Conner. This is the last I will post on the subject. I found a nice little article callled Manifest Destiny that does a nice job of explaining the manifest file, its format, how it is used and it even includes a bit about ANT. http://www.sys-con.com/story/?storyid=36995&DE=1 Perha

Re: manifest problems

2004-10-05 Thread Conor MacNeill
David TROGDON wrote: Thanks for the reply Connor Then it is my understanding that since my MANIFEST.MF file starts like this: Manifest-Version: 1.2 Main-Class: na.biomerieux.stagville.bootstrap.BootStrap Class-Path: FastObjects_7JC_SDK.jar xreport_lite.jar xtools.jar JavaMediaFramework.jar JSECla

Re: manifest problems

2004-10-05 Thread David TROGDON
Thanks for the reply Connor Then it is my understanding that since my MANIFEST.MF file starts like this: Manifest-Version: 1.2 Main-Class: na.biomerieux.stagville.bootstrap.BootStrap Class-Path: FastObjects_7JC_SDK.jar xreport_lite.jar xtools.jar JavaMediaFramework.jar JSEClassLibraries.jar

Re: manifest problems

2004-10-04 Thread Conor MacNeill
David TROGDON wrote: I intially started by specifying the manifest file but ANT truncates the lines at exactally 70 characters no matter how I format it and the classpath ends up bad. Any help on how I might clear this up would be appreciated. Read this: http://ant.apache.org/faq.html#mangled-manif

manifest problems

2004-10-04 Thread David TROGDON
Following is the "jar" target in my build file