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

2002-08-09 Thread Steve Loughran
- Original Message - From: "Steve Loughran" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Friday, August 09, 2002 9:35 AM Subject: Re: cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs Available.java > > -

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

2002-08-09 Thread Steve Loughran
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 08, 2002 11:49 PM Subject: cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs Available.java > bodewig 2002/08/08 23:49:17 > > Modified:.

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

2002-08-09 Thread bodewig
bodewig 2002/08/08 23:49:17 Modified:.Tag: ANT_15_BRANCH WHATSNEW src/main/org/apache/tools/ant/taskdefs Tag: ANT_15_BRANCH Available.java Log: we'd better declare that variable. Revision ChangesPath No revi

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

2002-08-09 Thread stevel
stevel 2002/08/08 17:52:54 Modified:src/main/org/apache/tools/ant/taskdefs Tag: ANT_15_BRANCH Available.java Log: this patch stops you getting a deprecation warning when you run available against something without the intent to redefine it. The example is wh

cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs Available.java ExecTask.java ExecuteOn.java

2002-06-18 Thread ehatcher
ehatcher2002/06/18 13:33:29 Modified:src/main/org/apache/tools/ant/taskdefs Tag: ANT_15_BRANCH Available.java ExecTask.java ExecuteOn.java Log: Javadoc cleanups to get attributes and elements to match our better HTML documentation. Revision ChangesP

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

2002-04-10 Thread bodewig
bodewig 02/04/10 04:15:37 Modified:src/main/org/apache/tools/ant/taskdefs Available.java Log: Make sure 's isTask member gets reset if eval throws an exception as well. Some documentation and indentation patches. Revision ChangesPath 1.39 +59 -38 jakarta-a

RE: cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs Available.java

2002-04-08 Thread Diane Holt
--- Conor MacNeill <[EMAIL PROTECTED]> wrote: > Thanks. No problem. > It is true that most of Ant does not conform well to the coding > conventions, especially the line length. We're slowly fixing it up > but there is a long way to go. I'm all for it -- I hate over-run lines. But since it's so p

RE: cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs Available.java

2002-04-08 Thread Conor MacNeill
> From: Diane Holt [mailto:[EMAIL PROTECTED] > > I'll fix it. (FTR, though, the original way it was exceeded that limit as > well.) > Thanks. It is true that most of Ant does not conform well to the coding conventions, especially the line length. We're slowly fixing it up but there is a long way

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

2002-04-08 Thread holtdl
holtdl 02/04/07 20:34:57 Modified:src/main/org/apache/tools/ant/taskdefs Available.java Log: Make Sun coding standards (and Conor) happy :) Revision ChangesPath 1.38 +5 -1 jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Available.java Index: Available.

RE: cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs Available.java

2002-04-08 Thread Diane Holt
> --- Conor MacNeill <[EMAIL PROTECTED]> wrote: > > Diane, > > > > One of the points in the Sun coding standard for Java is to limit line > > lengths (to 80 characters). > > Where do I exceed that? Okay, I read that one too fast, and thought (for some odd reason) you meant that the output should

RE: cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs Available.java

2002-04-08 Thread Diane Holt
--- Conor MacNeill <[EMAIL PROTECTED]> wrote: > Diane, > > One of the points in the Sun coding standard for Java is to limit line > lengths (to 80 characters). Where do I exceed that? Diane = ([EMAIL PROTECTED]) __ Do You Yahoo!? Yahoo! Tax

RE: cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs Available.java

2002-04-08 Thread Conor MacNeill
jakarta-ant/src/main/org/apache/tools/ant/taskdefs > Available.java > > > holtdl 02/04/07 18:17:07 > > Modified:src/main/org/apache/tools/ant/taskdefs Available.java > Log: > overide -> override; writer -> file; fix line-breaks/spacing so > the output

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

2002-04-08 Thread holtdl
holtdl 02/04/07 18:17:07 Modified:src/main/org/apache/tools/ant/taskdefs Available.java Log: overide -> override; writer -> file; fix line-breaks/spacing so the output's a bit neater. Revision ChangesPath 1.37 +1 -4 jakarta-ant/src/main/org/apache/tools/ant/

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

