subtitute copy with dir

2003-05-02 Thread Dibi, George
Can someone tell me how to display a content of a directory using xml? Sample code.

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

2003-05-02 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 19601] - Add 'Thumbs.db' to default exclude list.

2003-05-02 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 19601] New: - Add 'Thumbs.db' to default exclude list.

2003-05-02 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: Roles (was: antlib)

2003-05-02 Thread peter reilly
Yes, but more infrastructure is needed. (Also, in current ant cvs, ComponentHelper is not used). My knowledge on this subject is very small, but here is my understanding (based on looking at jelly source code). To support XML ns one needs to know the uri associated with the namespace prefix. The

DO NOT REPLY [Bug 19523] - zip/unzip should have the capability to use a mapper

2003-05-02 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: [PATCH] Fix for VAJ4

2003-05-02 Thread Rey Francois
I have tried Martin's patch and all seems fine. Just one thing: line 56 of Martin's patch is conflicting with javadoc notation: + *JSP Page Compile Generated Code/**, Visual Age*/** Should be replaced by + *JSP Page Compile Generated Code/**, Visual Age*/*

DO NOT REPLY [Bug 17040] - JUnit task report does not use the one defined by setName method

2003-05-02 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 10016] - VAJ Tasks broken

2003-05-02 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 19449] - broken

2003-05-02 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 Zip.java

2003-05-02 Thread bodewig
bodewig 2003/05/02 07:50:10 Modified:src/main/org/apache/tools/ant/taskdefs Zip.java Log: Improve fix for PR: 19449. Don't drop directory entries after we've found out they were outdated, but simply do not perform timestamp checks on the at all. Revision ChangesPath

Re: Roles (was: antlib)

2003-05-02 Thread Costin Manolache
peter reilly wrote: \>> > example: >> > >> > >> > > > newattribute="MyFileSet attribute"/> >> > >> > >> > >> > > > newattribute="MyPath attribute"/> >> > >> >> I assume you meant to write "ant:type" instead of "ant-type"... >

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

2003-05-02 Thread bodewig
bodewig 2003/05/02 07:44:54 Modified:.WHATSNEW src/main/org/apache/tools/ant/taskdefs Zip.java Log: Don't update archives because it lacks directory entries when we are not going to add directory entries either. PR: 19449 Revision ChangesPath

Re: Roles (was: antlib)

2003-05-02 Thread peter reilly
For the weblogic stuff, they would surely come from the same antlib - say weblogic-ant.jar using namespace (example for demo purposes only) or using prefixes: Grante

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

2003-05-02 Thread bodewig
bodewig 2003/05/02 07:24:58 Modified:src/etc/testcases/taskdefs zip.xml src/testcases/org/apache/tools/ant/taskdefs ZipTest.java Log: Demonstrate bug 19449 Revision ChangesPath 1.12 +15 -0 ant/src/etc/testcases/taskdefs/zip.xml Index: zip.xml

Re: [PATCH] Fix for VAJ4

2003-05-02 Thread Martin Landers
Hi, [... VAJ Mock classes ...] > We can use them to compile the VAJ classes that we distribute with > Ant, but I'm not sure whether we could distribute the mock classes > themselves. Hm, AFAIC not distributing the mock classes themselves, only task binaries and sources is fine. I just didn't li

Re: Roles (was: antlib)

2003-05-02 Thread Stefan Bodewig
On Wed, 30 Apr 2003, Jose Alberto Fernandez <[EMAIL PROTECTED]> wrote: > The problem you are overlooking is the case of element > in , , , etc. Maybe not really overlooking but understimating. The alternative would be to use and for the different interfaces. If they come from different antli

DO NOT REPLY [Bug 19523] - zip/unzip should have the capability to use a mapper

2003-05-02 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: [PATCH] Fix for VAJ4

2003-05-02 Thread Stefan Bodewig
On Fri, 2 May 2003, Martin Landers <[EMAIL PROTECTED]> wrote: > When committing my patches (maybe after Francois has verified they > work for him), could you also submit the patches for > (VAJAntTool.html) from Francois? Sure. And no need to rush things. I won't get to it today and I usually

DO NOT REPLY [Bug 10016] - VAJ Tasks broken

