DO NOT REPLY [Bug 23737] - javadoc tag order

2003-10-10 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 23737] New: - javadoc tag order

2003-10-10 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-10 Thread Dominique Devienne
> -Original Message- > From: Upayavira [mailto:[EMAIL PROTECTED] > Samuel Gabriel wrote: > >We ran into this problem in one of our projects. The solution we found is > to > >override the loadClass method so that it looks into the classloader > classes > >before it looks into the parent clas

Re: Preventing Parent Classloading

2003-10-10 Thread Nick Chalko
Upayavira wrote: Samuel Gabriel wrote: We ran into this problem in one of our projects. The solution we found is to override the loadClass method so that it looks into the classloader classes before it looks into the parent classes. This way if there are classes that are conflicting our classes

Re: Preventing Parent Classloading

2003-10-10 Thread Upayavira
Samuel Gabriel wrote: We ran into this problem in one of our projects. The solution we found is to override the loadClass method so that it looks into the classloader classes before it looks into the parent classes. This way if there are classes that are conflicting our classes will always be loade

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

2003-10-10 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 23734] New: - should differentiate between empty and up to date when skipempty is true

2003-10-10 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 23732] New: - ExecuteOn () and ExecTask () are full of mixed-case attribute setters!

2003-10-10 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

Ant 1.6 beta manual

2003-10-10 Thread Matt Benson
Is it intentional that the betas (online and the one I originally downloaded) lack the API in the manual? -Matt __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com -

RE: Preventing Parent Classloading

2003-10-10 Thread Samuel Gabriel
We ran into this problem in one of our projects. The solution we found is to override the loadClass method so that it looks into the classloader classes before it looks into the parent classes. This way if there are classes that are conflicting our classes will always be loaded first. Sam -Or

DO NOT REPLY [Bug 23726] - Ant 1.6beta breaks the javah task with Java 1.4.2

2003-10-10 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 23686] - doesn't work well with interactive programs

2003-10-10 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 23726] - Ant 1.6beta breaks the javah task with Java 1.4.2

2003-10-10 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-10 Thread Dominique Devienne
> -Original Message- > From: Upayavira [mailto:[EMAIL PROTECTED] > > Dominique Devienne wrote: > >Here's something that might work. The code you sketched below, which only > >depends on Cocoon classes, could be make part of Cocoon itself in an > >existing or new JAR from Cocoon/WEB-INF/lib

RE:

2003-10-10 Thread Shatzer, Larry
> -Original Message- > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > Sent: Friday, October 10, 2003 12:12 AM > To: [EMAIL PROTECTED] > Subject: Re:

Re: Preventing Parent Classloading

2003-10-10 Thread Upayavira
Dominique Devienne wrote: Here's something that might work. The code you sketched below, which only depends on Cocoon classes, could be make part of Cocoon itself in an existing or new JAR from Cocoon/WEB-INF/lib, as a new main() entry point. This way, you could then just use the Java task within y

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

2003-10-10 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 23726] - Ant 1.6beta breaks the javah task with Java 1.4.2

2003-10-10 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 23726] - Ant 1.6beta breaks the javah task with Java 1.4.2

2003-10-10 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-10 Thread Dominique Devienne
Here's something that might work. The code you sketched below, which only depends on Cocoon classes, could be make part of Cocoon itself in an existing or new JAR from Cocoon/WEB-INF/lib, as a new main() entry point. This way, you could then just use the Java task within your own task (I do this a

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

2003-10-10 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 23726] New: - Ant 1.6beta breaks the javah task with Java 1.4.2

2003-10-10 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: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs Ant.java

2003-10-10 Thread peter reilly
Opps, Well found! Peter On Friday 10 October 2003 14:19, [EMAIL PROTECTED] wrote: > bodewig 2003/10/10 06:19:46 > @@ -450,10 +450,12 @@ >Set set = new HashSet(); >for (int i = properties.size() - 1; i >= 0; --i) { >Property p = (Property) properties.ge

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

2003-10-10 Thread bodewig
bodewig 2003/10/10 06:56:42 Modified:src/main/org/apache/tools/ant/taskdefs/optional/junit Tag: ANT_16_BRANCH JUnitTestRunner.java Log: Merge from HEAD Revision ChangesPath No revision No revision 1.42.2.1 +

DO NOT REPLY [Bug 23033] - class initialisation error in CustomJUnitRunner

2003-10-10 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

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

2003-10-10 Thread bodewig
bodewig 2003/10/10 06:50:35 Modified:src/main/org/apache/tools/ant/taskdefs/optional/junit JUnitTestRunner.java Log: Don't mask arbitrary exceptions when looking for a suite method. PR: 23033 Submitted by: Steven Segers Revision ChangesPath

DO NOT REPLY [Bug 23033] - class initialisation error in CustomJUnitRunner

2003-10-10 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 23696] - JUnitTestRunner masks exceptions

