Re: Dependency depending on OS

2010-04-06 Thread Karolis Petrauskas
I think you should use configurations for this purpose. I.e. create a configuration for each OS, and assign corresponding artifacts (publications) and/or dependencies to these configurations. In the ant script you can use os property as a configuration to be resolved. On Tue, Apr 6, 2010 at 10:55

AW: Dependency depending on OS

2010-04-06 Thread Jan.Materne
> An: dev@ant.apache.org > Betreff: Dependency depending on OS > > Hi, > > How I can check the dependency depending on the OS name. > > I want to check the artifact depending on the OS. > > If os=unix then abc.sh > > If os=windows then

Dependency depending on OS

2010-04-06 Thread raghu.eswaraiah
Hi, How I can check the dependency depending on the OS name. I want to check the artifact depending on the OS. If os=unix then abc.sh If os=windows then abc.bat. Thanks and Regards, Raghu.A.E