Stefan Bodewig
66676d22f4
Make sure test output gets grabbed early enough to capture everything.
PR: 30798
While fixing this, I noticed that printsummary="withOutAndErr" didn't
work with fork="true".
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276916 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
89531ee354
fix license
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276915 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
68ec6c3b56
document classpathref for <typedef>
PR: 31555
Reported by: Nathan Robertson
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276913 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
d84de6b846
-noclasspath option
Added -noclasspath option to allow running ant WITHOUT using CLASSPATH env
variable. Modified ant.bat to do this so that %CLASSPATH% is not looked at.
Modified build.sh and build.bat to use the option.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276912 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
f6c27e5849
typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276911 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
d3b7b08ba1
clean machines reveal invalid assumptions
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276910 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
40cfb498fd
clarify conditional target execution logic
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276909 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
c2a7acd9b1
javadoc fixup -only because IntelliJ is so fussy.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276908 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
efc64ca276
move to 1.6 branch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276906 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
1c48e016c2
Fix for execution of top level tasks getting delayed by targets.
PR: 31487
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276905 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
ccfc216622
Don't assume class.getClassLoader is not null, PR 31450
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276903 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
08c6cab4cc
Oops, better compile before commit
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276902 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
6362427b08
Improved BWC, not that good, though
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276901 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
8c9b19d0a2
Add a simple TestListener to each forked VM that does nothing but
write a single byte to a file.
If that file is empty when the test runner finishes, the VM has exited
and we should consider the tests as failed.
PR: 30333
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276900 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
6f4f0c6075
Throw in some unit tests for <junit> - one of them will fail related to bug 30333
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276899 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
926833a05e
tests are on system classpath of forked tests
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276898 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
9844e736fe
Make test pass on OS X
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276897 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
64d149d3e9
Update for PR 30669
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276895 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
898679e8e4
Don't ignore invalid operation mode silently
PR: 30669
Submitted by: Ben Galbraith
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276894 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
194c0d761b
update for groovy 1.0 beta 7
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276892 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
fc4482c260
remove modifying exception code for unknown<attribute/element>exception
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276891 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
4b2db7c0ca
Add alwayslog attribute to <redirector>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276889 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
84c200de20
Typo in "Typeo in defintion of <cvsversion> task causing it not be defined".
>;)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276888 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
5d2096725e
Typeo in defintion of <cvsversion> task causing it not be defined.
PR: 31403
Obtained from: Andy Wood
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276885 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
e7e3a35529
Manual page for cvsversion contained incorrect attributes and did not say since 1.6.1
PR: 31408
Reported by: Andy Wood
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276883 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
d4ebf04094
Try to get the correct task/type name for an unsupported attribute/element
exception thrown by IntrospectionHelper
PR: 31389 and 29499
Reported by: Tamas Szeredi and Jesse Glick
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276882 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
1beb540cd6
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276881 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
acd0bcd1e0
Add a new option -nouserlib to the ant command.
This allows running ant without loading the jars from ${user.home}/.ant/lib.
This is useful for building ant.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276880 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
1c824926f4
add dependencies to external page
PR: 31367
Obtained from: Russ Gold
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276879 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
610157017c
update eclipse bundling information
PR: 31280
Obtained from: Darin Swanson
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276878 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
17f55de7cf
It is a good idea to look for a different version of Ant before reporting a bug
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276876 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
3ac6b567c1
Update CONTRIBUTORS
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276874 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
b3b1c6dcc6
Close property file.
PR: 30469
Submitted by: Juerg Wanner <juerg at pyx dot ch>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276873 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
cea5e4cd96
adding debug message since the BuildException may be caught
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276872 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
12f0f8f38e
Remove unnecessary exists() check.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276871 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
e358dd716f
add in ruby examples and another groovy example
example from Cedric Beust's blog
http://beust.com/weblog/archives/000181.html
with a conversion to groovy from Sam Pullara
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276870 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
dcde95ecec
complete sentence
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276869 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
0a7e4aa6be
Add some docs for people getting to minotaur via any other means than my blog
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276868 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
62d0b31a3b
Add some docs for people getting to minotaur via any other means than my blog
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276867 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Conor MacNeill
1bf93eb283
This is a FAQ by any measure.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276866 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
4b7be3b84f
script doc: add judoscript example
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276865 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
53d2428cb8
typepo: snipnet -> snippet
Obtained from: Jan
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276864 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
07f24b0382
script doc: Add groovy, beanshell and jython examples
Modify echo example so that it does not modify ant's task structure
(This is not a usecase we want for script).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276863 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
6e96130580
Doc for groovy jars installation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276861 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
f94d46e400
fix sizeselector testcase
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276860 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
0e46158a11
AntTypeDefintion#similarDefinition could be called in situations
where the loader for the class is not antclassloader
Obtained from: David Konecny
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276858 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jan Materne
1ef0cd4f53
update SQLC infos
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276857 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
ac747c8ca7
allow testcase to compile under jdk1.2.2
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276856 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
0036584e2c
make IntrospectionHelper compile under jdk1.2.2
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276854 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
f16558e639
use copy constructor Simplified copying of Hashtables in propertyhelper.java
PR: 30163
Obtained from: Jesse Glick
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276852 13f79535-47bb-0310-9956-ffa450edef68
21 years ago