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 2003/04/03 01:35:13 UTC

DO NOT REPLY [Bug 18633] New: - starteam checkin task ignores the includes parameter for files not in repository

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=18633>.
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=18633

starteam checkin task ignores the includes parameter for files not in repository

           Summary: starteam checkin task ignores the includes parameter for
                    files not in repository
           Product: Ant
           Version: 1.5.2
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Optional Tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: brian.bray@theradoc.com


I have a directory of files (*.java and *.class) that I use ant to checkin.  I
dont want to checkin the *.class files, so I specify the includes="*.java" as
part of the tag.

It still adds all the *.class files, I think its because they dont exist in
starteam.  So maybe the includes parameter isnt implemented for the add command,
just the checkin?