cvs commit: ant/docs/manual install.html

2003-11-28 Thread peterreilly
peterreilly2003/11/28 01:01:36 Modified:docs/manual install.html Log: Add note on version of beanshell required for ant 1.6 Revision ChangesPath 1.62 +4 -1 ant/docs/manual/install.html Index: install.html ==

cvs commit: ant/docs/manual install.html

2003-11-28 Thread peterreilly
peterreilly2003/11/28 01:04:56 Modified:docs/manual Tag: ANT_16_BRANCH install.html Log: Sync with head Revision ChangesPath No revision No revision 1.59.2.4 +4 -1 ant/docs/manual/install.html Index: install.html ==

DO NOT REPLY [Bug 24646] - using format="xml" in gives NoClassDefFoundError

2003-11-28 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: task update

2003-11-28 Thread Steve Loughran
Stefan Bodewig wrote: On Thu, 27 Nov 2003, Peter reilly <[EMAIL PROTECTED]> wrote: This is to be backward compatible with previous versions of ant. Actually, my mail is a success mail 8-) we could do a really cool task with this XMLFragment thingy, or add an task that is more RESTy -

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

2003-11-28 Thread peterreilly
peterreilly2003/11/28 01:28:04 Modified:src/main/org/apache/tools/ant/taskdefs Concat.java Log: call replace properties for header or footer elements of concat Revision ChangesPath 1.29 +3 -2 ant/src/main/org/apache/tools/ant/taskdefs/Concat.java Index: Con

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/ssh ScpToMessage.java

2003-11-28 Thread bodewig
bodewig 2003/11/28 01:28:49 Modified:src/main/org/apache/tools/ant/taskdefs/optional/ssh ScpToMessage.java Log: Under some circumstances scp would miss responses from the remote side leading to corrupted files. PR: 24449 Submitted by: Atsuhiko Yamanak

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

2003-11-28 Thread peterreilly
peterreilly2003/11/28 01:29:16 Modified:src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH Concat.java Log: sync with head Revision ChangesPath No revision No revision 1.28.2.1 +3 -2 ant/src/main

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/ssh ScpToMessage.java

2003-11-28 Thread bodewig
bodewig 2003/11/28 01:31:13 Modified:.Tag: ANT_16_BRANCH WHATSNEW src/main/org/apache/tools/ant/taskdefs/optional/ssh Tag: ANT_16_BRANCH ScpToMessage.java Log: Merge from HEAD Revision ChangesPath No revisio

DO NOT REPLY [Bug 24449] - Transferring multiple files using scp results in missing/corrupted files

2003-11-28 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/proposal/sandbox/dotnet/src/main/org/apache/tools/ant/taskdefs/optional/dotnet AbstractBuildTask.java

2003-11-28 Thread bodewig
bodewig 2003/11/28 02:17:35 Modified: proposal/sandbox/dotnet/src/main/org/apache/tools/ant/taskdefs/optional/dotnet AbstractBuildTask.java Log: Expose vm attribute in and Revision ChangesPath 1.3 +17 -0 ant/proposal/sandbox/dotnet/src

cvs commit: ant/xdocs/stylesheets project.xml

2003-11-28 Thread jhm
jhm 2003/11/28 02:34:11 Modified:xdocs/stylesheets project.xml Log: Add Wiki to Site-Menu Revision ChangesPath 1.19 +3 -1 ant/xdocs/stylesheets/project.xml Index: project.xml === RCS fi

Re: task update

2003-11-28 Thread Erik Hatcher
On Friday, November 28, 2003, at 04:13 AM, Steve Loughran wrote: Stefan Bodewig wrote: On Thu, 27 Nov 2003, Peter reilly <[EMAIL PROTECTED]> wrote: This is to be backward compatible with previous versions of ant. Actually, my mail is a success mail 8-) we could do a really cool task with this XML

RE: cvs commit: ant/xdocs/stylesheets project.xml

2003-11-28 Thread Jan . Materne
I think the Wiki is worth to be presented on the website. But committing the complete regenerated website is too much for my cell phone (more exactly my purse :-) Jan > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, November 28, 2003 11:34 AM >

DO NOT REPLY [Bug 24646] - using format="xml" in gives NoClassDefFoundError

2003-11-28 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 22834] - XSLT fails transforming file with doctype

2003-11-28 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/proposal/sandbox/dotnet/docs - New directory

2003-11-28 Thread bodewig
bodewig 2003/11/28 03:39:05 ant/proposal/sandbox/dotnet/docs - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: ant/proposal/sandbox/dotnet/docs dotnetexec.html index.html msbuild.html nant.html

2003-11-28 Thread bodewig
bodewig 2003/11/28 03:39:44 Added: proposal/sandbox/dotnet/docs dotnetexec.html index.html msbuild.html nant.html Log: Add documentation Revision ChangesPath 1.1 ant/proposal/sandbox/dotnet/docs/dotnetexec.html Index: dotnet

