User: ara_e_w
Date: 02/05/24 12:18:00
Modified: src/xjavadoc/ant XJavadocTask.java
Log:
finally{reset()} and samples now build without any OutOfMem :-) The same should be
done for other caches too (subtask defs, etc). We're still in Ant's VM though
ejbdoclet/webdoclet might have finished :-)
Revision Changes Path
1.17 +4 -0 xjavadoc/src/xjavadoc/ant/XJavadocTask.java
Index: XJavadocTask.java
===================================================================
RCS file: /cvsroot/xdoclet/xjavadoc/src/xjavadoc/ant/XJavadocTask.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -w -r1.16 -r1.17
--- XJavadocTask.java 13 May 2002 22:39:14 -0000 1.16
+++ XJavadocTask.java 24 May 2002 19:17:59 -0000 1.17
@@ -91,6 +91,10 @@
t.printStackTrace();
throw new BuildException( "Unexpected error", t, location );
}
+ finally
+ {
+ XJavaDoc.getInstance().reset();
+ }
}
/**
_______________________________________________________________
Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel