DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=36821>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=36821 Summary: VSS tasks not built Product: Ant Version: 1.6.5 Platform: All OS/Version: other Status: NEW Severity: regression Priority: P2 Component: Optional Tasks AssignedTo: dev@ant.apache.org ReportedBy: [EMAIL PROTECTED] The Visual SourceSafe optional tasks are not built and not included in the binary distribution. This is a fairly major problem if one is upgrading from a version of Ant where they were included. To correct, modify Ant's build.xml as follows: Add a selector for the classes: <selector id="needs.vss"> <filename name="${optional.package}/vss/*"/> </selector> Add an optional-jar: <optional-jar dep="vss"/> Done. The VSS tasks have no external dependencies. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]