Re: [PATCH] Velocity task

2003-01-21 Thread Hiroaki Nakamura
Erik, Thanks for your comments. Yes, it took me a whole weekend, but I think it's worth :-) Erik Hatcher wrote: Wow, you've put a lot of work into this. I'm actually doing more and more with Velocity myself, so this is intriguing. But doesn't the Velocity project have its own Ant task(s)?

Re: [PATCH] Velocity task

2003-01-21 Thread Erik Hatcher
On Monday, January 20, 2003, at 07:28 PM, Hiroaki Nakamura wrote: No, the Velocity does not have Ant tasks. Just the Anakia ones, I guess. I'm kinda surprised there isn't more Ant integration with Velocity. I'm actually in the midst of doing a static blog site generation Ant task using

RE: [PATCH] Velocity task

2003-01-21 Thread didge
You may also be interested in VPP (http://vpp.sourceforge.net). It provides the following: - VPPFilter, a FilterReader supporting VTL. - VPP, an extenson of the Copy task integrating VPPFilter. - VPPJavaC, an extension of the Javac task also integrating VPPFilter for preprocessing .java files

DO NOT REPLY [Bug 16268] - ant.apache.org uses tables for formatting.

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

Re: [PATCH] Velocity task

2003-01-21 Thread Hiroaki Nakamura
Erik Hatcher wrote: Since Conor has picked this up, lets let him decide where he wants to go with it first. I'm happy to have it within Ant's codebase, personally. Me too. Look at other Ant tasks in the Ant codebase and see the @tags on several of them. Eventually I'll document these

DO NOT REPLY [Bug 16268] - ant.apache.org uses tables for formatting.

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

DO NOT REPLY [Bug 16279] - Velocity task

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

Re: [PATCH] Velocity task

2003-01-21 Thread Erik Hatcher
On Monday, January 20, 2003, at 09:24 PM, Hiroaki Nakamura wrote: I got the latest sources from CVS and tried build.xml in proposal/xdocs directory. Also I saw @ant tags in other tasks. After all, I added * @ant.task name=velocity category=other to VelocityTask.java, and * @ant.datatype

Re: [PATCH] Velocity task

2003-01-21 Thread Hiroaki Nakamura
didge, Thanks for info. I didn't know VPP project. Now I have read the document at http://vpp.sourceforge.net, but not sources. didge wrote: You may also be interested in VPP (http://vpp.sourceforge.net). It provides the following: - VPPFilter, a FilterReader supporting VTL. - VPP, an

cvs commit: jakarta-ant/xdocs external.xml

2003-01-21 Thread bodewig
bodewig 2003/01/20 23:46:51 Modified:docs external.html proposal/ant-site/anakia/docs external.html proposal/ant-site/anakia/xdocs external.xml xdocsexternal.xml Log: Add pointer to Version_Tool. Submitted by: Ryan Grier

cvs commit: jakarta-ant/xdocs external.xml

2003-01-21 Thread bodewig
bodewig 2003/01/20 23:48:30 Modified:docs Tag: ANT_15_BRANCH external.html xdocsTag: ANT_15_BRANCH external.xml Log: sync with HEAD Revision ChangesPath No revision No revision 1.48.2.23 +70 -0

Re: [PATCH] Velocity task

2003-01-21 Thread Stefan Bodewig
On Tue, 21 Jan 2003, Hiroaki Nakamura [EMAIL PROTECTED] wrote: But I wish this task to be committed and released. I have been watching Velocity-dev ML for a while, but there is still no release after velocity-1.3.1-rc2 (July 25, 2002), Even if we'd accept your submission (quite likely, it

cvs commit: jakarta-ant/xdocs external.xml

2003-01-21 Thread bodewig
bodewig 2003/01/20 23:58:39 Modified:docs Tag: ANT_15_BRANCH external.html xdocsTag: ANT_15_BRANCH external.xml Log: untabify Revision ChangesPath No revision No revision 1.48.2.24 +6 -6

Re: proposed patch to ANT SQL task

2003-01-21 Thread Stefan Bodewig
On Tue, 21 Jan 2003, Paul King [EMAIL PROTECTED] wrote: Hi, I needed to pass properties in to a type-3 JDBC driver (WebLogic's RMI driver) in a SQL task. Perhaps I missed how this could be done using existing functionality. I don't think you've missed anything. For the JDBC drivers I have

Re: cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs Classloader.java

2003-01-21 Thread Conor MacNeill
Costin Manolache wrote: I know that pretty well ( reverse loader is required by 2.3+ servlet spec - one of the biggest mistakes IMHO ). Yes, that is pretty weird. There are some cases where a reverse loader will help, and is actually needed. I think it mainly helps when the classloader

RE: [PATCH] Velocity task

2003-01-21 Thread Kirk, Christopher
(BThis is a very nice proposal, and I definately think that a velocity ant (Btask would be a great addition to Ant. So thanks to Hiroaki for it. (B (B (B (BI've spent some time using Velocity inside Ant too and based on my (Bexperience I recommend the following changes/additions to the

DO NOT REPLY [Bug 10755] - Ant 1.5's jar task fails to add new files when run multiple times

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

Re: proposed patch to ANT SQL task

2003-01-21 Thread Erik Hatcher
Paul, Also, have a look at the DynamicConfigurator interface. This would allow you to be completely dynamic about which attributes you accept. As stated though, be careful about which JDK you are relying on and that your code is backwards compatible to 1.1. Erik On Tuesday,

DO NOT REPLY [Bug 16293] New: - using ftp with depends generates error when file is in directory

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

DynamicConfigurator-Interface

2003-01-21 Thread Jan . Materne
When should I use that interface? I had a look at it (and the only implementing class I found was XSLTProcess.Factory.Attribute). I don´t see any requirement for the Attribute-Class to implement that interface. So I ask myself - why to implement it? Jan Matèrne -Ursprüngliche

cvs commit: jakarta-ant/xdocs/stylesheets project.xml templates.vm

2003-01-21 Thread conor
conor 2003/01/21 06:30:02 Modified:docs ant15_todo.html antnews.html bindownload.html external.html faq.html index.html problems.html projects.html resources.html srcdownload.html xdocs/stylesheets project.xml

cvs commit: jakarta-ant/xdocs/stylesheets templates.vm

2003-01-21 Thread conor
conor 2003/01/21 06:35:00 Modified:docs ant15_todo.html antnews.html bindownload.html external.html faq.html index.html problems.html projects.html resources.html srcdownload.html xdocs/stylesheets templates.vm Log:

DO NOT REPLY [Bug 16115] - http://ant.apache.org has 28 errors preventing it from being valid html as per w3c.org

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

Re: cvs commit: jakarta-ant/xdocs/stylesheets project.xml templates.vm

2003-01-21 Thread Stefan Bodewig
On 21 Jan 2003, [EMAIL PROTECTED] wrote: Improve conformance of website to HTML 4.01 DTD May the why isn't it XHTML peeps be gentle with you 8-) Stefan -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: DynamicConfigurator-Interface

2003-01-21 Thread Erik Hatcher
Unfortunately it was added too late before the 1.5 feature cutoff to have any implementation within Ant's own codebase. But XDoclet uses it, which allows for an extensible task facade for XDoclet's subtasks. A vendor could now write their own XDoclet module and simply dropping the JAR within

Re: cvs commit: jakarta-ant/xdocs/stylesheets project.xml templates.vm

2003-01-21 Thread Erik Hatcher
Perhaps we can now remove the ant15_todo file now too? :) Or rename it to ant16_todo and remove things that are already done? Objections? Erik On Tuesday, January 21, 2003, at 09:30 AM, [EMAIL PROTECTED] wrote: conor 2003/01/21 06:30:02 Modified:docs ant15_todo.html

RE: [PATCH] Velocity task

2003-01-21 Thread Dominique Devienne
Sorry to barge in like that, but I'd like to understand how the line of what goes in Ant and what doesn't is drawn exactly... As Erik initially stated, new tasks are being pushed back outside of Ant, especially the ones depending on tools external to Ant. This seems to apply precisely to the

Re: [PATCH] Velocity task

2003-01-21 Thread Stefan Bodewig
as you are quoting me ... On Tue, 21 Jan 2003, Dominique Devienne [EMAIL PROTECTED] wrote: How is velocity any different? It isn't. When I wrote that From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Even if we'd accept your submission (quite likely, it seems 8-), I had not read about the

Re: [PATCH] Velocity task

2003-01-21 Thread Erik Hatcher
On Tuesday, January 21, 2003, at 10:27 AM, Stefan Bodewig wrote: The quite likely was based on the immediate support it had from Conor and Erik. Having a sponsoring committer certainly helps. My support came from the fact that I'm now toying with Velocity more and more and that the submission

Re: FilenameMapper with multiple mappings?

2003-01-21 Thread Stefan Bodewig
On Mon, 20 Jan 2003, Angus McIntyre [EMAIL PROTECTED] wrote: am I correct in thinking that mappers are local to a task ... but their IDs are global? Yes. What I've observed is that if I define a mapper with an 'id' attribute in one task, then I can use 'refid' to reference it within that

RE: proposed patch to ANT SQL task

2003-01-21 Thread Jose Alberto Fernandez
Hi, if I remember correctly someone posted a connection datatype so that one could define all the parameters for you sql tasks in one place and then refid them to the sql task. It seem to me this would be the ideal place to put this additional parameter definitions instead of overflowing the

RE: [PATCH] Velocity task

2003-01-21 Thread didge
VPP was originally developed to be a javac preprocessor, but on suggestion by Bill Burton, I broke out the preprocessor as a filter for general purpose use. In addition, the latest release is now BSD licensed, includes a FAQ and a few more examples. See http://vpp.sourceforge.net. Both

New Ant Related Project request

2003-01-21 Thread didge
Please include the following description in the list of Ant Related Projects. Thanks! didge VPP VPP provides general file preprocessing support based on the Velocity Template Engine. The core funtionality is provided as a filter for use with tasks that supports filter chains. Also included

Re: [PATCH] Velocity task

2003-01-21 Thread Hiroaki Nakamura
Hi, Thank you for changing the license of VPP to BSD. Now I can download and look into VPP. Yesterday I couldn't, because I was developing Apache-style licensed program. To tell the truth, if I found VPP before, I did not create my velocity task in the first place. Thank you for requesting VPP to

Re: [PATCH] Velocity task

2003-01-21 Thread Hiroaki Nakamura
Hi, Sorry I was wrong about the explicitly listed context data feature. It *is* supported in VPP. Please see FAQ Q. What other kinds of properties can be put into the velocity context? So things like below are not needed: Hiroaki Nakamura wrote: Thank you for your summarization. I think all my

Re: [PATCH] Velocity task

2003-01-21 Thread Conor MacNeill
Dominique Devienne wrote: How is velocity any different? It isn't. It would of course be more appropriate in Velocity or elsewhere. This is all moot now since Hiroaki believes VPP is more appropriate. That's fine, of course. I apologize for my initial enthusiasm :-) As for how the line is

XSLT classpath should use forceLoadClass

2003-01-21 Thread David Rees
Shouldn't the XSLTProcess (XSLT/Style) task use AntClassLoader.forceLoadClass instead of AntClassLoader.loadClass when the classpath attribute is defined? Otherwise the TraxLiason will always be found in the system classpath and therefore processors will only be loaded from the system classpath.

DO NOT REPLY [Bug 16279] - Velocity task

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

ProjectHelper that takes a Reader rather than a File?

2003-01-21 Thread Matt Bishop
I am in need of one of these, and surely I can't be the first one to need it. Does anyone have a ProjectHelper plugin that can configure a Project from a Reader rather than a file? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]