[EMAIL PROTECTED] wrote:
Hi,No, no, no.... :)
did you add the weblogic.jar to the classpath?
Try <pathelement
path="${classpath};${deploy}/MyHello.jar;${pathTo}/weblogic.jar"/>
to be independent of the plattform you can use ${path.separator} instead of
";"
Ant takes care of ;:/\ issues for you in paths. Keep using the separators of your choice and it'll still work cross-platform.
Erik
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>