Thanks for your reply.
To satisafy your curiosity: all my scripts are written in ant 1.6.5 and i would 
like to be sure that they will be compatible with WAS 6 if i should use the ant 
bundled with it.
The problem is that we did not yet acquired the WAS, so i still cannot play, 
try etc..


Hind Lwahhabi.




-----Original Message-----
From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED]
Sent: Mon 10/24/2005 7:21 PM
To: Ant Users List
Subject: RE: webpshere application server 6 , ant  and versions of ant
 
> -i understand that WAS comes with its own ant version: is it 
> jus a  matter of libraries and jars injection in the standard 
> version of ant?Can i continue using the standart ant while 
> importing the specific WAS jars?

Best way to continue using the standard ant, while still having access
to the was specific tasks, would be to find the was specific task
classes and create a jar that contains only those classes to include in
you standard ant. In WebSphere 5, these classes are already packaged in
such way that you could just copy $WAS_HOME/lib/wsanttasks.jar to
$ANT_HOME/lib/ and then add some taskdefs to your build file (not sure
what these should be). 

> -on which ant version is the WAS v 6 built?

Doesn't matter.

> -Has anyone experienced this and can provide links , docs , advise?
> 

IBM may be able to provide more information about the taskdefs needed in
your build.xml. It looks like the ant included in WAS uses an IBM
launcher, which probably takes care of the custom WAS taskdefs. 

I'm curious...Why not just use the ant that IBM provides?

-Rob A


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




This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise private information.  If you have received it in 
error, please notify the sender immediately and delete the original.  Any other 
use of the email by you is prohibited.

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

Reply via email to