bruce 2005/04/07 16:42:46
Modified:src/main/org/apache/tools/ant/util FileUtils.java
Log:
Why not fix the comment while we are at it?
Revision ChangesPath
1.93 +1 -1 ant/src/main/org/apache/tools/ant/util/FileUtils.java
Index: FileUtils.java
===
bruce 2005/04/07 12:59:35
Modified:src/main/org/apache/tools/ant/util FileUtils.java
Log:
Round NTFS Granularity up rather than down
Revision ChangesPath
1.92 +1 -1 ant/src/main/org/apache/tools/ant/util/FileUtils.java
Index: FileUtils.java
Ok, I'll make this change.
Martijn Kruithof wrote:
+/**
+ * The granularity of timestamps under the NT File System.
+ * NTFS has a granularity of 100 nanoseconds, which is less
+ * than 1 millisecond, so we set this to 0.
+ */
+public static final long NTFS_FILE_TIMES
+/**
+ * The granularity of timestamps under the NT File System.
+ * NTFS has a granularity of 100 nanoseconds, which is less
+ * than 1 millisecond, so we set this to 0.
+ */
+public static final long NTFS_FILE_TIMESTAMP_GRANULARITY = 0;
Shouldn't this be 1, testi
bruce 2005/04/06 16:14:00
Modified:src/main/org/apache/tools/ant/util FileUtils.java
Log:
Improved heuristics on file timestamp granularity by adding an NTFS category
and checking for it
Revision ChangesPath
1.91 +18 -4 ant/src/main/org/apache/tools/ant/util/F
> Javadoc (okay DD? ;) )
Perfect! Thanks for agreeing to split code changes from Javadoc changes
into separate commits Matt ;-) It helps to better see the code changes
amongst the sometimes numerous Javadoc changes. --DD
-
To u
mbenson 2005/02/04 08:21:15
Modified:src/main/org/apache/tools/ant/util Tag: ANT_16_BRANCH
FileUtils.java
Log:
Sync with HEAD
Revision ChangesPath
No revision
No revision
1.56.2.10 +8 -9 ant/src/main/org
mbenson 2005/02/04 08:18:10
Modified:src/main/org/apache/tools/ant/util FileUtils.java
Log:
Javadoc (okay DD? ;) )
Revision ChangesPath
1.88 +4 -4 ant/src/main/org/apache/tools/ant/util/FileUtils.java
Index: FileUtils.java
mbenson 2005/02/04 08:12:47
Modified:src/main/org/apache/tools/ant/util FileUtils.java
Log:
Personal taste
Revision ChangesPath
1.87 +5 -6 ant/src/main/org/apache/tools/ant/util/FileUtils.java
Index: FileUtils.java
mbenson 2005/01/31 15:50:48
Modified:src/main/org/apache/tools/ant/util Tag: ANT_16_BRANCH
FileUtils.java
Log:
Merge
Revision ChangesPath
No revision
No revision
1.56.2.9 +8 -4 ant/src/main/org/apache/t
mbenson 2005/01/31 14:35:56
Modified:src/main/org/apache/tools/ant/util FileUtils.java
Log:
Fixed isSymbolicLink logic for null parent file; made isAbsolutePath() public.
Revision ChangesPath
1.86 +8 -4 ant/src/main/org/apache/tools/ant/util/FileUtils.java
mbenson 2005/01/26 09:31:04
Modified:src/main/org/apache/tools/ant/util Tag: ANT_16_BRANCH
FileUtils.java
Log:
Sync with HEAD, minus two deprecation warnings.
Revision ChangesPath
No revision
No revision
1.56
mbenson 2005/01/26 09:26:33
Modified:src/main/org/apache/tools/ant/util FileUtils.java
Log:
Prepare to merge to 1.6 branch.
Revision ChangesPath
1.85 +7 -7 ant/src/main/org/apache/tools/ant/util/FileUtils.java
Index: FileUtils.java
===
mbenson 2005/01/25 11:46:43
Modified:src/main/org/apache/tools/ant/util FileUtils.java
Log:
Various aesthetic changes + isSymbolicLink() works when parent arg is null.
Revision ChangesPath
1.84 +132 -170 ant/src/main/org/apache/tools/ant/util/FileUtils.java
Ind
jkf 2005/01/06 16:14:06
Modified:src/main/org/apache/tools/ant/util FileUtils.java
Log:
PR: 32979
Modification to FileUtils to only accept : on the second position as absolute
path for dos-like os.
Revision ChangesPath
1.82 +38 -38ant/src/main/org/apache/t
bodewig 2004/12/15 04:10:43
Modified:src/main/org/apache/tools/ant/util FileUtils.java
Log:
Use close method to close streams, Submitted by Kevin Jackson
Revision ChangesPath
1.79 +6 -18 ant/src/main/org/apache/tools/ant/util/FileUtils.java
Index: FileUtils.
jglick 2004/12/10 15:18:22
Modified:src/main/org/apache/tools/ant/util FileUtils.java
Log:
If we can use File.getParentFile, there is presumably no reason to use
FileUtils.getParentFile, right?
Revision ChangesPath
1.76 +4 -3 ant/src/main/org/apache/tools/ant/
mbenson 2004/12/07 15:32:32
Modified:src/main/org/apache/tools/ant/util FileUtils.java
Log:
Various changes => fewer LOC
Revision ChangesPath
1.75 +9 -32 ant/src/main/org/apache/tools/ant/util/FileUtils.java
Index: FileUtils.java
==
peterreilly2004/12/03 08:33:26
Modified:src/main/org/apache/tools/ant/util FileUtils.java
Log:
use the FileUtils#close method
Revision ChangesPath
1.74 +7 -19 ant/src/main/org/apache/tools/ant/util/FileUtils.java
Index: FileUtils.java
=
peterreilly2004/11/22 10:18:42
Modified:src/main/org/apache/tools/ant/util FileUtils.java
Log:
checkstyle changes
Obtained from: Kevin Jackson
Revision ChangesPath
1.73 +3 -3 ant/src/main/org/apache/tools/ant/util/FileUtils.java
Index: FileUtils.java
==
That reminds me, the forking rmic is broken.
On Thu, 07 Oct 2004 10:48:21 +0200, Stefan Bodewig <[EMAIL PROTECTED]> wrote:
> On Thu, 07 Oct 2004, Steve Loughran <[EMAIL PROTECTED]> wrote:
>
> > 0. I don't have access to a VAX myself
>
> I'd probably prefer an Alpha for the tests anyway 8-)
>
On Thu, 07 Oct 2004, Steve Loughran <[EMAIL PROTECTED]> wrote:
> 0. I don't have access to a VAX myself
I'd probably prefer an Alpha for the tests anyway 8-)
> 2. See #1. As forking rmic uses java, it will get this for free.
But you changed code for forking javac and I think the code for
forkin
0. I don't have access to a VAX myself (unless I grab the source and
try cross compiling to x86 and hosting in a vmware window :)
1. I think because java has a special -v option, it doesn't need the
launcher script. But in that case, it doesn't make any difference and
could be left consistent with
On 6 Oct 2004, <[EMAIL PROTECTED]> wrote:
> Index: DefaultCompilerAdapter.java
>
> +if (Os.isFamily("openvms")) {
> +//Use the VM launcher instead of shell launcher on VMS
> +//for java
> +exe.setVMLauncher(true);
>
stevel 2004/10/06 15:41:52
Modified:src/main/org/apache/tools/ant/taskdefs/compilers
DefaultCompilerAdapter.java JavacExternal.java
src/main/org/apache/tools/ant/taskdefs Execute.java
Java.java
src/main/org/ap
stevel 2004/08/03 16:18:35
Modified:src/main/org/apache/tools/ant/util FileUtils.java
Log:
1. some factoring out of the timestamp checks for even more reuse. That way
the granularity logic can all go in one place.
2. a refactoring of close() to ignore exceptions. I made this s
bodewig 2004/04/21 00:12:29
Modified:src/main/org/apache/tools/ant/util FileUtils.java
Log:
One not too much
Revision ChangesPath
1.67 +2 -2 ant/src/main/org/apache/tools/ant/util/FileUtils.java
Index: FileUtils.java
==
Matt Benson wrote:
--- [EMAIL PROTECTED] wrote:
+/**
+ * get the granularity of file timestamps.
+ * The choice is made on OS, which is
incorrect -it should really be
+ * by filesystem. We do not have an easy way
to probe for file systems,
+ * however.
Funny you should men
--- [EMAIL PROTECTED] wrote:
> +/**
> + * get the granularity of file timestamps.
> + * The choice is made on OS, which is
> incorrect -it should really be
> + * by filesystem. We do not have an easy way
> to probe for file systems,
> + * however.
Funny you should men
stevel 2004/04/20 08:02:38
Modified:src/main/org/apache/tools/ant/util FileUtils.java
Log:
move to the Java1.2 implementation.
Revision ChangesPath
1.66 +14 -22ant/src/main/org/apache/tools/ant/util/FileUtils.java
Index: FileUtils.java
===
peterreilly2004/02/03 11:24:56
Modified:src/main/org/apache/tools/ant/util Tag: ANT_16_BRANCH
FileUtils.java
Log:
Sync with head
Revision ChangesPath
No revision
No revision
1.56.2.3 +3 -3 ant/src/main/
peterreilly2004/02/03 11:21:05
Modified:src/main/org/apache/tools/ant/util FileUtils.java
Log:
Check if character is in range for special array
PR: 26642
Obtained from: Jesse Glick
Revision ChangesPath
1.61 +2 -2 ant/src/main/org/apache/tools/ant/util/FileUt
peterreilly2003/11/20 05:34:13
Modified:src/main/org/apache/tools/ant/util Tag: ANT_16_BRANCH
FileUtils.java
Log:
Sync with head
Revision ChangesPath
No revision
No revision
1.56.2.2 +3 -3 ant/src/main/
peterreilly2003/11/20 04:08:17
Modified:src/main/org/apache/tools/ant/util FileUtils.java
Log:
Check if parent file is not null before using it
Revision ChangesPath
1.59 +3 -3 ant/src/main/org/apache/tools/ant/util/FileUtils.java
Index: FileUtils.java
===
stevel 2003/10/23 22:44:03
Modified:src/main/org/apache/tools/ant/util FileUtils.java
Log:
comment
Revision ChangesPath
1.58 +7 -4 ant/src/main/org/apache/tools/ant/util/FileUtils.java
Index: FileUtils.java
===
bodewig 2003/09/25 05:36:31
Modified:docs/manual/CoreTasks Tag: ANT_16_BRANCH exec.html
src/main/org/apache/tools/ant Tag: ANT_16_BRANCH
DirectoryScanner.java
src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH
bodewig 2003/09/25 05:36:20
Modified:docs/manual/CoreTasks exec.html
src/main/org/apache/tools/ant DirectoryScanner.java
src/main/org/apache/tools/ant/taskdefs Execute.java
src/main/org/apache/tools/ant/util FileUtils.java
Log:
improved Op
On 22 Jul 2003, <[EMAIL PROTECTED]> wrote:
> there was still a little bone :)
Argh, thanks!
Stefan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Test of the new version done, needed one correction.
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 22, 2003 4:58 PM
Subject: cvs commit: ant/src/main/org/apache/tools/ant/util FileUtils.java
> antoine 2003/07/22 07:58:48
antoine 2003/07/22 07:58:48
Modified:src/main/org/apache/tools/ant/util FileUtils.java
Log:
there was still a little bone :)
Revision ChangesPath
1.52 +2 -2 ant/src/main/org/apache/tools/ant/util/FileUtils.java
Index: FileUtils.java
==
bodewig 2003/07/22 07:53:55
Modified:src/main/org/apache/tools/ant/util FileUtils.java
Log:
removeLeadingPath doesn't work if leading is a filesystem root - found by
Antoine
Revision ChangesPath
1.51 +7 -5 ant/src/main/org/apache/tools/ant/util/FileUtils.java
conor 2003/07/05 07:34:14
Modified:src/etc/checkstyle checkstyle-config checkstyle-frames.xsl
checkstyle-xdoc.xsl
src/main/org/apache/tools/ant PropertyHelper.java
src/main/org/apache/tools/ant/listener
Commo
conor 2003/07/04 06:22:43
Modified:src/main/org/apache/tools/ant/util FileUtils.java
Log:
Remove double-check pattern.
Revision ChangesPath
1.46 +29 -24ant/src/main/org/apache/tools/ant/util/FileUtils.java
Index: FileUtils.java
==
antoine 2003/06/26 08:21:13
Modified:.WHATSNEW
src/main/org/apache/tools/ant/util FileUtils.java
Log:
Make filtersets preserve line endings
Revision ChangesPath
1.448 +2 -0 ant/WHATSNEW
Index: WHATSNEW
===
bodewig 2003/06/25 03:31:45
Modified:src/main/org/apache/tools/ant/taskdefs FixCRLF.java
src/main/org/apache/tools/ant/util FileUtils.java
Log:
Make fixcrlf work even with /tmp on a separate filesystem
Revision ChangesPath
1.48 +8 -34 ant/src/main/
bodewig 2003/03/13 08:22:14
Modified:src/main/org/apache/tools/ant/taskdefs Tag: ANT_15_BRANCH
Ear.java War.java
src/main/org/apache/tools/ant/util Tag: ANT_15_BRANCH
FileUtils.java
Log:
Merge fix for bug 17871 from HEAD
bodewig 2003/03/13 08:15:47
Modified:src/main/org/apache/tools/ant/util FileUtils.java
Log:
misleading @since tag
Revision ChangesPath
1.39 +1 -1 ant/src/main/org/apache/tools/ant/util/FileUtils.java
Index: FileUtils.java
=
bodewig 2003/03/13 08:14:51
Modified:src/main/org/apache/tools/ant/taskdefs Ear.java War.java
src/main/org/apache/tools/ant/util FileUtils.java
Log:
This is supposed to fix bug 17871.
The patch looks innocent enough for me to merge it into the 1.5 branch
right a
48 matches
Mail list logo