Re: task update

2003-11-28 Thread Christopher Lenz
Peter reilly wrote: The rule is as is in the ant namespace documentation, opps the to be written documentation, is that if the element name is in ant's xmlns, then the componentname of the element is the local name, otherwise it is uri:localname. This is to be backward compatible with previous vers

Re: task update

2003-11-28 Thread Peter reilly
On Fri, 2003-11-28 at 11:54, Christopher Lenz wrote: > Peter reilly wrote: > > The rule is as is in the ant namespace documentation, opps > > the to be written documentation, is that > > if the element name is in ant's xmlns, then > > the componentname of the element is the local name, > > otherwis

cvs commit: ant/docs/manual running.html runninglist.html

2003-11-28 Thread jhm
jhm 2003/11/28 03:56:29 Modified:docs/manual running.html runninglist.html Log: Document org.apache.tools.ant.ProjectHelper System property. Revision ChangesPath 1.24 +9 -2 ant/docs/manual/running.html Index: running.html =

Re: cvs commit: ant/docs/manual running.html runninglist.html

2003-11-28 Thread Stefan Bodewig
On 28 Nov 2003, <[EMAIL PROTECTED]> wrote: > Document org.apache.tools.ant.ProjectHelper System property. Thanks! Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: ant/docs/manual running.html runninglist.html

2003-11-28 Thread jhm
jhm 2003/11/28 04:01:02 Modified:docs/manual Tag: ANT_16_BRANCH running.html runninglist.html Log: Sync with HEAD Revision ChangesPath No revision No revision 1.21.2.4 +9 -2 ant/docs/manual/running.html Index: running

RE: cvs commit: ant/docs/manual running.html runninglist.html

2003-11-28 Thread Jan . Materne
Are there more? Please add :-) Jan > -Original Message- > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > Sent: Friday, November 28, 2003 1:01 PM > To: [EMAIL PROTECTED] > Subject: Re: cvs commit: ant/docs/manual running.html runninglist.html > > > On 28 Nov 2003, <[EMAIL PROTECTED]

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

2003-11-28 Thread conor
conor 2003/11/28 04:32:13 Modified:src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH ExecuteJava.java Log: Leaving static out causes a nasty error Revision ChangesPath No revision No revision 1.38.2

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

2003-11-28 Thread bodewig
bodewig 2003/11/28 04:36:07 Modified:src/main/org/apache/tools/ant/util JAXPUtils.java Log: Merge into 1.6 Revision ChangesPath 1.11 +4 -4 ant/src/main/org/apache/tools/ant/util/JAXPUtils.java Index: JAXPUtils.java

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

2003-11-28 Thread bodewig
bodewig 2003/11/28 04:36:34 Modified:src/main/org/apache/tools/ant/util Tag: ANT_16_BRANCH JAXPUtils.java Log: Merge into 1.6 Revision ChangesPath No revision No revision 1.9.2.1 +42 -0 ant/src/main/org

Re: task update

2003-11-28 Thread Christopher Lenz
Peter reilly wrote: On Fri, 2003-11-28 at 11:54, Christopher Lenz wrote: Peter reilly wrote: The rule is as is in the ant namespace documentation, opps the to be written documentation, is that if the element name is in ant's xmlns, then the componentname of the element is the local name, otherwise

RE: cvs commit: ant/docs/manual running.html runninglist.html

2003-11-28 Thread Jan . Materne
I did a search with grep -n -H -r "System.getPropert" * from src/main/ Some properties are basically and I ignore them for this analyse. Ignoring: - line.separator - ant.home - user.home - java.* - os.* - file.separator Most of the system properties I found are documented. Maybe some addi

Re: cvs commit: ant/docs/manual running.html runninglist.html

2003-11-28 Thread Stefan Bodewig
On Fri, 28 Nov 2003, Jan Materne <[EMAIL PROTECTED]> wrote: > Maybe some additional can be done for - > AbstractCvsTask --> : what is "~" I think that users fiddling with user.home scare me 8-) > - Jikes --> : jikes.class.path Is set by the wrapper script, we don't really need to document tha

RE: cvs commit: ant/docs/manual running.html runninglist.html

2003-11-28 Thread Jan . Materne
Ok, then the doc seems to be complete :) Jan > -Original Message- > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > Sent: Friday, November 28, 2003 2:51 PM > To: [EMAIL PROTECTED] > Subject: Re: cvs commit: ant/docs/manual running.html runninglist.html > > > On Fri, 28 Nov 2003, Jan Ma

DO NOT REPLY [Bug 25068] New: - Escape ", " separator in PatternSet

2003-11-28 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 25068] - Escape ", " separator in PatternSet

2003-11-28 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