AntClassLoader in 1.6

2003-03-24 Thread Stefan Bodewig
Hi,

if we are going to go the 1.2+ route for Ant 1.6, can we change
AntClassLoader in a way that Grant is going to work again (I vaguely
recall something about a no-arg constructor being added or removed or
something 8-).

This would make the jelly-tags-html Gump build failure either go away
or change to something easier to solve.

Stefan


DO NOT REPLY [Bug 18267] - ejbjar does not work with WebSphere 5

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18267

ejbjar does not work with WebSphere 5





--- Additional Comments From [EMAIL PROTECTED]  2003-03-24 09:12 ---
Just attach patch to this bug report using the Create a new atatchment link 
above. We prefer patches to be formed as unified diffs (diff -u) but if you 
can't do that, do whatever you can.


Re: [VOTE] Release Plan for Ant 1.5.3

2003-03-24 Thread Steve Loughran
Conor MacNeill wrote:
I'd like to propose this vote for the Ant 1.5.3 release plan:
Mon 24-March-2003
I will build Ant 1.5.3 Beta 1
The primary purpose of this release is to correct a few bugs discovered in Ant 
1.5.2 after its release. The most significant of these are
  http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17923
  http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17634

There are quite a few bug reports related to the first of these. There are 
also a number of other minor fixes and documentation updates.

I think a two week Beta period will be a good idea here, so the final release 
would take place around 7-April-2003. I will act as release manager.

Please indicate your vote.
I'll start with my +1
+1.



DO NOT REPLY [Bug 18166] - Concat enhancement

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18166

Concat enhancement





--- Additional Comments From [EMAIL PROTECTED]  2003-03-24 18:07 ---
I have updated the patch to fix two bugs.

1) inline text was not filtered
2) the filtering code would see
   multi eof for multi files, this
   would cause filters like tailfilter
   to fail.

the patch contains the mods to the four files
against cvs, and containing the fixes and
unittests for the fixes.


DO NOT REPLY [Bug 18166] - Concat enhancement

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18166

Concat enhancement





--- Additional Comments From [EMAIL PROTECTED]  2003-03-24 18:10 ---
Created an attachment (id=5480)
updated patch to fix in-line bug and mutli-file bug


RE: filtersfile

2003-03-24 Thread Dominique Devienne
Look at the expandproperties filter chain available in copy. --DD

-Original Message-
From: Mariya Makarovskaya [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 24, 2003 1:19 PM
To: '[EMAIL PROTECTED]'
Subject: filtersfile

Hello,
 
is it possible to have filtersfile to map tokens to properties. And how
should I set the filtering
in order for the tokens to be substituted for the values of the properties
instead of ${property.name}.
 
Thank you,
 
Mariya.