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