|
From: Torsten J. <tju...@ya...> - 2005-04-12 22:21:37
|
After a few month of sleep Spring IDE is alive again. We have moved the project from SF to a new site (http://springide.org/) which provides a Subversion repository and a Trac-based project management tool. A maintainance release (with spring-core.jar v1.1.5) is available too. The corresponding Eclipse updatesite is http://springide.org/updatesite/. A list of bugfixes can be found here http://springide.org/project/milestone/Release%201.1.1 . Christian is busy working on a graphical editor for Spring Webflow (http://springide.org/project/wiki/WebFlowEditor). Thomas, Colin, please update the links on www.springframework.org (home page and download page) with the new Spring IDE project site and update site. Keith, maybe you can ask Nikki for creating a logo for Spring IDE too ;-) Thanx. Cheers, Torsten __________________________________ Yahoo! Mail Mobile Take Yahoo! Mail with you! Check email on your mobile phone. http://mobile.yahoo.com/learn/mail |
|
From: Eugene K. <eu...@md...> - 2005-04-13 17:55:23
|
Hi Torsten, It is a good news and long awaited update. I've installed plugin on my Eclipse 3.1 and I'm getting a error from builder. ---------- An error occurred while traversing resources. java.lang.IllegalStateException: Bean can only have a parent of type IBeansConfig, IBean or (in case of an inner bean) IBeanProperty at org.springframework.ide.eclipse.beans.core.internal.model.Bean.getConfig(Bean.java:75) at org.springframework.ide.eclipse.beans.core.internal.model.BeansConfigValidator.validateBean(BeansConfigValidator.java:214) at org.springframework.ide.eclipse.beans.core.internal.model.BeansConfigValidator.validateConfig(BeansConfigValidator.java:148) at org.springframework.ide.eclipse.beans.core.internal.model.BeansConfigValidator.validate(BeansConfigValidator.java:110) at org.springframework.ide.eclipse.beans.core.internal.project.BeansProjectValidator.buildFile(BeansProjectValidator.java:70) at org.springframework.ide.eclipse.beans.core.internal.project.BeansProjectBuilder$Visitor.visit(BeansProjectBuilder.java:62) at org.eclipse.core.internal.resources.Resource$2.visit(Resource.java:103) at org.eclipse.core.internal.resources.Resource$1.visitElement(Resource.java:50) at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:81) at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) at org.eclipse.core.internal.watson.ElementTreeIterator.iterate(ElementTreeIterator.java:126) at org.eclipse.core.internal.resources.Resource.accept(Resource.java:60) at org.eclipse.core.internal.resources.Resource.accept(Resource.java:101) at org.eclipse.core.internal.resources.Resource.accept(Resource.java:80) at org.springframework.ide.eclipse.beans.core.internal.project.BeansProjectBuilder.build(BeansProjectBuilder.java:42) at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:581) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1021) at org.eclipse.core.runtime.Platform.run(Platform.java:757) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:160) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:198) at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:227) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1021) at org.eclipse.core.runtime.Platform.run(Platform.java:757) at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:230) at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:249) at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:278) at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:139) at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:200) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:67) Torsten Juergeleit wrote: > After a few month of sleep Spring IDE is alive again. > > We have moved the project from SF to a new site > (http://springide.org/) which provides a Subversion > repository and a Trac-based project management tool. > > A maintainance release (with spring-core.jar v1.1.5) > is available too. The corresponding Eclipse updatesite > is http://springide.org/updatesite/. A list of > bugfixes can be found here > http://springide.org/project/milestone/Release%201.1.1 > . > > Christian is busy working on a graphical editor for > Spring Webflow > (http://springide.org/project/wiki/WebFlowEditor). > > Thomas, Colin, please update the links on > www.springframework.org (home page and download page) > with the new Spring IDE project site and update site. > > Keith, maybe you can ask Nikki for creating a logo for > Spring IDE too ;-) > > Thanx. > > Cheers, > Torsten > > > > __________________________________ > Yahoo! Mail Mobile > Take Yahoo! Mail with you! Check email on your mobile phone. > http://mobile.yahoo.com/learn/mail > > > ------------------------------------------------------- > 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 > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: Torsten J. <tju...@ya...> - 2005-04-13 19:15:41
|
Eugene, I didn't tested Spring IDE with Eclipse 3.1 yet. I created a ticket for this issue (http://springide.org/project/ticket/26 ). Cheers, Torsten --- Eugene Kuleshov <eu...@md...> wrote: > Hi Torsten, > > It is a good news and long awaited update. > > I've installed plugin on my Eclipse 3.1 and I'm > getting a error from > builder. > > ---------- > An error occurred while traversing resources. > java.lang.IllegalStateException: Bean can only have > a parent of type > IBeansConfig, IBean or (in case of an inner bean) > IBeanProperty > at > org.springframework.ide.eclipse.beans.core.internal.model.Bean.getConfig(Bean.java:75) > at > org.springframework.ide.eclipse.beans.core.internal.model.BeansConfigValidator.validateBean(BeansConfigValidator.java:214) > at > org.springframework.ide.eclipse.beans.core.internal.model.BeansConfigValidator.validateConfig(BeansConfigValidator.java:148) > at > org.springframework.ide.eclipse.beans.core.internal.model.BeansConfigValidator.validate(BeansConfigValidator.java:110) > at > org.springframework.ide.eclipse.beans.core.internal.project.BeansProjectValidator.buildFile(BeansProjectValidator.java:70) > at > org.springframework.ide.eclipse.beans.core.internal.project.BeansProjectBuilder$Visitor.visit(BeansProjectBuilder.java:62) > at > org.eclipse.core.internal.resources.Resource$2.visit(Resource.java:103) > at > org.eclipse.core.internal.resources.Resource$1.visitElement(Resource.java:50) > at > org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:81) > at > org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) > at > org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) > at > org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) > at > org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) > at > org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) > at > org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) > at > org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) > at > org.eclipse.core.internal.watson.ElementTreeIterator.iterate(ElementTreeIterator.java:126) > at > org.eclipse.core.internal.resources.Resource.accept(Resource.java:60) > at > org.eclipse.core.internal.resources.Resource.accept(Resource.java:101) > at > org.eclipse.core.internal.resources.Resource.accept(Resource.java:80) > at > org.springframework.ide.eclipse.beans.core.internal.project.BeansProjectBuilder.build(BeansProjectBuilder.java:42) > at > org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:581) > at > org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1021) > at > org.eclipse.core.runtime.Platform.run(Platform.java:757) > at > org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:160) > at > org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:198) > at > org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:227) > at > org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1021) > at > org.eclipse.core.runtime.Platform.run(Platform.java:757) > at > org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:230) > at > org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:249) > at > org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:278) > at > org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:139) > at > org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:200) > at > org.eclipse.core.internal.jobs.Worker.run(Worker.java:67) > > > > Torsten Juergeleit wrote: > > After a few month of sleep Spring IDE is alive > again. > > > > We have moved the project from SF to a new site > > (http://springide.org/) which provides a > Subversion > > repository and a Trac-based project management > tool. > > > > A maintainance release (with spring-core.jar > v1.1.5) > > is available too. The corresponding Eclipse > updatesite > > is http://springide.org/updatesite/. A list of > > bugfixes can be found here > > > http://springide.org/project/milestone/Release%201.1.1 > > . > > > > Christian is busy working on a graphical editor > for > > Spring Webflow > > (http://springide.org/project/wiki/WebFlowEditor). > > > > Thomas, Colin, please update the links on > > www.springframework.org (home page and download > page) > > with the new Spring IDE project site and update > site. > > > > Keith, maybe you can ask Nikki for creating a logo > for > > Spring IDE too ;-) > > > > Thanx. > > > > Cheers, > > Torsten > > > > > > > > __________________________________ > > Yahoo! Mail Mobile > > Take Yahoo! Mail with you! Check email on your > mobile phone. > > http://mobile.yahoo.com/learn/mail > > > > > > > ------------------------------------------------------- > > 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 > > _______________________________________________ > > Springframework-developer mailing list > > Spr...@li... > > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > ------------------------------------------------------- > 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 > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > __________________________________ Do you Yahoo!? Yahoo! Mail - Find what you need with new enhanced search. http://info.mail.yahoo.com/mail_250 |
|
From: <tho...@tr...> - 2005-04-13 19:44:36
|
I have updated the links. Thomas Quoting Torsten Juergeleit <tju...@ya...>: > After a few month of sleep Spring IDE is alive again. > > We have moved the project from SF to a new site > (http://springide.org/) which provides a Subversion > repository and a Trac-based project management tool. > > A maintainance release (with spring-core.jar v1.1.5) > is available too. The corresponding Eclipse updatesite > is http://springide.org/updatesite/. A list of > bugfixes can be found here > http://springide.org/project/milestone/Release%201.1.1 > . > > Christian is busy working on a graphical editor for > Spring Webflow > (http://springide.org/project/wiki/WebFlowEditor). > > Thomas, Colin, please update the links on > www.springframework.org (home page and download page) > with the new Spring IDE project site and update site. > > Keith, maybe you can ask Nikki for creating a logo for > Spring IDE too ;-) > > Thanx. > > Cheers, > Torsten > > > > __________________________________ > Yahoo! Mail Mobile > Take Yahoo! Mail with you! Check email on your mobile phone. > http://mobile.yahoo.com/learn/mail > > > ------------------------------------------------------- > 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 > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > |
|
From: snpe <sn...@sn...> - 2005-04-14 13:24:06
|
Hello I try eclipse 3.1m6, gef,emf and ve for 3.1m6 and current cvs spring ide (1.2.0) - I build it on 3.1m6 (it need little changes for example, change enum field in XMLWriter class) builder work for me, graph editor work and I haven't tried xml editor (I want webtools but it be out april 22) I think that you have problem with config file - Does it work with old spring ide and eclipse 3.0 ? regards Haris Peco On Wednesday 13 April 2005 05:54 pm, Eugene Kuleshov wrote: > Hi Torsten, > > It is a good news and long awaited update. > > I've installed plugin on my Eclipse 3.1 and I'm getting a error from > builder. > > ---------- > An error occurred while traversing resources. > java.lang.IllegalStateException: Bean can only have a parent of type > IBeansConfig, IBean or (in case of an inner bean) IBeanProperty > at > org.springframework.ide.eclipse.beans.core.internal.model.Bean.getConfig(Bean.java:75) > at > org.springframework.ide.eclipse.beans.core.internal.model.BeansConfigValidator.validateBean(BeansConfigValidator.java:214) > at > org.springframework.ide.eclipse.beans.core.internal.model.BeansConfigValidator.validateConfig(BeansConfigValidator.java:148) > at > org.springframework.ide.eclipse.beans.core.internal.model.BeansConfigValidator.validate(BeansConfigValidator.java:110) > at > org.springframework.ide.eclipse.beans.core.internal.project.BeansProjectValidator.buildFile(BeansProjectValidator.java:70) > at > org.springframework.ide.eclipse.beans.core.internal.project.BeansProjectBuilder$Visitor.visit(BeansProjectBuilder.java:62) > at org.eclipse.core.internal.resources.Resource$2.visit(Resource.java:103) > at > org.eclipse.core.internal.resources.Resource$1.visitElement(Resource.java:50) > at > org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:81) > at > org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) > at > org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) > at > org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) > at > org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) > at > org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) > at > org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) > at > org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) > at > org.eclipse.core.internal.watson.ElementTreeIterator.iterate(ElementTreeIterator.java:126) > at org.eclipse.core.internal.resources.Resource.accept(Resource.java:60) > at org.eclipse.core.internal.resources.Resource.accept(Resource.java:101) > at org.eclipse.core.internal.resources.Resource.accept(Resource.java:80) > at > org.springframework.ide.eclipse.beans.core.internal.project.BeansProjectBuilder.build(BeansProjectBuilder.java:42) > at > org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:581) > at > org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1021) > at org.eclipse.core.runtime.Platform.run(Platform.java:757) > at > org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:160) > at > org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:198) > at > org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:227) > at > org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1021) > at org.eclipse.core.runtime.Platform.run(Platform.java:757) > at > org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:230) > at > org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:249) > at > org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:278) > at > org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:139) > at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:200) > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:67) > > > > Torsten Juergeleit wrote: > > After a few month of sleep Spring IDE is alive again. > > > > We have moved the project from SF to a new site > > (http://springide.org/) which provides a Subversion > > repository and a Trac-based project management tool. > > > > A maintainance release (with spring-core.jar v1.1.5) > > is available too. The corresponding Eclipse updatesite > > is http://springide.org/updatesite/. A list of > > bugfixes can be found here > > http://springide.org/project/milestone/Release%201.1.1 > > . > > > > Christian is busy working on a graphical editor for > > Spring Webflow > > (http://springide.org/project/wiki/WebFlowEditor). > > > > Thomas, Colin, please update the links on > > www.springframework.org (home page and download page) > > with the new Spring IDE project site and update site. > > > > Keith, maybe you can ask Nikki for creating a logo for > > Spring IDE too ;-) > > > > Thanx. > > > > Cheers, > > Torsten > > > > > > > > __________________________________ > > Yahoo! Mail Mobile > > Take Yahoo! Mail with you! Check email on your mobile phone. > > http://mobile.yahoo.com/learn/mail > > > > > > ------------------------------------------------------- > > 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 > > _______________________________________________ > > Springframework-developer mailing list > > Spr...@li... > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > ------------------------------------------------------- > 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 > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > |
|
From: Eugene K. <eu...@md...> - 2005-04-14 13:34:16
|
Yes, Spring context was ok by Spring IDE 1.1.0 and it is a valid context xml. IDE 1.1.1 fail on build/validating this xml. regards, Eugene snpe wrote: >Hello >I try eclipse 3.1m6, gef,emf and ve for 3.1m6 and current cvs spring ide (1.2.0) - I build it on 3.1m6 >(it need little changes for example, change enum field in XMLWriter class) > >builder work for me, graph editor work and I haven't tried xml editor (I want webtools >but it be out april 22) > >I think that you have problem with config file - Does it work with old spring ide and eclipse 3.0 ? > >regards >Haris Peco >On Wednesday 13 April 2005 05:54 pm, Eugene Kuleshov wrote: > > >>Hi Torsten, >> >> It is a good news and long awaited update. >> >> I've installed plugin on my Eclipse 3.1 and I'm getting a error from >>builder. >> >>---------- >>An error occurred while traversing resources. >>java.lang.IllegalStateException: Bean can only have a parent of type >>IBeansConfig, IBean or (in case of an inner bean) IBeanProperty >> at >>org.springframework.ide.eclipse.beans.core.internal.model.Bean.getConfig(Bean.java:75) >> at >>org.springframework.ide.eclipse.beans.core.internal.model.BeansConfigValidator.validateBean(BeansConfigValidator.java:214) >> at >>org.springframework.ide.eclipse.beans.core.internal.model.BeansConfigValidator.validateConfig(BeansConfigValidator.java:148) >> at >>org.springframework.ide.eclipse.beans.core.internal.model.BeansConfigValidator.validate(BeansConfigValidator.java:110) >> at >>org.springframework.ide.eclipse.beans.core.internal.project.BeansProjectValidator.buildFile(BeansProjectValidator.java:70) >> at >>org.springframework.ide.eclipse.beans.core.internal.project.BeansProjectBuilder$Visitor.visit(BeansProjectBuilder.java:62) >> at org.eclipse.core.internal.resources.Resource$2.visit(Resource.java:103) >> at >>org.eclipse.core.internal.resources.Resource$1.visitElement(Resource.java:50) >> at >>org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:81) >> at >>org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) >> at >>org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) >> at >>org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) >> at >>org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) >> at >>org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) >> at >>org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) >> at >>org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) >> at >>org.eclipse.core.internal.watson.ElementTreeIterator.iterate(ElementTreeIterator.java:126) >> at org.eclipse.core.internal.resources.Resource.accept(Resource.java:60) >> at org.eclipse.core.internal.resources.Resource.accept(Resource.java:101) >> at org.eclipse.core.internal.resources.Resource.accept(Resource.java:80) >> at >>org.springframework.ide.eclipse.beans.core.internal.project.BeansProjectBuilder.build(BeansProjectBuilder.java:42) >> at >>org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:581) >> at >>org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1021) >> at org.eclipse.core.runtime.Platform.run(Platform.java:757) >> at >>org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:160) >> at >>org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:198) >> at >>org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:227) >> at >>org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1021) >> at org.eclipse.core.runtime.Platform.run(Platform.java:757) >> at >>org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:230) >> at >>org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:249) >> at >>org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:278) >> at >>org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:139) >> at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:200) >> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:67) >> >> >> >>Torsten Juergeleit wrote: >> >> >>>After a few month of sleep Spring IDE is alive again. >>> >>>We have moved the project from SF to a new site >>>(http://springide.org/) which provides a Subversion >>>repository and a Trac-based project management tool. >>> >>>A maintainance release (with spring-core.jar v1.1.5) >>>is available too. The corresponding Eclipse updatesite >>>is http://springide.org/updatesite/. A list of >>>bugfixes can be found here >>>http://springide.org/project/milestone/Release%201.1.1 >>>. >>> >>>Christian is busy working on a graphical editor for >>>Spring Webflow >>>(http://springide.org/project/wiki/WebFlowEditor). >>> >>>Thomas, Colin, please update the links on >>>www.springframework.org (home page and download page) >>>with the new Spring IDE project site and update site. >>> >>>Keith, maybe you can ask Nikki for creating a logo for >>>Spring IDE too ;-) >>> >>>Thanx. >>> >>>Cheers, >>>Torsten >>> >>> >>> >>>__________________________________ >>>Yahoo! Mail Mobile >>>Take Yahoo! Mail with you! Check email on your mobile phone. >>>http://mobile.yahoo.com/learn/mail >>> >>> >>>------------------------------------------------------- >>>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 >>>_______________________________________________ >>>Springframework-developer mailing list >>>Spr...@li... >>>https://lists.sourceforge.net/lists/listinfo/springframework-developer >>> >>> >> >>------------------------------------------------------- >>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 >>_______________________________________________ >>Springframework-developer mailing list >>Spr...@li... >>https://lists.sourceforge.net/lists/listinfo/springframework-developer >> >> >> |
|
From: snpe <sn...@sn...> - 2005-04-14 14:13:41
|
Eugene, I try version from svn (1.2.0) and it work with my context's It have few compile errors and it can be reason for failure in 1.1.1 Peco On Thursday 14 April 2005 01:32 pm, Eugene Kuleshov wrote: > > Yes, Spring context was ok by Spring IDE 1.1.0 and it is a valid > context xml. IDE 1.1.1 fail on build/validating this xml. > > regards, > Eugene > > > snpe wrote: > > >Hello > >I try eclipse 3.1m6, gef,emf and ve for 3.1m6 and current cvs spring ide (1.2.0) - I build it on 3.1m6 > >(it need little changes for example, change enum field in XMLWriter class) > > > >builder work for me, graph editor work and I haven't tried xml editor (I want webtools > >but it be out april 22) > > > >I think that you have problem with config file - Does it work with old spring ide and eclipse 3.0 ? > > > >regards > >Haris Peco > >On Wednesday 13 April 2005 05:54 pm, Eugene Kuleshov wrote: > > > > > >>Hi Torsten, > >> > >> It is a good news and long awaited update. > >> > >> I've installed plugin on my Eclipse 3.1 and I'm getting a error from > >>builder. > >> > >>---------- > >>An error occurred while traversing resources. > >>java.lang.IllegalStateException: Bean can only have a parent of type > >>IBeansConfig, IBean or (in case of an inner bean) IBeanProperty > >> at > >>org.springframework.ide.eclipse.beans.core.internal.model.Bean.getConfig(Bean.java:75) > >> at > >>org.springframework.ide.eclipse.beans.core.internal.model.BeansConfigValidator.validateBean(BeansConfigValidator.java:214) > >> at > >>org.springframework.ide.eclipse.beans.core.internal.model.BeansConfigValidator.validateConfig(BeansConfigValidator.java:148) > >> at > >>org.springframework.ide.eclipse.beans.core.internal.model.BeansConfigValidator.validate(BeansConfigValidator.java:110) > >> at > >>org.springframework.ide.eclipse.beans.core.internal.project.BeansProjectValidator.buildFile(BeansProjectValidator.java:70) > >> at > >>org.springframework.ide.eclipse.beans.core.internal.project.BeansProjectBuilder$Visitor.visit(BeansProjectBuilder.java:62) > >> at org.eclipse.core.internal.resources.Resource$2.visit(Resource.java:103) > >> at > >>org.eclipse.core.internal.resources.Resource$1.visitElement(Resource.java:50) > >> at > >>org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:81) > >> at > >>org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) > >> at > >>org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) > >> at > >>org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) > >> at > >>org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) > >> at > >>org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) > >> at > >>org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) > >> at > >>org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) > >> at > >>org.eclipse.core.internal.watson.ElementTreeIterator.iterate(ElementTreeIterator.java:126) > >> at org.eclipse.core.internal.resources.Resource.accept(Resource.java:60) > >> at org.eclipse.core.internal.resources.Resource.accept(Resource.java:101) > >> at org.eclipse.core.internal.resources.Resource.accept(Resource.java:80) > >> at > >>org.springframework.ide.eclipse.beans.core.internal.project.BeansProjectBuilder.build(BeansProjectBuilder.java:42) > >> at > >>org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:581) > >> at > >>org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1021) > >> at org.eclipse.core.runtime.Platform.run(Platform.java:757) > >> at > >>org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:160) > >> at > >>org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:198) > >> at > >>org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:227) > >> at > >>org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1021) > >> at org.eclipse.core.runtime.Platform.run(Platform.java:757) > >> at > >>org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:230) > >> at > >>org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:249) > >> at > >>org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:278) > >> at > >>org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:139) > >> at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:200) > >> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:67) > >> > >> > >> > >>Torsten Juergeleit wrote: > >> > >> > >>>After a few month of sleep Spring IDE is alive again. > >>> > >>>We have moved the project from SF to a new site > >>>(http://springide.org/) which provides a Subversion > >>>repository and a Trac-based project management tool. > >>> > >>>A maintainance release (with spring-core.jar v1.1.5) > >>>is available too. The corresponding Eclipse updatesite > >>>is http://springide.org/updatesite/. A list of > >>>bugfixes can be found here > >>>http://springide.org/project/milestone/Release%201.1.1 > >>>. > >>> > >>>Christian is busy working on a graphical editor for > >>>Spring Webflow > >>>(http://springide.org/project/wiki/WebFlowEditor). > >>> > >>>Thomas, Colin, please update the links on > >>>www.springframework.org (home page and download page) > >>>with the new Spring IDE project site and update site. > >>> > >>>Keith, maybe you can ask Nikki for creating a logo for > >>>Spring IDE too ;-) > >>> > >>>Thanx. > >>> > >>>Cheers, > >>>Torsten > >>> > >>> > >>> > >>>__________________________________ > >>>Yahoo! Mail Mobile > >>>Take Yahoo! Mail with you! Check email on your mobile phone. > >>>http://mobile.yahoo.com/learn/mail > >>> > >>> > >>>------------------------------------------------------- > >>>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 > >>>_______________________________________________ > >>>Springframework-developer mailing list > >>>Spr...@li... > >>>https://lists.sourceforge.net/lists/listinfo/springframework-developer > >>> > >>> > >> > >>------------------------------------------------------- > >>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 > >>_______________________________________________ > >>Springframework-developer mailing list > >>Spr...@li... > >>https://lists.sourceforge.net/lists/listinfo/springframework-developer > >> > >> > >> > > > > ------------------------------------------------------- > 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 > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > |