RE: trouble with dependset under ant v1.7

2008-07-01 Thread Anderson, Rob (Global Trade)
Search the bug database to see if the issue has already been reported. If not, submit a new bug. -Rob A -Original Message- From: Eric Marshall [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2008 12:07 PM To: user@ant.apache.org Subject: Re: trouble with dependset under ant v1.7

Re: trouble with dependset under ant v1.7

2008-07-01 Thread Eric Marshall
Investigating my problem further, I found some ant code that I think is broken. Does anyone know the process on how to alert an ant developer of my findings? Thanks in advance. > On Tue, Jun 24, 2008 at 3:40 PM, Eric Marshall <[EMAIL PROTECTED]> wrote: > >I have the following dependset decl

Re: trouble with dependset under ant v1.7

2008-06-24 Thread Dominique Devienne
On Tue, Jun 24, 2008 at 2:43 PM, Eric Marshall <[EMAIL PROTECTED]> wrote: > I have the following dependset declaration in one of our project's build > files: My advice is to use Ant-Contrib's rather than Ant's ;-) Usually it's much more natural to use, and typically works the first time. --DD

trouble with dependset under ant v1.7

2008-06-24 Thread Eric Marshall
I have the following dependset declaration in one of our project's build files: with the intention that any newer project source file or any newer external dependent jar will cause our project's jar file to be removed. The problem I'm having under Red Hat Linux 4.4 is that wi