AW: [Fwd: Some Thoughts on Ant 1.3 and 2.0]

2005-05-24 Thread Jan . Materne
(*) Extension tasks Make extending Ant as simple as possible, i.e. drop a jar file in a specific directory (ANT_HOME/ext globally or ~/.ant/ext on a user by user basis). This jar file must include taskdefs to define the tasks, Schema files to describe the tasks and documentation in the

AW: Online Bookstore

2005-05-24 Thread Jan . Materne
Especially for Ant we have a page [1] with books about Ant. That page is generated via Anakia and it should be possible just to change the template (maybe minor changes on the xdoc) to get links to resellers and info site. What´s your opinion? Jan [1]

Re: echoxml

2005-05-24 Thread Stefan Bodewig
On Mon, 23 May 2005, Steve Loughran [EMAIL PROTECTED] wrote: We need an echo task that takes well formed XML and spits it out. Is this really the best we have? escaped cdata in an echo task? the best core currently has, yes. Should be easy to an XmlFragment nested element to echo, see the

Re: ResourceCollections

2005-05-24 Thread Stefan Bodewig
On Mon, 23 May 2005, Matt Benson [EMAIL PROTECTED] wrote: Whew! Thanks. Now I need to find a few hours to see how it all works ;-) Any chance for a quick start guide? Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Online Bookstore

2005-05-24 Thread Stefan Bodewig
On Tue, 24 May 2005, Jan Materne [EMAIL PROTECTED] wrote: Especially for Ant we have a page [1] with books about Ant. That page is generated via Anakia and it should be possible just to change the template (maybe minor changes on the xdoc) to get links to resellers and info site. What´s

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/compilers CompilerAdapterFactory.java

2005-05-24 Thread Steve Loughran
[EMAIL PROTECTED] wrote: jkf 2005/05/23 14:52:35 Modified:src/main/org/apache/tools/ant/taskdefs/email EmailTask.java src/main/org/apache/tools/ant Main.java src/main/org/apache/tools/ant/taskdefs/optional/javah

Re: [Fwd: Some Thoughts on Ant 1.3 and 2.0]

2005-05-24 Thread Stefan Bodewig
On Tue, 24 May 2005, Jan Materne [EMAIL PROTECTED] wrote: But I like the 3rd paragraph I still do as well. I'm just not sure that XML Schema would be the way to go. /** Returns all names of required attributes. */ public static String[] getRequiredAttributes(); Doesn't help

Re: copy + ResourceCollections

2005-05-24 Thread Stefan Bodewig
On Mon, 23 May 2005, Matt Benson [EMAIL PROTECTED] wrote: So by that token, you would similarly add a Deletable (?) interface for FileResource to implement. So then move could fail when encountering a Resource that does not implement Deletable... Let's turn this around. Do we really want

Re: copy + ResourceCollections

2005-05-24 Thread Stefan Bodewig
On Mon, 23 May 2005, Matt Benson [EMAIL PROTECTED] wrote: My proposal regarding copy is that any FileResource with a base directory is processed according to BC, +1 but any other Resource is copied with implicit flattening (and an appropriate warning message) unless a nested mapper element

cvs commit: ant/src/testcases/org/apache/tools/ant/filters DynamicFilterTest.java TokenFilterTest.java

2005-05-24 Thread bodewig
bodewig 2005/05/24 01:19:45 Modified:src/main/org/apache/tools/ant/listener MailLogger.java src/main/org/apache/tools/ant/taskdefs/optional/jdepend JDependTask.java src/main/org/apache/tools/ant/types PatternSet.java

cvs commit: ant/xdocs projects.xml

2005-05-24 Thread bodewig
bodewig 2005/05/24 01:21:12 Modified:docs projects.html xdocsprojects.xml Log: Add pointer to Parabuild Revision ChangesPath 1.70 +50 -0 ant/docs/projects.html Index: projects.html

cvs commit: ant/xdocs projects.xml

