Have a look at your path with id="class.path".
Can it find the class "weblogic.ejbc"?
In exact that notation? (I guess classnames should be start upcase...)

Jan 

>-----Ursprüngliche Nachricht-----
>Von: Guruprasad R [mailto:[EMAIL PROTECTED] 
>Gesendet: Donnerstag, 2. März 2006 07:10
>An: Ant Users List
>Betreff: Java task
>
>Hi all, i have written a target that uses java task as below.
>
><target name="exectask" depends="makejar">
>        <echo> Test Started </echo>
>        <java  classpathref="class.path" classname="weblogic.ejbc">
>            <arg value="${src}/npacejb.jar"/>
>        </java>
> </target>
>
>when this target is executed from the command prompt, i dont 
>find any issues. whereas when i execute the same target in the 
>weblogic, i get
>
>   - exectask:
>   - WARNING: Test Started
>   - ERROR: *java.lang.IllegalStateException: Called System.exit(1) *
>   - ejbc successful.
>   - Called System.exit(0)
>   - BUILD SUCCESSFUL
>
>Please help debugging the above script.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to