|
From: Torsten J. <tor...@on...> - 2005-03-29 21:52:53
|
Haris, I'm in the process of refactoring the Spring IDE plugins right now. So the CVS head isn't compilable yet. The plan / status is as follows: - Migration to Eclipse 3 (native code, no compatibility plugins required), remove all deprecation warnings -> done - Refactoring the core Spring / Eclipse stuff (project nature, basic / generic incremental builder, globally needed jars) into separate plugins (org.springframework.ide.eclipse.core, org.springframework.ide.eclipse.ui) -> done - Adding an Eclipse extension point to plug-in your own incremental builder for Spring projects, e.g. for a Spring Webflow validator -> done - fixing Bean Core's config validator -> ongoing (this stuff is really complicated :-( ) - Adding an Eclipse extension point to plug-in your own bean config file validator to the Beans Core's config validator -> not started yet - Migration of the Spring IDE source code to a Subversion repository, Christian Dupuis (a colleague of mine) already set up the corresponding site (SVN repository with Trac frontend [Wiki, source browsing and issue tracking]) on his server (https://svn.christiandupuis.de/spring-ide/ , http://trac.christiandupuis.de/spring-ide/ ) -> ongoing - Support for Spring Web Flow -> Christian is volunteering to use his GEF knowledge (he already implemented an Eclipse plugin with a nice graphical Eclipse editor for workflow definition files of a B2B application's backend services) to create a graphical editor for the config files of Spring Webflow (coming with the new Spring 1.2) -> ongoiing - Integration of Dave's search extension into Spring IDE -> Dave, are you interested? ;-) Cheers, Torsten On 28.03.2005, at 22:04, snpe wrote: > Hello, > I try compile last cvs eclipseide and get next error (class not > found) : > import > org.springframework.ide.eclipse.beans.core.internal.model.validator.Bea > nsConfigValidator; > import > org.springframework.ide.eclipse.beans.core.internal.model.validator.Bea > nsValidatorUtil; > import > org.springframework.ide.eclipse.beans.core.internal.model.validator.IBe > ansConfigValidator; > > There isn't complete package > org.springframework.ide.eclipse.beans.core.internal.model.validator > > What is a problem ? > > Regards > Haris Peco > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real > users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Springide-eclip-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springide-eclip-developer > |