Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Websphere AS with ANT

Options
  • 09-06-2006 1:51pm
    #1
    Closed Accounts Posts: 199 ✭✭


    Hi

    I'm building ANT scripts at work at the min, I'm having a bit of trouble getting my ant script to work with websphere AS

    The scripts work fine until I put in this line of code
    <taskdef name="wsInstallApp"
    classname="com.ibm.websphere.ant.tasks.InstallApplication"/>
    

    The the ant script stops working all together, with no error messages, it just doesn't execute!!

    I have a feeling its a configuration issue.

    I'd appreciate it anyone could shed some light on the issue

    B2


Comments

  • Registered Users Posts: 1,275 ✭✭✭bpmurray


    Do you have wsanttasks.jar on your path? It should be in the WAS lib directory.


  • Registered Users Posts: 21,264 ✭✭✭✭Hobbes


    have you tried doing "ant -debug" and seeing what the output says.


  • Closed Accounts Posts: 199 ✭✭Beta2


    bpmurray wrote:
    Do you have wsanttasks.jar on your path? It should be in the WAS lib directory.

    Cheers that was the problem, i had to ecplicitly add it to my classpath in the ant file.

    Thanks


Advertisement