RE: antlibs and classloaders #2

2004-05-10 Thread Jose Alberto Fernandez
From: Mariano Benitez [mailto:[EMAIL PROTECTED] but ... If I call typedef for the same file, with the same task, same uri, etc, why it redefine the tasks if they are already defined? BTW, it could help an unless attribute for typedef, not to do it again :) typedef

Re: antlibs and classloaders #2

2004-05-10 Thread Peter Reilly
Mariano Benitez wrote: another thing, I did the typedef thing because I cannot add classpath to an antlib definition, so the problems are chained I hope to get this in for ant 1.6.2. If I would define antlibs with classpath references directly it would be better You would still face the

DO NOT REPLY [Bug 28865] New: - JDepend classespath does not accept jars, but can with minor change.

2004-05-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28865. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 28820] - Concat throws ArrayIndexOutOfBounds

2004-05-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28820. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 28795] - java.lang.StackOverflowError

2004-05-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28795. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 28782] - Antlib ClassLoading issues in J2EE environment

2004-05-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28782. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: antlibs and classloaders #2

2004-05-10 Thread Mariano Benitez
Peter Reilly wrote: another thing, I did the typedef thing because I cannot add classpath to an antlib definition, so the problems are chained I hope to get this in for ant 1.6.2. This is still in a definition process, I guess, so I cannot make any work towards this direction. You would

DO NOT REPLY [Bug 28874] New: - Execute class has buggy patchEnvironment() implementation

2004-05-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28874. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: antlibs and classloaders #2

2004-05-10 Thread Jose Alberto Fernandez
From: Mariano Benitez [mailto:[EMAIL PROTECTED] So, I am thinking of the following workaround for the complete scope of the problem: I create a task antlib that performs would look like this: antlib property=fuego.antlib.defined classpath fileset

Re: antlibs and classloaders #2

2004-05-10 Thread Peter Reilly
This soulds ok, but it could be done like this: onceonly classpath id=fuego.classpath fileset dir=${fuego.basedir}/lib include name=fuegoexpress-antlib.jar/ include name=fuegoenterprise-antlib.jar/ include name=fuegoj2ee-antlib.jar/ include

Re: antlibs and classloaders #2

2004-05-10 Thread Peter Reilly
Jose Alberto Fernandez wrote: Would the following solve this problem generically? project name=X xmlns:mylib=antlib:my.library.package !-- This task is automatically available for every ANTLIB and its only function is to force the loading of the library if necessary. Force the lazy

DO NOT REPLY [Bug 28782] - Antlib ClassLoading issues in J2EE environment

2004-05-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28782. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 17240] - Log level of message 'Overriding previous definition of reference to'

2004-05-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=17240. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 28881] New: - javadoc nested link element does not support packagelistLoc as URL

2004-05-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28881. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 28882] New: - Add if and unless attributes to ProjectComponent.

2004-05-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28882. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 28883] New: - Add regex conditions to Ant

2004-05-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28883. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 28884] New: - Keep the properties set after ant or antcall.

2004-05-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=28884. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: ant/docs external.html projects.html

2004-05-10 Thread jhm
jhm 2004/05/10 08:01:41 Modified:xdocsTag: ANT_16_BRANCH external.xml projects.xml docs Tag: ANT_16_BRANCH external.html projects.html Log: Sync with HEAD Revision ChangesPath No revision No revision

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

2004-05-10 Thread peterreilly
peterreilly2004/05/10 02:42:04 Modified:src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH Concat.java Log: sync with head Revision ChangesPath No revision No revision 1.28.2.7 +3 -1

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

2004-05-10 Thread peterreilly
peterreilly2004/05/10 02:19:30 Modified:src/main/org/apache/tools/ant/taskdefs Concat.java Log: Concat throws ArrayIndexOutOfBounds with fixlastline PR: 28820 Reported by: Andre Vanha Revision ChangesPath 1.35 +3 -1