1763 Commits

Author SHA1 Message Date
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
2006-07-13 11:07:58 +00:00
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
2006-07-12 19:05:29 +00:00
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
2006-07-11 08:38:58 +00:00
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
2006-07-10 15:41:28 +00:00
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
2006-07-07 20:46:16 +00:00
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
2006-07-07 14:39:28 +00:00
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
2006-07-07 12:32:20 +00:00
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
2006-07-06 09:00:14 +00:00
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
2006-07-06 06:36:44 +00:00
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
2006-07-06 05:57:55 +00:00
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
2006-07-05 12:35:49 +00:00
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
2006-07-03 15:13:42 +00:00
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
2006-06-30 23:42:17 +00:00
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
2006-06-27 20:47:31 +00:00
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
2006-06-25 14:38:27 +00:00
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
2006-06-21 17:22:53 +00:00
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
2006-06-20 23:29:46 +00:00
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
2006-06-20 21:44:32 +00:00
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
2006-06-20 15:09:20 +00:00
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
2006-06-13 04:20:25 +00:00
Stefan Bodewig
58e926515f fix line feeds
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@413802 13f79535-47bb-0310-9956-ffa450edef68
2006-06-13 04:18:37 +00:00
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
2006-06-12 16:04:49 +00:00
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
2006-06-06 10:52:47 +00:00
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
2006-06-06 08:23:01 +00:00
Stefan Bodewig
9c924fef93 2006
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@410736 13f79535-47bb-0310-9956-ffa450edef68
2006-06-01 04:05:22 +00:00
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
2006-05-31 17:00:15 +00:00
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
2006-05-31 16:28:20 +00:00
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
2006-05-31 14:56:04 +00:00
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
2006-05-26 22:37:27 +00:00
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
2006-05-25 12:39:19 +00:00
Stefan Bodewig
91cc8f64c1 Document sftp option
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@406522 13f79535-47bb-0310-9956-ffa450edef68
2006-05-15 03:54:58 +00:00
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
2006-05-09 01:45:21 +00:00
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
2006-05-02 21:30:58 +00:00
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
2006-04-30 22:41:33 +00:00
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
2006-04-28 14:13:57 +00:00
Stefan Bodewig
29c03e3b20 2006
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@397383 13f79535-47bb-0310-9956-ffa450edef68
2006-04-27 04:14:57 +00:00
Kevin Jackson
0c0987da86 pluralise variable
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@397089 13f79535-47bb-0310-9956-ffa450edef68
2006-04-26 05:00:12 +00:00
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
2006-04-25 07:28:49 +00:00
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
2006-04-22 15:02:28 +00:00
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
2006-04-21 00:28:35 +00:00
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
2006-04-20 23:00:46 +00:00
Matthew Jason Benson
613f5a2be0 Note <files> is a file-only resource collection.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@394115 13f79535-47bb-0310-9956-ffa450edef68
2006-04-14 15:04:54 +00:00
Matthew Jason Benson
83282e1747 Clarify doc re other (sub) targets in -p mode. PR# 39302
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@393864 13f79535-47bb-0310-9956-ffa450edef68
2006-04-13 17:36:55 +00:00
Matthew Jason Benson
26f9518dda document ant.build.source/target in running.html#sysprops
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@393292 13f79535-47bb-0310-9956-ffa450edef68
2006-04-11 18:51:20 +00:00
Stefan Bodewig
eeda02e875 provide magic properties to control javac
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@393282 13f79535-47bb-0310-9956-ffa450edef68
2006-04-11 18:19:57 +00:00
Stefan Bodewig
49727a3da8 allow ressource collections for source files in <javadoc>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@392027 13f79535-47bb-0310-9956-ffa450edef68
2006-04-06 18:27:32 +00:00
Matthew Jason Benson
dacb1d0189 punctuation/capitalization
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@386385 13f79535-47bb-0310-9956-ffa450edef68
2006-03-16 17:17:55 +00:00
Stefan Bodewig
b1c63b2dee preliminary Mustang support
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@382927 13f79535-47bb-0310-9956-ffa450edef68
2006-03-03 20:56:53 +00:00
Jan Materne
9e7351fbf2 Fix the "strange" bahaviour reported by Steve Meredith.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@381934 13f79535-47bb-0310-9956-ffa450edef68
2006-03-01 07:00:02 +00:00
Jesse N. Glick
f2078ba20b #38811: support for JUnit 4.0.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@381780 13f79535-47bb-0310-9956-ffa450edef68
2006-02-28 21:07:15 +00:00