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
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
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
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,
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
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
>
>
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