Peter Donald
76a301989f
Make sure the runtime tasks declare their tasks so that xdoclet can pick up the meta-data
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271084 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
d9c0723da0
Make sure the nativelib tasks declare their tasks so that xdoclet can pick up the meta-data
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271083 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
406533f617
Make sure the cvslib tasks declare their tasks so that xdoclet can pick up the meta-data
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271082 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
db80ce0104
Make sure the archive tasks declare their tasks so that xdoclet can pick up the meta-data
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271081 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
3348d72d17
new build files
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271080 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
b7e43ad8c5
mutant mutation
An1 compatability - sort of
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271078 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
7499c443d6
Update to latest excalibur to get compare for streams
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271077 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
f5af375fba
Make sure bziptest only runs when you specify test.bzip
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271076 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
050083f8cf
Add in files used to test bzip functionality
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271075 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
021c159b9d
Add in unit test for bzip input/output streams
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271074 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
87ceed8170
* Added TypeDefinition and sub-classes, which are passed to TypeDeployer to
explicitly deploy a type. These replace the multi-arg deployX() methods.
* ConverterDef now sub-classes AbstractTypeDef.
* Changed AbstractTypeDef to use TypeDefinition objects, and to configure
them using the configurer. Removed all setX() methods from AbstractTypeDef
and sub-classes.
* Added some units tests for DefaultDeployer.
* Moved component set-up from DefaultConfigurerTest -> super class.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271072 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
04e443acbe
Move across Stefans zip unit tests
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271065 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
e05e852a39
Add in a unit test that validates the dependency relationships between different packages.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271064 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
fd82d25cdb
Add the JDepend binary and license to CVS
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271063 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
6679566cca
Rework Environment implementation so that it is part of the ExecManager service. This makes it less coupled to bad practices and also merges all the native execution code into a central place.
Detected by JDepend
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271062 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
4c429d5df3
Move environment into impl package as it has several characteristerics that indicate it should be provided by the ExecManager service
Detected by JDepend
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271060 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
819831f11e
Move DefaultProject into builder directory as that is the only place it is used. This is cleaning up the interdependencies between container components..
Detected by JDepend
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271059 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
d4bf78d252
Dont reference DefaultEmbeddor directly but via reflection so that the frontend is not directly referencing any objects in component hierarchy.
Detected by JDepend
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271058 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
c8fe4cd364
Move DefaultExecutionFrame into workspace package as it is only used from within this package.
Detected by JDepend
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271057 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
0c6f46d685
Move CommandLauncher into Launchers package to remove circular dependency between impl and impl.launchers packages.
Detected by JDepend
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271056 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
c96e2c9dfc
Add in a basic build file to generate dependency metrics. It uses CVS-only features of ant so shouldn't be pushed into main build file just yet
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271055 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
0dbf1bf0c9
Remove some unused Jars. These were preventing myrmidon from running on linux.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271054 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
1e702432eb
Added VFS proposal.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271053 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
341ff9fbe6
Make sure that it collects testcases correctly inside directories.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271051 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
b423c3cf7d
Allow to execute rjunit to check for real use case by running Ant tests
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271050 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
9dd82220b2
Handy build file to run ant tests via rjunit
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271049 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
b1917be1c4
Fix package name.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271047 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
f1756e725f
Moving to rjunit package
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271046 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
728221f4d8
Moving to rjunit package to avoid conflicts
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271045 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
62ff30c775
Socket error occurs when running multiple times...there must be something
wrong with the shutdown
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271042 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
b71d8a9255
Fix tests
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271041 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
982958016a
- Add equals method to event.
- Fix server shutdown
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271040 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
56498384ab
Removing the old listener
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271039 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
834c375a75
Dirty exception handling for now
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271038 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
75ecbdd337
- Dirty exception handling for now.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271037 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
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
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
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
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
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
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
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