RE: problems with import task

2003-07-16 Thread peter reilly
On Wed, 2003-07-16 at 18:12, Dominique Devienne wrote: > > -Original Message- > > From: peter reilly [mailto:[EMAIL PROTECTED] > > (and does not succeed due to a bug - the import stack > > does not currently have a pop in the code). > > Then it's just the matter of fixing it ;-) Or at leas

RE: problems with import task

2003-07-16 Thread Dominique Devienne
> -Original Message- > From: peter reilly [mailto:[EMAIL PROTECTED] > > The problem is what the file should > be relative to. > > The code tries to make the file relative > to the current imported file or the build file Which is the behavior I'd expect. Similar to #include "toto" in C/C+

RE: problems with import task

2003-07-16 Thread peter reilly
ly? --DD > > > -Original Message- > > From: peter reilly [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, July 16, 2003 10:51 AM > > To: Ant Developers List > > Subject: Re: problems with import task > > > > On Wed, 2003-07-16 at 16:32, Erik Hatcher w

RE: problems with import task

2003-07-16 Thread Dominique Devienne
ist > Subject: Re: problems with import task > > On Wed, 2003-07-16 at 16:32, Erik Hatcher wrote: > > > > > > Sorry, but I don't understand. Can you please post a buildfile with > > > the problem? We can then fix it and add it to the testcases. > >

Re: problems with import task

2003-07-16 Thread peter reilly
On Wed, 2003-07-16 at 16:32, Erik Hatcher wrote: > > > > Sorry, but I don't understand. Can you please post a buildfile with > > the problem? We can then fix it and add it to the testcases. > > I did this: > > > There is an issue with relative files and import: The javadoc for th

Re: problems with import task

2003-07-16 Thread Erik Hatcher
On Wednesday, July 16, 2003, at 10:19 AM, Nicola Ken Barozzi wrote: I'm finally getting around to trying the latest features of CVS Ant in a production environment. The task will help tremendously, no question, but I've run into a couple of issues: - I tried doing to 's in the same build file,

Re: problems with import task

2003-07-16 Thread peter reilly
On Wed, 2003-07-16 at 15:19, Nicola Ken Barozzi wrote: > Erik Hatcher wrote, On 15/07/2003 18.30: > > - Having the stuff imported *after* all the top-level items really is > > making things tough. I've had to move some top-level stuff specific to > > my concrete project into an init target sinc

Re: problems with import task

2003-07-16 Thread Nicola Ken Barozzi
Erik Hatcher wrote, On 15/07/2003 18.30: I'm finally getting around to trying the latest features of CVS Ant in a production environment. The task will help tremendously, no question, but I've run into a couple of issues: - I tried doing to 's in the same build file, and the second import fai

Re: problems with import task

2003-07-16 Thread Erik Hatcher
+1 :)) On Wednesday, July 16, 2003, at 04:32 AM, peter reilly wrote: On Tue, 2003-07-15 at 17:30, Erik Hatcher wrote: I'm finally getting around to trying the latest features of CVS Ant in a production environment. The task will help tremendously, no question, but I've run into a couple of iss

Re: problems with import task

2003-07-16 Thread peter reilly
On Wed, 2003-07-16 at 09:32, peter reilly wrote: > I have make a bugzilla report/patch: > http://issues.apache.org/bugzilla/show_bug.cgi?id=21180 > that should fix this particular problem. Opps that should be: http://issues.apache.org/bugzilla/show_bug.cgi?id=21638 Peter. -

Re: problems with import task

2003-07-16 Thread peter reilly
On Tue, 2003-07-15 at 17:30, Erik Hatcher wrote: > I'm finally getting around to trying the latest features of CVS Ant in > a production environment. The task will help tremendously, no > question, but I've run into a couple of issues: > > - I tried doing to 's in the same build file, and the

Re: problems with import task

2003-07-16 Thread Erik Hatcher
I would *love* to see the code and some samples of its usage! I gave up on the task that is in CVS earlier today it just didn't scale the way I needed it to - nesting was problematic, and multiple 's in one build file had issues. Others are using it though so I feel maybe I'm missing so

Re: problems with import task

2003-07-15 Thread matt . smith
I agree. I had implemented an import task for 1.5.3 that processed a build file and ignored the project tag on the imported file. I messed with the 1.6 import and found it difficult at best to maintain supportability in the build files. The import I had implemented basically added the targets,