RE: What does a valid manifest look like?

2002-02-13 Thread Paul Gregoire
. MIDlet-Vendor: helloNetwork, Inc. MicroEdition-Configuration: CLDC-1.0 MicroEdition-Profile: MIDP-1.0 works great... -Original Message- From: Mallampati, Suresh [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 3:32 PM To: 'Ant Users List' Subject: RE: What does a

RE: What does a valid manifest look like?

2002-02-13 Thread Mallampati, Suresh
Donie [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 5:10 PM To: Ant-User (E-mail) Subject: RE: What does a valid manifest look like? the jar task automatically adds the Manifest-Version and Created-by attributes - they are showing up in the manifest.mf in the jar file

RE: What does a valid manifest look like?

2002-02-13 Thread Steve Donie
7; Subject: RE: What does a valid manifest look like? I think you may need to add the following as the first line to your manifest: Manifest-Version: 1.0 -Original Message- From: Steve Donie [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 11:51 AM To: 'Ant-User ([

Re: What does a valid manifest look like?

2002-02-13 Thread Conor MacNeill
Steve Donie wrote: > Very frustrating. I have a manifest file (called MyManifest.mf) that looks > like this: > > Name: com/lgc/infra/dsp/ > Specification-Title: DecisionSpace SDK, dsp project > Specification-Vendor: Landmark Graphics Corporation > Specification-Version: 2003.2.0.0 > Implementati

RE: What does a valid manifest look like?

2002-02-13 Thread Eddie Bernard
I think you may need to add the following as the first line to your manifest: Manifest-Version: 1.0 -Original Message- From: Steve Donie [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 11:51 AM To: 'Ant-User ([EMAIL PROTECTED])' Subject: What does a valid manifest look li