Stefan Bodewig
e6d08dfeb2
Skip SQLExecTest if the testcase and the <sql> implementation would be
loaded by different classloaders.
package private access is only allowed if the classes belong to the
same "runtime package", which is the fully qualified package name plus
the defining classloader. Enough reading of JLS and VMSPEC for me for
today 8-)
We probably could code around the problem by placing a subclass of
SQLExec into the same classloader as SQLExecTest and invoke methods on
this subclass.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270618 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
a8d83a4528
Don't lie about the CLASSPATH being used - build.sysclasspath changes
everything.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270617 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
cf745efc64
Improve logging when <available> is being used as a condition.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270616 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
eeb31f3611
Bug fixing
Reported by: Wannheden, Knut <Knut@paranor.ch>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270615 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
55b2734702
Add pointer to AntMan
Submitted by: Ashok Sridhar <ashok@erudra.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270614 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
b14e6bc9e2
Add pointer to Rant.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270613 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
696ff9fc5d
Add pointer to isDIRValidator task
Submitted by: I�igo Serrano
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270612 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
9cc5b6eed4
note the new mapper
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270611 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
9d85b36bc8
redirect some of the spam! :)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270610 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
69e9857675
Make it easy for people interested to compile.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270609 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
e9e5c44401
Make sure that it works with Cygwin.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270608 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
eedb2957ed
and a change in the docs, expunging all record of the file attribute ever existing in an orwellian style revision of history.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270607 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
8f2d1efdae
file -> destfile in zip, jar calls
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270606 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
5d79a4f5eb
Addition of destFile(File) attr to the zip/war/ear/jar tasks, fixup of docs, replacement of deprecation methods and appropriate changes to the tests.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270605 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
e85c97dca8
I was wrong, classpath: may be supported by some xml parsers, but it aint a standard protocol/URL schema
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270604 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
78602edfb7
Additional debug messages to make it easier to diagnose why a task
can't be instantiated.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270603 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
3d59359997
Remove CVS conflicts
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270602 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
a8b3b468af
Adding more code to the JUnit task.
Still not functional but getting closer.
Roughly there is the test collector missing.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270601 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
5fe902d78b
- Introduce a specific OutputAttribute to deal with output.
- Cleaning
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270600 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
7c98303882
Initial commit.
Elements used to configure a Formatter.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270599 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
3835e0c016
Initial commit.
Task is empty and does nothing yet.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270598 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
36acaa7bec
Add an IndexOf method that returns the index of
the selected attribute in the enumeration.
The selected index is kept so that class extending
it can easily do a 1-1 mapping with values without
looping over the array again.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270597 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
b9871e6a2d
Added LICENSE.txt to META-INF of distributable JAR's per jakarta-general suggestions.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270596 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
0f1c5dd88e
Start to refactor this to work with new Execute patterns
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270595 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
a2c15cb080
Update to new Execute2 functionality and delete old stream handlers
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270594 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
d26ed2207d
No need to pass project in anymore
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270593 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
f6e492ff83
Remove de-referencing stuff and cleaned up object a little.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270592 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
0db510656a
Started to move the perforce tasks towards the new Execute2 abstraction
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270591 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
0380eac20a
Moved metamata tasks to using Execute2 functionality and generally cleaning up the tasks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270590 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
4a63f3b338
Made sure junit compiled and started to bring it into line with recent changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270589 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
95bdf91904
Use Execute2 abstraction
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270588 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
c66f11924c
Removed unused variables and cleaned up tasks a little.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270587 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
a1db6f5a4c
Moved to Execute2 + ExecOutputHandler rather than Execute1 and friends
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270586 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
34f8f175d6
cleaned
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270585 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
abbc84b8d2
*** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270584 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
3404bac3df
Removed unused variable
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270583 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
8640dc1b22
Use Execute2 abstraction
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270582 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
43fd978194
Cleanup
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270581 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
450b3303ea
Cleanup class and move ClassArgument to top level class
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270580 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
09dd862ae6
getProperty on context rather than project
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270579 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
bc4fa10e58
Cleaning
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270578 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
6187610641
Move entry to being a top level class and clean up naming conventions
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270577 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
af7a38e95e
Don't place project in bean list - instead place context in there
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270576 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
0ed3627cf3
Use Execute2 abstraction
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270575 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
68c0830423
Move runCommand into this class
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270574 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
4abaa3ec23
Use Ant2 propertys that are objects rather than strings
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270573 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
0abcddef6c
*** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270572 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
dad10655ad
Remove unused import
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270571 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
69e14f256e
Use Execute2 abstracton
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270570 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
46302b08af
No need to use project anymore
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270569 13f79535-47bb-0310-9956-ffa450edef68
24 years ago