StackOverFlow Error

2005-12-15 Thread Deepika.M
When I run mvn javadoc:javadoc for my project I am getting  following
exception...

javadoc: In doclet class com.sun.tools.doclets.standard.Standard,  method
start
has thrown an exception java.lang.reflect.InvocationTargetException
java.lang.StackOverflowError

[INFO]
-
---
[INFO] For more information, run Maven with the -e switch
[INFO]
-
---
[INFO] Total time: 28 seconds
[INFO] Finished at: Thu Dec 15 19:50:40 GMT+05:30 2005
[INFO] Final Memory: 2M/5M
[INFO]
-
---

My project contains some thousands of source fiile..Is it the problem with
heavy load of source files for report generation?


Thanks in advance...
-
Deepika.S


Re: StackOverFlow Error

2005-12-15 Thread mylene
Hi Deepika.S

What is the (relevant) output when you run your command with the
advised -e switch?

Mylene

On 12/15/05, Deepika.M [EMAIL PROTECTED] wrote:
 When I run mvn javadoc:javadoc for my project I am getting  following
 exception...

 javadoc: In doclet class com.sun.tools.doclets.standard.Standard,  method
 start
 has thrown an exception java.lang.reflect.InvocationTargetException
 java.lang.StackOverflowError

 [INFO]
 -
 ---
 [INFO] For more information, run Maven with the -e switch
snip -
 Deepika.S

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



How to use ant:junitreport without stackoverflow error?

2005-05-10 Thread Jens Zastrow
i want to use the junitreport ant task, but it always ends with a stackoverflow 
error.

I use these lines:
${systemScope.setProperty('javax.xml.transform.TransformerFactory','org.apache.xalan.processor.TransformerFactoryImpl')}
ant:junitreport todir=${maven.build.dir}
fileset dir=${junit.reports.output}
include name=TEST-*.xml/
/fileset
report format=frames 
todir=${maven.build.dir}/junit-reports-html/
/ant:junitreport

[project.xml]
 dependency
idant/id
version1.6.3/version
properties
classloaderroot/classloader
/properties
/dependency   

dependency
idxalan/id
version2.6.0/version
properties
classloaderroot/classloader
/properties
/dependency

dependency
groupIdant/groupId
artifactIdant-junit/artifactId
version1.6.3/version
properties
classloaderroot/classloader
/properties
/dependency

running maven in debug-mode (-X) showed that maven uses the 1.5.3 ant jars, and 
the xalan 1.4.2?!

SystemID: 
jar:file:/C:/Programme/Apache%20Software%20Foundation/Maven%201.0.2/lib/ant-optional-1.5.3-1.jar!/org/apache
/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl; Line#: 134; Column#: 74

[junitreport] Using Xalan version: Xalan Java 2.4.1

Any ideas?!

- Jens Zastrow
DAI-Labor - Technische Universität Berlin
Sekretariat GOR 1-1, Franklinstraße 28/29, 10587 Berlin
Fon: +49 30 314 7
Fax: +49 30 314 21799
[EMAIL PROTECTED]
http://www.dai-labor.de


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]