ANT: Javac question

2005-04-22 Thread S I
Hi I'm currently trying to convert many archaic batch files that invoke the build manually to ant/xml to automate my job. I'll give you a synopsis of my current problem and how it's set up right now and try to articulate what I intend to accomplish. Keep in mind that I inherited these BATCH fi

RE: Javac question

2005-04-22 Thread Bill Rich
If you can get the list of directories into a file you could use loadfile to load the file into a property. You can then transform the property into a delimited list then use the antcontrib for to process the list. You can use filterchain with loadfile to help make the delimited list. There is a r

RE: inheritrefs just seems to plain not work

2005-04-22 Thread Dominique Devienne
> From: Rob Walker [mailto:[EMAIL PROTECTED] > > Our top level build.xml looks like this: > > > ... > > > > > > > > > > > > ... > >

inheritrefs just seems to plain not work

2005-04-22 Thread Rob Walker
We've been an Ant user for several years, and overall think it's great. But something we've never been able to get working properly is inheritrefs, either now in 1.6.2 or any previous versions. Our top level build.xml looks like this: ...

Re: Question about ant pach error

2005-04-22 Thread Mark Breitner
Hi :) thanks for your help. I found the following for windows: http://gnuwin32.sourceforge.net/packages/patch.htm Have a nice weekend :) Mark > --- Ivan Ivanov <[EMAIL PROTECTED]> wrote: > > > > --- Mark Breitner <[EMAIL PROTECTED]> wrote: > > > Hello Ivan. > > > > > > Thanks for your quick

Re: Question about ant pach error

2005-04-22 Thread Ivan Ivanov
--- Ivan Ivanov <[EMAIL PROTECTED]> wrote: > > --- Mark Breitner <[EMAIL PROTECTED]> wrote: > > Hello Ivan. > > > > Thanks for your quick answer. > > wer is this patch command located ? > > In which jar ? > I do not know for pure java implementation of patch. > > > or is it an exe file ? > I su

Re: Question about ant pach error

2005-04-22 Thread Ivan Ivanov
--- Mark Breitner <[EMAIL PROTECTED]> wrote: > Hello Ivan. > > Thanks for your quick answer. > wer is this patch command located ? > In which jar ? I do not know for pure java implementation of patch. > or is it an exe file ? I suppose it will be an exe file for Windows, but I do not know where

Re: Question about ant pach error

2005-04-22 Thread Mark Breitner
Hello Ivan. Thanks for your quick answer. wer is this patch command located ? In which jar ? or is it an exe file ? Thanks Marc > Hello Mark, > --- Mark Breitner <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I´m trying to run ant for the slide project but get > > the following error : > > > > B

Re: Question about ant pach error

2005-04-22 Thread Ivan Ivanov
Hello Mark, --- Mark Breitner <[EMAIL PROTECTED]> wrote: > Hi, > > I´m trying to run ant for the slide project but get > the following error : > > BUILD FAILED > C:\webck\jakarta-slide\wck\build.xml:190: > java.io.IOException: > CreateProcess: patch -i This most probably means that you do not hav

Question about ant pach error

2005-04-22 Thread Mark Breitner
Hi, I´m trying to run ant for the slide project but get the following error : BUILD FAILED C:\webck\jakarta-slide\wck\build.xml:190: java.io.IOException: CreateProcess: patch -i C:\webck\jakarta-slide\src\conf\catalina\startup-jaas.bat.patch C:\Tomcat5\bin\startup.bat error=2 What does this err