saiddfhi / gwt-maven

Automatically exported from code.google.com/p/gwt-maven
0 stars 0 forks source link

Inconsistent code generation location between Windows and Linux #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
hi, in our team we use windows and linux for builds with maven and gwt
1.5

the latest version (beta7) of the M2 GWT-Maven plugin lead to the
folowing results:

"on windows, code gets generated in /std  by the compile.cmd script
(which sia lso generated from somewhere)

on linux, the code is generated to /std by compile.sh, but the same
script also MOVES all the code one level up to /.

Result: after running the plugin the code is in two different
locations. so dependeing on the other.xml settings, the code EITHER
runs on windows OR linux.

is there an easy way to fix this?

e.g. alter the compile.cmd so that it ALSO moves the code from /std
to / ?" 

Original issue reported on code.google.com by charlie....@gmail.com on 27 Mar 2008 at 3:13

GoogleCodeExporter commented 9 years ago

Original comment by charlie....@gmail.com on 2 Apr 2008 at 2:40

GoogleCodeExporter commented 9 years ago
Re-open! Not yet fixed. see goolge group, "deltree" does not work...

Original comment by max.at.x...@gmail.com on 2 Apr 2008 at 8:22

GoogleCodeExporter commented 9 years ago
Noted, per Max, re-opened.

Original comment by charlie....@gmail.com on 2 Apr 2008 at 9:21

GoogleCodeExporter commented 9 years ago
Just to capture what's in the group:

"Problem: "deltree" is an unknown command. To delete a directory using
standard windows tools use

del <DIRNAME> /S /Q

for /S subdirectories  and /Q quiet.  I just tested this and it works. "

Original comment by charlie....@gmail.com on 2 Apr 2008 at 9:23

GoogleCodeExporter commented 9 years ago
Please try beta12, added your suggestions. 

Original comment by charlie....@gmail.com on 2 Apr 2008 at 9:48

GoogleCodeExporter commented 9 years ago
Beta12 runs fine on windows now, but "mvn test" fails on linux (see group - 
should we
discuss in this tracker instead?)

Original comment by max.at.x...@gmail.com on 3 Apr 2008 at 10:26

GoogleCodeExporter commented 9 years ago
Beta12 runs fine for GWT 1.5 users with  <gwtVersion>0.0.2030</gwtVersion>

Original comment by max.at.x...@gmail.com on 3 Apr 2008 at 11:40

GoogleCodeExporter commented 9 years ago

Original comment by charlie....@gmail.com on 3 Apr 2008 at 12:14