DO NOT REPLY [Bug 19690] New: - Cvs log CvsChangeLog are painfully slow

2003-05-06 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=19690. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Namespaces in Ant

2003-05-06 Thread peter reilly
On Monday 05 May 2003 20:20, J.Pietschmann wrote: peter reilly wrote: I would agree with most of what Nicola says. I think that XML ns is a heavy solution for name clashing of names defined in a antlib. Moreover I do not think that the antlib needs to define a qualified name. The prefix

AW: list a content of a directory

2003-05-06 Thread Jan . Materne
For easy display I had made a short project some time ago: project name=directoryListing default=main basedir=. target name=main fileset dir=. id=files.fs include name=**/*.java / /fileset echoAll in one row:/echo echo/ pathconvert

DO NOT REPLY [Bug 19603] - Property task with file attribute only suppoer ansi charset

2003-05-06 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=19603. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 12700] - [PATCH] Please allow Ant users to define the default set of excludes

2003-05-06 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=12700. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 12700] - [PATCH] Please allow Ant users to define the default set of excludes

2003-05-06 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=12700. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2003-05-06 Thread bodewig
bodewig 2003/05/06 06:01:07 Modified:src/main/org/apache/tools/ant/taskdefs/optional/sitraka CovBase.java Log: need a leading dash for JProbe 4 as well Revision ChangesPath 1.4 +1 -1

cvs commit: ant/xdocs external.xml

2003-05-06 Thread bodewig
bodewig 2003/05/06 06:26:47 Modified:docs external.html xdocsexternal.xml Log: Pointer to Java2HTML, submitted by Jason Shattu jason dot shattu at java2html dot com Revision ChangesPath 1.113 +50 -1 ant/docs/external.html Index:

DO NOT REPLY [Bug 10016] - VAJ Tasks broken

2003-05-06 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=10016. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/ide VAJExport.java VAJImport.java VAJLoad.java VAJLocalUtil.java VAJRemoteUtil.java VAJTask.java VAJToolsServlet.java

2003-05-06 Thread bodewig
bodewig 2003/05/06 08:19:17 Modified:.WHATSNEW build.xml docs/manual/Integration VAJAntTool.html src/main/org/apache/tools/ant/taskdefs/optional/ide VAJExport.java VAJImport.java VAJLoad.java

command line option visibility within a task ..

2003-05-06 Thread Harsha Kalidindi
Hi: I am trying to write a few tasks to extend ant in our environment. I would like these tasks to emit some debug information depending on the command line options used with the ant invocation. Is there a way I can get a list of command line options that ant was invoked

Re: AW: command line option visibility within a task ..

2003-05-06 Thread peter reilly
On Tuesday 06 May 2003 17:39, [EMAIL PROTECTED] wrote: BTW You´re using the old email adress [EMAIL PROTECTED] The new one is [EMAIL PROTECTED] that is [EMAIL PROTECTED] Peter

AW: AW: command line option visibility within a task ..

2003-05-06 Thread Jan . Materne
Ups, sorry. Thanks for correction :-) Jan -Ursprüngliche Nachricht- Von: peter reilly [mailto:[EMAIL PROTECTED] Gesendet am: Dienstag, 6. Mai 2003 18:51 An: Ant Developers List Betreff: Re: AW: command line option visibility within a task .. On Tuesday 06 May 2003 17:39, [EMAIL

RE: Roles (was: antlib)

2003-05-06 Thread Jose Alberto Fernandez
Hi guys, I was away on vacation so hasn't been around to make comments about the entire discussion. I will try to sumarize here some comments that go across several messages I have read today. The current antlib provides a way for the user of a particular antlib to rename one or more elements

modify classpath for a following compile ..

2003-05-06 Thread Harsha Kalidindi
Hi: I have question about Tasks and setting Classpath .. project ... target ... mytask ... /mytask javac .../ /target /project I am implementing mytask. Can I change/modify