Re: [PATCH] Documentation of Patternset

2003-06-06 Thread Bruce Atherton
At 04:53 PM 6/5/2003 +0200, [EMAIL PROTECTED] wrote: On http://www.jguru.com/forums/answer.jsp?op=62&EID=1091298 there is a nice question. Maybe we should add that pattern as example. Following the diff. Thanks for the diff, but I think the examples should be as illuminating as possible, rather th

AW: [PATCH] Documentation of Patternset

2003-06-06 Thread Jan . Materne
It´s ok. But I think the http://nagoya.apache.org/wiki/apachewiki.cgi?AntProjectPages should be listed in the Navbar of the Homepage (xdocs/stylesheets/project.xml ?). Something like http://nagoya.apache.org/wiki/apachewiki.cgi?AntProjectPages"/> Jan > -Ursprüngliche Nachric

patch.xml --> problems.xml

2003-06-06 Thread Jan . Materne
During visiting the Homepage I saw that the Problems-Page (http://ant.apache.org/problems.html) on topic "Fixing the Bug" should be updated. The new patch.xml buildfile isn´t listed there. Jan - To unsubscribe, e-mail: [EMAIL PRO

[GUMP] Test Failure - Ant

2003-06-06 Thread Diane Holt
This email is autogenerated from the output from: Build results exceed maximum length. Please see URL above for details. Last 50 li

Re: patch.xml --> problems.xml

2003-06-06 Thread Magesh Umasankar
Thanks for pointing it out, Jan. I will commit a patch shortly. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 06, 2003 2:23 AM Subject: patch.xml --> problems.xml During visiting the Homepage I saw that the Problems-Page (http://ant.apache.org

cvs commit: ant/xdocs external.xml

2003-06-06 Thread antoine
antoine 2003/06/06 04:54:39 Modified:docs external.html xdocsexternal.xml Log: license of XmlTask was wrong, corrected from GNU to Apache following an email of Brian Agnew Revision ChangesPath 1.117 +1 -1 ant/docs/external.html Index

DO NOT REPLY [Bug 10350] - No javadocs online

2003-06-06 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 18192] - support nested element 'fileset' for java task

2003-06-06 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: AW: AW: Ant file to create patch file

2003-06-06 Thread Jan . Materne
> WinCVS has a CVS-over-http mode, where I configure it with a > proxy. This > works for anoncvs access to cvs.apache.org. Have you tried this? WinCVS 1.3.13.1: Proxy server 130.11.9.34 does not support HTTP tunnelling ... our firewall doesn´t like me :-( So I have to do my patches by hand

DO NOT REPLY [Bug 20547] New: - Make to ignore abstract test cases

2003-06-06 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 20474] - New Selector and improved documentation

2003-06-06 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 20474] - New Selector and improved documentation

2003-06-06 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 20474] - New Selector and improved documentation

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

Overridable targets?

2003-06-06 Thread Steve Cohen
Here is a radical idea that I'd like to kick around a little. The prohibition against more than one target of the same name in the same build script seems logical, but it impedes a form of reuse that I think would be very handy to use. If you include one build file within another (using ENTITY

DO NOT REPLY [Bug 20474] - New Selector and improved documentation

2003-06-06 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: Overridable targets?

2003-06-06 Thread Matt Smith
I have implemented this in ant 1.5.1 and 1.5.3 and have been using for multiple projects without issue. I have cascaded build files throughout each of my projects, and each build file has a set of common targets with are included in the project specific buildfiles via the XML ENTITY. I also allow

AW: Overridable targets?

2003-06-06 Thread Jan . Materne
Title: AW: Overridable targets? > -Ursprüngliche Nachricht- > Von: Steve Cohen [mailto:[EMAIL PROTECTED]] > Gesendet am: Freitag, 6. Juni 2003 16:54 > An: [EMAIL PROTECTED] > Betreff: Overridable targets? > > Here is a radical idea that I'd like to kick around a little.  > > The pro

RE: Overridable targets?

2003-06-06 Thread Steve Cohen
I can see that that would work, but it seems to be more difficult than what I am proposing. You have to make sure that EVERY build file that includes your generics defines the changeable behavior, and you can't have a overridable default implemenation in the generic file. Or am I missing somethin

RE: Overridable targets?

2003-06-06 Thread ttye
We are currently using a modified version of ant to do this. It basically provides the functionality to override target in sub builds (with the ant task). We use it so that projects can be built independently or as a sub project of another project using the same build.xml file. This allows you t

