Fornax-Platform
Forum

Sculptor 1.4.0 Released

View: New views
7 Messages — Rating Filter:   Alert me  

Sculptor 1.4.0 Released

by Patrik Nordwall :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

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

Re: Sculptor 1.4.0 Released

by amphoras :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

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

Re: Sculptor 1.4.0 Released

by Alberto de Arriba :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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: fornax-developer-bounces@... [mailto:fornax-
> developer-bounces@...] En nombre de amphoras
> Enviado el: lunes, 07 de julio de 2008 17:50
> Para: fornax-developer@...
> 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
> Fornax-developer@...
> 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
Fornax-developer@...
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Re: Sculptor 1.4.0 Released

by amphoras :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Alberto,

Ah, yes, I missed the .classpath file.  I fixed the oAW and Sculptor entries to point to the latest versions as you suggested.  Strangely enough, the console output still says 4.2.0:

[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     - --------------------------------------------------------------------------------------

I deleted the oAW Maven plugins and watched Maven download the 4.3.0 plugins, but then the build proceed to print out 4.2.0 in the console anyway.  I also generated the "helloworld" project again for Sculptor 1.4.0, and it also prints out "4.2.0" in the console.

Does your project print out 4.3.0 when you run mvn-install?

Thanks!
--Polly


Alberto de Arriba wrote:
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.


Re: Sculptor 1.4.0 Released

by Alberto de Arriba :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Although it prints 4.2 in the log, it's quite possible that it is actually
using the 4.3 version.

fornax-oaw-m2-plugin 2.0 has a dependency to oAW 4.2 and that version is
used for the workflow execution, but all other parts of oAW are 4.3

If you have split your model into several files and it works then it's sure
that the 4.3 version is being used.


> -----Mensaje original-----
> De: fornax-developer-bounces@... [mailto:fornax-
> developer-bounces@...] En nombre de amphoras
> Enviado el: lunes, 07 de julio de 2008 19:52
> Para: fornax-developer@...
> Asunto: Re: [Fornax-developer] Sculptor 1.4.0 Released
>
>
> Hi Alberto,
>
> Ah, yes, I missed the .classpath file.  I fixed the oAW and Sculptor
> entries
> to point to the latest versions as you suggested.  Strangely enough, the
> console output still says 4.2.0:
>
> [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     -
> --------------------------------------------------------------------------
> ------------
>
> I deleted the oAW Maven plugins and watched Maven download the 4.3.0
> plugins, but then the build proceed to print out 4.2.0 in the console
> anyway.  I also generated the "helloworld" project again for Sculptor
> 1.4.0,
> and it also prints out "4.2.0" in the console.
>
> Does your project print out 4.3.0 when you run mvn-install?
>
> Thanks!
> --Polly
>
>
>
> Alberto de Arriba wrote:
> >
> > 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.
> >
> >
> >
> >
>
> --
> View this message in context: http://www.nabble.com/Sculptor-1.4.0-
> Released-tp18279493s17564p18322594.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
> Fornax-developer@...
> 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
Fornax-developer@...
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Re: Sculptor 1.4.0 Released

by Patrik Nordwall :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It is exactly as Alberto said, it prints oaw 4.2, but it is actually using 4.3. As soon as fornax-oaw-m2-plugin 2.1 is available in the repository you can start using it instead. We will post something when it is available.
/Patrik
 
Alberto de Arriba wrote:
Although it prints 4.2 in the log, it's quite possible that it is actually
using the 4.3 version.

fornax-oaw-m2-plugin 2.0 has a dependency to oAW 4.2 and that version is
used for the workflow execution, but all other parts of oAW are 4.3

If you have split your model into several files and it works then it's sure
that the 4.3 version is being used.


> -----Mensaje original-----
> De: fornax-developer-bounces@lists.sourceforge.net [mailto:fornax-
> developer-bounces@lists.sourceforge.net] En nombre de amphoras
> Enviado el: lunes, 07 de julio de 2008 19:52
> Para: fornax-developer@lists.sourceforge.net
> Asunto: Re: [Fornax-developer] Sculptor 1.4.0 Released
>
>
> Hi Alberto,
>
> Ah, yes, I missed the .classpath file.  I fixed the oAW and Sculptor
> entries
> to point to the latest versions as you suggested.  Strangely enough, the
> console output still says 4.2.0:
>
> [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     -
> --------------------------------------------------------------------------
> ------------
>
> I deleted the oAW Maven plugins and watched Maven download the 4.3.0
> plugins, but then the build proceed to print out 4.2.0 in the console
> anyway.  I also generated the "helloworld" project again for Sculptor
> 1.4.0,
> and it also prints out "4.2.0" in the console.
>
> Does your project print out 4.3.0 when you run mvn-install?
>
> Thanks!
> --Polly
>
>
>
> Alberto de Arriba wrote:
> >
> > 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.
> >
> >
> >
> >
>
> --
> View this message in context: http://www.nabble.com/Sculptor-1.4.0-
> Released-tp18279493s17564p18322594.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
> Fornax-developer@lists.sourceforge.net
> 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
Fornax-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Re: Sculptor 1.4.0 Released

by amphoras :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

That makes me feel better.  :)

Thanks!
--Polly


Patrik Nordwall wrote:
It is exactly as Alberto said, it prints oaw 4.2, but it is actually using 4.3. As soon as fornax-oaw-m2-plugin 2.1 is available in the repository you can start using it instead. We will post something when it is available.
/Patrik
 
LightInTheBox - Buy quality products at wholesale price