Stephane Bailliez
6ab8acfe1b
Removing unused classes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271036 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
d65cafdcec
adding destFile naming scheme to tar, for consistency with the zip family and other tasks. I know Costin thinks we do this deliberately, just to break his builds, so even though I have updated the manual and the test cases, I have commented out the deprecated message which users should get when they use the tarfile attribute. Which means old builds still work, but the old params are no longer documented for new users.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271035 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
158906d666
test returns false (not an exception) if either file is missing, this provides better update semantics
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271034 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
dd38c61aec
two new attrs to loadfile to make it more flexible in feeding other tasks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271033 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
6eafb817a2
test now works on my box, maybe we will scrape through GUMP now.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271032 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
0061dd12cf
Got rid of some detail from an error message, so that the mesage
is independent of the method introspection order. This is to get
the unit tests to pass with the IBM JVM.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271031 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
bc34bb06ca
Allow typelibs to define custom roles:
* Add TypeDeployer interface, which allows control over the deployment of
types from a typelib.
* Add RoleManager.addNameRoleMapping().
* TypeManager methods now take a role Class object, rather than role name.
* Replace implicit role and type deployment in DefaultRoleManager.initialize()
and DefaultDeployer.initialize() with explicit createDeployer( ClassLoader )
method.
* DefaultDeployer now keeps track of the ClassLoader created for each typelib.
* Moved all ClassLoader creation to DefaultDeployer, for the time being.
* ConverterDef and AbstractTypeDef now use Deployer, rather than
deploying manually.
* Fixed DefaultMasterConverter for the case where destination is an interface,
and there is no appropriate converter registered.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271030 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
8d226e312c
Fix some documentation issues.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271029 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
2678f50fe7
Updated documentation for SOS
Submitted by: jesse@cryptocard.com (Jess Stockall)
Best thanks to Erik.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271028 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
52f94cbb4c
Qualify total time spent on build with proper English.
PR: 5901
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271027 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
44238fbb62
Added missing messages.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271026 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
65dd2140a7
comment parameter documentation
Submitted by: stevec@ignitesports.com (Steve Cohen)
PR: 5930
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271025 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
db236f25e6
Accidentally overwrote the patch that Stephane had applied. Hav emerged it now.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271024 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
cdf8605933
Shouldn't have overwritten...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271023 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
dc060b5ab0
AnsiColorLogger is an extension of DefaultLogger. It provides colorized
messages based on the message level.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271022 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
8dc6be273c
SourceOffSite tasks submitted by Jesse Stockall <jesse@cryptocard.com>.
The sos.html file is slightly out of synch with the actual attributes - but Jesse will submit updated documentation soon.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271021 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
536c872b8b
part two of the patch to make Jakarta-Regexp tests pass
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271020 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
e3b9832459
Make tests pass on Linux as well (by not expecting them to pass).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271019 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
f5a525c370
filling my role as post-commit script ;-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271018 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
e27d594005
Fixes should be in all related testcases now.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271017 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
fb9e213501
Fixed time formatting.
Submitted by: ruchet@besancon.sema.slb.com (stephane ruchet)
PR: 5901
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271016 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
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