[GeoNetwork-devel] [ geonetwork-Patches-1710651 ] cswClient.bat

Patches item #1710651, was opened at 2007-05-01 15:00
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=533370&aid=1710651&group_id=72096

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: illumenum (illumenum)
Assigned to: Nobody/Anonymous (nobody)
Summary: cswClient.bat

Initial Comment:
New File:
geonetwork\csw\cswClient.bat

Info:
A port of geonetwork\csw\cswClient.sh from the v2.1 beta. Simply helps invoke Java with the right classpath.

File Content:
setlocal EnableDelayedExpansion
set CP=lib/csw-client.jar;lib/csw-common.jar
for %%g in (../web/WEB-INF/lib/*.jar) do set CP=!CP!;"../web/WEB-INF/lib/%%g"
java -cp %CP% org.fao.geonet.csw.client.CswClient
endlocal

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=533370&aid=1710651&group_id=72096