Re: 1.5.3?

2003-03-08 Thread Antoine Levy-Lambert
I agree with you, the problem is specific to WinZIP. see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17648 Antoine - Original Message - From: "Steven Newton" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Friday, March 07, 2003 5:36 PM Subject: RE: 1.5.3? I

Re: tests failing

2003-03-10 Thread Antoine Levy-Lambert
I also have the tests failing under Windows 2000/Cygwin Amazingly, the tests work if I start them from a debugger where I have written a small wrapper to run the main ant build script with target=run-single-test-only The tests also work from the debugger if I directly invoke testCreateWithEmptyFile

Re: tests failing : red herring

2003-03-10 Thread Antoine Levy-Lambert
Now I found the culprit for these failing tests. I was starting the tests on the cygwin prompt with "./build.sh run-single-test" It seems that the tests were then done with the bootstrap directory, which was old. I removed my bootstrap directory, rebuilt everything, and now everything is fine. Your

Re: 1.6 milestones ?

2003-03-13 Thread Antoine Levy-Lambert
What about releasing an ant 1.5.4 before 1.6 with the current head revision in it, plus as many bugs from bugzilla as possible ? This would help a number of people and be encouraging for all the ant users who have reported bugs or suggested patches in bugzilla. Plus this would bring the task to a

[Patch] one obsolete file can go away from optional/perforce

2003-03-27 Thread Antoine Levy-Lambert
Hi dear ant committers, this fileRepository revision: 1.4 /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce/package.html,v can simply go away. It is obsolete and redundant with docs/manual/OptionalTasks/perforce.html which is maintained. Yours Antoine

Re: [Patch] one obsolete file can go away from optional/perforce

2003-03-28 Thread Antoine Levy-Lambert
h] one obsolete file can go away from optional/perforce > On Fri, 28 Mar 2003 08:55 am, Antoine Levy-Lambert wrote: > > Hi dear ant committers, > > > > this fileRepository revision: 1.4 > > /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/perforc

[Patch] Antlib proposal in proposal/sandbox/antlib

2003-04-01 Thread Antoine Levy-Lambert
In order to keep the antlib proposal of Jose-Alberto Fernandez compatible with the current head revision of ant, I have prepared a patch. The patch addresses mainly changes in :    - Project.java    - Zip.java (to make the Antjar task still work) It does not affect the proposal "semanticall

[Patch] for antlib proposal (sorry attachment was incomplete in previous email)

2003-04-01 Thread Antoine Levy-Lambert
Sorry, in my previous email the attachment did not contain the patches for Antlib and Antjar.   In order to keep the antlib proposal of Jose-Alberto Fernandez compatible with the current head revision of ant, I have prepared a patch. The patch addresses mainly changes in :    - Project.java

Re: [Patch] for antlib proposal (sorry attachment was incomplete in previous email)

2003-04-01 Thread Antoine Levy-Lambert
Thanks a lot :) Antoine - Original Message - From: "Stefan Bodewig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 01, 2003 1:44 PM Subject: Re: [Patch] for antlib proposal (sorry attachment was incomplete in previous email) > On Tue, 1 Apr 2

[Patch] antlib proposal

2003-04-02 Thread Antoine Levy-Lambert
This patch corrects further the version of Project.java of the antlib proposal and adds needed types to the antlib.xml file, the equivalent of "defaults.properties" in the proposal.   Antoine Index: proposal/sandbox/antlib/src/main/org/apache/tools/ant/Project.java

[Patch] es to be submitted

2003-04-11 Thread Antoine Levy-Lambert
There are several bug reports where I have prepared code, and documentation and testcases , and I would like them to be submitted before the code patches are obsolete : http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17007 allow to define ZipFileSet(s) outside of Zip task this is an easy one

Re: cvs commit: ant/xdocs contributors.xml

2003-04-15 Thread Antoine Levy-Lambert
Thanks for the welcome. Antoine - Original Message - From: "Stefan Bodewig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 15, 2003 3:46 PM Subject: Re: cvs commit: ant/xdocs contributors.xml > On 15 Apr 2003, <[EMAIL PROTECTED]> wrote: > > > Add myself to contributo

Re: cvs commit: ant/src/main/org/apache/tools/ant/types ZipFileSet.java defaults.properties

2003-04-19 Thread Antoine Levy-Lambert
Hi Conor, I have coded the calls to the getters of ZipFileSet similarly to the getters of FileSet or AbstractFileSet in Zip.java. I was not aware that ZipFileSet inherits from ProjectComponent and thus has its own getProject() method. I wonder whether calls to getters of datatypes having refids

