RE: Proposed roadmap

2007-01-03 Thread Shatzer, Larry
> -Original Message- > From: Peter Reilly [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 03, 2007 7:45 AM > To: Ant Developers List > Subject: Re: Proposed roadmap > > docbook looks a good bit verbose. I would rather something that > makes it easy to write manual pages with specific

RE: Output of CVS update command...

2006-07-13 Thread Shatzer, Larry
I should have also specified this is on windows using: Concurrent Versions System (CVSNT) 2.5.02 (Servalan) Build 2064 (client/server) And the server is 1.11.17, and when I run the cvs command by hand, I see the M's and C's... -- Larry > -Original Message- > From: Shatze

Output of CVS update command...

2006-07-12 Thread Shatzer, Larry
While running a CVS Update command on a checked out copy where there are conflicts and modified files, I was expecting to see the familiar lines: C path/to/conflicted.file M path/to/modifed.file They are not shown. I've tried setting/unsetting the quiet attribute, and setting output/error attribu

RE: cvs commit: ant/src/main/org/apache/tools/ant/util JavaEnvUti ls.java

2005-04-12 Thread Shatzer, Larry
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 12, 2005 1:59 PM > To: [EMAIL PROTECTED] > Subject: cvs commit: ant/src/main/org/apache/tools/ant/util > JavaEnvUtils.java > > > stevel 2005/04/12 13:59:06 > > Modified:src/main/org

RE: [PATCH] some entity escaping

2005-03-17 Thread Shatzer, Larry
Ooops, I forgot that *.patch files are stripped. Here it is named *.txt -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 11:07 PM To: [EMAIL PROTECTED] Subject: Re: [PATCH] some entity escaping On Wed, 16 Mar 2005, Larry Shatzer <[EMAIL

RE: [patch] ant in anger

2005-03-17 Thread Shatzer, Larry
TED] Sent: Wednesday, March 16, 2005 7:55 PM To: Ant Developers List Subject: Re: [patch] ant in anger Shatzer, Larry wrote: >why " to "? '"' is perfectly valid in HTML, and no need to escape it. > > Sorry, I'm assuming that the docs will be transformed into

[PATCH] some entity escaping

2005-03-16 Thread Shatzer, Larry
Escaping & to & and > to > -- Larry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [patch] ant in anger

2005-03-16 Thread Shatzer, Larry
> -Original Message- > From: Peter Reilly [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 16, 2005 9:21 AM > To: Ant Developers List > Subject: Re: [patch] ant in anger > > > Shatzer, Larry wrote: > > >why " to "? '"

RE: [patch] ant in anger

2005-03-16 Thread Shatzer, Larry
why " to "? '"' is perfectly valid in HTML, and no need to escape it. http://marc.theaimsgroup.com/?l=ant-dev&m=110693846331376&w=2 http://marc.theaimsgroup.com/?l=ant-dev&m=106431742007031&w=2 http://marc.theaimsgroup.com/?l=ant-dev&m=106431872408214&w=2 We've had this debate in the past. I am

RE: [VOTE] Start a subproject for Ant libraries

2005-03-09 Thread Shatzer, Larry
> -Original Message- > From: Alexey N. Solofnenko [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 09, 2005 9:10 AM > To: Ant Developers List > Subject: Re: [VOTE] Start a subproject for Ant libraries > > There are several newer revision control systems (for > example, DARCS > and TL

[PATCH] fix typo in script documentation

2005-03-01 Thread Shatzer, Larry
It is supposed to be importClass(Packages.org...) not importClass(Package.org...). Also fix spot to use ' and not "´" -- Larry Index: docs/manual/OptionalTasks/script.html === RCS file: /home/cvspublic/ant/docs/manual/OptionalTasks/

[PATCH] Formatting changes

2004-11-18 Thread Shatzer, Larry
Put around a ton of places where it was just . And a few other minor format changes as well. (such as removing the space from tags like ), and correcting © to ©, and adding "All Rights Reserved" to copyright statements. Attached as a gzip file, since it's over the 100k mailing lis

RE: [PATCH] Spelling fixes for OptionalTasks and OptionalTypes

2004-11-12 Thread Shatzer, Larry
Thanks. Yeah, it has been a while. $JOB always takes priority over @HOBBIES. :) Attached is a new patch to fix places where > was used instead of >, for consistency. -- Larry > -Original Message- > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > Sent: Friday, November 12, 2004 2:40 AM >

[PATCH] Spelling fixes for OptionalTasks and OptionalTypes

2004-11-11 Thread Shatzer, Larry
Attached is a patch file to correct quite a few spelling mistakes in docs/manual/OptionalTasks and OptionalTypes -- Larry Index: docs/manual/OptionalTasks/BorlandGenerateClient.html === RCS file: /home/cvspublic/ant/docs/manual/Opti

[PATCH] ant_in_anger.html

2004-03-04 Thread Shatzer, Larry
Typos, misspellings, double words... -- Larry Index: docs/ant_in_anger.html === RCS file: /home/cvspublic/ant/docs/ant_in_anger.html,v retrieving revision 1.16 diff -u -r1.16 ant_in_anger.html --- docs/ant_in_anger.html 9 Jul 20

[PATCH] cvs docs

2004-03-02 Thread Shatzer, Larry
A newer version of CVS has been released, updated links in document. Also a bit of tidying up. -- Larry Index: docs/manual/CoreTasks/cvs.html === RCS file: /home/cvspublic/ant/docs/manual/CoreTasks/cvs.html,v retrieving revision 1.2

RE: Ant 1.6.1 released

2004-02-12 Thread Shatzer, Larry
> -Original Message- > From: Antoine Lévy-Lambert [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 12, 2004 6:13 AM > To: Ant Developers List; Ant Users List > Subject: Ant 1.6.1 released > > > Apache Ant 1.6.1 is now available for download > f

RE: [VOTE] macrodef - do attributes as properties or substitution s

2003-11-18 Thread Shatzer, Larry
> -Original Message- > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 18, 2003 2:08 AM > To: [EMAIL PROTECTED] > Subject: Re: [VOTE] macrodef - do attributes as properties or > substitutions > > > [ ] as $(x) > > [ ] as @{x} > > either one works for me - as we

[PATCH] to whatsnew for 1.6

2003-11-11 Thread Shatzer, Larry
I noticed that a change that I submitted (and then was accepted) was never added into the WHATSNEW file. (the addition of reallyquiet attribute to ). Attached is the patch to add that. -- Larry Index: WHATSNEW === RCS file: /home/cv

Native Java CVS implementation

2003-10-30 Thread Shatzer, Larry
I noticed in the source code for the CVS task, this comment: // XXX: we should use JCVS (www.ice.com/JCVS) instead of // command line execution so that we don't rely on having // native CVS stuff around (SM) // We can't do it ourselves as jCVS is GPLed, a third par

[patch] Telnet task

2003-10-22 Thread Shatzer, Larry
If we have timed out, before we throw a BuildException, lets log to MSG_DEBUG the rest of the content of the StringBuffer. This way people trying to debug why their did not work, have something to go on. This kind of addresses bug# 11620. -- Larry Index: src/main/org/apache/tools/ant/taskdefs/o

RE: Vote: for 1.6

2003-10-21 Thread Shatzer, Larry
Since I am not a commiter, my vote won't count, but I am +1 for this. It solves my original problem perfectly. -- Larry > -Original Message- > From: peter reilly [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 21, 2003 8:36 AM > To: [EMAIL PROTECTED] > Subject: Vote: for 1.6 > > > H

RE: Macrodef and parallel in a recursive situation

2003-10-17 Thread Shatzer, Larry
Maybe allow have another that allows it to be undeclared with default or passed in, so we can set it inside the macrodef, such as "newcurrent". Example: ... Then when you call "recursive" such as this: it won't die that you did not pass "newcurrent". the "staticscope" attribu

RE: Macrodef and parallel in a recursive situation

2003-10-17 Thread Shatzer, Larry
I like that idea. I think since you are already in the locally scoped property should be used. At least to me, that makes the most sense. If you needed the non-local property, why even have it locally scoped when you call ant or antcall? -- Larry > -Original Message- > From: Jose Alberto

Macrodef and parallel in a recursive situation

2003-10-16 Thread Shatzer, Larry
I have run into a possible bug when working with macrodef and parallel in a recursive situation. The following build file snip example exhibits this: (This requires the ant-contrib task, and from Antelope, soon to be ant-contrib).

antcall with macrodef

2003-10-14 Thread Shatzer, Larry
If your ant file contains antcall and you have macrodef's, and those macrodefs have default attributes in the element, it throws off this warning: Trying to override old definition of task See attached ant file as an example:

[PATCH] faq.xml

2003-10-13 Thread Shatzer, Larry
put a space between "andchanges" to make it "and changes" -- Larry Index: xdocs/faq.xml === RCS file: /home/cvspublic/ant/xdocs/faq.xml,v retrieving revision 1.42 diff -u -r1.42 faq.xml --- xdocs/faq.xml 13 Oct 2003 13:44:56 -0

RE:

2003-10-10 Thread Shatzer, Larry
> -Original Message- > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > Sent: Friday, October 10, 2003 12:12 AM > To: [EMAIL PROTECTED] > Subject: Re:

RE:

2003-10-09 Thread Shatzer, Larry
I tried 1.5R3 with no success. 1.5R2 does work however. -- Larry > -Original Message- > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 09, 2003 12:19 AM > To: [EMAIL PROTECTED] > Subject: Re:

dev@ant.apache.org

2003-10-08 Thread Shatzer, Larry
With the beta for 1.6 I get this when using a javascript

[PATCH] update cvs.html

2003-09-30 Thread Shatzer, Larry
v1.11.7 of CVS was released. Updated cvs.html to link to the latest stable version of CVS's documents. -- Larry Index: docs/manual/CoreTasks/cvs.html === RCS file: /home/cvspublic/ant/docs/manual/CoreTasks/cvs.html,v retrieving revis

RE: over SSH

2003-09-30 Thread Shatzer, Larry
Also might want to read this: http://www.tortoisecvs.org/faq.html#sshkeys for a non-cygwin solution, which I use. -- Larry > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 30, 2003 3:45 AM > To: [EMAIL PROTECTED] > Subject: RE: over SSH

RE: [PATCH] Task getTaskType() and setTaskType()

2003-09-26 Thread Shatzer, Larry
> -Original Message- > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > Sent: Friday, September 26, 2003 12:46 AM > To: [EMAIL PROTECTED] > Subject: Re: Task getTaskType() and setTaskType() > > Given that there is no RuntimeConfigurable2 anymore, I'm not sure > whether it really still need

Task getTaskType() and setTaskType()

2003-09-25 Thread Shatzer, Larry
While playing around with

RE: AW: [PATCH] and problem with patch.xml

2003-09-23 Thread Shatzer, Larry
My only reason for doing it was to make it consistent, since we had a bit of both. I figured since we were going to move these html documents to XML at some point, make the migration easier. Either way works for me. -- Larry > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PR

[PATCH] and problem with patch.xml

2003-09-22 Thread Shatzer, Larry
While making changes to custom-programing.html, I found an invalid property in the documentation. "${mydomain.classes" which should be "${mydomain.classes}". When running patch.xml, it has a problem: Caught exception (org.apache.tools.ant.BuildException) while expanding no.copyright.set: Syntax

[PATCH] Typos...

2003-09-22 Thread Shatzer, Larry
More typos... -- Larry Index: src/main/org/apache/tools/ant/taskdefs/optional/ejb/EjbJar.java === RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/ejb/EjbJar.java,v retrieving revision 1.45 diff -u -r1.4

[PATCH] style patches

2003-09-19 Thread Shatzer, Larry
Fixes stuff like if( to if (, spaces between = and other corrections. -- Larry Index: src/main/org/apache/tools/ant/taskdefs/optional/j2ee/AbstractHotDeploymentTool.java === RCS file: /home/cvspublic/ant/src/main/org/apache/tools/a

RE: [patch] more typos!

2003-09-19 Thread Shatzer, Larry
Ant Developers List Sent: 9/18/2003 9:15 PM Subject: Re: [patch] more typos! Shatzer, Larry wrote: > Next round of typos... > > -- Larry > Larry, I am most impressed. Are you really reading *all* the javadocs and

[patch] more typos!

2003-09-18 Thread Shatzer, Larry
Next round of typos... -- Larry Index: src/main/org/apache/tools/ant/taskdefs/optional/depend/DirectoryIterator.java === RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/optional/depend/DirectoryIterator.java,v

RE: AW: Probably a FAQ: how to contribute a task

2003-09-18 Thread Shatzer, Larry
> -Original Message- > From: Miguel Griffa [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 18, 2003 10:02 AM > To: Ant Developers List > Subject: Re: AW: Probably a FAQ: how to contribute a task > > The task would do a very simple still needed (in my company > context, at > least)

RE: [NOT PATCH] Possible new optional task for file modification

2003-09-17 Thread Shatzer, Larry
Unfortunately your attachment was stripped. -- Larry > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 16, 2003 5:42 AM > To: [EMAIL PROTECTED] > Subject: [NOT PATCH] Possible new optional task for file modification > > > (Sorry if thi

RE: [PATCH] Next round of typo fixes

2003-09-16 Thread Shatzer, Larry
Ooops. Thanks. I usually read the sentence for double words twice to make sure it made sense, this must have slipped past me. I think the sentence might be changed to: "Timestamps are not at all looked at." to avoid the double word. New patch to supercede previous patch with this change to correc

RE: [PATCH] Next round of typo fixes

2003-09-16 Thread Shatzer, Larry
Thanks, here is the next set. src/main/org/apache/tools/ant/util/UnPackageNameMapper.java still has messed up line endings. -- Larry > -Original Message- > From: peter reilly [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 16, 2003 2:11 AM > To: Ant Developers List > Subject: Re: [P

[PATCH] Next round of typo fixes

2003-09-15 Thread Shatzer, Larry
More typos and misspellings... -- Larry Index: src/main/org/apache/tools/ant/taskdefs/Copy.java === RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/Copy.java,v retrieving revision 1.65 diff -u -r1.65 Copy.java --

RE: [PATCH] More typos

2003-09-15 Thread Shatzer, Larry
My bad, the patch was my last one... here is the new one. -- Larry > -Original Message- > From: Shatzer, Larry [mailto:[EMAIL PROTECTED] > Sent: Monday, September 15, 2003 8:37 AM > To: 'Ant Developers List' > Subject: RE: [PATCH] More typos > > Als

RE: [PATCH] More typos

2003-09-15 Thread Shatzer, Larry
> -Original Message- > From: Antoine Lévy-Lambert [mailto:[EMAIL PROTECTED] > Sent: Saturday, September 13, 2003 5:58 AM > To: Ant Developers List > Subject: AW: [PATCH] More typos > > > > Patches committed, thanks. > Antoine Found another line ending one: src/main/org/apache/tools/ant

RE: [PATCH] More typos

2003-09-12 Thread Shatzer, Larry
That's no biggie, but you can apply my next patch of typo fixes. :) I figure I'll break up my big patch piece by piece to make it easier for you to double check my work, and catch silly mistakes like xerces vs xerxes. ;) Unless you would rather have it all, I can provide it. (Without this 481 line

RE: [PATCH] More typos

2003-09-12 Thread Shatzer, Larry
> -Original Message- > From: Antoine Lévy-Lambert [mailto:[EMAIL PROTECTED] > Sent: Friday, September 12, 2003 1:57 PM > To: Ant Developers List > Subject: AW: [PATCH] More typos > > > Patches submitted, thanks > Just one thing did I cut out : > the library for parsing xml is called xerce

[PATCH] More typos

2003-09-12 Thread Shatzer, Larry
Even more typos/misspellings... -- Larry Index: src/main/org/apache/tools/ant/BuildException.java === RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/BuildException.java,v retrieving revision 1.18 diff -u -r1.18 BuildExc

[patch] it's ant-antidote, not jakarta-ant-antidote

2003-09-11 Thread Shatzer, Larry
This patch fixes the WHAT-IS-THIS-P file that tells where ant-antidote is located at. Index: src/antidote/WHAT-IS-THIS-P === RCS file: /home/cvspublic/ant/src/antidote/WHAT-IS-THIS-P,v retrieving revision 1.1 diff -u -r1.1 WHAT-IS-THI

[PATCH] use of ' vs. '

2003-09-09 Thread Shatzer, Larry
' shows up as ' in IE (and many other browsers). Since ' is not a valid entity for HTML. (It is for XML though). -- Larry Index: docs/manual/OptionalTasks/junit.html === RCS file: /home/cvspublic/ant/docs/manual/OptionalTasks/junit.h

RE: [PATCH] More typos

2003-09-09 Thread Shatzer, Larry
st > Subject: Re: [PATCH] More typos > > > Applied - Thanks, > > Peter > On Tuesday 09 September 2003 17:33, Shatzer, Larry wrote: > > Correction for more typos/misspellings. > > > > -- Larry

[PATCH] More typos

2003-09-09 Thread Shatzer, Larry
Correction for more typos/misspellings. -- Larry Index: src/main/org/apache/tools/ant/AntClassLoader.java === RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/AntClassLoader.java,v retrieving revision 1.75 diff -u -r1.75

RE: [SUBMIT] optional task

2003-09-05 Thread Shatzer, Larry
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 04, 2003 11:09 PM > To: [EMAIL PROTECTED] > Subject: RE: [SUBMIT] optional task > > > First thought on that topic is a kind of printf > > where > propertytakes the name of th

[PATCH] ManifestTask.java (fix typos)

2003-09-05 Thread Shatzer, Larry
It's section, not secti0on. Also, it's manifest, not maniofets. -- Larry Index: src/main/org/apache/tools/ant/taskdefs/ManifestTask.java === RCS file: /home/cvspublic/ant/src/main/org/apache/tools/ant/taskdefs/ManifestTask.java,v re

RE: [SUBMIT] optional task

2003-09-05 Thread Shatzer, Larry
I should have figured the .java file would be stripped. Here it is with .txt appended to get it through. -- Larry /* * The Apache Software License, Version 1.1 * * Copyright (c) 2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary for

RE: [SUBMIT] optional task

2003-09-05 Thread Shatzer, Larry
Attached is the java file and the doc file (with a .txt attached to the end to make sure it gets through.) -- Larry propertyformatter Task propertyformatter Description Formats a string to a paticular format. Parameters Attribute Description Required property

RE: [SUBMIT] optional task

2003-09-05 Thread Shatzer, Larry
Apparently the patch.tar.gz was stripped off... I'll attach them tommrow somehow when I am back at work. -- Larry - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[SUBMIT] optional task

2003-09-05 Thread Shatzer, Larry
Optional Task Proposal Bug#22889 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22889) got me thinking about this. At first I knocked up a quick change to allow uppercase and lowercase with a format attribute for . Then I was thinking, a better place for this is in it's own task. So I decided

RE: antcall and build.xml being modified.

2003-09-04 Thread Shatzer, Larry
> -Original Message- > From: Dominique Devienne [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 04, 2003 6:54 AM > To: 'Ant Developers List' > Subject: RE: antcall and build.xml being modified. > > I do agree about not locking Ant into forcing reparsing if the > build file is changed

RE: antcall and build.xml being modified.

2003-09-04 Thread Shatzer, Larry
> -Original Message- > From: Conor MacNeill [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 04, 2003 2:45 AM > To: Ant Developers List > Subject: Re: antcall and build.xml being modified. > > Self-modifying builds are not a practice I would recommend. > Let me clarify, the build sc

RE: antcall and build.xml being modified.

2003-09-04 Thread Shatzer, Larry
> -Original Message- > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 04, 2003 12:32 AM > To: [EMAIL PROTECTED] > Subject: Re: antcall and build.xml being modified. > > > On Wed, 3 Sep 2003, Larry Shatzer <[EMAIL PROTECTED]> wrote: > > > When it is run the out

antcall and build.xml being modified.

2003-09-03 Thread Shatzer, Larry
Consider the following build file: When it is run the output is as follows: Buildfile: build.xml test: echotarget: [echo] echotarget: [echo] echotarget: [echo] BUILD SUCCESSFUL Total time: 3 seconds I figured the output would h

patch.xml and .cvsignore

2003-08-27 Thread Shatzer, Larry
I've noticed while using patch.xml that it will add '? patch.txt' to the top of the patch file it creates. Subsequently it will also create a patch.tar.gz, since it thinks there are new files. If we add patch.txt and patch.tar.gz to the .cvsignore in the root directory, this solves this problem. -

[DOCPATCH] javac task doc

2003-08-12 Thread Shatzer, Larry
The default for verbose is off. Let's mention that in the docs. :) (Sorry if my mailer wraps this, sometimes attachments don't make it through, but the patch should be pretty straight forward as what to do). -- Larry Index: docs/manual/CoreTasks/javac.html ===