Hi Allen, Yes, this file is out of date.Sorry we run osgVP from eclipse and forgot to update this file. The PATH variable should be:
SET PATH=your-user-directory\.depman\bin;%PATH% Hope this helps. 2010/2/22 Allen Saucier <[email protected]> > 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 > -- Jordi Torres Fabra gvSIG 3D blog http://gvsig3d.blogspot.com Instituto de Automática e Informática Industrial http://www.ai2.upv.es
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

