you need to feed the ejbc weblogic's class path
($WL_HOME/lib/weblogic.jar)
----- Original Message -----
From: "Jason Lin" <[EMAIL PROTECTED]>
To: "Ant-User (E-mail)" <[EMAIL PROTECTED]>
Sent: Thursday, March 22, 2001 6:17 PM
Subject: EJBJAR
> I've been trying to run EJBJAR using the weblogic option, but every time I
> do, it does the following:
>
> ejb:
> [ejbjar] building Finance.jar with 41 files
> [ejbc] The system cannot find the path specified.
> [ejbc] Java Result: 1
> [ejbjar] building p38.jar with 121 files
> [ejbc] The system cannot find the path specified.
> [ejbc] Java Result: 1
>
> The wierd thing is, it successfully creates the 'generic' JAR, and if I
run
> ANT with the '-verbose' option, it dumps the 'forking java ...' message
that
> calls weblogic.ejbc. If I cut and paste/execute that, it works fine.
>
> My environment specifies JAVA_HOME and it's the same version of java
that's
> in the classpath.
>
> Any ideas?
>
> Thanks
>
> -Jason
>
>