google-code-export / cypal-studio

Automatically exported from code.google.com/p/cypal-studio
0 stars 0 forks source link

Publish twice #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I publish to a local Glassfish v2 server the cypal creates the
directory
${HOME}/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/GuiaEcts
 wirg META-INF and WEB-INF and outputs the compilation to
${HOME}/projects/GuiaEcts/build/gwtOutput/pt.ipb.ects.GuiaEcts. I have to
publish a second time to have cypal copying the compiled files to
${HOME}/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/GuiaEcts

I don't have this problem with RC3.

I'm using java 5, eclipse 3.3.1.1, gwt 1.4.61 and glassfish v2

Original issue reported on code.google.com by nat...@gmail.com on 7 Dec 2007 at 5:18

GoogleCodeExporter commented 9 years ago
I have this problem with RC4 as well, although for me, I have to publish THREE 
times!
For me the problem was that the GWT compiler was still running in the background
after Eclipse thought the publish process was done. I made a slight 
modification to
the compileProject method of GwtProject class of Cypal-Studio so that it blocks 
on
the compiler process until it's complete, and now I can publish twice and 
things will
work. Maybe it'll get you down to just one publish. See attached file.

Original comment by ziftytodd@gmail.com on 16 May 2008 at 2:05

Attachments:

GoogleCodeExporter commented 9 years ago
Patch accepted and committed with revision # 73
Fix should appear in RC 6

Original comment by grprakash on 3 Jun 2008 at 10:21