You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2005/09/27 00:42:39 UTC

DO NOT REPLY [Bug 36821] New: - VSS tasks not built

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: leo.sutic@inspireinfrastructure.com


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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org