It looks yes...
Both projects I tried (ten-minutes, pizza) suggest the standalone roo, althought they don't mention somewhere that the same commands cannot be used from the STS plugin.
On the...
Type: Posts; User: xkorakidis; Keyword(s):
It looks yes...
Both projects I tried (ten-minutes, pizza) suggest the standalone roo, althought they don't mention somewhere that the same commands cannot be used from the STS plugin.
On the...
Hi,
I'm using ubuntu 11.04 and tried to use roo but I had various configuration problems.
Currently I have jdk1.6.0_33 installed, apache-maven-3.0.4, spring-roo-1.2.2.RELEASE, sts-3.0.0.RELEASE...
Well I tried with roo versions 1.1.1, 1.1.5, 1.2.2.
In my repository there are two aspectj plugin versions: 1.0, 1.2.
Both have the same configuration in their pom: ${java.home}/../lib/tools.jar
I...
Thanks Ken,
The problem is related to the configuration of the mojo aspectj-maven-plugin 1.2 used by roo in the project I was trying to test.
If the JAVA_HOME is set to jdk root,...
No luck... :(
[ERROR] Failed to execute goal org.codehaus.mojo:aspectj-maven-plugin:1.2:compile (default) on project tenminutes: Execution default of goal...
Hi,
I'm using ubuntu 11.04 and tried to use roo but I had various configuration problems.
Currently I have jdk1.6.0_33 installed, apache-maven-3.0.4, spring-roo-1.2.2.RELEASE, sts-3.0.0.RELEASE...
Hi,
I' m trying to persist two objects : document, documentCategory. As testIt source I've writen some lines in the following way:
1. Create a documentCategory
2. Fill in the documentCategory
3....