adammurdoch 02/03/25 18:11:13
Modified: proposal/myrmidon/src/java/org/apache/myrmidon/frontends
EmbeddedAnt.java
proposal/myrmidon/src/java/org/apache/myrmidon/api
TaskContext.java
Log:
Update javadocs.
Revision Changes Path
1.4 +6 -1
jakarta-ant/proposal/myrmidon/src/java/org/apache/myrmidon/frontends/EmbeddedAnt.java
Index: EmbeddedAnt.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/proposal/myrmidon/src/java/org/apache/myrmidon/frontends/EmbeddedAnt.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- EmbeddedAnt.java 24 Mar 2002 01:43:27 -0000 1.3
+++ EmbeddedAnt.java 26 Mar 2002 02:11:13 -0000 1.4
@@ -26,9 +26,14 @@
* A utility class, that takes care of launching Myrmidon, and building and
* executing a project.
*
+ * <p>To use this class, create an instance and configure. To execute
+ * targets in a project, use the [EMAIL PROTECTED] #executeTargets} method.
This can
+ * be done one or more times. Finally, call the [EMAIL PROTECTED] #stop}
method to
+ * clean-up.
+ *
* @author <a href="mailto:[EMAIL PROTECTED]">Adam Murdoch</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
- * @version $Revision: 1.3 $ $Date: 2002/03/24 01:43:27 $
+ * @version $Revision: 1.4 $ $Date: 2002/03/26 02:11:13 $
*/
public class EmbeddedAnt
extends AbstractLogEnabled
1.27 +1 -2
jakarta-ant/proposal/myrmidon/src/java/org/apache/myrmidon/api/TaskContext.java
Index: TaskContext.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/proposal/myrmidon/src/java/org/apache/myrmidon/api/TaskContext.java,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- TaskContext.java 22 Mar 2002 07:18:08 -0000 1.26
+++ TaskContext.java 26 Mar 2002 02:11:13 -0000 1.27
@@ -14,10 +14,9 @@
* This interface represents the <em>Context</em> in which Task is executed.
* Like other Component APIs the TaskContext represents the communication
* path between the container and the Task.
- * Unlike other APIs the Logging is provided through another interface
(LogEnabled).
*
* @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
- * @version $Revision: 1.26 $ $Date: 2002/03/22 07:18:08 $
+ * @version $Revision: 1.27 $ $Date: 2002/03/26 02:11:13 $
*/
public interface TaskContext
{
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>