Another Note:

your batch file, run-Examples.bat

@echo off
SET PATH=binaries\win32;%PATH%
SET OSGVP_JARS=.

for /f "delims=" %%a in ('dir lib\ /s /b') do call :process "%%a"
echo OSGVP_JARS=%OSGVP_JARS%

java -cp %OSGVP_JARS% org.gvsig.ExamplesLauncher

:process
set OSGVP_JARS=%OSGVP_JARS%;%1


assumes that the directories:
binaries
binaries\win32
lib

all exist.  Yet, after I ran ant, not ant vs8, none of those directories were 
constructed.  I even ran ant vs8 but received an error message that eclipse:vs8 
did not exist.  Or something like that.  I can not remember now.

Best regards,
Allen

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=24628#24628





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to