You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "D'Souza, Sudeep" <Su...@gs.com> on 2000/09/21 00:50:19 UTC

Queries in using Ant

> Hi,
> 	Can I load my properties in one project and use these properties in
> another project.
> 
> Thanks
> Sudeep.

Re: Queries in using Ant

Posted by Stefan Bodewig <bo...@bost.de>.
>>>>> "DS" == D'Souza, Sudeep <Su...@gs.com> writes:

 >> Hi, Can I load my properties in one project and use these
 >> properties in another project.

Yes, set them in the "main" project and invoke the other project via
an <ant> task from this main project.

Stefan