Re:

2003-10-09 Thread Stefan Bodewig
On Wed, 8 Oct 2003, Larry Shatzer <[EMAIL PROTECTED]> wrote: > With the beta for 1.6 I get this when using a javascript

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

2003-10-09 Thread bodewig
bodewig 2003/10/09 01:15:33 Modified:src/main/org/apache/tools/ant/taskdefs/optional ReplaceRegExp.java Log: Use encoding for output as well Revision ChangesPath 1.29 +7 -2 ant/src/main/org/apache/tools/ant/taskdefs/optional/ReplaceRegEx

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

2003-10-09 Thread bodewig
bodewig 2003/10/09 01:30:39 Modified:src/main/org/apache/tools/ant/taskdefs/optional Tag: ANT_16_BRANCH ReplaceRegExp.java Log: Merge from HEAD Revision ChangesPath No revision No revision 1.27.2.1 +7 -2

DO NOT REPLY [Bug 23693] New: - javadoc task with doclet: "javadoc: invalid flag: -d"

2003-10-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Questions: A Cocoon Ant task

2003-10-09 Thread Upayavira
Dominique et al, Thanks for that. That's really helpful. I've got a version coded, and I'm almost there... I've got it reading my XML and parsing it successfully. And I've managed to create my own class loader, and have that load my Cocoon classes, directly from the cocoon/WEB-INF/lib folder. Gr

RE: failonerror; general solution

2003-10-09 Thread Jose Alberto Fernandez
To tell you the truth I think that the 5(?) tasks of antcontrib are just a necesity if you try to write large ANT scripts that must be maintainable by more than one person. The task helps reduce the amount of temporary variables ant special init-targets and intermediate targets whose only need is

Re: failonerror; general solution

2003-10-09 Thread Emmanuel Feller
Hello, I not agree on all ... The is not a good thing, and especially in big builds. My builds are quite comlex and I reduce complexity by developping my own tasks : this is the official way and (IMHO) should be promoted. I developped wrapper around conditionnal things but now I have access to m

RE: failonerror; general solution

2003-10-09 Thread Jose Alberto Fernandez
So are you saying that instead of having access to generic things in ANT that anyone can use, we should prefer having every user defining it own little dialect with his own little tasks for minor things that everybody needs. (I.e., I do not think anybody denies the need for doing things conditional

DO NOT REPLY [Bug 23696] New: - JUnitTestRunner masks exceptions

2003-10-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: failonerror; general solution

2003-10-09 Thread Emmanuel Feller
I am not saying that everyone should redesign wheel because ant is not script ... I was like you tired of the scripting tabu, but i review my opinion when i had to do my first very complex build file. The scripting way was not the description way and i found a wall when i developped the scripting w

RE: failonerror; general solution

2003-10-09 Thread Jose Alberto Fernandez
Very interesting point of view. I see what you are saying, but I do not think that one should try to force people to do things one way (the way someone likes) by just vetoeing all other ways, which may be more convinient to others. Changing to the topic of java-logic vs. task-logic in buildfiles,

cvs commit: ant/xdocs external.xml

2003-10-09 Thread bodewig
bodewig 2003/10/09 06:52:37 Modified:docs external.html xdocsexternal.xml Log: Add pointer to Image Tasks Revision ChangesPath 1.138 +55 -0 ant/docs/external.html Index: external.html ==

Re: New ANT Image Transformation Tasks

2003-10-09 Thread Stefan Bodewig
On Tue, 7 Oct 2003, Abey Mullassery <[EMAIL PROTECTED]> wrote: > If you think this task is worth adding to the ANT task list, please > do. I've committed the changes, they'll apear on the website shortly. > Please let me know your comments and suggestions. You patch says compatible with Ant 1.3

Re: JUnit task - forking only once for a batch

2003-10-09 Thread Stefan Bodewig
On Sat, 4 Oct 2003, Philip Aston <[EMAIL PROTECTED]> wrote: > Sent on Monday. Any good Stefan? Sorry for the lack of response. I've seen it but haven't had the time to look at it yet, sorry. Stefan - To unsubscribe, e-mail: [E

DO NOT REPLY [Bug 23701] New: - xmlproperty can't be used outside a target

2003-10-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: failonerror; general solution

2003-10-09 Thread Emmanuel Feller
- Message d'origine - De : "Jose Alberto Fernandez" <[EMAIL PROTECTED]> À : "Ant Developers List" <[EMAIL PROTECTED]> Envoyé : jeudi 9 octobre 2003 15:30 Objet : RE: failonerror; general solution >Very interesting point of view. thanks ;)) >I see what you are saying, but I do not thin

RE: New ANT Image Transformation Tasks

2003-10-09 Thread Abey Mullassery
Thanks for adding it. Hope it is useful to atleast some. I will correct the version error and send a notification. I was not aware of the task so far. Thanks for telling me. The current task being development supports operation only using Java Advanced Imaging. I am sure more support will be a

Re: New ANT Image Transformation Tasks

2003-10-09 Thread Stefan Bodewig
On Thu, 9 Oct 2003, Abey Mullassery <[EMAIL PROTECTED]> wrote: > If it is not against the conventions, I would be more than happy to > contribute this code to enhance the current implementation. "against the conventions"? Quite the opposite, all contributions are welcome. Stefan --

nightly builds

2003-10-09 Thread peter reilly
Hi, It seems that the ant nightly builds have stopped when the ant 1.6 branch was created. http://cvs.apache.org/builds/ant/nightly Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT

DO NOT REPLY [Bug 23602] - Zip task STILL creates zip files incompatible with Winzip

2003-10-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: New ANT Image Transformation Tasks

2003-10-09 Thread Abey Mullassery
The source of my implementation is available at http://www.mullassery.com/downloads/imageTasks-src.jar The imaging core source is available at http://www.mullassery.com/downloads/pmiw-src.jar I would need CVS commit rights to work on the current ANT 1.6 image task OR someone could just include i

DO NOT REPLY [Bug 23693] - javadoc task with doclet: "javadoc: invalid flag: -d"

2003-10-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 23701] - xmlproperty can't be used outside a target

2003-10-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: nightly builds

2003-10-09 Thread Stefan Bodewig
On Thu, 9 Oct 2003, peter reilly <[EMAIL PROTECTED]> wrote: > It seems that the ant nightly builds > have stopped when the ant 1.6 branch > was created. No, at least not because of the branch. Gump stopped to publish anything, Sam is working on it. Stefan --

DO NOT REPLY [Bug 19877] - prefix attribute of webinf sub-task of war core task no longer relative to WEB-INF

2003-10-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 23639] - library jars placed in root directory of war package.

