lenya/src/webapp/lenya/pubs/docs-new/content/xdocs/docs/concepts/tasks anttask.xml,1.2,1.3
Andreas Hartmann <[email protected]>
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /repository/lenya/src/webapp/lenya/pubs/docs-new/content/xdocs/docs/concepts/tasks
In directory erbium:/tmp/cvs-serv995/src/webapp/lenya/pubs/docs-new/content/xdocs/docs/concepts/tasks
Modified Files:
anttask.xml
Log Message:
validated and corrected documentation XML
Index: anttask.xml
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/docs-new/content/xdocs/docs/concepts/tasks/anttask.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** anttask.xml 2 May 2003 16:37:50 -0000 1.2
--- anttask.xml 8 May 2003 14:25:44 -0000 1.3
***************
*** 28,32 ****
<li><strong><code>buildfile (optional)</code></strong>: The location of the build file
relative to the publication directory. If this parameter is
! not provided, the file is loaded from the default location (see section <a href="#File+Locations">File Locations</a>).</li>
<li><strong><code>target (optional)</code></strong>: The build target. If this parameter
is not provided, the default target is executed.</li>
--- 28,32 ----
<li><strong><code>buildfile (optional)</code></strong>: The location of the build file
relative to the publication directory. If this parameter is
! not provided, the file is loaded from the default location (see section <link href="#File+Locations">File Locations</link>).</li>
<li><strong><code>target (optional)</code></strong>: The build target. If this parameter
is not provided, the default target is executed.</li>
***************
*** 42,48 ****
Every time an <code>AntTask</code> is invoked, a log file is created unsing
the <code>XmlLogger</code>
! (<a href="http://ant.apache.org/manual/listeners.html">manual entry</a>,
! <a href="http://nagoya.apache.org/gump/javadoc/ant/build/javadocs/org/apache/tools/ant/XmlLogger.html">JavaDoc</a>).
! For the location of the log files, see section <a href="#File+Locations">File Locations</a>.
The log history can be viewed at the URI
</p>
--- 42,48 ----
Every time an <code>AntTask</code> is invoked, a log file is created unsing
the <code>XmlLogger</code>
! (<link href="http://ant.apache.org/manual/listeners.html">manual entry</link>,
! <link href="http://nagoya.apache.org/gump/javadoc/ant/build/javadocs/org/apache/tools/ant/XmlLogger.html">JavaDoc</link>).
! For the location of the log files, see section <link href="#File+Locations">File Locations</link>.
The log history can be viewed at the URI
</p>
***************
*** 73,77 ****
<p>
The implementation of custom Ant tasks is described in the
! <a href="http://ant.apache.org/manual/index.html">Ant User Manual</a>.
If you want to write a general Lenya task, put it into the package
<code>org.lenya.cms.ant</code>. If you want to write a task
--- 73,77 ----
<p>
The implementation of custom Ant tasks is described in the
! <link href="http://ant.apache.org/manual/index.html">Ant User Manual</link>.
If you want to write a general Lenya task, put it into the package
<code>org.lenya.cms.ant</code>. If you want to write a task
***************
*** 100,103 ****
--- 100,104 ----
The following buildfile contains the target <code>publish</code>
that can be invoked using the <code>AntTask</code>:
+ </p>
<source>
<![CDATA[<project name="Example Project" default="publish" basedir=".">
***************
*** 122,126 ****
</project>]]>
</source>
- </p>
<p>
--- 123,126 ----