Hi Steffan, I just did this from scratch and it works for me. ===============================
Highlighted the using project (let's call it Master) Alt+Enter to get up Properties Java Build Path on the left Projects on the tab Add Select the utility project (let's call it Slave) Click OK Click OK Add the inherits to the gwt.xml file In Eclipse... Run | Run configurations... Select Master (this depends on what you called your project launch file) Select ClassPath Highlight User Entries Click Advanced Select Add Folders Click OK Navigate to and highlight the source folder for Slave (probably 'src' under 'Slave') Click OK Click Run ================================================= To compile once it has run, click compile/Browse Let me know how you get on. Ian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
