skallin / google-plugin-for-eclipse

Automatically exported from code.google.com/p/google-plugin-for-eclipse
Eclipse Public License 1.0
0 stars 0 forks source link

Latest update of GPE no longer compiles/publishes Java files #88

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Installed Juno and version 3.1.1.v201210291354-rel-r42 of GPE
2. Create new Google Web Application Project, with no fancy extras (no GWT, or 
anything, just a standard Java project). Make sure the generate sample code 
section is checked.
3. Go to the ProjectNameServlet.java file and edit the standard "Hello World" 
output to say something different, like "Hello World 2".
4. Right click on the project and go to Run -> (Google) Web Application.
5. Go to the deployed page at http://localhost:8888/ and click through to your 
servlet. Notice it says Hello World, rather than Hello World 2.

What is the expected output? What do you see instead?
I should see my Java changes published to the local server. It also does not 
publish to the deployed final output.

What version of the product are you using? On what operating system?
Eclipse 4.2, GPE 3.1.1.v201210291354-rel-r42, Mac OSX 10.8.2

Please provide any additional information below.

Original issue reported on code.google.com by r...@pandya.eu on 2 Nov 2012 at 8:54

GoogleCodeExporter commented 9 years ago
Just to add, these steps all worked fine when I was on the previous version of 
GPE (3.1.0). As soon as I updated in Eclipse to the latest, I started seeing 
these issues.

Original comment by r...@pandya.eu on 2 Nov 2012 at 8:58

GoogleCodeExporter commented 9 years ago
The same thing is happening to me! When I updated to 3.1.1, the server stopped 
picking up java changes.

Original comment by jayssho...@gmail.com on 2 Nov 2012 at 9:40

GoogleCodeExporter commented 9 years ago
I'm not seeing the same issue; I just tried to reproduce this. 

What version of App Engine are you guys using on your projects?

Also, if you navigate to the "Project" menu, do you have "Build Automatically" 
checked?

Original comment by rdayal@google.com on 2 Nov 2012 at 7:31

GoogleCodeExporter commented 9 years ago
(Granted, I did not actually update from 3.1.0 to 3.1.1; I just installed 3.1.1 
- however, I'm not sure how that would cause this type of problem). 

Original comment by rdayal@google.com on 2 Nov 2012 at 7:51

GoogleCodeExporter commented 9 years ago
Google App Engine SDK version 1.7.3. Build automatically is ticked, and trying 
a Project -> Clean doesn't seem to help either.

Coming from a Geronimo/Tomcat background, just wondering where the actual 
server is located? Is it possible it needs a clean? Though the fact that it 
still doesn't publish when I deploy to App Engine proper suggests that would be 
a red herring.

I've tried a brand new install of Eclipse (so no update from 3.1.0) but that 
hasn't helped either.

What OS are you using? I wonder if it is a OSX problem?

Original comment by r...@flockjar.com on 2 Nov 2012 at 8:30

GoogleCodeExporter commented 9 years ago
I tested on OSX, and that worked fine, so I don't think it's that..
Would you be able to zip up your project and send it my way? You can exclude 
the jars for space reasons; I'm most interested in the src folder, the war 
folder, the .classpath, .project, and any other .settings files. 

Original comment by rdayal@google.com on 2 Nov 2012 at 9:01

GoogleCodeExporter commented 9 years ago
Is this still a problem for anyone?

Original comment by rdayal@google.com on 20 Nov 2012 at 11:10

GoogleCodeExporter commented 9 years ago

Original comment by rdayal@google.com on 29 Nov 2012 at 5:51