28 Commits

Author SHA1 Message Date
Stefan Bodewig
8483e826c3 Promote new site layout from proposal, change lots of links
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273866 13f79535-47bb-0310-9956-ffa450edef68
2003-01-24 08:55:06 +00:00
Conor MacNeill
5def5ca641 Hopefully the last set of fixes for the Jakarta version of the Ant site
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273845 13f79535-47bb-0310-9956-ffa450edef68
2003-01-22 11:24:51 +00:00
Conor MacNeill
b854e19e2c Further conformance changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273844 13f79535-47bb-0310-9956-ffa450edef68
2003-01-22 10:01:25 +00:00
Conor MacNeill
8ae5a36400 Oops - missed one
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273840 13f79535-47bb-0310-9956-ffa450edef68
2003-01-21 14:35:00 +00:00
Conor MacNeill
60fa56d113 Improve conformance of website to HTML 4.01 DTD
PR:	16115


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273839 13f79535-47bb-0310-9956-ffa450edef68
2003-01-21 14:30:02 +00:00
Stefan Bodewig
6a3d2294ec Move to 2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273758 13f79535-47bb-0310-9956-ffa450edef68
2003-01-06 07:48:45 +00:00
Stefan Bodewig
c663d8ce45 Add support for <base> to Velocity templates, will be needed by download pages sooner or later
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273647 13f79535-47bb-0310-9956-ffa450edef68
2002-12-11 08:37:49 +00:00
Stefan Bodewig
16a6a13fff Activate mirrors
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273643 13f79535-47bb-0310-9956-ffa450edef68
2002-12-10 12:13:35 +00:00
Stefan Bodewig
a699be567c Remove award logos from header and put them into the news page.
Sync WHATSNEW.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273397 13f79535-47bb-0310-9956-ffa450edef68
2002-10-04 08:32:13 +00:00
Stefan Bodewig
a224472075 Add pointer to Karthik Kumar's doxygen task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273341 13f79535-47bb-0310-9956-ffa450edef68
2002-09-23 12:13:11 +00:00
Magesh Umasankar
bd2ddfd03d Announce 1.5 Beta 1 release in home page
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272644 13f79535-47bb-0310-9956-ffa450edef68
2002-05-01 20:02:15 +00:00
Diane Holt
f09adc8427 Fix the links.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272600 13f79535-47bb-0310-9956-ffa450edef68
2002-04-30 01:20:31 +00:00
Diane Holt
f044914f98 Add out latest "winner" gif, and spread the news.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272599 13f79535-47bb-0310-9956-ffa450edef68
2002-04-30 00:58:46 +00:00
Stefan Bodewig
9fe0f5be4e Directory based <javadoc>.
Two new nested elements, <packageset> and <fileset>.  <packageset> is
a DirSet that points to directories which get translated into packages
if they contain .java sources, <fileset> points to sourcefiles.

<packageset> based on a patch by Daniel Ritchey <ritchey_49@hotmail.com>.

<fileset> allows you to select files in the default package as well.

PR: 6433


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272583 13f79535-47bb-0310-9956-ffa450edef68
2002-04-26 16:06:52 +00:00
Stefan Bodewig
9be0c96b99 consider it done.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272550 13f79535-47bb-0310-9956-ffa450edef68
2002-04-23 07:11:48 +00:00
Erik Hatcher
bcb858894c Fix for PR 3247 - keep our own local copy of the Jakarta logo so documentation works off-line too.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272528 13f79535-47bb-0310-9956-ffa450edef68
2002-04-19 20:16:48 +00:00
Stefan Bodewig
55811ba73b Decide whether javac will be invoked with -depend od -Xdepend on the
compiler attribute rather than the current JDK (falling back to
assuming the current JDK if compiler has not been specified).


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272509 13f79535-47bb-0310-9956-ffa450edef68
2002-04-18 14:19:00 +00:00
Stefan Bodewig
e7de779f7c Add new showoutput attribute to <junit>.
There is no automatic testcase for this, but if your run

ant -f src/etc/testcases/taskdefs/optional/junit.xml -Dshowoutput=off
ant -f src/etc/testcases/taskdefs/optional/junit.xml -Dshowoutput=on

you'll see it in action.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272496 13f79535-47bb-0310-9956-ffa450edef68
2002-04-18 09:49:55 +00:00
Erik Hatcher
ec94adcb8d mark XmlLogger to-do as done
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272480 13f79535-47bb-0310-9956-ffa450edef68
2002-04-17 01:41:02 +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
8ac4aad24c No <pgp> in Ant 1.5.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272437 13f79535-47bb-0310-9956-ffa450edef68
2002-04-15 12:30:27 +00:00
Erik Hatcher
d60b6ca1ee regen HTML
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272417 13f79535-47bb-0310-9956-ffa450edef68
2002-04-13 11:19:18 +00:00
Diane Holt
b0bf9dddde Forgot to re-gen the html page one last time (grrrr).
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272273 13f79535-47bb-0310-9956-ffa450edef68
2002-04-07 22:33:32 +00:00
Diane Holt
519089ddf9 Add some short-cuts for getting bug reports.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272272 13f79535-47bb-0310-9956-ffa450edef68
2002-04-07 22:19:05 +00:00
Stefan Bodewig
0705b27e50 Add my most important TODO items to the list, others are already
recorded in bugzilla.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272226 13f79535-47bb-0310-9956-ffa450edef68
2002-04-04 15:43:48 +00:00
Stefan Bodewig
1d4c24c80f regenerate HTML version of TODO list
The usual 2002 cleanup


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272156 13f79535-47bb-0310-9956-ffa450edef68
2002-04-02 07:49:08 +00:00
Peter Donald
c0c34e366e Add a todo for re: extension stuff.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272140 13f79535-47bb-0310-9956-ffa450edef68
2002-04-01 01:53:12 +00:00
Erik Hatcher
a4310383f8 finally we have an Ant 1.5 To-Do list. Its not much, but then again, should it really be? :)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272139 13f79535-47bb-0310-9956-ffa450edef68
2002-04-01 01:01:06 +00:00