Jan Materne
a6dd53bb41
Updated information as requested by their maintainer Pavel Vlasov.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@421839 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
1c7ab763ac
update WHATSNEW with my recent set of changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@421591 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
bf0e475d91
moving log of CVS passfile info down to verbose
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@421590 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
91ee1ced95
This is a little bit of fun; something asked for on the mail list. You can now use -main to specify a new entry point for ant, so if you override ant.Main with a subclass, you can switch to that.
It has a side effect of making ant a generic launcher of things; anything that implements AntMain.startAnt.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@421588 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
dad211c19f
forward verify operation to references
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@421587 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
f278084775
oh, this feels so good. Removing Win98 as a supported platform. Also adding an example from a bugrep on how to run ant from ant itself
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@421586 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
c08f713b3c
Add extra diags on the error message by printing out java.home
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@421585 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
b60b296675
another random commit
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@421430 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
fe6f55a6fe
Random mods to see if I can commit from my new box.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@421426 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
e264aff93b
Bugzilla 40021, contribution of Ivan Ivanov.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@421372 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
bf042df7ec
Bug Report 40021. The noframes option was not working at all.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@421327 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
b19ac2c39b
Fix JUnitReport with includes.
Bug Report 40022
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@421315 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
f742b76b79
xhtmlify javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@421302 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
ed49018efc
Update the sandbox homepage (needs more infos...)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@421167 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
502b111895
The book is a little bit out of date ...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@420862 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
e1382c87e8
- names are sorted by last name
- regenerate site
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@420852 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Kevin Jackson
3c5324409d
added myself to xdocs/contributors.xml
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@420820 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
479dd26460
* add <junit> + <junitreport>
* update reference to Log4J 1.2.13
* minor notes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@420763 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jacobus Martinus Kruithof
09c4446158
manifest issues
br: 37548
Still not totally convinced that the line is not allowed to be 74 bytes long (including eol)
But the specs allow to cut off early, except for the name. So name is allowed to by 70 bytes
long, and only if the name is 70 or 69 bytes long the line will be 74 (73) bytes long. Else
it will be shorter than 72 bytes including eol.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@420641 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jacobus Martinus Kruithof
176b11946b
manifest issues
br: 37548
Still not totally convinced that the line is not allowed to be 74 bytes long (including eol)
But the specs allow to cut off early, except for the name. So name is allowed to by 70 bytes
long, and only if the name is 70 or 69 bytes long the line will be 74 (73) bytes long. Else
it will be shorter than 72 bytes including eol.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@420638 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
3e1cde904e
Let the base class do the job.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@420576 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
370ae530e4
Bug 35850
<subant> now supports nested <target> elements as <ant> does.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@420569 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
546743d0fb
adopt consistent quoting on this message.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@420511 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
8c74b8be55
Just converting tabs to spaces and additional line breaks.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@420435 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jacobus Martinus Kruithof
ce6cfebf34
Fix CRight
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@420343 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jacobus Martinus Kruithof
d2e6dcf66d
Fixed length mismatch.
Made use of shared constants in junit package.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@420337 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jacobus Martinus Kruithof
1534f4e063
remove author
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@420334 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jacobus Martinus Kruithof
b82d12d30f
The crashfile was originally written to the file.toString, now the absolute path is used, hopefully this fixes the gump problems.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@420329 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
8239fdac8c
well, if you put the docs in, you need to follow with the code. <hasMethod> looks for methods.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@420305 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jacobus Martinus Kruithof
44ecc125fa
Give better information in case of timeout for JUnit test,as requested in Bug 39946.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@420194 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jacobus Martinus Kruithof
0c2d03d031
Give better information in case of timeout for JUnit test,as requested in Bug 39946.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@420106 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jacobus Martinus Kruithof
3cf51fd6de
Give better information in case of timeout for JUnit test,as requested in Bug 39946.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@420102 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
31a7e6611a
delete spurious letter F; update copyright
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419978 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
69679b4828
Bug: 39153
Add notes (log+manual) that <java> does not handle jar+classpath together (more exactly Java itself does not).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419898 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
33aa821b3e
A super-call is ok here so you'll get the "standard" behaviour you expect from other BuildFileTests.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419882 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
1630de7abe
Bug: 29539
More information about using the Log4jListener.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419881 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
af89f6061e
roll back deletion of public teardown operator, with a comment as to why it is needed
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419846 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
5d0494a994
purge some spurious methods
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419538 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
b5aad81339
Remove methods with just super()-calls. (Don't know any more why I added them...)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419535 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
d839298320
some private emails about manifest correctness lead to more details on what to do if you disagree with the task's logic.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419490 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
923355ba63
Examples for specifying a JDK in <java> and <javac>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419463 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
36682adc29
Add example using the default excludes.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419449 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
b49a9ef6f2
<echoproperties> setPrefix javadoc claimed null or empty prefix would be
ignored; instead an error was thrown. Bugzilla report 39954.
Submitted by Ivan Ivanov.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419276 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
94e4ecf005
bugzilla report 38175; javacc needs a jdk version attribute for java1.5 support.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419220 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Kevin Jackson
46c57322cc
fix GUMP failures
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419189 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Kevin Jackson
30a41589b4
move validation of properties into private method
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419143 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
df25e856f6
made all the protected methods public. Because ProjectTest was trying to call protected methods, and rather than selectively open up the methods, I made the whole set of asserts and operations open.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419119 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
63013f44f3
adding ability to set the location when creating this
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419108 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
9103590149
bug 35607 ; Ant Get task downloads unmodified files when useTimestamp=true
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419104 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
4ce923bc7d
bug 36033; javadocs incorrect
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419097 13f79535-47bb-0310-9956-ffa450edef68
19 years ago