RE: Embedded dynamic ANT tasks.

2003-06-06 Thread Alexey Solofnenko
Hello Dawid, I was thinking about something like that. There is DynamicConfigurator to support dynamic properties, but there is no way to create dynamic tasks. Maybe we should ask ANT developers to support task factories in addition to class names. It would be a simple patch. For example in Comp

RE: Overridable targets?

2003-06-06 Thread James Cooper
Personally I'd find this very useful, our Ant script started off quite small with limited uses. But like most things in software it soon became a victim of its own success and soon became quite unwieldy. Obviously this was down to our lack of fore throught. We currently use Ant calls to separate d

iFtp external tool addition request

2003-06-06 Thread Deborah Clay
Hi, Would appreciate it if you would take a look at iFtp-Ant and consider adding it to The "External tools and tasks" list. Index: external.xml === RCS file: /usr/local/cvsroot/OSS/external.xml,v retrieving revision 1.1 retrieving re

DO NOT REPLY [Bug 20554] New: - add "fmpp" to http://ant.apache.org/external.html !

2003-06-06 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: Embedded dynamic ANT tasks.

2003-06-06 Thread peter reilly
This is AWESOME This is something I have been looking for in a long time. Using a slighty moded bsh (com.ibm->org.apache), this also works with ant 1.6 nightly. Peter On Friday 06 June 2003 15:53, Dawid Weiss wrote: > Dear ANT community, > > I thought one day: maybe it would be fun if I could d

Re: Overridable targets?

2003-06-06 Thread Nicola Ken Barozzi
Steve Cohen wrote, On 06/06/2003 16.54: Here is a radical idea that I'd like to kick around a little. The prohibition against more than one target of the same name in the same build script seems logical, but it impedes a form of reuse that I think would be very handy to use. It is already done i

DO NOT REPLY [Bug 20474] - New Selector and improved documentation

2003-06-06 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 20474] - New Selector and improved documentation

2003-06-06 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 20474] - New Selector and improved documentation

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

Fwd: Re: Embedded dynamic ANT tasks.

2003-06-06 Thread peter reilly
Hi Dawid, You may consider having a parallel set of code for bsh CVS head as some of the bsh apis have changed since 1.2.x Peter. On Friday 06 June 2003 15:53, Dawid Weiss wrote: > Dear ANT community, > > I thought one day: maybe it would be fun if I could define ANT tasks INSIDE > > the ANT s

DO NOT REPLY [Bug 20547] - Make to ignore abstract test cases

2003-06-06 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: 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

DO NOT REPLY [Bug 20554] - add "fmpp" to http://ant.apache.org/external.html !

2003-06-06 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 20547] - Make to ignore abstract test cases

2003-06-06 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 20554] - add "fmpp" to http://ant.apache.org/external.html !

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

New external task: FMPP

2003-06-06 Thread Daniel Dekany
A new entry into the External Tools and Tasks section. Name: FMPP Description: FMPP is a general-purpose text file preprocessor tool that uses FreeMarker templates. It is particularly designed for HTML preprocessor, for the generation of complete (static) homepages: directory structure that conta

DO NOT REPLY [Bug 20566] New: - PatternSet oddity

2003-06-06 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 20566] - PatternSet oddity

2003-06-06 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 20566] - PatternSet oddity

2003-06-06 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/perforce P4OutputStream.java P4HandlerAdapter.java P4Handler.java

2003-06-06 Thread antoine
antoine 2003/06/06 14:12:13 Modified:src/main/org/apache/tools/ant/taskdefs/optional/perforce P4HandlerAdapter.java P4Handler.java Added: src/main/org/apache/tools/ant/taskdefs/optional/perforce P4OutputStream.java Log: Fix hope

DO NOT REPLY [Bug 18956] - p4change task causes build to hang

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

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

2003-06-06 Thread Michael Beauregard
Our project currently requires that JUnit tests share a database connection. A separate issue requires us to migrate to Ant 1.5.3. The attached patch adds a boolean parameter called 'reloading' to JUnitTask. The default value of 'reloading' is 'true' so that it has backward compatible behavior.

RE: Overridable targets?

2003-06-06 Thread Steve Cohen
Thanks. I knew it was a feasible idea. -Original Message- From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 10:05 AM To: [EMAIL PROTECTED] Subject: Re: Overridable targets? Steve Cohen wrote, On 06/06/2003 16.54: > Here is a radical idea that I'd like to

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