Search the web
Sign In
New User? Sign Up
wlshell
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Fail on error when invoking wlshell from ANT   Message List  
Reply | Forward Message #593 of 675 |
Hello,
is there a way to break a Ant build script using wlshell if the script generates some error?
Some sort of  "failOnError=true"...
Something like:
<target name="createJMS">
    <java classname="wlshell.Main" fork="yes" dir="${basedir}" failonerror="true">
     <arg line="-f ${basedir}/jms.wlsh -v server=${server} -v user=${user} -v password=${password} -v jmsServer=${jmsServer} -v queue=${queue}"/>
     <classpath>
        <path refid="project.class.path"/>
     </classpath>
    </java>
</target>

Thanks,
Luciano



Thu Nov 24, 2005 5:07 pm

lfiandesio
Offline Offline
Send Email Send Email

Forward
Message #593 of 675 |
Expand Messages Author Sort by Date

Hello, is there a way to break a Ant build script using wlshell if the script generates some error? Some sort of "failOnError=true"... Something like: <target...
lfiandesio
Offline Send Email
Nov 27, 2005
3:40 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help