Hi,
I have just tried with JDK1.6update29, and Maven 3.0.3. (I deleted my repository, and effectively started fresh).
(I am running on Windows xp version 5.1)
I can ofcourse get roo 1.2.0 M1 up and running, and I go through the 'ten_minutes' demo mentioned in the reference documentation. All steps seem to complete OK, except when I come to run
'perform tests', then at the end of much downloading of artifacts etc, I get the following error......
(Please can someone help)...Can the last poster try and run the ten_minutes demo (it will only take up 10 minutes of your time

), and see if he gets further than me, or gets the same thing. Any other ideas? Thanks In Advance
[ERROR] declare @type is only supported at Java 5 compliance level or above
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9:25.547s
[INFO] Finished at: Wed Nov 02 11:11:51 GMT 2011
[INFO] Final Memory: 5M/21M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:aspectj-maven-plugin:1.2:compil
e (default) on project tenminutes: Compiler errors :
[ERROR] error at declare @type: Timer: @Entity;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] C:\temp\ten_mins2\src\main\java\com\tenminutes\Tim er_Roo_Jpa_Entity.aj:1
7:0::0 declare @type is only supported at Java 5 compliance level or above
[ERROR] error at declare @type: Timer: @Configurable;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] C:\temp\ten_mins2\src\main\java\com\tenminutes\Tim er_Roo_Configurable.aj
:10:0::0 declare @type is only supported at Java 5 compliance level or above
[ERROR] error at declare @type: ApplicationConversionServiceFactoryBean: @Config
urable;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^
[ERROR] C:\temp\ten_mins2\src\main\java\com\tenminutes\web \ApplicationConversion
ServiceFactoryBean_Roo_ConversionService.aj:15:0:: 0 declare @type is only suppor
ted at Java 5 compliance level or above
[ERROR] -> [Help 1]
[ERROR] o>
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] o>
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles: