Peter Donald
|
d6f0a60ec6
|
Made SysProeprties a top level class.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270462 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
cd86200647
|
Move implementation of toNativeEnvironment into this class rather than delegating
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270461 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
cac267a813
|
Classes not used outside this package so we can make them package access
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270460 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
e5e10d6b06
|
Remove the initialize and dispose stages in the lifecycle of a task as they no longer are needed given task execution occurs in a single pass.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270459 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
fec4c1f5c6
|
Remove redundent this.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270458 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
cd048de043
|
No need for task to implement Initializable/Disposable stages because tasks are imediatly executed and there is no concept of multiple passes ala Ant1.x
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270456 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
6bf9dc91a5
|
Check for java 1.4
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270455 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
aff9d91f0c
|
Move JavaVersion class into framework package
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270454 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
7dc2430ad5
|
Move JavaVersion stuff outside the TaskContext.
JavaVersion is now a completely self-contained class.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270453 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
5fe27650f4
|
Clean some cruft
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270452 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
ec833f0040
|
Only place strings into the BuildEvent
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270451 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
093967db0e
|
Removed AntClassLoader and replaced it with URLClassLoader. Now new ClassLoaders do not include the ant runtime by default
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270450 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
bab80bf968
|
Remove redundent assignment
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270449 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
447ca47ff4
|
Removed some unused logging code.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270448 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
5bdfaab5a1
|
Cleaned up class and removed some uneeded (and never working ?) cruft
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270447 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
acde46cee6
|
JLink no longer needed as zipfileset and friends have surpassed all the functionality that JLink previous encompassed
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270446 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
e86450aa23
|
Rmove more unused cruft from Project
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270445 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
429530461e
|
Remove Project.toBoolean
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270444 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
7d82c96665
|
Remove those magic proeprties
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270443 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
37879f0723
|
Removed Project.getVersion() replaced it with getJavaVersion() (inherited from AbstractTask) where necessary and removed all checks for java 1.1
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270442 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
e063898390
|
Removed Project.translatePath and replaced it by allowing Files or Path objects be passed in.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270441 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
68c5a1567e
|
Renamed the constants to have constant-y names
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270439 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
3348a18a7d
|
Removed uneeded property expansion
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270438 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
be1eba8bf7
|
Made members private, removed redundently specified "this." and did not try to replace values when adding properties as Ant2 will be fully dynamic
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270437 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
e2288433da
|
addText() --> addContent()
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270436 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
1a1e1bda8d
|
EchoLevel no longer used.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270434 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
13e99fc91b
|
Echo no longer handles log messages - only useful for writing to files.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270433 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
2420213e0e
|
Remove redundent super() call in constructor
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270432 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
8090e7a1d4
|
Add a target to help debug the new level enum of log task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270431 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
f6658e93e0
|
Update to make constants conform to proper naming standards
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270430 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
17df286f98
|
Move DTDLocation inner class to top level class
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270429 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
4123acf5ed
|
Update to use getLogger().<method>() rather than log()
Move EchoLevel inner class to top level class
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270428 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
c2c546cdb3
|
Path no longer takes a project object in the constructor
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270427 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
c7017ddd8e
|
Update to reflect new LogOutputStream interface
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270426 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
ee5b9c7e25
|
Update classes so that Path no longer accepts a Project object in its constructor and there is no setProject in ProjectComponent objects
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270424 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
af3b6295b4
|
Use new format of LogOutputStream
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270422 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
766f01e626
|
Removed log() method as no classes use it anymore
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270421 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
24c5d3e7cb
|
Moved MapperType inner class to top level class.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270420 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
4109d9eb05
|
Cleaned up Mapper and moved MapperType inner class to top level class.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270419 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
3612131a65
|
Move EchoLevel inner class to top level class
|
24 years ago |
Peter Donald
|
76d232ed49
|
Update to use getLogger().<method>() rather than log()
Move EchoLevel inner class to top level class
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270416 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
5650a7f8d4
|
Remove log() statement and replace with getLogger().debug()
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270415 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
cb4b0a1e08
|
Update to use new format of LogOutputStream where you pass in a Logger
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270414 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
c68a4ebc87
|
Remove filtering from rmic task because it didn't make much sense to do filtering there
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270413 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
d052a7f47b
|
made method to create filters protected so it can be used by Move subclass
Removed all notion of setting log level as it is no longer used.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270412 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
09da369046
|
Reuse subclasses method to create filters
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270411 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
771c04c147
|
Removed the ability of allowing pluggable log levels.
Refactored creation of filtersets into new method
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270410 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
59526e7a67
|
Remove deprecated behaviour of using MatchingTask
Removed the ability of allowing pluggable log levels.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270409 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
5205e1bb54
|
Update to use new format of LogOutputStream where you pass in a Logger
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270408 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |
Peter Donald
|
ab7d2dee49
|
Update so that LogOutputStream takes a logger and boolean indicating what log level should be logged at.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270407 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |