I'd like to do the following:

Compile vb6 project
  if(error)
  {
    Compile vb6 project with no compatibility
    Compile vb6 project again with compatibility
    if(error) break out of task and report error
  }
Compile next vb6 project...

Does anybody know how I would do this.  I know I could
put failonerror="false" on the vb6 task, but how would
I know what the return code was from the vb6 task
other than interrogating the output log?

Thanks,
Eric

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to