Re: [GUMP] Test Failure - Ant

2003-04-19 Thread Antoine Levy-Lambert
Sorry :( * I have just changed the testcase war.xml so that the lib fileset is now defined as a ZipFileSet in the build file, which is a first application of having zipfileset having refids. * In the code of the War.java task, the lib attribute is defined as a ZipFileSet. In the documentation, the

subant low-profile in ant's manual

2003-04-19 Thread Antoine Levy-Lambert
Hi, I notice that subant does not show in the index files of the ant manual of 1.6alpha, which makes the task unnoticeable. I think we should add something about subant in these two files : docs/manual/tasksoverview.html docs/manual/coretasklist.html Or is this "low-profileness" wanted ? I woul

Re: ant manual edits

2003-04-20 Thread Antoine Levy-Lambert
You can send emails to the list with a subject of [Patch] and your patch(es) attached. You can also open bug reports in Bugzilla, and attach your patches to the bug reports. Committers might react faster to the email than to the bug report, but there is a danger that no one processes the email. In

Re: ear, war and ejb jar deployment modules?

2003-04-21 Thread Antoine Levy-Lambert
see this task http://ant.apache.org/manual/OptionalTasks/serverdeploy.html - Original Message - From: "Ari Allen" <[EMAIL PROTECTED]> To: "'mailing list'" <[EMAIL PROTECTED]> Sent: Sunday, April 20, 2003 3:19 PM Subject: ear, war and ejb jar deployment modules? > Are there any? > > If

Re: [VOTE]

2003-04-21 Thread Antoine Levy-Lambert
+1 Antoine - Original Message - From: "Erik Hatcher" <[EMAIL PROTECTED]> To: "ant-dev" <[EMAIL PROTECTED]> Sent: Monday, April 21, 2003 11:19 AM Subject: [VOTE] > I use from ant-contrib a lot. I propose that it be > migrated to Ant's HEAD. Objections? > > +1 > > Erik > > > -

antlib

2003-04-21 Thread Antoine Levy-Lambert
I am trying to update the antlib proposal (proposal/sandbox/antlib). I believe everybody agrees on the objective of developing antlib(s) (in order to avoid ending up with 10.000 classes in optional probably) Every time I open my development environment to have a look at the proposal, I see that

Re: antlib

2003-04-22 Thread Antoine Levy-Lambert
- Original Message - From: "Erik Hatcher" <[EMAIL PROTECTED]> > Also keep in mind that we can use XDoclet to generate these > descriptors, if that seems like the right thing to do. I'd be happy to > help out with that generation. > OK - feel free to add a target in the proposals build.xml

Re: antlib

2003-04-22 Thread Antoine Levy-Lambert
- Original Message - From: "Stu Halloway (DevelopMentor)" <[EMAIL PROTECTED]> Sent: Tuesday, April 22, 2003 5:08 AM Subject: RE: antlib > Happy to help out if I can, and Erik's right, I haven't been monitoring > the dev list lately. :-) > > Stu > I will be happy too if you review the cod

Re: antlib / ruper task

2003-04-22 Thread Antoine Levy-Lambert
From: "Nicola Ken Barozzi" <[EMAIL PROTECTED]> Sent: Tuesday, April 22, 2003 8:26 AM > What I would like to see in antlibs, and that can be quite easily done > IMHO, is to make it possible to add an 'autodownload' attribute that can > get them from a repository, using Ruper, and versioning. > > Ex

Re: [GUMP] Test Failure - Ant

2003-04-22 Thread Antoine Levy-Lambert
- Original Message - From: "Stefan Bodewig" <[EMAIL PROTECTED]> Sent: Tuesday, April 22, 2003 5:50 PM > > > * In the code of the War.java task, the lib attribute is defined as > > a ZipFileSet. In the documentation, the same lib attribute is > > defined as a FileSet. Should we fix the cod

Re: Backward incompatible change in task?

2003-04-22 Thread Antoine Levy-Lambert
I have fixed the problem. Antoine - Original Message - From: "Gianugo Rabellino" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 23, 2003 12:11 AM Subject: Backward incompatible change in task? > Hi there, > > probably some of you are already aware of this problem si

Re: cvs commit: ant/src/main/org/apache/tools/ant/types ZipFileSet.java

