On Friday, 10 August, 2012 at 10:34 AM, Thomas Broyer wrote:

> Are the JARs "exported" by the common Eclipse project?

They aren't -- both M2E or eclipse:eclipse handles transitive dependencies by 
adding the JARs to the class path of the 'child' project, so you don't need the 
'parent' to export, AFAICS.

Over the weekend, I discovered that the child project was showing up as a WST 
project; I haven't done much with WST so I don't know what its builders and 
natures do, and the Deployment Assembly seemed like it might be getting in the 
way. When I took those natures and builders out of my .project so that it more 
closely matched the single-project version I'd been using previously the SLF4J 
errors went away, but only because my problems got more severe. Now a launch 
configuration (even a completely new one) starts up without errors or warnings, 
but then 404s on all requests, including for the project's simple HTML page, 
e.g.:
[WARN] 404 - GET /Project.html?gwt.codesvr=127.0.0.1:9997 (127.0.0.1) 1395 bytes


I still don't feel like I have much of a sense of why this would be happening 
and in what way this project is different from other GWT projects that I can 
still launch from Eclipse, which is frustrating. The multi-project nature of 
this doesn't seem to explain all my problems (although perhaps it does).

The same project still launches successfully from a "mvn gwt:run", so it's not 
entirely a lost cause, but I'd prefer the Google Plugin for Eclipse to work 
with it too.

  - Geoffrey-- 
Geoffrey Wiseman
http://www.geoffreywiseman.ca/

> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Google Web Toolkit" group.
> To view this discussion on the web visit 
> https://groups.google.com/d/msg/google-web-toolkit/-/xZ4Ve-ZuQdAJ.
> To post to this group, send email to google-web-toolkit@googlegroups.com 
> (mailto:google-web-toolkit@googlegroups.com).
> To unsubscribe from this group, send email to 
> google-web-toolkit+unsubscr...@googlegroups.com 
> (mailto:google-web-toolkit+unsubscr...@googlegroups.com).
> For more options, visit this group at 
> http://groups.google.com/group/google-web-toolkit?hl=en.
> 
> 
> 


-- 
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