I had the same problem. The easiest way to solve it is manually editing the .classpath file in your projects. You have to change the oAW entries and make them point to the 4.3.0 version.
> -----Mensaje original----- > De: [EMAIL PROTECTED] [mailto:fornax- > [EMAIL PROTECTED] En nombre de amphoras > Enviado el: lunes, 07 de julio de 2008 17:50 > Para: [email protected] > Asunto: Re: [Fornax-developer] Sculptor 1.4.0 Released > > > Hi Patrik, > > Thanks for releasing this new version! I am having some trouble migrating > though. I have updated the Eclipse plugins for Sculptor and OAW, and I > copied the Sculptor repository jar into my local Maven repository (the .m2 > directory). I also updated my project's "sculptor.version" property like > this: > > <properties> > <fornax-oaw-m2.version>2.0.0</fornax-oaw-m2.version> > <hibernate.version>3.2.5.ga</hibernate.version> > <spring.version>2.0.7</spring.version> > <log4j.version>1.2.8</log4j.version> > <commons-logging.version>1.0.3</commons-logging.version> > <sculptor.version>1.4.0</sculptor.version> > </properties> > > But when I run maven-install, I still get OAW 4.2.0: > > [INFO] [fornax-oaw-m2:run-workflow {execution: default}] > [INFO] oAW Maven2 Plugin V2.0.0 > 0 INFO WorkflowRunner - > -------------------------------------------------------------------------- > ------------ > 47 INFO WorkflowRunner - openArchitectureWare 4.2.0, Build > 200709162219NGT > 47 INFO WorkflowRunner - (c) 2005-2007 openarchitectureware.org and > contributors > 47 INFO WorkflowRunner - > -------------------------------------------------------------------------- > ------------ > 47 INFO WorkflowRunner - running workflow: workflow.oaw > 47 INFO WorkflowRunner - > 94 WARN WorkflowCustomization - Cannot resolve keyword class > org.openarchitectureware.xpand2.Generator > 94 WARN WorkflowCustomization - Cannot resolve keyword class > org.openarchitectureware.xpand2.Generator > 94 WARN WorkflowCustomization - Cannot resolve keyword class > org.eclipse.mwe.emf.Reader > 94 WARN WorkflowCustomization - Cannot resolve keyword class > org.eclipse.mwe.emf.Writer > 94 WARN WorkflowCustomization - Cannot resolve keyword class > org.openarchitectureware.xtend.XtendComponent > 94 WARN WorkflowCustomization - Cannot resolve keyword class > org.openarchitectureware.xtend.XtendComponent > 94 WARN WorkflowCustomization - Cannot resolve keyword class > org.openarchitectureware.xpand2.GeneratorAdvice > 94 WARN WorkflowCustomization - Cannot resolve keyword class > org.openarchitectureware.xtend.XtendAdvice > 94 WARN WorkflowCustomization - Cannot resolve keyword class > org.openarchitectureware.check.CheckComponent > > How do I change the project to use OAW 4.3? And is there a way to get rid > of these warnings? > > Thanks! > --Polly > > > > Patrik Nordwall wrote: > > > > Summer, Holiday weather, and Sculptor 1.4.0 is here. > > > > The most important features of this release: > > - JSF dialect of CRUD GUI. > > - Possibility to split model.design into several files. > > - Upgrade to oAW 4.3. > > - Support for Eclipse 3.4 Ganymede. Europa 3.3.2 is also supported. > > > > Read more here: http://fornax-platform.org/cp/x/kgc > > http://fornax-platform.org/cp/x/kgc > > > > I would like to thank Alberto de Arriba for his great work with the JSF > > implementation. There are some known issues and we will deliver a bug > fix > > release soon. > > > > I would also like to officially welcome 3 more members to the Sculptor > > team. Jan Labrie, Hendrik Jan van Randen, and Jeroen Bernards. They will > > present their ideas for contribution later, but the preview version is: > a > > lot of exciting and high quality stuff is in the pipeline. > > > > /Patrik > > > > > > -- > View this message in context: http://www.nabble.com/Sculptor-1.4.0- > Released-tp18279493s17564p18319857.html > Sent from the Fornax-Platform mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > Fornax-developer mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/fornax-developer > No virus found in this incoming message. > Checked by AVG - http://www.avg.com > Version: 8.0.138 / Virus Database: 270.4.6/1538 - Release Date: 07/07/2008 > 7:40 ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Fornax-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fornax-developer