2003-10-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Fw: Java Add On for Ant to fix filename + extension case issues

2003-10-09 Thread [EMAIL PROTECTED]
    ---Original Message---   From: Ant Users List Date: 08 October 2003 18:03:45 To: user@ant.apache.org Subject: Java Add On for Ant to fix filename + extension case issues     Notes:   This code expects a filename.ext format because we are dealing with PeopleSoft cobol source that

Handling Filename/Ext case in Ant

2003-10-09 Thread [EMAIL PROTECTED]
Dear All,   I have written a rountine todo this, was there an easier way or plans to include such things in ANT in the future?   Also wrote one to fix "include " case issues within source code that had been moved to unix, as in the filename in the source code was mixed case but the file on th

Re: Fw: Java Add On for Ant to fix filename + extension case issues

2003-10-09 Thread Phil Weighill-Smith
Paul, This task would be improved by making the attributes use meaningful names rather than numbers (as it is, every usage of the task in a build file would probably have to be commented to state what is being done). Ant provides a useful enumerated type mechanism for just this purpose, called En

Reminder: Patch for new ejbclient jar task ...

2003-10-09 Thread Per Olesen
Hi, Just a quick reminder/question. Have anyone had the time to take a look at the patch for the new ejbclient jar task? It can be found on bugzilla 23396. Or are you all too busy getting 1.6 out the door? :-) ? Kind regards, Per -- Per Olesen @ Nordija A/S - www.nordija.com - main#: +45 70

Re: Fw: Java Add On for Ant to fix filename + extension case issues

2003-10-09 Thread [EMAIL PROTECTED]
ok will do, was being lazy    ---Original Message---   From: Ant Developers List Date: 09 October 2003 17:54:05 To: Ant Developers List Subject: Re: Fw: Java Add On for Ant to fix filename + extension case issues   Paul,   This task would be improved by making the attributes use mean

RE: New ANT Image Transformation Tasks

2003-10-09 Thread Abey Mullassery
> > You patch says compatible with Ant 1.3 while your website says 1.4. > Sorry for the mistake. The Task works with Ant version 1.4 onwards only. Could you please change it? The Task uses an image core library that has the implementations for using ImageIO, AWT, JAI, etc. The required implement

RE:

2003-10-09 Thread Shatzer, Larry
I tried 1.5R3 with no success. 1.5R2 does work however. -- Larry > -Original Message- > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 09, 2003 12:19 AM > To: [EMAIL PROTECTED] > Subject: Re:

AW: Reminder: Patch for new ejbclient jar task ...

2003-10-09 Thread Antoine Levy-Lambert
Hi Per, I wish I had time to work more on getting 1.6 out of the door. I need to review the bug reports which have been posted against 1.6beta and to make the manual of 1.6beta available online. These are currently my first priorities, and I do not have even enough time to take care of them. I

Re: failonerror; general solution

2003-10-09 Thread Gus Heck
Reading this thread I am beginning to think that there is a fundamental problem on the road ahead for ant. If I understand correctly, one of the founding Ideas of Ant was that builds were something that should be described, not programed. Since I have joined this list about 1.5 years ago, I hav

Preventing Parent Classloading

2003-10-09 Thread Upayavira
I'm working on a CocoonTask. Cocoon has a significant bundle of jars, some of which overlap with Ant's. In my task, I set up a class loader responsible for loading Cocoon classes, which works, apart from when those same classes exist in Ant, when the Ant ones are loaded instead of Cocoon's.Ant

Re: failonerror; general solution

2003-10-09 Thread Jack Woehr
Gus Heck wrote: > Im wondering if part of what is happening is a migration of what people > need from a build tool... Hi Gus ... I think what's happening is that people are building larger projects than most people who develop for Apache Ant had dealt with early in Ant history. I'm working on t

RE: Preventing Parent Classloading

2003-10-09 Thread Dominique Devienne
Sounds like the CL you create delegates to the Ant CL, thus your problem. Create your own CL by making it delegate to the Root/Bootstrap CL (by setting the parent loader to null), and the classes will always be loaded from your classes (may duplicate-load the some classes Ant loaded in its CL, but

Re: failonerror; general solution

2003-10-09 Thread Steve Loughran
Jack Woehr wrote: Gus Heck wrote: Im wondering if part of what is happening is a migration of what people need from a build tool... Hi Gus ... I think what's happening is that people are building larger projects than most people who develop for Apache Ant had dealt with early in Ant history. I'm

Re: failonerror; general solution

2003-10-09 Thread Jack Woehr
Steve Loughran wrote: > > > Yes. As I said two years ago on this list, Ant (like m4, like make) is sort > > of a mini-Prolog, > > and Prolog *changed*. Like Edmund Burke's famous advice to King George III > > on the Stamp > > which was? "That which one has a right to do, it is not always conven

cvs commit: ant/docs/manual/stylesheets - New directory

2003-10-09 Thread antoine
antoine 2003/10/09 13:58:37 ant/docs/manual/stylesheets - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: ant/docs/manual antexternal.html anttaskslist.html base_task_classes.html conceptstypeslist.html coretasklist.html cover.html credits.html develop.html developlist.html dirtasks.html feedback.html ide.html index.html inputhandler.html install.html installlist.html intro.html listeners.html optionaltasklist.html platform.html running.html runninglist.html sysclasspath.html tasksoverview.html toc.html tutorial-writing-tasks.html using.html usinglist.html

2003-10-09 Thread antoine
antoine 2003/10/09 14:01:15 Modified:docs/manual/CoreTasks Tag: ANT_16_BRANCH get.html tempfile.html changelog.html fixcrlf.html genkey.html manifest.html pack.html pathconvert.html rmic.html signjar.html sql.html

cvs commit: ant/docs index.html

2003-10-09 Thread antoine
antoine 2003/10/09 14:30:40 Modified:xdocsindex.xml docs index.html Log: add a pointer to the manual of ant1.6beta on the main ant.apache.org web page Revision ChangesPath 1.55 +3 -0 ant/xdocs/index.xml Index: index.xml

ant1.6beta

2003-10-09 Thread Antoine Lévy-Lambert
Here an extract of the bug reports opened currently against ant1.6beta : 23455 Enh Oth All [EMAIL PROTECTED] NEW 0 [PATCH] mark xlsp liaison as deprecated 23526 Enh Oth All [EMAIL PROTECTED] NEW 0 should support nested

cvs technical problem (beta.png and antmanual.css)

2003-10-09 Thread Antoine Lévy-Lambert
Hi, I might have done a mistake (hopefully fixable) docs/images/beta.png and docs/manual/stylesheets/antmanual.css have been added directly to the ANT_16_BRANCH I am not sure how to migrate them to HEAD ? Any cvs branching virtuoso to rescue my move ? Cheers, Antoine

DO NOT REPLY [Bug 23711] New: - VSS-Get Task Fails with Label

2003-10-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Preventing Parent Classloading

2003-10-09 Thread Upayavira
Dominique Devienne wrote: Sounds like the CL you create delegates to the Ant CL, thus your problem. Create your own CL by making it delegate to the Root/Bootstrap CL (by setting the parent loader to null), and the classes will always be loaded from your classes (may duplicate-load the some classes