2005-05-24 Thread bodewig
bodewig 2005/05/24 01:22:38 Modified:xdocsTag: ANT_16_BRANCH projects.xml Log: merge Revision ChangesPath No revision No revision 1.10.2.12 +27 -0 ant/xdocs/projects.xml Index: projects.xml

Re: [Fwd: Some Thoughts on Ant 1.3 and 2.0]

2005-05-24 Thread Steve Loughran
Stefan Bodewig wrote: On Tue, 24 May 2005, Jan Materne [EMAIL PROTECTED] wrote: But I like the 3rd paragraph I still do as well. I'm just not sure that XML Schema would be the way to go. no, I think we all under stand XSD that much better now :( /** Returns all names of

AW: Online Bookstore

2005-05-24 Thread Jan . Materne
We keep the data for the resource page [1] in xdocs [2]. The html page is generated via Anakia stylesheet [3]. Ted provided an example [4]: at the buttom is a box Available from where are some links to several book resellers. The idea is - store the ISBN in an extra tag in the xdoc thISBN:/th

Re: echoxml

2005-05-24 Thread Matt Benson
I started playing with this yesterday, should be able to commit something today. -Matt --- Stefan Bodewig [EMAIL PROTECTED] wrote: On Mon, 23 May 2005, Steve Loughran [EMAIL PROTECTED] wrote: We need an echo task that takes well formed XML and spits it out. Is this really the best we

Re: ResourceCollections

2005-05-24 Thread Matt Benson
--- Stefan Bodewig [EMAIL PROTECTED] wrote: Any chance for a quick start guide? Hmmm. I actually don't know what else to say beyond the updates to the manual under Concepts and Types, and the modified tasks: pathconvert, concat, length + resourcecount. Let me know what further information you

AW: cvs commit: ant/src/testcases/org/apache/tools/ant/types/opti onal/depend ClassFileSetTest.java

2005-05-24 Thread Jan . Materne
src/resources/org/apache/tools/ant/types/resources/selectors Do you mean, we have to rewrite our file-selectors? Jan

Re: Online Bookstore

2005-05-24 Thread Stefan Bodewig
On Tue, 24 May 2005, Jan Materne [EMAIL PROTECTED] wrote: The idea is - store the ISBN in an extra tag in the xdoc thISBN:/th th id=isbn ... /th - use the VM makro to generate the link passage Ahh, thanks. +1 Stefan -

Re: ResourceCollections

2005-05-24 Thread Stefan Bodewig
On Tue, 24 May 2005, Matt Benson [EMAIL PROTECTED] wrote: Hmmm. I actually don't know what else to say beyond the updates to the manual under Concepts and Types, and the modified tasks: pathconvert, concat, length + resourcecount. This answer is exactly what I needed. Thanks

svn commit: r178161 - in /ant/sandbox/antlibs/dotnet: branches/Ant_1.6.2_compatible/src/main/org/apache/tools/ant/taskdefs/ branches/Ant_1.6.2_compatible/src/testcases/org/apache/tools/ trunk/src/main

2005-05-24 Thread bodewig
Author: bodewig Date: Tue May 24 05:58:30 2005 New Revision: 178161 URL: http://svn.apache.org/viewcvs?rev=178161view=rev Log: Remove empty directories Removed: ant/sandbox/antlibs/dotnet/branches/Ant_1.6.2_compatible/src/main/org/apache/tools/ant/taskdefs/

svn commit: r178162 - in /ant/sandbox/antlibs/svn/trunk/src: main/org/apache/tools/ testcases/org/apache/tools/

2005-05-24 Thread bodewig
Author: bodewig Date: Tue May 24 05:59:56 2005 New Revision: 178162 URL: http://svn.apache.org/viewcvs?rev=178162view=rev Log: Remove empty directories Removed: ant/sandbox/antlibs/svn/trunk/src/main/org/apache/tools/ ant/sandbox/antlibs/svn/trunk/src/testcases/org/apache/tools/

ResourceCollections WAS Re: AW: cvs commit: ant/src/testcases/org/apache/tools/ant/types/opti onal/depend ClassFileSetTest.java

