Hi, I just did a clean checkout of xjavadoc, and I can't reproduce the java.lang.NoClassDefFoundError of yours. However, there are 6 failures (out of 313 tests). It was 100% ok a few days ago. Please pay more attention when you commit. Here is the procedure again:
1) build clean 2) run tests. if 100%, proceed. if not, fix and go back to 1. 3) commit 4) update your verification copy 5) build clean 6) run tests If your verification copy says 100%, you're safe. If not, you fix ASAP. I think we need a CruiseControl which builds every 15 minutes and sends out mails if build is KO ;-) (there is more below) > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Konstantin Priblouda > Sent: 17. april 2002 15:36 > To: [EMAIL PROTECTED] > Subject: [Xdoclet-devel] xjavadoc build problem > > > Hi guys, > Aslak suggested that I write some junit tests > for features I just added, > > Problem is that I can not run any junit test due to > some weird classpath problem. > > Generate-tests barfs: > > java.lang.NoClassDefFoundError: > xjavadoc/XProgramElement > at java.lang.Class.getConstructor0(Native > Method) > at > java.lang.Class.getConstructor(Class.java:927) > at > org.apache.tools.ant.IntrospectionHelper.<init>(IntrospectionHelpe > r.java:229) > at > org.apache.tools.ant.IntrospectionHelper.getHelper(IntrospectionHe > lper.java:256) > at > org.apache.tools.ant.UnknownElement.handleChildren(UnknownElement. > java:120) > at > org.apache.tools.ant.UnknownElement.maybeConfigure(UnknownElement.java:88) > at > org.apache.tools.ant.Task.perform(Task.java:216) > at > org.apache.tools.ant.Target.execute(Target.java:164) > at > org.apache.tools.ant.Target.performTasks(Target.java:182) > at > org.apache.tools.ant.Project.executeTarget(Project.java:601) > at > org.apache.tools.ant.Project.executeTargets(Project.java:560) > at > org.apache.tools.ant.Main.runBuild(Main.java:454) > at > org.apache.tools.ant.Main.start(Main.java:153) > at > org.apache.tools.ant.Main.main(Main.java:176) > > > So, what the point? I lso changed dependencies, that > it's called after jar has beenbuilt, added class path > everywhere I could, and generated jar also. > > Has somebody copied his own xjavado.jar in lib > directory? > xjavadoc/lib you mean? No, there ain't no xjavadoc.jar there (at least not in CVS). Cheers, Aslak > regards, > > ===== > Konstantin Priblouda ( ko5tik ) Freelance Software developer > < http://www.pribluda.de > < play java games -> http://www.yook.de > > < render charts online -> http://www.pribluda.de/povray/ > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Tax Center - online filing with TurboTax > http://taxes.yahoo.com/ > > _______________________________________________ > Xdoclet-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-devel _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
