Ant properties

2011-06-15 Thread thapelo.kekana
-- Forwarded Message --- Hi, I have a issue retrieving a value for a dynamically created property. Below I'm trying generate property 'dngesb' dynamically and then retrieve value for it from property file. Ant file:

why is ivy publishing descriptor to other repository?

2011-06-15 Thread Jefferson Magno Solfarello
Hi, I have two local repositories here. I am publishing my module to the default repository, that works fine. But my the ivy.xml file is been published into the other. Why that? Am I missing something? Regards, Jefferson

Re: Ant properties

2011-06-15 Thread Gilbert Rebhan
Original Message Subject: Ant properties From: thapelo.kekana To: user@ant.apache.org Date: Wed Jun 15 2011 16:42:33 GMT+0200 (CET) > I have a issue retrieving a value for a dynamically created property. see Ant FAQ = http://ant.apache.org/faq.html#propertyvalue-as-name-for-pr

Re: ANT 1.8.2 + JUnit error

2011-06-15 Thread Csatári János
It seems now it works, I just simply needed to add to the junit tasks. Anyway, thank you for your fast response! :) Kasim Ahmed írta : > in your ant-home library include ant-junit.jar( if not avaialble) and run > again. 2011/6/15 Csat

Re: ANT 1.8.2 + JUnit error

2011-06-15 Thread kasim ahmed
in your ant-home library include ant-junit.jar( if not avaialble) and run again. 2011/6/15 Csatári János > Hi there! > > I have ANT 1.8.2 and also JUnit installed. However, when I would like to > use the junit task in the build.xml, I get the following error: > > build.xml:188: The for must in

ANT 1.8.2 + JUnit error

2011-06-15 Thread Csatári János
Hi there! I have ANT 1.8.2 and also JUnit installed. However, when I would like to use the junit task in the build.xml, I get the following error: build.xml:188: The for must include junit.jar if not in Ant's own classpath Here's the relevant parts of the build.xml:

RE: Transitive dependencies?

2011-06-15 Thread Garner, Shawn
I would have you think hard about publishing the artifacts from project A in at the same time you publish artifacts from project B. It sounds like they are dependencies and not publications. Really project A should publish it's artifacts when project A is built. Project A needs it's own Ivy fil

Ant properties

2011-06-15 Thread thapelo.kekana
Hi, I have a issue retrieving a value for a dynamically created property. Below I'm trying generate property 'dngesb' dynamically and then retrieve value for it from property file. Ant file: