Peter Donald
094dab9e8e
Remove some unreferenced files
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271488 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
0da0af0739
Make tasks extend AbstractTask directly not via Task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271487 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
7fe3d2cd00
Ugly hack to remove references to Project
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271486 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
03087f6b82
Make adapter extend AbstractTask
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271485 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
4e55a2c1d3
Remove unused method
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271484 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
3844394878
getPropertys from new TaskContext method
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271483 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
a20abc3cac
Fix javadoc errors
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271482 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
df05a786a5
Zap these for now and deal with em later
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271481 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
b6c4f566ff
No need to extend AbstractTask
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271480 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
07c3b5de55
ContextException - lets kill you!
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271479 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
2941067384
Ugly hackity hack owrapping TaskContext to make it an Avalon context.
Need to define a clean interface to export to Container object that is basically a facade and takes care of all this
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271478 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
1674577675
Use Adaptor so that TaskContext appears as an Avalon Context
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271477 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
a371839efd
Add an adaptor so that the TaskContext will still apear as an Avalon COntext to the Configurer
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271476 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
5c81f02860
Some messages
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271475 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
812fe53151
Remove unused import
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271474 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
302ce3c6dd
No need to import old propertyutil
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271473 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
1876ce865b
Remove CascadingException references
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271472 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
1b7d8d44fd
Add a PropertyUtil class that doesn't need avalons Context
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271471 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
b52e2b425f
Updated TaskContext imp[lementation to reflect new interface
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271470 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
90c544be23
add a getPropertys() method to context so that some tasks (like Junit) can grab a *copy* of all the propertys
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271469 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
dd70349d95
Made the TaskCOntext not extend avalons context interface
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271468 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
959022fae0
Changed commented info message to debug priority
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271467 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
da8ec4fa38
Reworked the ExecManager service so that the Execute adapter object becomes responsible for combining supplied env vars with native env vars if required
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271466 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
0e2f7c5672
Generalized the converter architecture by making the "context" a raw object that can be cast for the needs of a specific project
Thus converters are now independent of ant and avalon
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271465 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
93e26b06b1
Remove old attempt at generalizing the converter architecture
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271464 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
7515a67539
Added some experimental VFS data types and tasks: <v-path>, <v-fileset> and <v-copy>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271459 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
6fe669441d
* Added AbstractProjectTest, which allows a sub-class test case to execute
targets from project files.
* AbstractMyrmidonTest.getTestResource() now asserts that the resource exists.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271458 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
60551b04f2
* Renamed the template files.
* Added an <antlib-jar> task to the build, for Jar-ing up antlibs.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271449 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
17127ef4d9
* Added test cases for DefaultEmbeddor.
* Target start and finish events are now fired for a project's implicit target.
* Unit tests now run against a dummy myrmidon install.
* Tidy-up some error messages.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271443 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
de190c4094
Start simplifying so that metrics task does not complain as much
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271411 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
25c4d95cd5
Start simplifying so that metrics task does not complain as much
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271410 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
3946d3183e
Inlined a large number of methods from AbstractTask
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271409 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
6e89cb024f
Start simplifying so that metrics task does not complain as much
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271408 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
2bcc3b328a
Remove unused variable - the correct one this time
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271406 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
57833e97aa
Remove unused variable
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271405 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
5bf5ef03f5
Remove some audit warnings
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271404 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
ce63a87681
Move complex operations outside loop body
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271403 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
b08f6020a3
Remove unused import
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271402 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
c79d7f043c
Move static above instance variables
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271401 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
ca76c9e33c
Moved complex operations outside of loop evaluation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271400 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
8cbceeceb4
Clean up some audit warnings
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271399 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
91199f6d2c
Remove unused import
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271398 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
2e60e0841c
Use StringBuffer inside loops and dont reasign parameters to method
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271397 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
67d542191a
Dont access static method through instance
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271396 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
ad0398c7d2
Unify name of metamata/qa directory
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271390 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
a4c404c589
Add in sample properties for audit.xml
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271389 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
34e1d54a2c
Add a simple build file to generate audit/metric/etc statistics
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271388 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
293380084d
Build the sound library
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271387 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
0deb15031e
Started to refactor XSLTProcess to be loose the xsltLiason. We can assume that most future processors will use this API as it is the standard.
The current implementation does not load the TransformerFactory from the specified classLoader but it will in the future.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271386 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
030fd751f5
init(File) --> reset()
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271385 13f79535-47bb-0310-9956-ffa450edef68
24 years ago