I doubt that "${websphere.home}" is part of the classname ...
Jan
> -----Ursprüngliche Nachricht-----
> Von: sanjeev chhabra [mailto:sanjeev.chhabra@mentorix.com]
> Gesendet am: Donnerstag, 2. Dezember 2004 08:12
> An: user@ant.apache.org
> Betreff: how to include a java class in classname attribute
>
> Hi All,
> How we can include a java class in ant's build.xml as in the
> below code.
> How i can include com.ibm.websphere.ant.tasks.WsEjbDeploy class.
> <taskdef name="wsejbdeploy"
> classname="${websphere.home}com.ibm.websphere.ant.tasks.WsEjbDeploy"
> classpath="${websphere.home}/lib/wsanttasks.jar"/>
>
> Thanks
> Sanjeev
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
> For additional commands, e-mail: user-help@ant.apache.org
>
|