From: Ulrik S. <ulr...@ja...> - 2007-01-25 10:33:05
|
Daniel, I think this is the third copy of your question. I just want to confirm that we are receiving your mails. You're not subscribing to the mailing list, am I correct? I did try CC 2.6 some time ago, got the same problem, and went back to 2.5. It would be great to crack this, but I have too much on my plate at the moment to dig into this. Anybody else feel like debugging this? -- Ulrik 2007-01-25 Daniel Schwager wrote: Hi, > >i got the following ClassCastException with cruisecontrol-2.6 >(cruisecontrol 2.5 works well). Could somebody help me to track >down the problem ? > >regards > >Danny > >- modifications to config.xml (like described in the documentation) > > > > classname="net.sf.ivyplugins.ivypublisher.IvySuccessPublisher" > ivyfile="ivy.xml" > rmiport="1099" > config="config.xml" > project="${project.name}" > basedir="${projectdir}" /> > > ..... > > > > > ...... > >java.lang.ClassCastException: net.sourceforge.cruisecontrol.ProjectConfig > at net.sf.ivyplugins.ivypublisher.IvySuccessPublisher.getModuleDescriptor(IvySuccessPublisher.java:374) > at net.sf.ivyplugins.ivypublisher.IvySuccessPublisher.validate(IvySuccessPublisher.java:256) > at net.sourceforge.cruisecontrol.publishers.ConditionalPublisher.validate(ConditionalPublisher.java:72) > at net.sourceforge.cruisecontrol.ProjectConfig$Publishers.validate(ProjectConfig.java:255) > at net.sourceforge.cruisecontrol.ProjectConfig.validate(ProjectConfig.java:117) > at net.sourceforge.cruisecontrol.CruiseControlConfig.handleProject(CruiseControlConfig.java:288) > at net.sourceforge.cruisecontrol.CruiseControlConfig.parse(CruiseControlConfig.java:112) > at net.sourceforge.cruisecontrol.CruiseControlConfig.(CruiseControlConfig.java:92) > at net.sourceforge.cruisecontrol.config.xmlConfigManager.loadConfig(xmlConfigManager.java:76) > at net.sourceforge.cruisecontrol.config.xmlConfigManager.(xmlConfigManager.java:70) > at net.sourceforge.cruisecontrol.CruiseControlController.setConfigFile(CruiseControlController.java:94) > at net.sourceforge.cruisecontrol.Main.startController(Main.java:104) > at net.sourceforge.cruisecontrol.Main.start(Main.java:91) > at net.sourceforge.cruisecontrol.launch.Launcher.run(Launcher.java:244) > at net.sourceforge.cruisecontrol.launch.Launcher.main(Launcher.java:108) > at CruiseControlWithJetty$2.run(CruiseControlWithJetty.java:101) > at java.lang.Thread.run(Thread.java:595) > >regards > >Danny > >------------------------------------------------------------ >DT Netsolution GmbH - Talaeckerstr. 30 - D-70437 Stuttgart >Tel: +49-711-849910-32 Fax: +49-711-849910-932 >WEB: http://www.dtnet.de/ email: dan...@dt... > > > > >------------------------------------------------------------------------- >Take Surveys. Earn Cash. Influence the Future of IT >Join SourceForge.net's Techsay panel and you'll get the chance to share your >opinions on IT & business topics through brief surveys - and earn cash >http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >_______________________________________________ >ivyplugins-user mailing list >ivy...@li... >https://lists.sourceforge.net/lists/listinfo/ivyplugins-user > > |