Re: REPOST: Failed to load Main-Class manifest attribute

2001-05-02 Thread Conor MacNeill
Try a colon separated classpath :-) - Original Message - From: "Anuj Agrawal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 02, 2001 11:26 PM Subject: REPOST: Failed to load Main-Class manifest attribute > Hi folks - > > i'm runni

Re: REPOST: Failed to load Main-Class manifest attribute

2001-05-02 Thread Anuj Agrawal
sheesh! I must be blind! 8(( Thanks a bunch. Anuj. Jason Crickmer wrote: > Try using colons in your classpath instead of semi-colons. Windows/DOS > uses the semi-colon as a separator, but sh, bash, and tcsh use the > colon.

re: REPOST: Failed to load Main-Class manifest attribute

2001-05-02 Thread Jason Crickmer
Try using colons in your classpath instead of semi-colons. Windows/DOS uses the semi-colon as a separator, but sh, bash, and tcsh use the colon. Hoep this helps, Jason Anuj Agrawal writes: > Hi folks - > > i'm running ant 1.3 on solaris 8 (with jdk1.3), but when i run the following > antmake.s

REPOST: Failed to load Main-Class manifest attribute

2001-05-02 Thread Anuj Agrawal
Hi folks - i'm running ant 1.3 on solaris 8 (with jdk1.3), but when i run the following antmake.sh file (below) i get the corresponding error message (below). 8(( This doesn't happen when i run basically the same script on a windows box. Anybody face the same issue, or have a workaround? Thanks