I had this problem using STS 2.5.2 and was going to report it today, when I saw that 2.6.0 had been released.
I removed my Maven repository and removed my Workspace.
Then I've done a full, clean install of STS and loaded the DataNucleus and Google enhancements.
I then run roo and enter the following :
After the first entity, I ran as a WebApp and then GWT compiled (pain, but the only way I can get it to work) - the first entity was enterable/editable etc.Code:// Spring Roo 1.1.2.RELEASE [rev fbc33bb] log opened at 2011-03-19 15:51:06 project --topLevelPackage com.artsnmusic --projectName FavershamArts --java 6 persistence setup --provider DATANUCLEUS --database GOOGLE_APP_ENGINE gwt setup entity --class ~.server.entity.Venue field string --fieldName name field string --fieldName town // Spring Roo 1.1.2.RELEASE [rev fbc33bb] log closed at 2011-03-19 17:41:24 // Spring Roo 1.1.2.RELEASE [rev fbc33bb] log opened at 2011-03-19 17:50:10 entity --class ~.server.entity.Band field string --fieldName name
Using the same procedure, I then created the second entitya ... and got this
As I said, I have had this error using both STS 2.5.2 and 6.Code:Cannot run program "F:\Tools\jdk6\bin\javaw.exe" (in directory "F:\Workspace\FavershamArts"): CreateProcess error=87, The parameter is incorrect Cannot run program "F:\Tools\jdk6\bin\javaw.exe" (in directory "F:\Workspace\FavershamArts"): CreateProcess error=87, The parameter is incorrect
How come I can't create a project with 2 entities!!!?
I know it's a windows command-line error (too long) - but I can't identify what I can shorten (or remove)
Please help as I'm desperate to use this technology ...
Many Thanks
nightjar
[Vista, JDK 6]


Reply With Quote