You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Knuplesch, Juergen" <Ju...@icongmbh.de> on 2009/05/28 11:40:10 UTC

Debugging my AntTasks

Hello,

My selfwritten Ant Task is running into an exception.

BUILD FAILED
build_ant.xml:2315: The following error occurred while executing this line:
build_ant.xml:5428: java.lang.IllegalArgumentException: interface com.intland.codebeamer.remoting.RemoteApi is not visible from class loader

I would like to see the stacktrace. 
How can I make stacktraces visible?

Greetings Juergen

-- 
Jürgen Knuplesch 

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


Re: Debugging my AntTasks

Posted by Nicolas Lalevée <ni...@hibnet.org>.
Le 28 mai 09 à 11:40, Knuplesch, Juergen a écrit :

> Hello,
>
> My selfwritten Ant Task is running into an exception.
>
> BUILD FAILED
> build_ant.xml:2315: The following error occurred while executing  
> this line:
> build_ant.xml:5428: java.lang.IllegalArgumentException: interface  
> com.intland.codebeamer.remoting.RemoteApi is not visible from class  
> loader
>
> I would like to see the stacktrace.
> How can I make stacktraces visible?

Just launch ant with verbose logging: ant -v mytarget

Nicolas


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org