DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20360>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20360 stcheckout Unable to find root folder When Using a Label ------- Additional Comments From [EMAIL PROTECTED] 2003-06-02 15:23 ------- I've been investigated workarounds for the issue. I've come up with four. 1. implement stavail that sets a property only if a folder is avail (like the ant available task). 2. implement a build listener that tries to stop the build exception propagation. 3. implement failOnError flag 4. code stcheckout to handle "Unable to find" error differently I think option #4 is ideal. Option #3 might be faster to implement but mask true errors. I don't think option #2 is possible. Option #1 isolates the stcheckout error but still requires would increase the build.xml complexity.