Flaw in maven-scm-api command line expansion

2005-05-27 Thread dan tran
Folks, Most of maven-scm-api commands like checkin, add, tag, changelog has a ScmFileSet argument which ultimately expands into a list of individual files on a command line. The finally command line becomes very long, huge, so huge for a larget project (like my legacy project). I know for sure,

ScmFileSet's excludes and includes [ Was Flaw in maven-scm-api command line expansion ]

2005-05-27 Thread dan tran
In starteam, when I want work against all of files under a directory (ie ScmFileSet without excludes and includes), I dont have to pass in anything to command line In order to detect this condition, I need a ability in ScmFileSet api to give me an indication if the user uses either excludes or