2003-10-10 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 23645] - Timeout on task results in wrong statistics

2003-10-10 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

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

2003-10-10 Thread bodewig
bodewig 2003/10/10 06:39:13 Modified:src/main/org/apache/tools/ant/taskdefs/optional/junit Tag: ANT_16_BRANCH JUnitTask.java Log: Merge from HEAD Revision ChangesPath No revision No revision 1.83.2.2 +3 -3

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

2003-10-10 Thread bodewig
bodewig 2003/10/10 06:38:25 Modified:src/main/org/apache/tools/ant/taskdefs/optional/junit JUnitTask.java Log: A timed out test is stil a test, PR 23645 Revision ChangesPath 1.85 +3 -3 ant/src/main/org/apache/tools/ant/taskdefs/optional/

DO NOT REPLY [Bug 23717] - Long property values on command line fail to be properly assigned

2003-10-10 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 23686] - doesn't work well with interactive programs

2003-10-10 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 23601] - More than one element in task broken.

2003-10-10 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

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

2003-10-10 Thread bodewig
bodewig 2003/10/10 06:22:19 Modified:src/testcases/org/apache/tools/ant/taskdefs AntTest.java Log: Remove misleading debug output Revision ChangesPath 1.21 +3 -4 ant/src/testcases/org/apache/tools/ant/taskdefs/AntTest.java Index: AntTest.java ===

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

2003-10-10 Thread bodewig
bodewig 2003/10/10 06:21:22 Modified:src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH Ant.java Log: Merge from HEAD Revision ChangesPath No revision No revision 1.92.2.1 +6 -4 ant/src/main/org/

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

2003-10-10 Thread bodewig
bodewig 2003/10/10 06:19:46 Modified:src/main/org/apache/tools/ant/taskdefs Ant.java Log: with more than one child didn't work, PR 23601 Revision ChangesPath 1.93 +6 -4 ant/src/main/org/apache/tools/ant/taskdefs/Ant.java Index: Ant.java

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

2003-10-10 Thread bodewig
bodewig 2003/10/10 06:17:34 Modified:src/etc/testcases/taskdefs ant.xml src/testcases/org/apache/tools/ant/taskdefs AntTest.java Added: src/etc/testcases/taskdefs bar.properties foo.properties Log: Tests for PR 23601 Revision ChangesPath 1.13 +

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

2003-10-10 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 23601] - More than one element in task broken.

2003-10-10 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 23711] - VSS-Get Task Fails with Label

2003-10-10 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

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

