I am posting here before I post an issue to the tracker to see if
anyone has run across it. I am using Eclipse 3.4.2, but I doubt it's
specific to an Eclipse version. Basically, if you have two unrelated
Web Application projects in the same workspace that have the same HTML
filename then running as a Web Application will use the previously run
one instead of the project you right clicked on.

To replicate:

1. Create a Web Application project named 'testapp1'
2. Create a Web Application project named 'testapp2'
3. Run each (one at a time of course) to make sure they run
4. Rename testapp1/war/testapp1.html to index.html, then run it as a
Web Application
5. Rename testapp2/war/testapp2.html to index.html, then run it as a
Web Application

It will attempt to run w/ testapp1's classpath and server resources
which cause a 404. Can anyone else replicate this issue before I open
a bug? Has anyone seen or reported this issue before?

Thanks

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to