2003-05-02 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: [PATCH] Fix for VAJ4

2003-05-02 Thread Martin Landers
Hi Folks, Francois: Don't bother writing mock classes, I've done so already. I'll attach the jar-File to the Bug-Report. (Hope you haven't started yet...) > Perhaps the only useful thing from my patch is an update of the > installation steps (VAJAntTool.html): if we have compiled classes > distr

Re: Roles (was: antlib)

2003-05-02 Thread peter reilly
On Friday 02 May 2003 11:46, Wannheden, Knut wrote: > Peter, > > > example: > > > > > >> newattribute="MyFileSet attribute"/> > > > > > > > >> newattribute="MyPath attribute"/> > > > > I assume you meant to write "ant:type"

RE: Roles (was: antlib)

2003-05-02 Thread Wannheden, Knut
Peter, > > example: > > > newattribute="MyFileSet attribute"/> > > > >newattribute="MyPath attribute"/> > > I assume you meant to write "ant:type" instead of "ant-type"... I suppose in both examples all further attribut

Re: Roles (was: antlib)

2003-05-02 Thread peter reilly
I have done a little further work on my patch to allow nested elements to have Project type as a constructor. If the object contains both add() and create(), the add() method is used. example: I will upload the modified patch over the weekend. Peter On

RE: [PATCH] Fix for VAJ4

2003-05-02 Thread Rey Francois
I have sumbmitted my patch to Bugzilla (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10016). There is another patch attached to this bug (from Martin Landers), which fixes the same issue as mine, but includes other improvements as well. So let's take Martin's patch since it includes more. Perh

Re: Roles (was: antlib)

2003-05-02 Thread Stefan Bodewig
On Wed, 30 Apr 2003, Costin Manolache <[EMAIL PROTECTED]> wrote: > Can you explain again what's wrong with create ? I think I missed > it... You can't pass in a subclass of the type returned by the createXYZ method as the object creation happens inside the task. If you want to use a subclass of

Re: Roles (was: antlib)

2003-05-02 Thread Stefan Bodewig
On Wed, 30 Apr 2003, Costin Manolache <[EMAIL PROTECTED]> wrote: > Stefan Bodewig wrote: > >> I don't see a need for separate namespaces depending on the >> interfaces, so only using the child's element name (and namespace) >> could be enough. I'm not sure whether I'm overlooking a problem. > >

DO NOT REPLY [Bug 18884] - stcheckout should handle a convertCRLF flag

2003-05-02 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/starteam StarTeamCheckout.java

2003-05-02 Thread bodewig
bodewig 2003/05/02 01:18:37 Modified:.WHATSNEW docs/manual/OptionalTasks starteam.html src/main/org/apache/tools/ant/taskdefs/optional/starteam StarTeamCheckout.java Log: Provide control over EOL conversion via a new attri

DO NOT REPLY [Bug 19541] - New RExec optional task

2003-05-02 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 19541] New: - New RExec optional task

2003-05-02 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 10016] - VAJ Tasks broken

2003-05-02 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 10016] - VAJ Tasks broken

2003-05-02 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: [PATCH] Fix for VAJ4

2003-05-02 Thread Stefan Bodewig
On Wed, 30 Apr 2003, Rey Francois <[EMAIL PROTECTED]> wrote: > - I used "diff -c" to create them (the -u option is not available on > my platform). Either a strange platform or a strange implementation of diff. context diffs should work as good as unified diffs. > In any case I also included the

DO NOT REPLY [Bug 10016] - VAJ Tasks broken

2003-05-02 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: [PATCH] Fix for VAJ4

2003-05-02 Thread Stefan Bodewig
On Wed, 30 Apr 2003, Martin Landers <[EMAIL PROTECTED]> wrote: > Stefan: I think we've found someone to confirm my patches! :) Yep, I've seen it. 8-) > I propose that Stefan (or another willing committer ;) gets the > patches into the Ant 1.6 branch Looks as if we had a plan. I'm going to assi

DO NOT REPLY [Bug 19536] - JUnitReport Report Fails

2003-05-02 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 19536] New: - JUnitReport Report Fails

2003-05-02 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 19523] - zip/unzip should have the capability to use a mapper

2003-05-02 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