2003-04-23 Thread Antoine Levy-Lambert
Sorry for the trouble, I will fix it. Antoine - Original Message - From: "Stefan Bodewig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 23, 2003 8:24 AM Subject: Re: cvs commit: ant/src/main/org/apache/tools/ant/types ZipFileSet.java > On 22 Apr 2003, <[EMAIL PROTECTE

Re: antlib

2003-04-23 Thread Antoine Levy-Lambert
- Original Message - From: "Stefan Bodewig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 23, 2003 8:49 AM > On Mon, 21 Apr 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]> > wrote: > > > 1) antlib & antjar > > -

Re: Backward incompatible change in task?

2003-04-23 Thread Antoine Levy-Lambert
I am aware of the problem, sorry :( I did changes in the zipfileset datatype which are causing your trouble. I will fix that. Antoine - Original Message - From: "Gianugo Rabellino" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 23, 2003 12:11 AM Subject: Backward incompa

Re: antlib

2003-04-23 Thread Antoine Levy-Lambert
Dominique, can you publish the source code of your proposal ? BTW, in the proposal under proposal/sandbox/antlib, there is some provision to add other roles than task or datatype, by adding under the root of the descriptor something like then you can have elements starting

Re: antlib

2003-04-23 Thread Antoine Levy-Lambert
Peter Reilly wrote A couple of points: >1) the Project.java in the proposal should be synced up with >the current Project.java. It is quite difficult to see the differences. Yes >2) do the taskdef, typedef tasks still work as at present ? > (ie for individual tasks and with property resouc

Re: cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs UnzipTest.java

2003-04-24 Thread Antoine Levy-Lambert
I will do, I have had a busy day with work + kids to get from school, bring to football match, ... Antoine - Original Message - From: "Stefan Bodewig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 24, 2003 3:20 PM Subject: Re: cvs commit: ant/src/testcases/org/apache/too

Re: antlib

2003-04-24 Thread Antoine Levy-Lambert
- Original Message - From: "Costin Manolache" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 24, 2003 7:33 PM Subject: Re: antlib Can you give us some pointers so that we can learn about these Extension-Name and Extension-List elements and understand how they help out

Re: Testing for an abstract method

2003-05-13 Thread Antoine Levy-Lambert
Could you enter your wish as an enhancement request in Bugzilla. (http://nagoya.apache.org/bugzilla) Yours Antoine - Original Message - From: "J.Pietschmann" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, May 13, 2003 10:46 PM Subject: Testing for an abstra

antlib / proposal of Peter Reilly

2003-05-14 Thread Antoine Levy-Lambert
I am having a look at http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19897 This proposal seems to address most of the points discussed in this mailing list concerning the antlib thread of discussion. I was thinking maybe we do not need to look further and we could commit this contribution ?

Re: antlib / proposal of Peter Reilly

2003-05-14 Thread Antoine Levy-Lambert
- Original Message - From: "Jose Alberto Fernandez" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, May 14, 2003 11:49 AM Subject: RE: antlib / proposal of Peter Reilly I am trying simply to get some action done. I have also updated the proposal under pr

Re: cvs commit: ant/docs/manual/CoreTasks subant.html

2003-05-14 Thread Antoine Levy-Lambert
fixed in CVS Thanks for the feedback. Antoine - Original Message - From: "Dominique Devienne" <[EMAIL PROTECTED]> To: "'Ant Developers List'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, May 14, 2003 4:02 PM Subject: RE: cvs commit: ant/docs/manual/CoreTasks subant.html > Thi

Re: antlib / proposal of Peter Reilly

2003-05-15 Thread Antoine Levy-Lambert
>This is true, but difficult to do. Some of the implementations of the different features change/improve if other features are present. For example the implementation of "onerror" uses the new anttypedefintion class. The implementation of the psuedo task "antlib" uses the add(Type) mechanism rather

antlib

2003-05-21 Thread Antoine Levy-Lambert
I have prepared a few days ago some html pages located under http://ant.apache.org/projects/antlib/index.html They might be interesting if you want to read more about the proposal of Jose Alberto Fernandez. These pages do not explain yet the proposal of Peter Reilly due to the fact that I had pr

Re: antlib

2003-05-21 Thread Antoine Levy-Lambert
- Original Message - From: "Conor MacNeill" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, May 21, 2003 1:54 PM Subject: Re: antlib > On Wed, 21 May 2003 08:31 pm, Jose Alberto Fernandez wrote: > > > > Well I have to say you are mistaken, in my proposa

Re: antlib

2003-05-22 Thread Antoine Levy-Lambert
I think that roles add clarity to description of datatypes or components. I liked the syntax of the antlib descriptor proposed by Jose Alberto, which in my example with shapes would have been : ... ... Reading this, and knowing that computearea and computeperimeter accept shapes

Re: antlib / proposal of Peter Reilly

2003-05-22 Thread Antoine Levy-Lambert
Sounds great. - Original Message - From: "peter reilly" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Thursday, May 22, 2003 10:56 AM Subject: Re: antlib / proposal of Peter Reilly On Saturday 17 May 2003 19:59, Costin Manolache wrote: > > My main concern is the

Re: antlib

2003-05-22 Thread Antoine Levy-Lambert
Stefan Bodewig wrote : > With roles, would an arbitrary implementation of ShapeInterface that > was not bundled with the antlib and was not declared to be in role > shape be accepted as nested element in ? > > If the answer is yes, then roles would be optional and would mainly be > used to make thi

Re: [VOTE] Peter Reilly as committer

2003-05-22 Thread Antoine Levy-Lambert
I also give my +1 Antoine - Original Message - From: "Conor MacNeill" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Thursday, May 22, 2003 1:26 PM Subject: [VOTE] Peter Reilly as committer > Hi, > > I would like to propose Peter Reilly as an Ant committer. He has

Selector tests/DifferentSelector

2003-05-27 Thread Antoine Levy-Lambert
Hi Steve, do you mean you have difficulties to understand the existing selector tests. I have had some difficulties there too. I think however that I should be able to add a test for DifferentSelector following the pattern of the other tests. Homogeneity in code is always an advantage. Antoine --

proposed extension of pathconvert to be able to pull the directories from filesets

2003-05-27 Thread Antoine Levy-Lambert
I would like to find a way to test the contents of a fileset which has nested selectors in it, without for instance invoking the copy task on it. I thought of using to convert the filesets into properties. The problem there is that only expands the files contained in a fileset, not the direc

Re: proposed extension of pathconvert to be able to pull the directories from filesets

2003-05-27 Thread Antoine Levy-Lambert
to be able to pull the directories from filesets > On Tue, 27 May 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]> > wrote: > > > The code of the datatype only pulls the files contained in a > > fileset, > > Yes, and the directories from dirsets. > > > >

Re: Selector tests/DifferentSelector

2003-05-27 Thread Antoine Levy-Lambert
Thanks very much Bruce. Antoine - Original Message - From: "Bruce Atherton" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, May 27, 2003 5:44 PM Subject: Re: Selector tests/DifferentSelector > At 12:03 PM 5/27/2003 +0200

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/email EmailTask.java Mailer.java MimeMailer.java

2003-05-28 Thread Antoine Levy-Lambert
Sorry for the trouble Stefan. Antoine - Original Message - From: "Stefan Bodewig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 28, 2003 7:58 AM Subject: Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/email EmailTask.java Mailer.java MimeMailer.java > On 27

Re: add(Type) submit

2003-05-28 Thread Antoine Levy-Lambert
+1 - Original Message - From: "peter reilly" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, May 28, 2003 11:49 AM Subject: add(Type) submit I am thinking of commiting patch number 6453 from http://issues.apache.org/bugzilla/show_bug.cgi?id=19897 This

Re: build test fails

2003-05-29 Thread Antoine Levy-Lambert
build test failsThis particular test is also failing in my environment (Win 2k and cygwin) There are 5 or 6 tests which constantly fail on my PC. I was thinking of having a look at them. Dominique : try build.sh -D"test.haltonfailure=no" test On the principle we should not have failing tests. Ant

Gump build

2003-05-29 Thread Antoine Levy-Lambert

Re: Gump build

2003-05-29 Thread Antoine Levy-Lambert
Sorry, this is OK now, I forgot that cvs.apache.org is running in the US, I was thinking only about Europe. - Original Message - From: "Antoine Levy-Lambert" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Thursday, May 29, 2003 10:31 AM Subject: Gump build

Re: PROPOSE:optional nested filelist for available task

2003-05-30 Thread Antoine Levy-Lambert
Someone else has entered a bug report in our bugzilla issue tracking system, asking for this same feature. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16890 You should check whether you like the description in the bug report, create yourself a bugzilla account (all you are asked for is to giv

Re: patch for namespaced antlib

2003-06-04 Thread Antoine Levy-Lambert
Peter, thanks for your work. Your explanations concerning the scope of different flavours of typedef declarations are important, make sure that they make their way in the documentation. Antoine - Original Message - From: "peter reilly" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: W

xdocs templates for ant manual

2003-06-04 Thread Antoine Levy-Lambert
Hi, I am wondering whether it would be possible to accept the same xml tags in the manual xdocs like in the other xdocs. It would be cool if the merge points could contain this type of fragments : meaning no need to escape angle brackets. Antoine

Re: Overridable targets?

2003-06-06 Thread Antoine Levy-Lambert
A propos, Nicola, and Costin In the path docs/manual/CoreTasks of the ant CVS, there is some room between gzip.html and input.html for ... guess what. Antoine - Original Message - From: "Nicola Ken Barozzi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 06, 2003 5:04 PM Su

Re: DO NOT REPLY [Bug 18476] - copy with filtering modifies lineendings

2003-06-06 Thread Antoine Levy-Lambert
Peter, you are not the only one who sees failures on Windows for these tests. Additionnally, on my machine a couple of other tests fail (Image, Antlr, ...) That is not so good. We need to work on these failing tests (to see if the testcases or the classes being tested are wrong, and fix whatever ne

Re: patch to ant 1.5.3: add option to prevent ant from reloading classes for each test

2003-06-06 Thread Antoine Levy-Lambert
Your patch looks OK. But it cannot go into ant 1.5.3, it can go into ant 1.6alpha and later into ant 1.6 final. Antoine - Original Message - From: "Michael Beauregard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 06, 2003 11:51 PM Subject: patch to ant 1.5.3: add option to

Re: Bug report for Ant [2003/06/15]

2003-06-15 Thread Antoine Levy-Lambert
Hi Kris, there is no problem with you drumming some support on the users group. I do not know about other committers, but I look at the number of votes when choosing bug reports to work on, although I also work sometimes on bug reports with no votes or little votes. I am not happy too with the cur

FileUtils#createTempFile : what about using java.io.tmpdir as a default there ?

2003-06-19 Thread Antoine Levy-Lambert
One user complained that FixCrLf changes the timestamp of its (because it created temp files there). http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20870 I have just done a change which will not work to the satisfaction of the user if the destdir of is the current directory. I have noticed

Re: patch to ant 1.5.3: add option to prevent ant from reloading classes for each test

2003-06-20 Thread Antoine Levy-Lambert
Patch committed, thanks. Antoine - Original Message - From: "Michael Beauregard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 06, 2003 11:51 PM Subject: patch to ant 1.5.3: add option to prevent ant from reloading classes for each test > Our project currently requires th

Re: [PATCH] change to resource.xml documentation to include a new Ant book

2003-06-23 Thread Antoine Levy-Lambert
Patch applied. Thanks Antoine Lévy-Lambert - Original Message - From: Glenn Niemeyer To: [EMAIL PROTECTED] Sent: Monday, June 23, 2003 6:07 AM Subject: [PATCH] change to resource.xml documentation to include a new Ant book Attached is a patchfile for the resource.xml docum

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce P4OutputStream.java P4HandlerAdapter.java P4Handler.java

2003-06-23 Thread Antoine Levy-Lambert
Fixed, Antoine - Original Message - From: "Stefan Bodewig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 23, 2003 10:48 AM Subject: Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce P4OutputStream.java P4HandlerAdapter.java P4Handler.java > On 6

Re: FileUtils#createTempFile : what about using java.io.tmpdir as a default there ?

2003-06-23 Thread Antoine Levy-Lambert
"Stefan Bodewig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 23, 2003 2:12 PM Subject: Re: FileUtils#createTempFile : what about using java.io.tmpdir as a default there ? > On Fri, 20 Jun 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]> > wrote: &g

Re: cvs commit: ant/src/testcases/org/apache/tools/ant/util FileUtilsTest.java

2003-06-23 Thread Antoine Levy-Lambert
Hi Steve, I am in the CET (Central European) Timezone. It has a difference of 1 hour with GMT AFAIK. I have taken this hour of difference already into account. Anyway the point is : trying to set the last modified time of a file to 123456 millis after the epoch does not work on my computer. The Mic

Re: FileUtils#createTempFile : what about using java.io.tmpdir as a default there ?

2003-06-24 Thread Antoine Levy-Lambert
FileUtils#createTempFile : what about using java.io.tmpdir as a default there ? > On Fri, 20 Jun 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]> > wrote: > > > Why do we not use java.io.tmpdir ? > > JDK 1.1 legacy - we'd probably better go the full way and use &g

Re: Ant 1.6 todo thoughts

2003-06-24 Thread Antoine Levy-Lambert
"Conor MacNeill" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > I'd like to kick off a discussion on what needs to be done to get Ant 1.6 to a > release. I'm just going to ramble through some random thoughts I have been > having in no particular order just to get discussion st

copy with filtersets modifies lineendings

2003-06-24 Thread Antoine Levy-Lambert
On Windows, I am copying a file which has lineendings ending \n, using a filterset. The output has \r\n as line endings. (Actually, I am using cygwin; the CVS client of cygwin retrieves files coming from ant's CVS with \n and not \r\n as line ending.) This is similar to the bug report of Peter

FilterSetCollection

2003-06-25 Thread Antoine Levy-Lambert
Is it OK to change FilterSetCollection and make it implement ChainableReader ? This way I can simplify : public void copyFile(File sourceFile, File destFile, FilterSetCollection filters, Vector filterChains, boolean overwrite, boolean preserveLas

Re: [VOTE] Jan Materne as committer

2003-06-25 Thread Antoine Levy-Lambert
+1 Welcome Antoine - Original Message - From: "Conor MacNeill" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, June 25, 2003 12:06 PM Subject: [VOTE] Jan Materne as committer > I'd like to propose Jan Materne as an Ant committer. I think his contribution

ANTLR tests fail under Windows

2003-06-25 Thread Antoine Levy-Lambert
ANTLR tests fail under Windows. More precisely all the tests where a super-grammar file comes in play. Strangely, ANTLR is looking for a file under src\etc\testcases\taskdefs\optional\antlr instead of src\etc\testcases\taskdefs\optional\antlr\antlr.tmp Anybody has an idea ? Antoine Testcase: t

Re: ANTLR tests fail under Windows

2003-06-25 Thread Antoine Levy-Lambert
org.apache.tools.ant.Main.start(Main.java:201) at org.apache.tools.ant.Main.main(Main.java:248) Total time: 2 seconds - Original Message - From: "Stefan Bodewig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 25, 2003 4:53 PM Subject: Re: ANTLR te

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional ANTLR.java

2003-06-25 Thread Antoine Levy-Lambert
I would go for a further change : in ANTLR.java : change the signature of public void setGlib(String superGrammar) { to public void setGlib(File superGrammar) { which would have avoided the problem in the first place. Or do we prefer not to change signatures, even when they are not well cho

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional ANTLR.java

2003-06-25 Thread Antoine Levy-Lambert
od. > > > - Original Message - > From: "Antoine Levy-Lambert" <[EMAIL PROTECTED]> > To: "Ant Developers List" <[EMAIL PROTECTED]> > Sent: Wednesday, June 25, 2003 2:40 PM > Subject: Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/

test failures of regexp

2003-06-26 Thread Antoine Levy-Lambert
Under - Solaris 2.8 - java version "1.4.0-beta2" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta2-b77) Java HotSpot(TM) Client VM (build 1.4.0-beta2-b77, mixed mode) 2 test suites dealing with regular expressions are also failing. Antoine Testsuite: org.apache.tools.ant.tas

Re: [Proposal] adding "keep-going" to ANT.

2003-06-26 Thread Antoine Levy-Lambert
Hi Alexey, it is possible that ant 1.6 will contain a try-catch feature. this might make your idea redundant - correct me if I am wrong ? Antoine - Original Message - From: "Alexey Solofnenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 26, 2003 10:10 PM Subject: [Propo

[PATCH] The translate task does not translate tokens that are placed too close together

2003-06-29 Thread Antoine Levy-Lambert
Tom, I will take care of your patch soon. FYI we are coping with 430 open bug reports today. Antoine - Original Message - From: "tbee" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Sunday, June 29, 2003 8:15 PM Subject: Re: DO NOT REPLY [Bug 21144] - Please add mak

Re: cvs commit: ant/docs/manual install.html

2003-06-30 Thread Antoine Levy-Lambert
Hi Stefan, my information regarding versions of bsj.jar and js.jar came from this source : an email of Peter Reilly : http://article.gmane.org/gmane.comp.jakarta.ant.user/13887 This information was helpful for me setting up the use of Javascript in ant. Concerning Rhino 1.5R4, the question is : doe

Re: cvs commit: ant/docs/manual install.html

2003-06-30 Thread Antoine Levy-Lambert
1 > gives the error: > java.lang.NoSuchMethodError: > org.mozilla.javascript.Context.getDebuggableEngine()Lorg/mozilla/javascript/ debug/DebuggableEngine; > Peter > > On Mon, 2003-06-30 at 10:19, Stefan Bodewig wrote: > > On Mon, 30 Jun 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]> > > wrote: > > > &g

Re: TranslateTest fails

2003-06-30 Thread Antoine Levy-Lambert
Hi Stefan, I need to fix this. I wrote the testcase on a German computer, it seems to have problems on other locales, I do not know why. Antoine - Original Message - From: "Stefan Bodewig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 30, 2003 2:29 PM Subject: TranslateTest

Re: TranslateTest fails

2003-06-30 Thread Antoine Levy-Lambert
To: <[EMAIL PROTECTED]> Sent: Monday, June 30, 2003 2:40 PM Subject: Re: TranslateTest fails > On Mon, 30 Jun 2003, Antoine Levy-Lambert <[EMAIL PROTECTED]> > wrote: > > > I wrote the testcase on a German computer, it seems to have problems > > on other locales,

Re: TranslateTest fails

2003-06-30 Thread Antoine Levy-Lambert
I think I need to disable the test and to work on it more. Antoine - Original Message - From: "Stefan Bodewig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 30, 2003 2:40 PM Subject: Re: TranslateTest fails > On Mon, 30 Jun 2003, Antoine Levy-

CVS Problem failed to create lock directory for `/home/cvs' (/home/cvs/#cvs.lock)

2003-07-03 Thread Antoine Levy-Lambert
I am experiencing the following : $ nohup cvs update -dP . Sending output to nohup.out $ tail -f nohup.out cvs server: Updating . cvs server: failed to create lock directory for `/home/cvs' (/home/cvs/#cvs.lock): Permission denied cvs server: failed to obtain dir lock in repository `/home/c

Re: Checkstyle Audit

2003-07-04 Thread Antoine Levy-Lambert
Hi Conor, actually, it might be even better if the pages were generated by a cron job running daily, or even better, if a kind of cvs commit daemon would regenerate the pages corresponding to each changed source file. Cheers, Antoine - Original Message - From: "Conor MacNeill" <[EMAIL PR

Re: Checkstyle Audit

2003-07-04 Thread Antoine Levy-Lambert
Hi Conor, I am a beotian with xml/xsl. How do you run the style sheets yourself against the source code of ant ? Antoine - Original Message - From: "Conor MacNeill" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 03, 2003 4:26 PM Subject: Checkstyle Audit > I've done a ch

Re: Checkstyle Audit

2003-07-04 Thread Antoine Levy-Lambert
dit > On Fri, 4 Jul 2003 05:32 pm, Antoine Levy-Lambert wrote: > > Hi Conor, > > > > actually, it might be even better if the pages were generated by a cron job > > running daily, or even better, if a kind of cvs commit daemon would > > regenerate the pages corr

Re: Tiny patch to CvsTagDiff.java

2003-07-07 Thread Antoine Levy-Lambert
Hi Rory, I cannot get hold of your attachment in your email. Also, could you create a bug report in bugzilla with your patch attached to it. bugzilla is on http://nagoya.apache.org/bugzilla Cheers Antoine - Original Message - From: "Rory I. Sinclair" <[EMAIL PROTECTED]> Newsgroups: gmane.co

Re: Speed up patternsets/DirectoryScanner?

2003-07-11 Thread Antoine Levy-Lambert
Hi Richard, I am working on this issue. The thing which speeds up DirectoryScanner is if you know that your files are in specific directories for instance in src/org/tools/doit Patternsets are used to check whether the files are OK, but do not speed up searches. Cheers Antoine - Original Mes

Re: cvs commit: ant/src/testcases/org/apache/tools/ant/util FileUtilsTest.java

2003-07-11 Thread Antoine Levy-Lambert
- Original Message - From: "Stefan Bodewig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 11, 2003 4:59 PM Subject: Re: cvs commit: ant/src/testcases/org/apache/tools/ant/util FileUtilsTest.java > is user.dir guaranteed to contain the drive letter on Windows? I > guess i

Re: cvs commit: ant/src/etc/testcases/core directoryscanner.xml

2003-07-11 Thread Antoine Levy-Lambert
I have prepared fixes to speed up DirectoryScanner, and I have added new testcases in DirectoryScannerTest. I plan to commit my fixes to DirectoryScanner/SelectorUtils next week. Cheers, Antoine - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 11, 20

Re: cvs commit: ant/src/testcases/org/apache/tools/ant/util FileUtilsTest.java

2003-07-12 Thread Antoine Levy-Lambert
ay, July 12, 2003 12:33 AM Subject: Re: cvs commit: ant/src/testcases/org/apache/tools/ant/util FileUtilsTest.java > What about network shares that are not mapped to a > drive letter? Don't they begin with \\MachineName ? > > Cheers, > Magesh > > - Original Messag

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/perforce P4OutputStream.java P4HandlerAdapter.java P4Revert.java P4Submit.java FStatP4OutputHandler.java P4Add.java P4Base.java P4Counter.java P4Label.java P4Handler.java P4Integrate.java

2003-07-14 Thread Antoine Levy-Lambert
Re - Perforce optional tasks & checkstyle After having done these changes (mostly whitespace changes, lines over 100 chars and javadoc) there remain a number of protected or public instance variables which should be private. I wonder whether we should break the API to make the code stick to the rul

Re: cvs commit: ant/src/main/org/apache/tools/ant/types/selectors SelectorUtils.java

2003-07-15 Thread Antoine Levy-Lambert
On Jul 15 2003, [EMAIL PROTECTED] wrote : >I'm not sure I understand what you've done, I'll try to come up with >some unit tests if I think something is wrong 8-) Please do the unit tests. I also added 3 unit tests to DirectoryScannerTest before checking in my new code. What I did is the followi

Re: From apache-ant-1.5.3-1-src to build ant.jar and optional.jar

2003-07-15 Thread Antoine Levy-Lambert
Yes, this is the way it should be done. The list of libraries needed to compile or to install ant is located in the manual in the document install.html http://ant.apache.org/manual/install.html#librarydependencies gives you the info for ant 1.5.3 the same document in CVS head (for ant 1.6alpha) is

Re: cvs commit: ant/src/testcases/org/apache/tools/ant DirectoryScannerTest.java

2003-07-16 Thread Antoine Levy-Lambert
Concerning the case insensitive scanning : - As a very short term fix, one can bypass the checkIncludePatterns routine and call scandir(basedir, "", true) in the case of case insensitive scanning. - The other possibility is to write (for instance in FileUtils) a routine of the type public static

Re: cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs DefaultExcludesTest.java DemuxOutputTask.java

2003-07-17 Thread Antoine Levy-Lambert
Hi Conor, I am +1 on your changes. > The Ant output handling now will pass every character through to the > generating task without inserting line breaks at buffer full intervals. Also > line breaks will not be converted to the platform line separator. > > So, if a java application running on Win

Re: RE: Using ANT API

2003-07-17 Thread Antoine Levy-Lambert
Hi Andrew, I must confess I have downloaded your bz2 file but not yet opened it. I am interested by your work, because ant documentation needs to be improved, but my personal inclination would be to perfect the proposal of Erik Hatcher (with xdocs) without bringing new programs like Latex into the

Re: Antlib feedback

2003-07-17 Thread Antoine Levy-Lambert
Hi Peter, +1 could you add also somewhere in the manual an explanation what ant-type means and which tasks or datatypes support it. Antoine - Original Message - From: "peter reilly" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 17, 2003 7:34 PM Subject: Antlib feedback

Re: New external task: Just4log.

2003-07-17 Thread Antoine Levy-Lambert
I am going to add just4log to the list of external tools. Cheers, Antoine - Original Message - From: "Lucas Bruand" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 17, 2003 11:10 PM Subject: New external task: Just4log. > Hello, > > Could someone tell me how to have the J

Re: New external task: Just4log.

2003-07-18 Thread Antoine Levy-Lambert
The pointer to your external task has been added in CVS. It is going to follow at some stage (I do not know exactly how soon ) on ant.apache.org/external.html. Cheers. Antoine - Original Message - From: "Lucas Bruand" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 17, 2003

Re: CommonsLoggingListener

2003-07-18 Thread Antoine Levy-Lambert
Hi Steve, In ant1.6alpha CommonsLoggingListener gets put into optional.jar (and also in ant-commons-logging.jar presumably because of dependency upon Jakarta Commons Logging). I guess it is the same in ant 1.5.3. You might be missing the Commons Logging library. I notice that I do not see it li

  1   2   3   4   5   6   7   8   9   10   >