2003-10-10 Thread Antoine Levy-Lambert
:-) Well done, Stefan. Cheers, Antoine -Ursprungliche Nachricht- Von: Stefan Bodewig [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 10. Oktober 2003 12:45 An: [EMAIL PROTECTED] Betreff: Re: cvs commit: ant/src/main/org/apache/tools/ant/types ZipFileSet.java On 10 Oct 2003, <[EMAIL PROTECT

DO NOT REPLY [Bug 23568] - native2ascii task malfunction with property in encoding attribute

2003-10-10 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: cvs commit: ant/src/main/org/apache/tools/ant/types ZipFileSet.java

2003-10-10 Thread Stefan Bodewig
On 10 Oct 2003, <[EMAIL PROTECTED]> wrote: > Fix PR 23639 This change fixes a regression (it worked in 1.4) where would not place the contents of the fileset into WEB-INF/lib but into the root of the archive. I've also change the filemode and dirmode attribute setters as well as the on

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

2003-10-10 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

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

2003-10-10 Thread bodewig
bodewig 2003/10/10 03:39:42 Modified:src/main/org/apache/tools/ant/types Tag: ANT_16_BRANCH ZipFileSet.java Log: Merge from HEAD Revision ChangesPath No revision No revision 1.22.2.1 +10 -15ant/src/main/

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

2003-10-10 Thread bodewig
bodewig 2003/10/10 03:39:09 Modified:src/main/org/apache/tools/ant/types ZipFileSet.java Log: Fix PR 23639 Revision ChangesPath 1.23 +10 -15ant/src/main/org/apache/tools/ant/types/ZipFileSet.java Index: ZipFileSet.java =

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

2003-10-10 Thread bodewig
bodewig 2003/10/10 03:33:42 Modified:src/etc/testcases/taskdefs war.xml src/testcases/org/apache/tools/ant/taskdefs WarTest.java Log: Testcase for PR 23639 Revision ChangesPath 1.4 +2 -1 ant/src/etc/testcases/taskdefs/war.xml Index: war.xml

RE: New ANT Image Transformation Tasks

2003-10-10 Thread Abey Mullassery
> > Is there a better way of getting the same effect? > > compiling with target="1.1" in your task. Thanks for the tip. The new source code is also up. The earlier version was subclassing the CopyTask. I just had to overridde the "doFileOperations()" to do a "transformImage()" instead of "cop

Re: Extension of

2003-10-10 Thread peter reilly
On Friday 10 October 2003 09:52, Phil Weighill-Smith wrote: > Very cool and verrry clever! > > What happens if the content of the java source contains XML special > characters? I assume you simply need to surround the source with a CDATA > block or provide encoded versions of the charac

Re: Extension of

2003-10-10 Thread Phil Weighill-Smith
Very cool and verrry clever! What happens if the content of the java source contains XML special characters? I assume you simply need to surround the source with a CDATA block or provide encoded versions of the characters... is that the case? Does it work? Phil :n. On Fri, 2003-10-10

Re: Extension of

2003-10-10 Thread peter reilly
Ok, I have had a look at beanshell 2.0. It is amazing. It now understands normal java syntax and creates normal java classes. Based on Dawid's idea, I made a small definition task using beanshell which can be used as follows: import org.apache.tools.ant.Task; public class AL

DO NOT REPLY [Bug 19897] - Patch to implement the namespaced antlib + other changes

2003-10-10 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 17199] - patch to allow custom conditions (+ filters..)

2003-10-10 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-10 Thread Upayavira
[EMAIL PROTECTED] wrote: Maybe you should have a look at forrest. They provide an ant buildfile to start the site generation. Thanks. But this one will be used by Forrest! At the moment, they just use the task to start Cocoon, whereas this will allow them to call it with , which will give th

Re: New ANT Image Transformation Tasks

2003-10-10 Thread Stefan Bodewig
On Thu, 9 Oct 2003, Abey Mullassery <[EMAIL PROTECTED]> wrote: > Is there a better way of getting the same effect? compiling with target="1.1" in your task. Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

AW: cvs commit: ant/docs index.html

2003-10-10 Thread Antoine Levy-Lambert
I was thinking about doing it, but I was afraid that the "footprint" of the change (committing in all the html files which are generated by anakia) would be too high. Antoine -Ursprungliche Nachricht- Von: Stefan Bodewig [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 10. Oktober 2003 09:12 A

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

2003-10-10 Thread Stefan Bodewig
On Fri, 10 Oct 2003, Antoine Lévy-Lambert <[EMAIL PROTECTED]> wrote: > I might have done a mistake (hopefully fixable) No, don't worry. > 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 ?

Re: cvs commit: ant/docs index.html

2003-10-10 Thread Stefan Bodewig
On 9 Oct 2003, <[EMAIL PROTECTED]> wrote: > add a pointer to the manual of ant1.6beta on the main > ant.apache.org web page Maybe even add it to the navigation bar? Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For add

Re:

2003-10-10 Thread Stefan Bodewig
On Thu, 9 Oct 2003, Larry Shatzer <[EMAIL PROTECTED]> wrote: > I tried 1.5R3 with no success. 1.5R2 does work however. Really? We should change the docs then (although I'm sure that I've tried 1.5R3). Stefan - To unsubscribe,

DO NOT REPLY [Bug 23717] New: - Long property values on command line fail to be properly assigned

2003-10-10 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-10 Thread Jan . Materne
Maybe you should have a look at forrest. They provide an ant buildfile to start the site generation. Jan > -Original Message- > From: Upayavira [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 09, 2003 11:24 AM > To: Ant Developers List > Subject: Re: Questions: A Cocoon Ant task >

Re: failonerror; general solution

2003-10-10 Thread Dale Anson
This has been a long thread, obviously it strikes a pain point. Here's a few more observations from the peanut gallery: Using and as general control tasks solves the problem of a target's "if" and "unless" attributes only checking for property existence rather than value. They also help structur

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

2003-10-10 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-10 Thread Abey Mullassery
The xml snippet with the corrections for the "Image" external task is included below 1. The compatibility with only ANT 1.4 and above. 2. The " Task" removed from the "Image Task" since it is used as an HTML anchor name as well. ===

RE: failonerror; general solution

2003-10-10 Thread Samuel Gabriel
An if and else attributes for each task would be something very helpful, I found many many occasions where I have to create a target just for one task that needs to be executed conditionally. I was thinking somewhere along the lines of putting this attribute in the base Ant Task and so every task

Re: ant1.6beta

2003-10-10 Thread Steve Loughran
Antoine Lévy-Lambert wrote: 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