Hi all,
I am using M2 for my reports generation.
My project contains some 15 modules in which there are few modules of
size more that 80MB and contains 5000 to 7000 java source files.
I use to get OutofMemoryError when i tried to generate javadoc , then I
increased the heap size using <maxmemory> property.
Now there is no OutofMemoryError even report generation is not
successful. It displays following status due to which remaining modules are
not getting processed for report generation.
------------------------------------------------------------
C:/working_dir/util/com/pramati/util/jaxp/XMLUtil.java:1351: warning - Tag
@link: can't find evaluate(String, javax.xml.
namespace.NamespaceContext,
javax.xml.namespace.QName) in com.pramati.util.jaxp.XMLUtil
C:/working_dir/util/com/pramati/util/jaxp/XMLUtil.java:1351: warning - Tag
@link: can't find currentNode in com.pramati.
util.jaxp.XMLUtil
C:/working_dir/util/com/pramati/util/jaxp/XMLUtil.java:1351: warning - Tag
@link: can't find evaluate(String, javax.xml.
namespace.NamespaceContext,
javax.xml.namespace.QName) in com.pramati.util.jaxp.XMLUtil
C:/working_dir/util/com/pramati/util/jaxp/XMLUtil.java:1351: warning - Tag
@link: can't find currentNode in com.pramati.
util.jaxp.XMLUtil
C:/working_dir/util/com/pramati/util/jaxp/XMLUtil.java:1351: warning - Tag
@link: can't find evaluate(String, javax.xml.
namespace.NamespaceContext,
javax.xml.namespace.QName) in com.pramati.util.jaxp.XMLUtil
[INFO]
----------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
----------------------------------------------------------------------------
[INFO] Total time: 1 minute
[INFO] Finished at: Wed Mar 01 12:45:21 GMT+05:30 2006
[INFO] Final Memory: 8M/16M
[INFO]
----------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------
My parent pom contains reporting tag with javadoc,checkstyle and jxr plugins
And I am running mvn using site:site goal
Is this problem due to heapmemory or else due to warnings?
Is there any limit for warnings to make javadoc generation success?
How can I avoid these warnings?
Thanks in advance
-----
Deepika.S