On Wed, 2002-09-04 at 23:44, Eric Weidner wrote: > I had a similar problem. I finally narrowed it down to one .java file > that was generated source code from javacc. There were some comments in > screwy places that were screwing up checkstyle.
Crap, sorry I have a fix for this around somewhere. It is the JDepend source parser that's choking on misplaced comments. I dig it up. > Eric > > [EMAIL PROTECTED] wrote: > > >Are you sure it's not an out of memory problem? > >-- > >dIon Gillard, Multitask Consulting > >Work: http://www.multitask.com.au > >Developers: http://adslgateway.multitask.com.au/developers > > > > > >"Wiley Jacobs" <[EMAIL PROTECTED]> wrote on 05/09/2002 09:16:30 AM: > > > > > > > >>I get the same error as Barry. I'm running a winxp though: > >>002-09-04 16:13:44,906 DEBUG org.apache.maven.ProjectVerifier - > >>Looking for D:\Storage\maven\maven-1.0-beta-6\maven-1.0- > >>beta-6\repository\jdepend\jars\jdepend-2.2.jar > >>2002-09-04 16:14:53,640 ERROR org.apache.commons.jelly.impl. > >>TagScript - Caught exception: java.lang.Exception: Failed to process > >>D:\Storage\maven\maven-1.0-beta-6\maven-1.0- > >>beta-6\metasoft\target\checkstyle-raw-report.xml > >>java.lang.Exception: Failed to process D:\Storage\maven\maven-1.0- > >>beta-6\maven-1.0-beta-6\metasoft\target\checkstyle-raw-report.xml > >> at org.apache.maven.DVSLBean.process(DVSLBean.java:790) > >> at org.apache.maven.DVSLBean.execute(DVSLBean.java:390) > >> at java.lang.reflect.Method.invoke(Native Method) > >> at org.apache.commons.jelly.impl.DynamicBeanTag. > >>doTag(DynamicBeanTag.java:207) > >> at org.apache.commons.jelly.impl.StaticTagScript. > >>run(StaticTagScript.java:133) > >> at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:134) > >> at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:190) > >> > >>Did we figure out a solution yet? > >> > >> > >> > > > > > >-- > >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > > > > > > > > > -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
