Re: URGENT: GWT build crash with out of memory

2022-04-07 Thread Craig Mitchell
hing was going in control >>>>> but from last few days our GWT project is crashing while building WAR >>>>> (with >>>>> error out of memory). >>>>> "*Compiling module project2.**Project2* >>>>> >

Re: URGENT: GWT build crash with out of memory

2022-04-02 Thread Leon Pennings
uilding WAR (with >>>> error out of memory). >>>> "*Compiling module project2.**Project2* >>>> >>>> >>>> >>>> >>>> * Validating units: Ignored 12 units with compilation errors in >>>> first pa

Re: URGENT: GWT build crash with out of memory

2022-04-01 Thread Colin Alworth
o >>> see all errors. Compiling 1 permutation* >>> * Compiling permutation 0...* >>> >>> *[ERROR] OutOfMemoryError: Increase heap size or lower >>> gwt.jjs.maxThreadsjava.lang.OutOfMemoryError: Java heap space*" >>> &

Re: URGENT: GWT build crash with out of memory

2022-03-04 Thread viny...@gmail.com
rror: Java heap space*" >> >> *System (PC) configuration on which we are building WAR is:* >> OS = WINDOWS SERVER 2019 >> PROCESSOR = XEON (R) CPU E3-1225 V5 @ 3.3Ghz >> CORE = 4 >> RAM = 64GB >> HARD DISK = HDD >> C (OS drive) = 203GB free of 243GB

Re: URGENT: GWT build crash with out of memory

2022-03-02 Thread Jens
; E (drive) = 501GB free of 642GB > F (drive) = 467GB free of 976GB > > *rest please find the PC images attached.* > > > *GWT build configuration is:* > gwt.module=project1.Project1 project2.Project2 > gwt.output.dir=/org.yournamehere.Main > gwt.compiler.output.style=OBFU

Re: URGENT: GWT build crash with out of memory

2022-03-02 Thread 'Frank Hossfeld' via GWT Users
(PC) configuration on which we are building WAR is:* >> OS = WINDOWS SERVER 2019 >> PROCESSOR = XEON (R) CPU E3-1225 V5 @ 3.3Ghz >> CORE = 4 >> RAM = 64GB >> HARD DISK = HDD >> C (OS drive) = 203GB free of 243GB >> E (drive) = 501GB free of 64

Re: URGENT: GWT build crash with out of memory

2022-03-02 Thread vie...@gmail.com
gt; E (drive) = 501GB free of 642GB > F (drive) = 467GB free of 976GB > > *rest please find the PC images attached.* > > > *GWT build configuration is:* > gwt.module=project1.Project1 project2.Project2 > gwt.output.dir=/org.yournamehere.Main > gwt.compiler.ou

URGENT: GWT build crash with out of memory

2022-03-01 Thread viny...@gmail.com
uration on which we are building WAR is:* OS = WINDOWS SERVER 2019 PROCESSOR = XEON (R) CPU E3-1225 V5 @ 3.3Ghz CORE = 4 RAM = 64GB HARD DISK = HDD C (OS drive) = 203GB free of 243GB E (drive) = 501GB free of 642GB F (drive) = 467GB free of 976GB *rest please find the PC images attached.*

GWT Build with Continuous Integration

2014-12-08 Thread Niraj Salot
Dear all, We are using GWT as our main front end technology. We are using Bamboo as our Build Server & GIT as our source code management Tool. Our application is very huge and divided into different modules. But still the compilation on local developer machine with 4 GB RAM takes lot of time.

Jsoup with GWT (build a compatible JAR)

2012-05-13 Thread Christophe Daviet
I want to use Jsoup as a external JAR with GWT on the client-side. But the .jar of Jsoup is not made for GWT. (no .gwt.xml). I'd need to package the Java files along with the class files and a .gwt.xml file to be able to use it as a module and inherit it in GWT. But I don't know how to do.

ant build using javac/gwt shows errors when eclipse/gwt build does not

2011-05-25 Thread sldahlin
In the gwt project in Eclipse uses Eclipse to compile the java code using the automatic build feature then the gwtc compile using ant does not show any problems. If however, I clean all the existing .class files and then execute an ant build which runs javac and then gwtc, I get problems with my JP

Re: GWT build speed (Google I/O 2011: Fireside Chat with the GWT and Cloud Tooling Team)

2011-05-17 Thread Thomas Broyer
A few months back, I read there was some ongoing work for bringing DevMode to Android: https://twitter.com/#!/tbroyer/statuses/24951129708175360 I don't know the current status of that port. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.

Re: GWT build speed (Google I/O 2011: Fireside Chat with the GWT and Cloud Tooling Team)

2011-05-16 Thread Jeff Larsen
yea, that is the only solution I've heard of for mobile development. Some help is on the way: http://www.google.com/events/io/2011/sessions/chrome-dev-tools-reloaded.html The part that will be of most interest to you will be toward the end. There will eventually be remote debugging of a chrome

GWT build speed (Google I/O 2011: Fireside Chat with the GWT and Cloud Tooling Team)

2011-05-16 Thread Jim Douglas
re: the question @ 37:30 (do developers use DevMode or do they compile to JavaScript for ongoing testing?): http://www.youtube.com/watch?v=n3hBzIOUSms For desktop browsers, we use DevMode to initially implement a given feature, then retest in JavaScript in the unlikely case of a difference. But

GWT build requirements and packaging for Fedora

2010-02-03 Thread jlaska
Greetings, I am looking into packaging GWT for Fedora. According to the Fedora packaging guidelines, all packages must not include any bundled libraries or JAR files [1]. As a result, I have attempted to identify the JAR files included in GWT and whether they are already packaged in Fedora. So

Re: GWT build takes forever

2009-06-01 Thread Mark Renouf
On Jun 1, 4:25 pm, Pandaman wrote: > My issue is that running this build script takes forever (let's say>30 min on > a Pentium D, I haven't tested it for longer). I think it > > has to do with the fact that there is a huge amount of source in the > src directory and huge number of resulting cla

GWT build takes forever

2009-06-01 Thread Pandaman
I am trying to compile a GWT module located in a source folder with quite a few files. I am using ANT builder to do this. Here is an excerpt from my build file that shows the GWT compile target:

Re: GWT build

2008-11-27 Thread Arthur Kalmenson
Perhaps the latest version of GWT adds some more optimization that requires more time for compilation. I'm not sure why the compile process would be a problem. You only need to compile when you're deploying your application or testing how it looks in the browser. -- Arthur Kalmenson On Wed, No

GWT build

2008-11-26 Thread m007
hi, I have a question. I download the source of GWT from SVN and build it. I did this because i thought that a bug that made the compilation of java code slower was solved. but when i use it in my eclipse project the compilation is slower even that the one i had. is there a compilation option o s