Re: [fileupload] [proposal] lib property in build.xml

2003-06-03 Thread Arnaud Vandyck
Martin Cooper <[EMAIL PROTECTED]> wrote: > > My proposal is to change the reference to the lib directory to a > > reference to a property so I can override it from my ant call. > > The problem is that build.xml for FileUpload is generated by Maven, so > any change to it will be overwritten the

Re: [fileupload] [proposal] lib property in build.xml

2003-06-03 Thread Martin Cooper
On Fri, 30 May 2003, Arnaud Vandyck wrote: > Hi all, > > I am working on packaging fileupload to Debian. Because of some > requierments in Debian, I have to specify the CLASSPATH my self (or tell > to ant where it is). But I do not have any lib directory, so ant > craches. I've

Re: [patch] [fileupload] [proposal] lib property in build.xml

2003-06-02 Thread Arnaud Vandyck
> Is there any reason you are only changing one use of the lib > directory? absent-minded :-p I now replaced all the occurences. -- arnaud @ somewhere Index: build.xml === RCS file: /home/cvspublic/jakarta-commons/fileupload/buil

Re: [patch] [fileupload] [proposal] lib property in build.xml

2003-06-02 Thread John McNally
Is there any reason you are only changing one use of the lib directory? john mcnally On Sun, 2003-06-01 at 14:13, Arnaud Vandyck wrote: > robert burrell donkin <[EMAIL PROTECTED]> wrote: > > that sounds fine. please supply a patch against CVS HEAD (see > > http://jakarta.apache.org/commo

[patch] [fileupload] [proposal] lib property in build.xml

2003-06-02 Thread Arnaud Vandyck
robert burrell donkin <[EMAIL PROTECTED]> wrote: > that sounds fine. please supply a patch against CVS HEAD (see > http://jakarta.apache.org/commons/patches.html for more details). done ;-) > On Friday, May 30, 2003, at 09:13 AM, Arnaud Vandyck wrote: > > > Hi all, > > > > I am working

[fileupload] [proposal] lib property in build.xml

2003-05-30 Thread Arnaud Vandyck
Hi all, I am working on packaging fileupload to Debian. Because of some requierments in Debian, I have to specify the CLASSPATH my self (or tell to ant where it is). But I do not have any lib directory, so ant craches. I've been obliged to comment the additionnal classpat