2002-03-11 Thread conor
conor 02/03/11 03:53:29 Modified:src/main/org/apache/tools/ant/taskdefs Available.java Log: When Available checks for a class make sure the class can actually be used and not just loaded. Revision ChangesPath 1.35 +10 -4 jakarta-ant/src/main/org/apache/tools

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

2002-01-07 Thread bodewig
bodewig 02/01/07 07:01:13 Modified:src/main/org/apache/tools/ant/taskdefs Available.java Log: Improve logging when is being used as a condition. Revision ChangesPath 1.31 +18 -4 jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Available.java Index: Avail

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

2001-12-07 Thread bodewig
bodewig 01/12/06 23:16:56 Modified:.WHATSNEW src/main/org/apache/tools/ant Project.java src/main/org/apache/tools/ant/taskdefs Available.java Log: Don't punish people who want to modify the values of existing properties in tasks of their own.

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

2001-11-28 Thread bodewig
bodewig 01/11/28 01:21:37 Modified:src/main/org/apache/tools/ant/taskdefs Available.java Log: Make testcase for pass again, by re-applying the resolveFile magic unless a filepaths has been specified. Note that I've rewritten the checkFile() method in the filepath case to ma

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

2001-11-27 Thread holtdl
holtdl 01/11/27 07:41:05 Modified:src/main/org/apache/tools/ant/taskdefs Available.java Log: Fix my previous fix. First time thru, I thought filepath was only used with a (oops). Changed passed-in file to be a string, so it doesn't end up becoming a full-pathname prepended with

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

2001-11-14 Thread holtdl
holtdl 01/11/14 11:19:54 Modified:src/main/org/apache/tools/ant/taskdefs Available.java Log: - Fixed the search for a file or directory using the element (changes are in checkFile(), in case anyone wants to review this and make sure I did it right). - Added a BuildExc

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

2001-07-18 Thread conor
conor 01/07/17 20:16:05 Modified:src/main/org/apache/tools/ant AntClassLoader.java src/main/org/apache/tools/ant/taskdefs Available.java ExecuteJava.java Log: More classloader improvements Revision ChangesPath 1.30 +19 -22

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

2001-07-12 Thread bodewig
bodewig 01/07/12 06:26:46 Modified:.WHATSNEW src/main/org/apache/tools/ant/taskdefs Available.java Log: Add filepath attribute/element to available to search for a file in a given path - handy if you want to search for an executable for example. Submitte

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

2001-04-30 Thread holtdl
holtdl 01/04/30 16:25:40 Modified:docs/manual/CoreTasks available.html src/main/org/apache/tools/ant/taskdefs Available.java Log: Make "file" attribute only check for a file; add "dir" attribute for checking for a directory; update doc. Revision ChangesPat

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

2001-02-11 Thread conor
conor 01/02/11 04:29:29 Modified:src/main/org/apache/tools/ant/taskdefs Tag: ANT_13_BRANCH Available.java Log: Make available give more information when it fails to set a property Revision ChangesPath No revision No

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

2001-02-03 Thread conor
conor 01/02/03 06:07:34 Modified:src/main/org/apache/tools/ant/taskdefs Available.java Log: Handle classes which are on the classpath but which cannot be loaded due to downstream dependencies. Revision ChangesPath 1.17 +5 -2 jakarta-ant/src/main/org/apache/

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

2001-01-08 Thread bodewig
bodewig 01/01/08 04:52:07 Modified:.WHATSNEW src/main/org/apache/tools/ant/taskdefs Available.java Log: Changed to resolve relative resource names the same way as does. Revision ChangesPath 1.66 +4 -0 jakarta-ant/WHATSNEW Index: W

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

2000-09-28 Thread bodewig
bodewig 00/09/28 06:41:11 Modified:src/etc/testcases/taskdefs available.xml src/main/org/apache/tools/ant/taskdefs Available.java Log: Class.forName("") throws an IllegalArgumentException instead of ClassNotFoundException in JDK 1.1. Make available behavior consisten

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

