Zn2O / gwt-google-apis

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

Broken HelloMaps-compile bash script for OS X #151

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release:
r278 of the HelloMaps-compile file.

Detailed description:
the bash script that can be found under 
"gwt-google-apis-read-only/maps/samples/maps/launch-scripts/mac" after having 
checked-out the sources 
from SVN, seems to be broken. It searches for the gwt-maps.jar file under the 
"../../../../" relative path which is not correct (as far as I can guess), 
resulting 
in compilation errors due to class-not found issues.
Please, note the same problem applies to the "HelloMaps-shell" script under the 
same folder.

Workaround if you have one:
Alter the last classpath entry to make it look like this:
":../../../../build/lib/gwt-maps.jar"
The fixed version of the script is attached.

Links to the relevant GWT Developer Forum posts:

Original issue reported on code.google.com by russo...@gmail.com on 20 Jul 2008 at 12:24

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you for the report.

These scripts are source files that are intended to be run after they are 
bundled in
the distribution.  To see them work, build the distribution and take the result
gwt-maps.tar.gz and unbundle it somewhere.  Then, cd to the 
.../launch-scripts/mac
directory and the HelloMaps-compile shell should run from there.

Original comment by galgwt.reviews@gmail.com on 20 Jul 2008 at 2:25