Stephane Bailliez
e0c5a1f097
- Added some more tests. All tests that fail have
not been commented but rather modify to trigger
once they are fixed.
If Unix people could tests and make sure that they
pass on Unix that would be nice.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271015 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
b436d9ec5e
fix constants for suites events
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271014 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
4e15b5f434
Add a note to users so that they are aware of this cross platform
problem for line terminator and the differences between
regular expressions libraries.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271013 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
ea5618017b
Remove inefficient property access
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271012 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
36f330fdee
Discard the previous commit comments, it is due to a mistake.
The code has been changed to enable UNIX_LINE for line terminator.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271011 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
cbf1a178e3
Prepare for listener changes and event types.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271010 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
a8965dadde
Prepare for changing listener interface and event types.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271009 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
a384f8aa37
Move weblogic deployment tool over to FileUtils
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271008 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
6c242cf4d1
a little more cleanup
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271007 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
7c50981b05
superfluos line
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271006 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
17243cca1d
Add a new "os family" win9x. If I had a decent name for Windows that
is NT or 2000 or XP I would have added a family as well 8-)
Take advantage of that new family in Execute.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271005 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
fa9eca56a6
* refactor <filesmatch> condition to take advantage of FileUtils.
* improve FileUtils.contentEquals by adding two additional shortcut
tests.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271004 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
487989a059
make Execute support Windows XP.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271003 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
17208490a1
make documentation match the code.
The sentence I've removed must be a left-over from the time before the
newenvironment attribute has been added.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271002 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
4687c7dd41
add environment variable support to <junit> if VM is forked.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271001 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
1df308115f
add environment variable support in <java> for forked VMs.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271000 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
d98f0b40c4
tiny javadoc fix.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270999 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
cc68eb8bbf
Add a property that allows a failed chmod to be non-fatal.
<chmod> can fail if the user running the build is not the owner of the
file who's permissions should be changed.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270998 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
e7ea34b930
Fix typos
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270997 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Nico Seessle
776a7ac8fb
- Fix: It was not possible to use variant in the locale pattern - variant overwrote the country and you got the default Locale for the language.
- Updated Copyright
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270996 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
def57f9da8
Don't reposition the input stream when a \r is immediately followed by
the end of input.
Without that change, the unit test testMacLines would cause an endless
loop for JDK 1.1, at least with:
$ java -fullversion
java full version "Linux_JDK_1.1.8_v3_green_threads"
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270995 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
37f6709df7
- Get the class from the caller classloader.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270994 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
63270beb6b
make the stylesheet work for <ear> and <war> as well, use destfile
instead of file.
This needs to be checked by somebody who understands XSLT ;-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270993 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
216965aa0f
fix the condition version of <checksum>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270992 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
27fcd8bb46
make sure subbuild get their loggers.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270991 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
34df73924c
enable the voting
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270990 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
20ab59bff5
*** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270989 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
93db46be11
Xalan1 prolly wont be supported in next Ant
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270988 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
e01513fc37
*** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270987 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
989d5b31d7
Remove unused imports
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270986 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
0999dac1e2
Correct specifier ordering
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270985 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
fcf8af1e3c
Dont modify loop counters in for loops
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270984 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
8c81fc2613
Make sure that the modifiers are in correct order
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270983 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
317e5fa1d0
The audit tool is not fully JLS compliant - wierd that ;)
So need to add in public specifier
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270982 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
74da83795c
JTidy on the job again - fixing a few Javadoc HTML errors
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270981 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
bfd5c32f91
contact info change. requested by Dylan
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270980 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
89636a5338
Remove test tasks that are no longer relevent given new unit test infrastructure
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270979 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
a6621ddf39
Test Configurable objects are handled correctly
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270978 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
f9f5baaf28
No need to have a test task now that we have junit tests
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270977 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
ed7685cd6f
Add in the ability for types to automagicall instantiated based on registration into TypeManager as previously discussed.
Also added unit tests to verify everything works as expected
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270976 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
5151a3152d
Reverse logic so that if duplicated typed adders are present then a different message is issued
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270975 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
a99711a13e
Add some more tests to check recently added features of Configurer
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270974 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
34ad9105d9
*** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270973 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
d3d4e01d01
Update test to work with current error messages
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270972 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
87050a6483
Made build file test adder by default
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270971 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
c0aae88c47
Added a simple class to help test the typed adder construct
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270970 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
5720f1ccba
Added some extra error messages
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270969 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
0fdacdfc1a
Removed "nasty hack-o-rama" by re-catching and re-throwing ConfigurationExceptions up call stack.
Added support for reflection picking up typed adders
Added suppot for adders that tak a Configuration object
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270968 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
ff8b6709bc
Made class package access until such a time when it is needed outside package
Added support for reflection picking up typed adders
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270967 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
2efc459991
Reuse constants already defined by JDK
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270966 13f79535-47bb-0310-9956-ffa450edef68
24 years ago