Board index » jbuilder » Any way to make JB2005/6 ignore directories in Search for Files?
|
Shankar Unni
JBuilder Developer |
|
Shankar Unni
JBuilder Developer |
Any way to make JB2005/6 ignore directories in Search for Files?2005-10-18 04:27:51 AM jbuilder22 I try a "search for files" in a project pulled from Subversion, and get hits in both *.java, and *.java.svn-base (the latter are inside ".svn" directories maintained by Subversion). Is there a way to make JB ignore any directory called ".svn" in its Search for Files? (Ignore meaning don't descend into that directory - sort of like find's "-prune" option..) PS If I were only searching a single file extension, of course, I can use the "restrict to files called *.java" option, but since Java searches often involve both .java and .properties files, I can't do that in general.. |
| Bill Joy
Java Developer |
2005-10-18 04:47:43 AM
Re:Any way to make JB2005/6 ignore directories in Search for Files?
You can filter to search with multiple file extension filters -- just use a
semicolon, comma, or space to separate them . Is your active project under Subversion control when you do this? Search will ignore directories or file with extensions which belong to the active project VCS. "Shankar Unni" < XXXX@XXXXX.COM >wrote in message QuoteI try a "search for files" in a project pulled from Subversion, and get |
| Shankar Unni
Java Developer |
2005-10-19 05:22:49 AM
Re:Any way to make JB2005/6 ignore directories in Search for Files?
Bill Joy wrote:
QuoteYou can filter to search with multiple file extension filters -- just use a QuoteIs your active project under Subversion control when you do this? Search for SVN? That would be great, too..) Thanks again! {smallsort} |
| Lori M Olson [TeamB]
Java Developer |
2005-10-19 10:27:49 AM
Re:Any way to make JB2005/6 ignore directories in Search for Files?
Shankar Unni wrote:
QuoteWell, it was pulled via svn (the Tomcat sources, by the way), but I -- Regards, Lori Olson [TeamB] ------------ Save yourself, and everyone else, some time and search the newsgroups and the FAQ-O-Matic before posting your next question. Google Advanced Newsgroup Search www.google.ca/advanced_group_search Other Newsgroup Searches: www.borland.com/newsgroups/ngsearch.html Joi Ellis's FAQ-O-Matic: www.visi.com/~gyles19/fom-serve/cache/1.html |
| Shankar Unni
Java Developer |
2005-10-20 06:04:20 AM
Re:Any way to make JB2005/6 ignore directories in Search for Files?
Lori M Olson [TeamB] wrote:
QuoteJB2005 added SVN support. QuoteJB2006 SVN works even better. Bill did a good job! Control Systems" section mentions only CVS, ClearCase, StarTeam and VSS. My eval copy of JB2006 Ent (3 days left!) shows Subversion in addition to the above. Is this support official? |
| Lori M Olson [TeamB]
Java Developer |
2005-10-20 11:42:37 PM
Re:Any way to make JB2005/6 ignore directories in Search for Files?
Shankar Unni wrote:
QuoteLori M Olson [TeamB] wrote: Foundation, but you can twiddle your jpx.local file to enable it. It was detailed in a posting from Bill Joy. SVN is definitely supported in JB2006 Enterprise. And it should be in Foundation, AFAIK. I think there's a typo in the feature matrix. -- Regards, Lori Olson [TeamB] ------------ Save yourself, and everyone else, some time and search the newsgroups and the FAQ-O-Matic before posting your next question. Google Advanced Newsgroup Search www.google.ca/advanced_group_search Other Newsgroup Searches: www.borland.com/newsgroups/ngsearch.html Joi Ellis's FAQ-O-Matic: www.visi.com/~gyles19/fom-serve/cache/1.html |
