[appengine-java] Re: Trying a clean compile gives The parameter is incorrect

2010-04-19 Thread Stephen Johnson
In Eclipse, go to Project / Properties menu. Go to Google / App Engine / ORM setting. It probably is set to src/ (using this setting DataNucleus puts all class files on its classpath). Instead restrict the folders (or patterns) to just the folders or file name patterns for your files that need

[appengine-java] Re: Trying a clean compile gives The parameter is incorrect

2010-04-08 Thread dreamy
As you said, when Enhance classes is little ,there is OK, but when Enhance classes has many many(ex: 200 classes) ,the same problem is appear. how to do with it? -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this

[appengine-java] Re: Trying a clean compile gives The parameter is incorrect

2010-04-06 Thread John V Denley
Thanks to the guys on the GWT forum for helping me solve this problem. It did turn out to be a classpath problem and there follows an explanation of the steps I took to discover the issue and how I solved it: To find out the classpath used: In Eclipse select Debug view by going to Window|Open

[appengine-java] Re: Trying a clean compile gives The parameter is incorrect

2010-04-05 Thread John V Denley
Im on the train now... hoping my connection holds up, but just incase it helps, I have now rolled back to a version of the code that I comiled and deployed successfully last night, and Im still getting this error, so something else has changed, and its not me thats changed it... this must be