rzel / google-refine

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

Update .bat file to check and make default folder for web.xml on Windows systems. #67

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download latest gridworks-1.1-r878
2. On Windows, launch gridworks.bat from command line.

What is the expected output? What do you see instead?

Application looks for web.xml correctly, but in wrong default folder ( 
\src\main\webapp\WEB-INF\web.xml) now default \src\main on Windows after 
extracting .zip file downloaded.  Will be a pain point for those on Windows 
wanting to easily download and launch the .bat file.

Recommend an additional check in .bat file here for those not running from 
the source build:

if not "%GRIDWORKS_WEBAPP%" == "" goto gotHost
set GRIDWORKS_WEBAPP=src\main\webapp

Original issue reported on code.google.com by thadguidry on 29 May 2010 at 7:21

GoogleCodeExporter commented 9 years ago
Yeah, I stil have to make sure all the distros work after yesterday's refactor.

Original comment by stefano.mazzocchi@gmail.com on 29 May 2010 at 7:34

GoogleCodeExporter commented 9 years ago
Should be fixed now, please confirm.

Original comment by stefano.mazzocchi@gmail.com on 31 May 2010 at 9:02

GoogleCodeExporter commented 9 years ago

Original comment by tfmorris on 18 Sep 2012 at 2:58