Hello,

Maybe you can try putting one piece at a time :

jar -cvmf mymanifest bundle.jar -C /java/proj/proj1/classes .
jar uvf bundle.jar -C /java/proj/proj2/classes .
jar uvf bundle.jar -C /java/proj/proj3/classes .

or even

cd /java/proj/proj1/classes
jar -cvmf mymanifest bundle.jar .
cd  /java/proj/proj2/classes
jar uvf /java/proj/proj1/classes/bundle.jar .
cd /java/proj/proj3/classes
jar uvf /java/proj/proj1/classes/bundle.jar .

Regards,

Benoit Tremblay (Clea informatique)
at Ericsson Research Canada

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to