Don't put just /, put the name of the package folder. ie: if you've got com.foo.bar.client and your other code ends up at com.foo.bar.baz just put <source path="baz"/> It'll automatically find the subfolders.
On Tue, Mar 3, 2009 at 3:51 AM, Mamadou Alimou DIALLO <[email protected]>wrote: > Hello Brian, > > Thanks for your help. I'm verry happy for your help. But I always have > problem. I don't know how to add "extra source". What I would like is you > explain me any step in the configuration. > > In my my *Beans-Module* that I would like to include in the *GWT-Module* I > added in the *.gwt.xml *file *<source path="/" />* to specify the source > file folder. But it's not works. I also replace it by *<source > path="src/main/java" />* but it's not working also. > > Please give me just a simple example, not your company's project. Just for > each module the config that I have to made. > > It's verry important for me. I use it in the big project. > > Thanks in advance --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "gwt-maven" 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/gwt-maven?hl=en -~----------~----~----~----~------~----~------~--~---
