Re: cvs path info in setup.exe for beta 8
"Sinisa Milosevic" <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, In your case, setup.exe didn't run configure script correctly at the end of installation. Maybe you haven't tools.jar (of jdk) in your classpath or you haven't set JAVA_HOME environment variable (one of these conditions is necessary). You can start configure script manually (configure.bat), after setting variables in build.properties Regards, Sinisa Milosevic, Together Serbia ----- Original Message ----- From: David Young To: [email protected] Sent: Monday, June 30, 2003 11:46 PM Subject: Enhydra: cvs path info in setup.exe for beta 8 Hi, I just used the install Enhydra-5.1.setup.exe and get a bunch of scripts under Enhydra5.1 and other util directories with the CVS path embedded... David ant.bat: call C:\Vajat-CVS\Enhydra\output\enhydra5.\bin\unsetbuildclass.bat call C:\Vajat-CVS\Enhydra\output\enhydra5\bin\unsetclass.bat call C:\Vajat-CVS\Enhydra\output\enhydra5.1\bin\setclass.bat call C:\Vajat-CVS\Enhydra\output\enhydra5.1\bin\setbuildclass.bat set ANT_HOME=C:\Vajat-CVS\Enhydra\output\enhydra5.1 set DEFAULT_JAVA=C:\j2sdk1.4.0\bin\java set JAVA=%DEFAULT_JAVA% set JDKDIR=C:\j2sdk1.4.0 %JAVA% -Xmx300M -cp %CLASSPATH% -Dant.home=%ANT_HOME% -DJAVA_HOME=%JDKDIR% -DENH YDRA_DIR=C:\Vajat-CVS\Enhydra\output\enhydra5.1 org.apache.tools.ant.Main %* call C:\Vajat-CVS\Enhydra\output\enhydra5.1\bin\unsetbuildclass.bat call C:\Vajat-CVS\Enhydra\output\enhydra5.1\bin\unsetclass.bat