1. I installed the package through STS plugin(v3.1) and now it's located in ~/Software/spring-roo-1.2.2.RELEASE.
2. Edited the path:
Here's the log .rooCode:# spring roo SPRING_ROO="/home/midnight/Software/spring-roo-1.2.2.RELEASE" PATH="$PATH:$SPRING_ROO:$SPRING_ROO/bin"
perform eclipse command does nothing - it just hangs and never completes. Consequently when I import the project I receive messages about "org.springframework.roo.addon.web.mvc.controller. scaffold.RooWebScaffold;" resources not found.Code:// Spring Roo 1.2.2.RELEASE [rev 7d75659] log opened at 2012-12-31 14:50:52 hint project --topLevelPackage com.guild persistence setup --provider HIBERNATE --database MYSQL entity jpa --class com.guild.domain.GameClass --testAutomatically // [failed] field string --fieldName value --notNull field string --fieldName name --notNull perform eclipse // Spring Roo 1.2.2.RELEASE [rev 7d75659] log opened at 2012-12-31 15:18:45 perform eclipse // Spring Roo 1.2.2.RELEASE [rev 7d75659] log opened at 2012-12-31 15:23:38 controller all --package com.guild.web perform eclipse
During the import I get:
Code:Errors occurred during the build. Errors running builder 'Faceted Project Validation Builder' on project 'RooGuild'. java.lang.ExceptionInInitializerError Errors running builder 'Validation' on project 'RooGuild'. org.eclipse.jst.j2ee.project.facet.IJ2EEFacetConstantsScreenshot from 2012-12-31 15:45:52.jpgCode:An internal error occurred during: "Validating RooGuild". org.eclipse.jst.j2ee.project.facet.IJ2EEFacetConstants
Could you diagnose the issues ? Thanks.
UPDATE
I fixed facets by installing additional EE tools. Now I get another bunch of errors. See attachment.
P.S. not sarcasm - just curious: why is this forum powered by php ?


Reply With Quote
