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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Websphere AS with ANT

  • 09-06-2006 12: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, Registered Users 2 Posts: 1,275 ✭✭✭bpmurray


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


  • Registered Users, Registered Users 2 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