Antoine Levy-Lambert
760f5d26a1
Make FileUtilsTest pass on my machine (Windows 2000, JDK 1.4.1_02)
2 changes :
- there was no luck with setting the date/time of a file to 123456
milliseconds since the epoch
Instead, I set the date time of the file to current time + one day
this works.
- I changed the test toURI, specs beginning with / or \\ turn URIs
beginning with file:///C:/
Note :
I observed an error in the date/time returned by java and what I would
expect theoretically under Win 2000 and JDK 1.4.1_02
of 16,344,000 (16 millions of milliseconds), slightly
more than 4 and a half hours.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274693 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
02307f7dea
Make Expand behave like DirectoryScanner if a pattern ends with a
trailing slash or backslash.
PR: 20696
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274692 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
fddadc930e
Demonstrate Bugzilla Report 20969
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274691 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
93c2ff54b0
PR: 20966
Submitted by: Jesse Glick
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274690 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
3bf1a4ed37
Throw in copyright year check as well (you knew I'd do that, no? 8-).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274689 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
3d4065270e
Add pointers to FMPP and GroboUtilsCoverage
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274688 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
406fbb2aca
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274687 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
5abbef537e
Fixed imports, replaced import java.io.*; by each of the 4 classes
really used.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274686 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
4bad244b02
new book : Extreme Programming with Ant
Submitted by: Glenn Niemeyer (gniemeyer at tech-partners dot com)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274685 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Steve Loughran
f766a91473
Doc fixup. I have just started to use this: I like it, but still need to understand all that it does.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274684 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Steve Loughran
345fe8ef34
xdocs fixup
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274683 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
9b60f270d4
Allow JUnit to reuse the same classloader when fork is set to false
Submitted by: michael_beauregard at transcanada dot com
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274682 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
082953af15
Add some details about my activities and a link to my private website.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274681 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
1a12c40a4c
Prevent <ejbjar> Borland implementation
from being blocked by java2iiop warning messages
PR: 19385
Submitted by: Benoit Moussaud (benoit dot moussaud at criltelecom dot com)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274680 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
e96b349816
PR: 20457 and 20870
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274679 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
503e2b978e
Create the temporary file for output of FixCrLf in the default directory
of FileUtils#createTempFile
This default directory is presently the current directory where ant is running.
I think it should be changed to the java.io.tmpdir
PR: 20870
Submitted by: Antoine Levy-Lambert
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274678 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
03e9cb96be
fix the issue : VAJRemoteUtil calls getAbsolutePath instead of getPath
PR: 20457
Submitted by: Douglas Reith (douglas_reith at yahoo dot com dot au)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274677 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
e00d04fd4a
Rework scriptdef to use DynamicConfigurator
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274676 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
a812b0a411
Add url attribute to the properties task
PR: 20749
Obtained from: Andrew Ferguson
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274675 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
5ba6ab78ce
get UpToDate task to log at verbose level when the target file does not exist
PR: 20848
Obtained from: Eli Tucker
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274674 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Magesh Umasankar
8b31f08c8e
Throw a build exception if a public constructor that takes in a Reader as its
sole argument is absent.
PR: 20768
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274673 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
59ad4c1654
Added some more documentation to the script task.
PR: 20805
Author: Jan Materne
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274672 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
e64467f9c0
Added the mapper unpackage
PR: 18908
Obtained from: Brad Clark
Submitted by: Peter Reilly
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274671 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
0b4c9ae65f
add cvsroot and package attributes to the output of <cvstagdiff/>
PR: 16081
Submitted by: Rob van Oostrum (rob at springwellfarms dot ca)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274670 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
348695b35e
add a shout of victory against this bug in WHATSNEW and a hint in the doc
(bug was that date specs with spaces in them did not work in cvstagdiff)
PR: 15995
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274669 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
3a1db4b0d8
fix handling in cvstagdiff of date time formatted as "dd-MM-yy hh:mm:ss"
PR: 15995
Obtained from: Rob Van Oostrum (rob at springwellfarms dot ca)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274668 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Steve Loughran
4ba14096c1
This is not yet linked into <java> but its the intent, or maybe commandLineJava: a datatype for configuring assertion options. This'll be a fun one to test :)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274667 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Steve Loughran
0ad112c8f7
refactoring out something that I see in too, too many places in datatypes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274666 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Steve Loughran
bfc76ead3f
nobody can hide from the comment police
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274665 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Christoph Wilhelms
8ded9a566b
Corrected Conor's correction ;-) and reduced a logo-size by 30k (80%) :-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274664 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
ad187d8d64
handle IE
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274663 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
518c367ed3
Put award news on main page
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274662 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Christoph Wilhelms
4026dafb6a
Add newly won Java World Editiors Choice Award to News-Page
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274661 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Steve Loughran
bd8523c8a4
Importing COM into .NET is adding injury to insult, but if you had to unit test a COM object, how would you do it?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274660 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
f97fcdb35e
Improve error messages when creating tasks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274659 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
1d35a8c41f
Resolve memory leak when ejecuteJava cleans up AntClassLoader
PR: 20264
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274658 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
539d2cdb76
Various I/O fixes to support input from java tasks.
Addition of a -noinput flag to indicate input is not allowed
to prevent locking up non-interactive builds.
PR: 18133
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274657 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
ef0075ae4c
Add support for -target to Jikes compiler adapter
PR: 20580
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274656 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
b5aa31ebd0
Wrong date
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274655 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
b198322c41
Allow tasks to be defined on the fly using scripts
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274654 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
ec0ed53362
Fix hopefully bug 18956.
The code has been tested on Linux by Adam Ambrose
P4HandlerAdapter will now delegate to PumpStreamHandler
PR: 18956
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274653 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
9a177657a6
license of XmlTask was wrong, corrected from GNU to Apache
following an email of Brian Agnew
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274652 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Magesh Umasankar
ca38162280
Oops.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274651 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Magesh Umasankar
225ceb0626
Starting with 1.6, Concat supports filterchain.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274650 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
cdf128015b
Fix for 20499:
When a proxied task throws a build exception, or other
exception, the taskadapter reports this at
error level. This is incorrect as the
intent of taskadapter is to transparently adapt
a task, the exception should be reported
at verbose level.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274649 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
709b693771
fixes NPE on iterator causing JXPath to fail with exception if expression returns no results
PR: 20272
Submitted by: Nick Chalko (nick at chalko dot com)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274648 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Magesh Umasankar
a15bea0557
Ignore the patch file and the temporary file when checking for Copyright.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274647 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Magesh Umasankar
e7113e29d0
Remind submitters to include the ASF copyright on new files.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274646 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Magesh Umasankar
b1eae8e54c
ok, we all Cut 'n Paste :-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274645 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Magesh Umasankar
e0afa9b0aa
Suggest using Ant to generate a patch file for Ant.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274644 13f79535-47bb-0310-9956-ffa450edef68
22 years ago