2005-05-24 Thread Matt Benson
--- [EMAIL PROTECTED] wrote: src/resources/org/apache/tools/ant/types/resources/selectors Do you mean, we have to rewrite our file-selectors? Any fileselector continues to work with fileset/dirset as well as files. Most fileselectors should still be relevant as resourceselectors, and in

AW: ResourceCollections WAS Re: AW: cvs commit: ant/src/testcases /org/apache/tools/ant/types/opti onal/depend ClassFileSetTest.java

2005-05-24 Thread Jan . Materne
I think about that by myself :) You said that a Resource could could give Input/OutputStream. So it would be possible just to add another Cache implementiation based on that. I thought of implementing the ResourceSelector interface additionally ... Jan -Ursprüngliche Nachricht- Von:

Re: AW: ResourceCollections WAS Re: AW: cvs commit: ant/src/testcases /org/apache/tools/ant/types/opti onal/depend ClassFileSetTest.java

2005-05-24 Thread Matt Benson
--- [EMAIL PROTECTED] wrote: I think about that by myself :) You said that a Resource could could give Input/OutputStream. So it would be possible just to add another Cache implementiation based on that. I thought of implementing the ResourceSelector interface additionally ... You

[Ant Wiki] Update of Ant17/Planning by MattBenson

2005-05-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Ant Wiki for change notification. The following page has been changed by MattBenson: http://wiki.apache.org/ant/Ant17/Planning -- * reduce

Re: echoxml

2005-05-24 Thread Matt Benson
Since I'm not really all that smart with XML stuff, can anyone tell me any reason we would NOT want the DOMElementWriter to write tags as: element attr=foo / when there are no child elements/nested text? Thanks, Matt --- Matt Benson [EMAIL PROTECTED] wrote: I started playing with this

Re: echoxml

2005-05-24 Thread Stefan Bodewig
On Tue, 24 May 2005, Matt Benson [EMAIL PROTECTED] wrote: Since I'm not really all that smart with XML stuff, can anyone tell me any reason we would NOT want the DOMElementWriter to write tags as: It was easier to code that way ;-) Stefan

DO NOT REPLY [Bug 35044] New: - ccmcheckintask requires a file to work

2005-05-24 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=35044. 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/windows Attrib.java

2005-05-24 Thread peterreilly
peterreilly2005/05/24 10:16:00 Modified:src/main/org/apache/tools/ant/taskdefs/optional/windows Attrib.java Log: checkstyle - mostly javadoc Revision ChangesPath 1.11 +49 -6

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

2005-05-24 Thread peterreilly
peterreilly2005/05/24 10:16:23 Modified:src/main/org/apache/tools/ant/taskdefs/rmic ForkingSunRmic.java Log: checkstyle - javadoc Revision ChangesPath 1.6 +2 -2 ant/src/main/org/apache/tools/ant/taskdefs/rmic/ForkingSunRmic.java

cvs commit: ant/src/main/org/apache/tools/ant/types/optional/image Arc.java ColorMapper.java DrawOperation.java Ellipse.java Rectangle.java Rotate.java Scale.java Text.java

2005-05-24 Thread peterreilly
peterreilly2005/05/24 10:17:29 Modified:src/main/org/apache/tools/ant/types/optional/image Arc.java ColorMapper.java DrawOperation.java Ellipse.java Rectangle.java Rotate.java Scale.java Text.java Log: checkstyle - mostly removal of _

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/unix AbstractAccessTask.java

2005-05-24 Thread peterreilly
peterreilly2005/05/24 10:18:31 Modified:src/main/org/apache/tools/ant/taskdefs/optional/unix AbstractAccessTask.java Log: checkstyle javadoc Revision ChangesPath 1.14 +4 -1

cvs commit: ant/src/main/org/apache/tools/ant/util DOMElementWriter.java

2005-05-24 Thread mbenson
mbenson 2005/05/24 10:54:47 Modified:src/testcases/org/apache/tools/ant/taskdefs/optional EchoPropertiesTest.java src/main/org/apache/tools/ant/util DOMElementWriter.java Log: go ahead and close elements with no children Revision Changes

Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/compilers CompilerAdapterFactory.java

