Re: Ivy 2.0.0-RC2 Resolver override for modules does not work

2008-12-30 Thread Xavier Hanin
Could you try using en-GB spelling for organi[s]ation (s rather than z). My guess is that the bug is "only" that Ivy doesn't support en-US spelling here and doesn't complain either. Xavier On Mon, Dec 29, 2008 at 10:22 AM, Maarten Coene wrote: > Could you open a JIRA ticket for this? > It seems

Re: Classpath with a path located on a distant server

2008-12-30 Thread Nan Null
Add to Martin's suggestion, if none of his solutions fits your case, then you can always look into class loader. A class loader can load classes from anywhere, so that will guarantee to work. If you define a task, here's a snippet I got off the net: On Tue, Dec 30, 2008 at 10:29 AM,

Re: How to make exec not run by timestamp?

2008-12-30 Thread Scot P. Floess
Good point... Nice :) On Tue, 30 Dec 2008, David Weintraub wrote: Although you are right that Scott can use the task to see if the target is already created, I suspect Scott would want to run the target if one of the dependencies involved has been updated. He should look at the task. This

Re: How to make exec not run by timestamp?

2008-12-30 Thread David Weintraub
Although you are right that Scott can use the task to see if the target is already created, I suspect Scott would want to run the target if one of the dependencies involved has been updated. He should look at the task. This allows you to specify a bunch of dependencies, then if one of those dep

RE: Tony Mao is out of the office.

2008-12-30 Thread Martin Gainty
Is there a way we can file these automated emails into the round file ? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nat

Re: How to make exec not run by timestamp?

2008-12-30 Thread Scot P. Floess
You can try the following: Stock Ant: 1) Wrap your call to exec in a target, and place an "if" on the target: ... 2) Use AntContrib's if task: ... On Mon, 29 Dec 2008, removeps-gene...@yaho

Tony Mao is out of the office.

2008-12-30 Thread tmao
I will be out of the office starting 12/30/2008 and will not return until 01/02/2009. I’ll be on vacation today and return to the office tomorrow December 17, 2008. In case of any emergency issues, please contact Michael Levy or Harry Pavlidis. I will respond to your message when I return. Th

RE: Classpath with a path located on a distant server

2008-12-30 Thread Martin Gainty
if you want to browse you will need an directory access mechanism such as ActiveDirectory for Windows http://www.serverwatch.com/tutorials/article.php/1474461 or Samba for Unix http://www.samba.org/ (you will need to supply the authentication credentials) you can always try scp http://www.hypexr

Classpath with a path located on a distant server

2008-12-30 Thread Nom Prénom
Hi everybody! Excuse me to disturb. I would like to know if I can use Ant to build classes using library, classes located on distant server without importing them. I.E. is it possible to set a classpath with a path located on a distant server? PS: Perhaps this is a Java issue and not an Ant one