Stefan Bodewig
e87e1b281a
DefaultLoggerTest must run in same classloader that loads DefaultLogger itself
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@805397 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
c8232ed82c
allow methods other than GET in http condition. Submitted by Robert Clark. PR 30244
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@796762 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
8ebe808f72
override getResources in a new AntClassLoader subclass that will be used consistently when Ant is running on Java5+. PR 46752
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@796647 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Jacobus Martinus Kruithof
8d4985ca74
made easier to switch loglevel on the antunit testcases
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@793056 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
8b05902d4b
make javac independent of CLASPATH
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@789604 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
bbea1d834d
javadoc creation of Ant's own sources failed on JDK 1.4. PR 46731. Patch submitted by Martin von Gagern
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@775914 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
2b8fbea11b
create SHA-512 checksums as well
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@773596 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
53db3a2602
Add support for Xalan2 Traces. PR 36670.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@722849 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
6a67c09afc
remove .NET tasks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@706580 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Jan Materne
d8114b36f5
Print failing tests.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@703355 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Jesse N. Glick
59785f30c9
junit.jar is available in the source tree; might as well compile against it.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@681571 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Peter Reilly
ded146c2dc
comment out the junit collector code (I cannot figure out how to make it work)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@639879 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Peter Reilly
c36b3e7947
fix for bugzilla 44630 - error expansion of properties in docs dir
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@638625 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Matthew Jason Benson
bbcd8aea0d
default access precedent for testcase access
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@591341 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
4369f64826
FailureRecorder
* remove duplicate "no-op" statement (javadoc + code)
* use BuildListener for writing at the end of <junit> instead of overwriting the file all the time
* minor comment edit
* pass project reference to <junit> nested elements (eg listener)
* order methods by interfaces
* some log messages in the recorder
* can use Ant properties for setting the location
FormatterElement
* don't set the project reference if there is already one
build.xml
* use ant property instead of system property for configuring FailureRecorder
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@587844 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Kevin Jackson
5026f31269
-revert change as we don't support antlr3 (yet)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@586652 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Kevin Jackson
e884c74dc5
-allow use of antlr 3+
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@586281 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
f3709b2e5b
removing starteam
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@581549 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
46a5dc988f
removing weblogic
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@578882 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
2f86109f47
Make use of the FailureRecorder
- ${junit.collector.dir} references ${build.dir} therefore a change of the order was necessary
- makro "test-junit" uses the recorder like the manual sais
- invocation of batchtest is now dependend on ${hasFailingTests} (set by <test-junit>)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@574557 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
cf1d42faa6
version -> 1.8.0
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@572392 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
3d0a8d3ae3
optionaly allow build to pass even if tests fail
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@568091 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
2c44cef133
Encourage people to follow the packaging spec.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@553857 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
38e19fe703
URI is jdk14+ instead of jdk13+
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@540111 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Steve Loughran
1b81044569
exclude this package on java1.3
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@540098 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
82821d9bd4
Fail with a meaningful message.
Discussed on User-List: http://marc.theaimsgroup.com/?l=ant-user&m=116923425428838&w=2
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@498554 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
e140134b5c
bump version
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@489288 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Kevin Jackson
49f88374a2
-remove java6 selector/conditional compile
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@486589 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
93a50c4b48
preparation for the 1.7.0 release
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@486471 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Kevin Jackson
5de7cee2b5
- fix java6 detection and add selector for conditional compile
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@486144 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jesse N. Glick
c8df6694d7
It is now possible to build Ant without BSF and then run using JSR scripting.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@483672 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
988eabad0f
distribute ant-testutil
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@480364 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
5b42e946ed
add --> to description
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@475772 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jacobus Martinus Kruithof
b4c15a3367
one welcome.html slipped through
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@475740 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jacobus Martinus Kruithof
5aca4a21ca
remove of welcome.html from build.xml and ant-msi.wxs
(how to test ant-msi.wxs?)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@475733 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
d824eac4d9
Preparation for the build of Ant 1.7.0RC1
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@471526 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jesse N. Glick
27ca4acff0
Permit VM args to be inserted when running JUnit tests, for JPDA debugger integration.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@470124 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
dba2c632cb
set the groupId of ant from maven to org.apache.ant
as discussed on the repository mailing list
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@469506 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
42338b9ac7
the mavenish release directory has moved
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@468362 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
324d5425b5
Document the use of <tag>
Add support for @pre as found in BuildFileTest
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@467363 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
b1b60697f2
fixed bug using undefined property
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@467227 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
5bbc4880b2
changed, jars and poms go to parallel directories on java-repository
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@467223 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
7ddf1db112
decide to package Xalan2Executor only in ant-junit. Since this class has been made already dead wood,
this is irrelevant
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@466895 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
fec15b606a
move jdk1.5+ stuff to ant-nodeps to be consistent
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@466881 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
3510e9c820
remove use of sun.misc.uuencoder
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@466879 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
df95f3a7ae
exclude the bcel dependencies from ant.jar too
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@466877 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
fe82a00d08
classes needing apache-resolver should also be excluded from ant.jar
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@466876 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
a0cc97f410
modified to call the property version from build.xml project.version
defaultManifest.mf and version.txt are updated using expandproperties rather than tokenfilter
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@466856 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
ee5ed83ebe
remove org.apache.tools.ant.util.ScriptRunner from ant.jar, it
should be only in ant-apache-bsf.jar
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@466647 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
35cd593aed
added code to deliver POMs with ant
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@466628 13f79535-47bb-0310-9956-ffa450edef68
19 years ago