2005-05-24 Thread Martijn Kruithof
Steve Loughran wrote: [EMAIL PROTECTED] wrote: jkf 2005/05/23 14:52:35 Modified:src/main/org/apache/tools/ant/taskdefs/email EmailTask.java src/main/org/apache/tools/ant Main.java src/main/org/apache/tools/ant/taskdefs/optional/javah

DO NOT REPLY [Bug 34241] - tar task fails when fileset contains large file (=2GB)

2005-05-24 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=34241. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

libraries

2005-05-24 Thread Matt Benson
Just curious... are we going to remove this from CVS? (no rush) -Matt __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - To

cvs commit: ant/docs/manual/CoreTasks echoxml.html

2005-05-24 Thread mbenson
mbenson 2005/05/24 13:49:55 Modified:docs/manual coretasklist.html .WHATSNEW src/main/org/apache/tools/ant/taskdefs defaults.properties Added: src/main/org/apache/tools/ant/taskdefs EchoXML.java

Re: cvs commit: ant/docs/manual/CoreTasks echoxml.html

2005-05-24 Thread Alexey Solofnenko
Why not to add this functionality into normal echo? - Alexey. On 24 May 2005 20:49:55 -, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: mbenson 2005/05/24 13:49:55 Modified: docs/manual coretasklist.html . WHATSNEW src/main/org/apache/tools/ant/taskdefs defaults.properties Added:

cvs commit: ant/src/main/org/apache/tools/ant/util XMLFragment.java

2005-05-24 Thread mbenson
mbenson 2005/05/24 14:04:14 Modified:src/main/org/apache/tools/ant/util XMLFragment.java Log: Oops need this for echoxml task. Revision ChangesPath 1.11 +3 -2 ant/src/main/org/apache/tools/ant/util/XMLFragment.java Index: XMLFragment.java

Re: cvs commit: ant/docs/manual/CoreTasks echoxml.html

2005-05-24 Thread Matt Benson
--- Alexey Solofnenko [EMAIL PROTECTED] wrote: Why not to add this functionality into normal echo? I suppose if you wanted to use entities, echo already can do this (clumsily). This task (OUCH actually doesn't compile b/c I forgot a file) was exceedingly easy and enforces well-formedness of

Re: cvs commit: ant/docs/manual/CoreTasks echoxml.html

2005-05-24 Thread Alexey N. Solofnenko
Do you mean, that the current echo task cannot be made to accept XMLFragment? - Alexey. Matt Benson wrote: --- Alexey Solofnenko [EMAIL PROTECTED] wrote: Why not to add this functionality into normal echo? I suppose if you wanted to use entities, echo already can do this

Re: cvs commit: ant/docs/manual/CoreTasks echoxml.html

2005-05-24 Thread Matt Benson
--- Alexey N. Solofnenko [EMAIL PROTECTED] wrote: Do you mean, that the current echo task cannot be made to accept XMLFragment? It could, but for easiest coding, the XMLFragment would then be represented by a discrete nested element: echo file=foo.xml xml foo blah=bar foochild /

Re: cvs commit: ant/docs/manual/CoreTasks echoxml.html

2005-05-24 Thread Alexey Solofnenko
I am just thinking that less tasks is better. If we can add echoxml functionality into existing echo tasks there will less documentation and code to maintain. - Alexey. On 5/24/05, Matt Benson [EMAIL PROTECTED] wrote: --- Alexey N. Solofnenko [EMAIL PROTECTED] wrote: Do you mean, that

DO NOT REPLY [Bug 35044] - ccmcheckintask requires a file to work

2005-05-24 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=35044. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

[Ant Wiki] Update of Ant17/Planning by antoine

2005-05-24 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Ant Wiki for change notification. The following page has been changed by antoine: http://wiki.apache.org/ant/Ant17/Planning -- * Eclipse 3.1 in