I am out of the office until 19/10/2010.
Note: This is an automated response to your message "[ANN] Apache Compress
Ant Library 1.0 Released" sent on 8/31/10 5:16:35 AM.
This is the only notification you will receive while this person is away.
--
hey Geoff
i dont need a single jar , i need to manage dependencies smart way
problematically
On Mon, Oct 11, 2010 at 10:52 AM, Geoff Clitheroe wrote:
> Is it an option to repackage the dependencies along with your code into a
> single jar? We use progaurd to do this for a couple of projects. I
If I understand your issue, you have a build.xml file in a common-build
dir, and you want to load properties from files in the common-build
directory, and also from the directory of the build that is referencing
your common build?
I do this in my builds:
build.xml for a given project:
---
i am developing an application that uses a repository for plugins at runtime
i just need IVY to tell me what are the dependencies ,
i can do the rest my self
where can i find this programming api , and some samples
thank you
On Mon, Oct 11, 2010 at 9:24 AM, Klaas Reineke wrote:
> Hi,
>
> there
If I understand your issue, you have a build.xml file in a common-build
dir, and you want to load properties from files in the common-build
directory, and also from the directory of the build that is referencing
your common build?
I do this in my builds:
build.xml for a given project:
---
Hi David,
I think the "depends" attribute will work. I saw it before but didn't try
it extensively because I can't rely on the files remaining there from the
previous week, but I just realized I could do the same thing as I currently
have and touch a file with the same name and use an old datest
I'm having a real problem with the Include task (unfortunately, it's
hard to search for useful information on this task, as "include" and
"task" are really common on the archive lists). I'm trying to reuse
variables that are set within each separate project in an included Ant
build file outside the