Re: Maven/GWT: include sources in jar with relative path?

2017-03-22 Thread Magnus
Thank you very much! This is great! Magnus -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group,

Re: Maven/GWT: include sources in jar with relative path?

2017-03-21 Thread Thomas Broyer
On Tuesday, March 21, 2017 at 5:27:18 PM UTC+1, Magnus wrote: > > Hello, > > when making java libraries containing GWT code, you have to include the > sources in the jar file. > I do this in my maven project like this: > > > > > src/main/resources > > >

Re: Maven/GWT: include sources in jar with relative path?

2017-03-21 Thread Rodolfo Raya
Ignore my previous reply. I was thinking on regular Java libraries. Rodolfo On Tuesday, March 21, 2017, Rodolfo Raya wrote: > You don't need to include sources. Only binaries are required. > > Regards, > Rodolfo > > On Tuesday, March 21, 2017, Magnus

Re: Maven/GWT: include sources in jar with relative path?

2017-03-21 Thread Rodolfo Raya
You don't need to include sources. Only binaries are required. Regards, Rodolfo On Tuesday, March 21, 2017, Magnus wrote: > Hello, > when making java libraries containing GWT code, you have to include the sources in the jar file. > I do this in my maven project like

Maven/GWT: include sources in jar with relative path?

2017-03-21 Thread Magnus
Hello, when making java libraries containing GWT code, you have to include the sources in the jar file. I do this in my maven project like this: src/main/resources src/main/java **/*.java **/*.gwt.xml This includes