Any changes to build.xml are overwritten by GWT4NB. Are there any entries I can add to gwt.properties that might help me solve this problem.
On Feb 26, 9:37 am, Kevin Tarn <[email protected]> wrote: > Jason's blog did a good > job:http://lemnik.wordpress.com/2008/07/27/fixing-compilation-in-gwt4nb/ > > Kevin > > On Thu, Feb 26, 2009 at 11:32 PM, Selfish Gene <[email protected]> wrote: > > > I am trying to migrate from eclipse to Netbeans as I felt 6.5 more > > compelling and the migration is definitely not an easy task. I am > > seeing lot of OutofMemory errors. I modified project.properties and > > used "jvmargs=-Xmx512m" for GWT compiler, shell. But It still breaks > > some place. > > > --------------------------------------------------------------------------- > > --------------------------------------------------------------------------- > > ---------------------------------------------------------- > > Starting GlassFish V3 > > GlassFish V3 Start Failed > > C:\My Documents\NetBeansProjects\Nodal\ShadowSettlements\nbproject > > \build-gwt.xml:33: Deployment error: > > GlassFish V3 Start Failed > > See the server log for details. > > BUILD FAILED (total time: 2 minutes 4 > > > --------------------------------------------------------------------------- > > --------------------------------------------------------------------------- > > ---------------------------------------------------------- > > > The target in build.xml that breaks > > > --------------------------------------------------------------------------- > > --------------------------------------------------------------------------- > > ---------------------------------------------------------- > > <target name="debug" description="Debug project in IDE." > > depends="init,compile,compile-jsps,-do-compile-single-jsp,dist" > > if="netbeans.home"> > > <nbdeploy debugmode="true" clientUrlPart="${client.urlPart}"/> > > <antcall target="connect-debugger"/> > > <antcall target="debug-connect-gwt-shell"/> > > </target> > > > --------------------------------------------------------------------------- > > --------------------------------------------------------------------------- > > ---------------------------------------------------------- > > > Any suggestions would be greatly appreciated. > > > Thanks > > -R --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
