19 Commits

Author SHA1 Message Date
Jesse N. Glick
2a0bbc499f Removing some gratuitous XHTML-isms. They still break JavaHelp, alas, and the manual is anyway not even strictly
formatted plain HTML, much less XHTML.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278201 13f79535-47bb-0310-9956-ffa450edef68
2005-04-29 18:58:16 +00:00
Steve Loughran
624de01496 close a <tt>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278134 13f79535-47bb-0310-9956-ffa450edef68
2005-04-12 20:57:02 +00:00
Peter Reilly
f62a1b10b7 add reference to stylesheet for CoreTasks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277821 13f79535-47bb-0310-9956-ffa450edef68
2005-03-07 18:09:10 +00:00
Steve Loughran
9363746565 Doc update.
bug "rmic always compiles on Java1.5"
http://issues.apache.org/bugzilla/show_bug.cgi?id=33862


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277812 13f79535-47bb-0310-9956-ffa450edef68
2005-03-07 15:17:48 +00:00
Steve Loughran
85f05e8b8d more tests; 'default' compiler and "" has a well defined behaviour.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276757 13f79535-47bb-0310-9956-ffa450edef68
2004-08-05 17:13:43 +00:00
Steve Loughran
fdf4bba148 rmic gets a fork option.
Most of the changes here are actually adding tests, which was surprisingly hard work.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276755 13f79535-47bb-0310-9956-ffa450edef68
2004-08-04 22:03:47 +00:00
Antoine Levy-Lambert
ff348804c1 Copyright owner The Apache Software Foundation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276069 13f79535-47bb-0310-9956-ffa450edef68
2004-02-09 21:50:10 +00:00
Stefan Bodewig
dd8ec8060d Clarify sourcebase documentation.
PR: 17302


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274169 13f79535-47bb-0310-9956-ffa450edef68
2003-02-24 14:34:02 +00:00
Magesh Umasankar
6bd8d6e938 Merge changes made to 1.5 Beta2.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272967 13f79535-47bb-0310-9956-ffa450edef68
2002-06-22 23:38:38 +00:00
Magesh Umasankar
ca91f8cb7e Merge changes made to 1.5 Beta1.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272826 13f79535-47bb-0310-9956-ffa450edef68
2002-06-01 12:26:43 +00:00
Stefan Bodewig
e79b77b82b Add compiler attribute and nested <compilerarg> element to <rmic>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272440 13f79535-47bb-0310-9956-ffa450edef68
2002-04-15 13:20:26 +00:00
Stefan Bodewig
a14b034437 add pointer to miniRMI.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271497 13f79535-47bb-0310-9956-ffa450edef68
2002-02-21 12:41:34 +00:00
Stephane Bailliez
e967d77e02 Fix HTML title to be more useful for indexing.
PR: 5020
Reported By: jesse.glick@netbeans.com (Jesse Glick)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271131 13f79535-47bb-0310-9956-ffa450edef68
2002-02-03 22:00:42 +00:00
Stefan Bodewig
b6a3e9df36 License police on documentation files:
(1) Make sure there is a Copyright notice on all visible files.

(2) Make sure all years in which the file has been modified are
listed.

(3) Make sure the format is consistent, i.e. separate consecutive
years with a dash, not a comma.

When Stephane changed starteam.html it has been 2001 in France but
2002 in Australia - does that mean we add 2002 to the Copyright line
or not?  ;-)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270652 13f79535-47bb-0310-9956-ffa450edef68
2002-01-10 08:48:33 +00:00
Stefan Bodewig
93ee07ad35 Show that Ant is an Apache project.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269839 13f79535-47bb-0310-9956-ffa450edef68
2001-10-30 10:05:39 +00:00
Stefan Bodewig
08535a06a2 document handling of inner classes in <rmic>.
PR: 2436


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269378 13f79535-47bb-0310-9956-ffa450edef68
2001-07-24 08:18:52 +00:00
Stefan Bodewig
ff38a6188b Add support for Weblogic's rmic.
PR: 959
Submitted by:	Takashi Okamoto <toraneko@kun.ne.jp>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268860 13f79535-47bb-0310-9956-ffa450edef68
2001-03-19 11:22:52 +00:00
Stefan Bodewig
5cc29f61e6 Make <rmic> a factory task just like <javac> already is. Support
Kaffe's rmic.

Submitted by:	Takashi Okamoto <toraneko@kun.ne.jp>

Catch arbitrary Exceptions thrown when trying to verify a class.

PR: 222

Support extdirs.

PR: 893


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268852 13f79535-47bb-0310-9956-ffa450edef68
2001-03-16 12:57:16 +00:00
Conor MacNeill
5337488612 Merge of 1.3 branch changes into the main branch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268652 13f79535-47bb-0310-9956-ffa450edef68
2001-02-13 12:32:01 +00:00