User: rinkrank
Date: 02/03/27 14:38:47
Modified: core/src/xdoclet DocletTask.java
Log:
-fork is handled in xjavadoc only
-finders only visible if local/remote
-added todo to classtagshandler
Revision Changes Path
1.27 +1 -3 xdoclet/core/src/xdoclet/DocletTask.java
Index: DocletTask.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/core/src/xdoclet/DocletTask.java,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -w -r1.26 -r1.27
--- DocletTask.java 26 Mar 2002 00:01:17 -0000 1.26
+++ DocletTask.java 27 Mar 2002 22:38:47 -0000 1.27
@@ -31,7 +31,7 @@
* @author Ara Abrahamian ([EMAIL PROTECTED])
* @author <a href="mailto:[EMAIL PROTECTED]">Aslak Helles�y</a>
* @created June 19, 2001
- * @version $Revision: 1.26 $
+ * @version $Revision: 1.27 $
*/
public class DocletTask extends XJavadocTask
{
@@ -44,7 +44,6 @@
private String excludedTags = null;
private boolean force = false;
- private boolean isFork = true;
private ArrayList templates = new ArrayList();
private ArrayList configParams = new ArrayList();
@@ -282,7 +281,6 @@
// save the context and pass its filename as an arg to the main
save(getContext(), _tmpFile);
createArg().setValue(_tmpFile.getAbsolutePath());
- super.setFork(isFork);
super.execute();
} catch (IOException e) {
e.printStackTrace();
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel