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=10201>. 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=10201 Now that Ant does not eat "$" VSS and SOS tasks should be updated Summary: Now that Ant does not eat "$" VSS and SOS tasks should be updated Product: Ant Version: 1.5Beta3 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Both the VSS tasks and the SOS tasks have a property for setting the Visual Source Safe project path. This attribute starts with a dollar sign. Currently the in the buildfile the project path is specified with out the dollar sign. The dollar sign is automatically added by Ant. Now that Ant does not strip $ from the build file VSS and SOS should be changed to handle with or without the $, with the $ being the documented method. SOS is new with 1.5 so there should be no reason not to fix at least SOS. I have updated the testcases for SOS to test for both with and without and I tried it at work today and all was well. The same logic is used in the fixes for VSS and SOS. The SOS testcase has also been refactored to make use of BuildFileTest for some of the test methods. Jesse -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
