[help] no longer able to construct new project

3 posts / 0 new
Last post
Marc
Offline
Joined: 07/08/2009
[help] no longer able to construct new project

Hi,

I try to install a JSpresso workspace from scratch, following "JSPresso" in 10 minutes, but using "mvn archetype:generate -DarchetypeCatalog=http://repository.jspresso.org/maven2-snapshots/" (see forum item) as always. But, when I subsequently execute "mvn package", from within the created folder, as always, I now get the error below:

Error report - Sugar for Jspresso version : 1.0 Beta 1 - Sun Nov 29 18:57:53 CET
 2009
NBR ERROR : 2
ITN-Invalid type node          : <Project>('.hello'
ITN-Invalid type node          : <Project|Domain>('.null'

NBR ERROR : 2
ITN-Invalid type node          : <Project>('.hello'
ITN-Invalid type node          : <Project|Domain>('.null'

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] org.apache.maven.plugin.MojoExecutionException: SJS defined domain is inv
alid.

 

Something wrong with teh latest build?

Thanks,

Marc

vvandens
Offline
Joined: 05/29/2008
Should be fixed now.

Marc,

SJS is evolving fast and I've missed one of the change in the SNAPSHOT archetype; the default build includes SJS managed application description (Groovy DSL), but it remains optional, i.e. you can still use plain old Spring XML as usual.

Thanks for having reported it. It should be fixed now. Can you confirm by re-creating from scratch ?

 

Thanks,

Vincent

Marc
Offline
Joined: 07/08/2009
OK

Vincent,

OK, works again.

Marc