2000-09-18 Thread bodewig
bodewig 00/09/18 00:50:45 Modified:src/main/org/apache/tools/ant/taskdefs Available.java Log: Fixed situation where Class.getClassLoader returns null for the bootstrap class loader - JDK 1.1.7 on Linux for example. Revision ChangesPath 1.12 +8 -1 jakarta-ant/

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

2000-09-17 Thread stefano
stefano 00/09/16 17:07:14 Modified:src/main/org/apache/tools/ant/taskdefs Available.java Log: Updated this task so that you can have inside that tells the Available where to look for classes and resources. It is completely back compatible so should cause any harm to anybody.

cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs Available.java KeySubst.java

2000-09-14 Thread bodewig
bodewig 00/09/14 03:50:04 Modified:docs index.html src/main/org/apache/tools/ant/taskdefs Available.java KeySubst.java Log: Added value attribute to . Submitted by: Glenn McAllister <[EMAIL PROTECTED]> Revision ChangesPath 1.10

cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs Available.java Filter.java Property.java Tstamp.java

2000-09-14 Thread bodewig
bodewig 00/09/14 00:19:53 Modified:.WHATSNEW build.xml docs index.html src/main/org/apache/tools/ant ProjectHelper.java Target.java Task.java src/main/org/apache/tools/ant/taskdefs Available.java

cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs Available.java Rmic.java Taskdef.java

2000-08-10 Thread bodewig
bodewig 00/08/10 05:59:07 Modified:.WHATSNEW src/main/org/apache/tools/ant/taskdefs Available.java Rmic.java Taskdef.java Log: Removed class attributes of , and . Nothing that has been deprecated in Ant 1.1 should be left over now.

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

2000-07-28 Thread bodewig
bodewig 00/07/28 02:30:31 Modified:docs index.html src/main/org/apache/tools/ant/taskdefs Available.java Log: Available didn't resolve filenames correctly. Reported by: Marc Gemis <[EMAIL PROTECTED]> Revision ChangesPath 1.59 +3 -0 jakarta-

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

2000-06-14 Thread rubys
rubys 00/06/13 18:40:21 Modified:src/main/org/apache/tools/ant/taskdefs Available.java Log: log informational messages when classes are not available Revision ChangesPath 1.5 +2 -0 jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Available.java Index:

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

2000-04-01 Thread rubys
rubys 00/04/01 05:42:57 Modified:src/main/org/apache/tools/ant/taskdefs Available.java Log: doesn't work PR: 95 Submitted by: [EMAIL PROTECTED] Revision ChangesPath 1.4 +1 -1 jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Available.java Index:

cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs Available.java FixCRLF.java Javac.java

2000-02-27 Thread rubys
rubys 00/02/26 17:47:47 Modified:src/main/org/apache/tools/ant/taskdefs Available.java FixCRLF.java Javac.java Log: Emulate extdirs feature with Jikes compiler. Also fix two files to compile with the more strict Jikes compiler. Submitted by: Sebast

cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs Available.java Java.java Rmic.java Taskdef.java

2000-02-16 Thread rubys
rubys 00/02/16 06:31:47 Modified:src/main/org/apache/tools/ant/taskdefs Available.java Java.java Rmic.java Taskdef.java Log: This is a simple patch which adds an attribute "classname" as an alias for the "class" attribute in various taskdefs. This is requi

Re: cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs Available.java defaults.properties Property.java Tstamp.java

2000-02-13 Thread Stefano Mazzocchi
"Twiggs, Glenn" wrote: > > The Tstamp task uses incorrect formatting strings for DSTAMP & TSTAMP: > > * Use the month format in DSTAMP (mm is minutes) > * Use the 24-hour hour format in TSTAMP (otherwise, at 7pm the TSTAMP will > be 0700 instead of 1900). Upsss, sorry about that. :( > diff ja

cvs commit: jakarta-ant/src/main/org/apache/tools/ant/taskdefs Available.java defaults.properties Property.java Tstamp.java

2000-02-11 Thread stefano
stefano 00/02/10 17:31:25 Modified:src/main/org/apache/tools/ant/taskdefs defaults.properties Property.java Tstamp.java Added: src/main/org/apache/tools/ant/taskdefs Available.java Log: Added "available" task that sets a property in case a file|class|r