From: Paul V. <pa...@vi...> - 2003-07-27 11:18:39
|
Hi again Olivier, thanks for reposting here. > (1) > In manual/src/build/build.bat, the line starting with : > > %JAVA_HOME%\bin\java.exe -Xmx100000000 -classpath ... > > should be updated in : > > "%JAVA_HOME%\bin\java.exe" -Xmx100000000 -classpath ... > > so that if JRE is installed in a "\Program Files\..." the white > space in the path does not trigger an error. Thanks for the suggestion, we'll change that. It never bit me personally because i have Java in D:\j2sdk1.4.1_02 > (2) > Event with the above fixed, a 'manual' checkout as of today fails > building as follows. Is this a true build error or some bad setup > on my side (I don't think so) ? > [ snip ] > BUILD FAILED The build process was indeed broken. It has been fixed by Tilo Muetze, but hasn't been committed to CVS yet. I think Tilo is on holiday now, I'm sure he'll commit the fixes soon after he comes back. In the meantime, the "good" news is that you aren't missing anything if you can't build the docs. They contain nothing that isn't already in the Borland IB6 beta doc set. So they won't help you with those API calls you're investigating, sorry! I can still send you - or anyone - the fixed version by private email (note: 7 Mb) but as I said: nothing really new in there. But this is going to change in the next couple of months. Greetings, Paul Vinkenoog |