Re: Super Dev Mode with multiple source folders

2012-09-01 Thread Juan Pablo Gardella
Thanks Thomas, this works. I suppose that is a good idea updated the docs to said that we can add multiple -src parameters. Juan 2012/9/1 Juan Pablo Gardella > Thanks Thomas! I will try. > > Cheers, > Juan > > 2012/9/1 Thomas Broyer > >> Simply pass multiple -src arguments: "-src src/main/java

Re: Super Dev Mode with multiple source folders

2012-09-01 Thread Juan Pablo Gardella
Thanks Thomas! I will try. Cheers, Juan 2012/9/1 Thomas Broyer > Simply pass multiple -src arguments: "-src src/main/java -src > target/generated-sources/gwt" > > > On Saturday, September 1, 2012 5:01:23 AM UTC+2, Juan Pablo Gardella wrote: >> >> Hi folks, >> >> I have a doubt with Super Dev Mod

Re: Super Dev Mode with multiple source folders

2012-09-01 Thread Thomas Broyer
Simply pass multiple -src arguments: "-src src/main/java -src target/generated-sources/gwt" On Saturday, September 1, 2012 5:01:23 AM UTC+2, Juan Pablo Gardella wrote: > > Hi folks, > > I have a doubt with Super Dev Mode. I have a maven project that generate > some sources in a target/generated-

Super Dev Mode with multiple source folders

2012-08-31 Thread Juan Pablo Gardella
Hi folks, I have a doubt with Super Dev Mode. I have a maven project that generate some sources in a target/generated-sources/gwt. I want to add this folder to the codeserver, but I see that only one folder I can add by parameter: CodeServer [-bindAddress address] [-port port] [-workDir dir] [-*s