clearcase builds

2004-01-15 Thread John . Butorac
I would like to have the ability to specify files and versions (not all the same) from rational's clearcase for a build, and am hoping someone can give me advice on how to approach this. Regards- John

Re: combining fileset's

2004-01-15 Thread Glen
Your example will do wonderfully. Very sheek and elegant thank you very much Said another way I have enough complexity in my development projects no need to add more... thanks again, -Glen Matt Benson wrote: Unless your actual needs are much more complicated than your example, do check

Re: os.name for windows return "Windows XP"?

2004-01-15 Thread Conor MacNeill
On Fri, 16 Jan 2004 12:24 pm, [EMAIL PROTECTED] wrote: > Hi, > > There must be someone who is dealing with the same issue. I am trying to > take multiplatform builds with different ${os.name}.properties file. Linux > is not a problem, Linux.properties. What about Windows? It becomes Windows > XP.pr

RE: os.name for windows return "Windows XP"?

2004-01-15 Thread Anderson, Rob (Global Trade)
You could create the following: windows.properties linux.properties Then pass the parameter in on the command line... ant -Denv=linux ... Perhaps it could default to windows... Then on linux you could create an alias in the shell... alias ant="ant -Denv=linux" I hope this helps,

os.name for windows return "Windows XP"?

2004-01-15 Thread barry
Hi, There must be someone who is dealing with the same issue. I am trying to take multiplatform builds with different ${os.name}.properties file. Linux is not a problem, Linux.properties. What about Windows? It becomes Windows XP.properties files. Can someone enlight me the better way to do t

Re: combining fileset's

2004-01-15 Thread Matt Benson
Unless your actual needs are much more complicated than your example, do check my last post before you get too deep into coding your own selector. -Matt --- Glen <[EMAIL PROTECTED]> wrote: > I think I know what you are saying now. I have > found this page on > programming custom selectors > >

Re: combining fileset's

2004-01-15 Thread Glen
I think I know what you are saying now. I have found this page on programming custom selectors http://ant.apache.org/manual/CoreTypes/selectors-program.html Which looks fairly straightforward. I am starting to code it now... Thanks :-) Glen wrote: Matt I am intrigued could you elaborate o