fmgasparino / google-gin

Automatically exported from code.google.com/p/google-gin
Apache License 2.0
0 stars 0 forks source link

Can not get gin.jar by using ant task. #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I run ant task jar on windows, it cannot work.
-> build.properties not found in the repository
-> It seems working for Mac,not for Windows.

Original issue reported on code.google.com by songyunh...@gmail.com on 4 Oct 2008 at 8:50

GoogleCodeExporter commented 9 years ago
The ant build file does refer to a build.properties file but this didn't 
prevent me 
from running "dist" (there is no jar target) and generating a jar file. I'm 
running 
vista64.

Original comment by aye...@gmail.com on 20 Jun 2009 at 7:23

GoogleCodeExporter commented 9 years ago
The build file depends on an accompanying build.properties file with a property
"gwt.home" that points to your local GWT installation. If it is not present, we 
look
for the environment variable "GWT_HOME" in case it defines the GWT location,
otherwise we give up.

Since as far as I know there should be no problem building the jar, I'll close 
this
issue.

Original comment by aragos on 2 Jul 2009 at 4:14