Jesse N. Glick
5db007f358
JUnit 3.8.2 bugfix update.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@431469 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jesse N. Glick
8e437c7397
Noting that apt is unnecessary in JDK 6.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@431467 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
7b2bcde38e
How could I forget this? Document the <diagnostics> task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@428733 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
e8e709ce77
Update the note about Winzip and WEB-INF directory.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@426479 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
50b046504d
Add a link to ensure explanation (found an indictment of basedir's description
as being recursive). :|
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@426106 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
4dea93eada
capitalize "Ant".
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@425108 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
a1608d62d4
Bug 21042 "Setting XSL parameter to input filename when processed whole directory."
* changed from File.getParent() to String.substring() to avoid changing between / and \
* "dir" defaults to '.' instead of empty string, so dir+'/'+name would not result in an absolute path
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@423009 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
36b62a7ed1
remove double can; replace period w/ colon
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@422756 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
303b70f86b
Bug 21042 "Setting XSL parameter to input filename when processed whole directory."
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@422692 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
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
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
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
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
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
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
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
Steve Loughran
8793957204
given the task is out, the docs should be purged too.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@418789 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
e7734def8b
add support to nested XSL parameters in junitreport, Bugzilla 39708
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@418420 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
8d20a46835
<fixcrlf> now supports an outputencoding attribute. Bugzilla report 39697.
Submitted by Stephen Goetze
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@417584 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jacobus Martinus Kruithof
18784a313b
Removed support for Xalan1.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@417020 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
ddcddd098e
add since doc for subant
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@416042 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
26666f6c70
How scriptdef handles namespaces in element types.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@415841 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
a7a552988f
extending scriptdef
1. nested text gets passed to self.text
2. a fail(String) method takes on the work of throwing exceptions even in languages that dont make it easy to throw BuildExceptions
I have antunit tests for these in the antbook source tree, but not moved them into ant's codebase yet.
Issue: should nested text be something that must be enabled explicitly via a nestedText attribute in scriptdef?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@415817 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
ac92e4e6bd
add tempfile deleteOnExit. PR# 39842. Submitted by Patrick Martin (then slightly modified).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@415695 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
87b9690a66
WiX task is no longer untested
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@413804 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
58e926515f
fix line feeds
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@413802 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
22aa7a786b
document description attribute
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@413692 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
31c6b1478b
FTP Account could not be specified in ant FTP task.
Bugzilla report 39720.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@412075 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
ea67f0d44a
ReplaceTokens should allow properties files.
Bugzilla 39688
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@412040 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
9c924fef93
2006
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@410736 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
82f9f6a177
Example how to load an Antlib from inside a buildfile.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@410598 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
2cf07cb48f
Some more statements about the basic statements.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@410582 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
468c75e85a
Refer the tutorials from a more visible place.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@410552 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
19cdd51b13
getting the brackets right, fixing a link
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@409770 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
88f1be2d04
Add support to define the stylesheet as a resource in <xslt>
Bugzilla Report 39407
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@409378 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
91cc8f64c1
Document sftp option
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@406522 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
72b360356e
removal of the jprobe and metamata tasks.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@405267 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
aa0ad7914f
Comment about OSS runtimes. What is our official position here? What is the best choice in 'free' runtimes?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@399054 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
a78d1ddd4f
edit doc to move from CVS to SVN, more stuff on IDE/app server installs, more on how to install extra libraries.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@398455 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
d094a81d71
More warnings about filtering binary files. Bugzilla #39445 .
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@397909 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
29c03e3b20
2006
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@397383 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Kevin Jackson
0c0987da86
pluralise variable
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@397089 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Kevin Jackson
225ba32212
- fix doc bug 24493
- update year
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@396800 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
53511a6584
removal of testlet, visual age for java, and icontract optional tasks.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@396131 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
a9772ceefc
2006 and try to adapt indentation to level of nesting of the elements described
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@395742 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
df3fb58d79
Remove xslp usage from ant.
Bugzilla 23455.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@395723 13f79535-47bb-0310-9956-ffa450edef68
19 years ago