bodewig 01/05/28 06:28:29
Modified: webpage/docs antnews.html resources.html
webpage/xdocs antnews.xml resources.xml
Log:
Sun has put a profile of Ant in the "Best Practices" section on the
Dot-Com Builder site - added some links to our site.
Actually, I don't like the article too much and will try to make the
author change some parts so that they at least reflect reality (read
the section on "Task JAR layout" and you know what I mean).
Revision Changes Path
1.13 +13 -0 jakarta-ant/webpage/docs/antnews.html
Index: antnews.html
===================================================================
RCS file: /home/cvs/jakarta-ant/webpage/docs/antnews.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- antnews.html 2001/05/02 10:04:58 1.12
+++ antnews.html 2001/05/28 13:28:27 1.13
@@ -82,6 +82,19 @@
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
+ <a name="Best-Practices Profile of Ant at Sun's Dot-Com Builder"><strong>Best-Practices
Profile of Ant at Sun's Dot-Com Builder</strong></a>
+ </font>
+ </td></tr>
+ <tr><td>
+ <blockquote>
+ <p>Sun has released an introductury article on Ant on their
+ Dot-Com Builder site on May 18 2001. See <a href="http://dcb.sun.com/practices/profiles/ant.jsp">http://dcb.sun.com/practices/profiles/ant.jsp</a></p>
+ </blockquote>
+ </td></tr>
+ </table>
+ <table border="0" cellspacing="0" cellpadding="2" width="100%">
+ <tr><td bgcolor="#525D76">
+ <font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Ant 2.0 Requirements"><strong>Ant 2.0 Requirements</strong></a>
</font>
</td></tr>
1.3 +5 -0 jakarta-ant/webpage/docs/resources.html
Index: resources.html
===================================================================
RCS file: /home/cvs/jakarta-ant/webpage/docs/resources.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- resources.html 2001/05/03 08:36:50 1.2
+++ resources.html 2001/05/28 13:28:27 1.3
@@ -106,6 +106,11 @@
<li>Developing custom Ant tasks with Visual Age for Java
<a href="http://www7.software.ibm.com/vad.nsf/data/document2366?OpenDocument&p=1&BCT=1&Footer=1">http://www7.software.ibm.com/vad.nsf/data/document2366?OpenDocument&p=1&BCT=1&Footer=1</a>.</li>
+
+ <li>Ant's profile in the "Best Practices"
+ section of Sun's Dot-Com Builder site
+ <a href="http://dcb.sun.com/practices/profiles/ant.jsp">http://dcb.sun.com/practices/profiles/ant.jsp</a></li>
+
</ul>
</blockquote>
</td></tr>
1.3 +6 -0 jakarta-ant/webpage/xdocs/antnews.xml
Index: antnews.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/webpage/xdocs/antnews.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- antnews.xml 2001/03/08 13:23:47 1.2
+++ antnews.xml 2001/05/28 13:28:28 1.3
@@ -8,6 +8,12 @@
<body>
+ <section name="Best-Practices Profile of Ant at Sun's Dot-Com Builder">
+ <p>Sun has released an introductury article on Ant on their
+ Dot-Com Builder site on May 18 2001. See <a
+ href="http://dcb.sun.com/practices/profiles/ant.jsp">http://dcb.sun.com/practices/profiles/ant.jsp</a></p>
+ </section>
+
<section name="Ant 2.0 Requirements">
<p>Ant has been in use for quite some time and has been used in ways never conceived
when it
was originally written. While Ant 1.x has continued to sucessfully evolve and grow,
there
1.3 +5 -0 jakarta-ant/webpage/xdocs/resources.xml
Index: resources.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/webpage/xdocs/resources.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- resources.xml 2001/05/03 08:36:51 1.2
+++ resources.xml 2001/05/28 13:28:28 1.3
@@ -28,6 +28,11 @@
<li>Developing custom Ant tasks with Visual Age for Java
<a href="http://www7.software.ibm.com/vad.nsf/data/document2366?OpenDocument&p=1&BCT=1&Footer=1">http://www7.software.ibm.com/vad.nsf/data/document2366?OpenDocument&p=1&BCT=1&Footer=1</a>.</li>
+
+ <li>Ant's profile in the "Best Practices"
+ section of Sun's Dot-Com Builder site
+ <a href="http://dcb.sun.com/practices/profiles/ant.jsp">http://dcb.sun.com/practices/profiles/ant.jsp</a></li>
+
</ul>
</section>
|