Peter Reilly
b7c2f5f643
Add make's keep-going feature into ANT.
PR: 21144
Obtained from: Alexey Solofnenko
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274834 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
729aa048f3
Fix symlink check
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274833 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
b36b5456d7
Demonstrate symlink problem.
With includes="alpha/beta/gamma", gamma must not be scanned if beta is
a symlink.
Fix is in the works.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274832 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
dec8af009a
Fix case-insensitive DirectiryScanner - I hope
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274831 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
3eea43f1a5
Add tests for case insensitive matching.
Both tests with CaseInsensitive in their name fail on Linux, I expect
test2ButCaseInsesitive to pass on case insensitive file systems.
Will be either fixed or disabled shortly.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274830 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
d1bb5df72d
PathTokenizer didn't deal correctly with ../ style relative paths
following a colon in Unix style PATH structures on Netware.
Submitted by: Jeff Tulley <JTULLEY at novell dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274829 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
c0e5ece04f
some whitespace changes plus assertTrue -> assertEquals in a couple of cases
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274828 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
02f7f5bc1e
Make toURI and fromURI work correctly on Netware.
Submitted by: Jeff Tulley <JTULLEY at novell dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274827 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
57f5357a1c
Fix the following (remark of Stefan Bodewig on July 15th 2003 on the dev list)
* You go a long way to avoid redundantly adding patterns in
DirectoryScanner#checkIncludePatterns (the parent check). If the
patterns come in reversed, you'll still have duplicate roots, no? Say
a/b/c is added before a/b is. You may avoid this by sorting the
include patterns first.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274826 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
2e6482b287
stylecheck
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274825 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
66b5bf27b7
style
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274824 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
9e66320fa0
Only whitespace changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274823 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
baf4809c2c
use for loop instead of iterator when walking the list
of tasks, this allows tasks to be added to the current
list while the list is being walked.
Revert the script test that failed when it was adding
to the current task to test the change
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274822 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
743a75153a
Ensure terminated processes are allowed to complete before finishing the
Ant shutdown
PR: 8510
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274821 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
a12cf63191
checkstyle
remainders : mostly instance variables which should be private but are protected or public
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274820 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
787728897a
Optimize DirectoryScanner to take advantage of include patterns which are
not beginning with wildcards
PR: 20103
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274819 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
33b7e42992
fix for possible race condition on windows
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274818 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
7d752b579c
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274817 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
ca4b596f4d
a bit o' checkstyling
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274816 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
9e91a46373
Slightly better message
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274815 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
2450ee6bbf
Remove use of InitializeClass now that we are JDK 1.2+
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274814 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
86bd63cdcd
Remove explicit mention of Parser jars in the manifest classpath
Set the context loader to allow parser to be found.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274813 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
a4d5d0df1c
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274812 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
5eba0f2b03
Subtargets is a little confusing - change to "Other Targets"
PR: 14866
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274811 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
33693452f1
resolves bug : propertyfile does *2 instead of +1
actually due to field value of PropertyFile.Entry class overwritten
after execution with the result (contains the increment before execution)
PR: 21505
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274810 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
88c40c7306
Allow FileUtilsTest to run on DOS/Windows when current drive letter is not C:
PR: 21383
Submitted by: Brad Clarke ( bclarke at booksys dot com)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274809 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
2e4d3619aa
added 3 new testcases for DirectoryScanner
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274808 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
ff0739c9ea
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274807 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
9a9f726dc3
Deal with jpackage's file system layout.
Submitted by: Paul Nasrat <pauln at truemesh dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274806 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
62fa7c44fe
PR: 21481
Solve issue with CvsTagDiff.java: rdiff command string adds single quote in wrong place
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274805 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
3d6430630c
Describe new Launcher.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274804 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
7411138e08
Detect OpenVMS as <os family>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274803 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
7ddc352a56
Use language neutral variable, %ProgramFiles%, to locate Program Files dir
PR: 17308
Submitted by: Dennis M�ller
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274802 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
2b3ae7a244
Remove warning about JAVA_HOME as it isn't required anymore
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274801 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
b6cfe646d5
Don't think you can claim copyright for something that didn't exist.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274800 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
453d5532fa
Make launcher work on Win2K
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274799 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Steve Loughran
238a51ea12
documenting the import task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274798 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
e612a58418
Checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274797 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
88799e0669
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274796 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
d1c81b1a62
Rollback - not tested yet
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274795 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
fb9fb495e7
Checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274794 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
f3939727d9
Refactor some code into the Launcher.
Update ant script to use new launcher.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274793 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
36d84a61dc
Checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274792 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
feb7ea550f
typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274791 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
7a297b6c99
Checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274790 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
7573ef75f7
Ensure logging message flag is reset
Reported By Darin Swanson
PR: 21386
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274789 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
c02865f72e
checkstyle changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274788 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
3bc6768469
add comment
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274787 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
d5cd6b10bc
Checkstyle changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274786 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
8c73a94e5b
Some whitespace changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274785 13f79535-47bb-0310-9956-ffa450edef68
22 years ago