Stephane Bailliez
74617bddce
Make it serializable
Requested by: Jonas G�ransson (jongo728@student.liu.se )
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273110 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
98f202ddd0
Provide download for Cygwin-fixed ant wrapper script and announce it.
PR: 10664
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273109 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
2b442b9b9f
merge from 1.5 branch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273108 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Costin Manolache
13c833611e
A small refactoring, getting to a more 'real' interface for the dynamic
properties.
This is not final, of course.
PropertyHelper will implement all property manipulation. Eventually in
ant1.6 the static methods in various places should just wrap and
call this. In 1.6 the property storage can also be migrated to this
class.
It should be possible by a task or embedding application to replace
the whole mechanism - no need for discovery on this one, it can be
done by a task.
The PropertyInterceptor will be used to plug different sources
for the property. I'm thinking to just have tasks/types implementing
this interface automatically get registered - it's the simpler
solution for tasks developers ( I think ).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273107 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Costin Manolache
f1a2814606
Initial attempt to fix the optional.jar ( for 1.5+ ). The ProjectHelper
will replace all optional tasks, using an AntClassLoader to load
( delegation disabled for the optional package ).
Next step is to add a task that adds jars to the loader for optional.
( like junit.jar, etc ).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273106 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stephane Bailliez
4ce5b624e1
Take care of extreme cases to do some suffix magic.
Added some more testcases to document this behavior.
PR: 10769
Reported by: jan.grant@bristol.ac.uk (Jan Grant)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273105 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stephane Bailliez
5fa2b3cd64
trax factory settings are now configured within a <factory> element.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273104 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
a3e2b5d821
Henri's got a new key
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273102 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
4e461155a5
More quotes.
I think it has been Diane who said we could almost put the entire
script into quotes - she's been right.
PR: 9550
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273099 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
0dd749e0a9
PR: 10728
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273098 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
5d7a971848
2002
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273096 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
dad32bdae0
Typo.
PR: 10736
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273094 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
2e823e15ba
Kaffe has ThreadLocal but no swing.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273093 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stephane Bailliez
d810b1b867
Remove useless import
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273090 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stephane Bailliez
1e8307708d
Allow to specify a given factory implementation for the transformer
(xsltc, xalan, saxon...) and to specify processor specific settings.
TraxLiaison has been completely refactored because the factory
needed to be created once everything was set up.
I don't think it is final state since it might be better to specify factory attributes
and element in a <factory> element rather than how it is now.
XSLTProcess starts to bevery difficult to read with all the inner classes as well...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273089 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
8f70bc2a91
Allow all tasks to be used outside of targets.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273088 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
70936fadd1
Wow - look at all the things you can do in a single commit. No need to
commit each directory separately. :-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273087 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
66c400defd
Add jdk1.4 friendly getCause() method
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273086 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stephane Bailliez
670c32326d
Fix ANT_LIB path so that it uses a valid ANT_HOME under Cygwin..
PR: 10664
Submitted by: patdtaylor2000@yahoo.com (Patrick Taylor)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273085 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
395544ee50
Doc updates for announcing the 1.5 release.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273084 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
d63e5f7e83
Resolve unresolved conflict
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273082 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
da5a13f8e4
Merge differences between the ANT_15_FINAL branch and the trunk into the trunk.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273081 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
e5235423cc
dIon's cleanup and doc patches. I put this on the HEAD branch so as to not touch 1.5 branch right before the release.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273080 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
b10ac6b22e
Add default value to <input>.
Submitted by: Scott Sanders <ssanders@nextance.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273043 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
ee204741ec
Pointer to PMD.
Submitted by: Tom Copeland <tom@infoether.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273040 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
da4e1a3aa9
A few changes to Mutant
Tag data values with a priority to support the Ant1 property menagerie
Add a policy to the mutant launch script (somewhat experimental)
Improved bootstrap
Directory reorg to facilitate policy declarations
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273030 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
752f49d5b1
Update to latest parser
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273025 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
8f81897343
Announce Ant 1.5 Beta3
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273020 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stephane Bailliez
92ab6f09f8
AntRunner is now hosted at sourceforge
Reported by: dirk.schnelle@web.de (Dirk Schnelle)
PR: 9988
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273002 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stephane Bailliez
25d72a26d4
MParse refactoring
PR: 10160
Submitted by: jesse@cryptocard.com (Jesse)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272999 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
5651828604
Provide messages when JUnit assertions fail
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272973 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
b8974f6a8b
Make sure Bzip tests start with a clean sheet
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272972 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
0b6a0d7f11
Remove conflict resolution cruft.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272969 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
6bd8d6e938
Merge changes made to 1.5 Beta2.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272967 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stephane Bailliez
270394a09f
Extend the range of options ANTLR task is able to deal with
Submitted by:
Stephen Chin, aphid@versionablestore.com
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272941 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
244d3009de
License change for Eclipse
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272939 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
9592188ecb
Some Mutant documentation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272920 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stephane Bailliez
fbdfb17427
Add mkdir feature (no comment only)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272898 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stephane Bailliez
faf4cbed41
Make sure the directory is versioned before adding an element
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272897 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stephane Bailliez
d1723671a9
update the described flag when necessary...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272896 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
829d306c72
The old crimson parser incorrectly supported namespaces by default. Under
Xerces, need to turn on support
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272895 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
97738f8eed
Move to Xerces parser - needs some context loader setup
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272877 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
af074bc65d
Improved XML Namespace Support
rename some methods
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272876 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
b83132393d
Add entries requested by Susan Iwai <sjk_iwai@yahoo.com> and Brendan Humphreys <brendan@cortexebusiness.com.au>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272871 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
c3e3cee3b0
Don't catch stuff thrown in System.exit
PR: 9414
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272868 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
2aad5f9f54
recursively expand filter tokens.
PR: 9378
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272867 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
f40cbc60b3
Merge over a bug-fix needed to get jakarta-tomcat built by Gump.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272855 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
5b320cdc20
Keith Wannamaker's classpath patches to jspc.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272843 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
ca91f8cb7e
Merge changes made to 1.5 Beta1.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272826 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
f19f07d6e4
Various cleanups
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272820 13f79535-47bb-0310-9956-ffa450edef68
23 years ago