Bugs item #1880371, was opened at 2008-01-26 19:11 Message generated for change (Comment added) made by stmane You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1880371&group_id=56967
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: Build Group: Java CVS Head >Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Stefan Manegold (stmane) Assigned to: Stefan Manegold (stmane) Summary: Java: compilation fails on 32-bit Windows Initial Comment: On 32-bit Windows, compilation of MonetDB-Java fails with 'choice' is not recognized as an internal or external command, cf. http://monetdb.cwi.nl/testing/projects/monetdb/Current/java/.Int.32.32.d-Windows5.1/make.out.html http://monetdb.cwi.nl/testing/projects/monetdb/Current/java/.Mic.32.32.d-Windows5.1/make.out.html ---------------------------------------------------------------------- >Comment By: Stefan Manegold (stmane) Date: 2008-02-12 10:03 Message: Logged In: YES user_id=572415 Originator: YES Testing confirmed fix. Closing. ---------------------------------------------------------------------- Comment By: Stefan Manegold (stmane) Date: 2008-02-11 12:29 Message: Logged In: YES user_id=572415 Originator: YES Hopefully fixed in CVS (latest Stable release branches): To avoid the clash (thanks, Sjoerd, for finding out!), we rename our own variables OS & OSVER (in TestTools and related code) into SYST & SYSTVER, respectively, and hope they do not clash with existing ones... To be closed once testing confirms the fix. ---------------------------------------------------------------------- Comment By: Sjoerd Mullender (sjoerd) Date: 2008-02-11 11:19 Message: Logged In: YES user_id=43607 Originator: NO We call the program ant.bat from the Apache Ant installation to do the actual work. This script contains the line: if not "%OS%"=="Windows_NT" echo 1 > nul | choice /n /c:1 It is this line that causes the error. The reason is, in TestTools we set the variable OS to (in this case) Windows. The default value is, however, Windows_NT. ---------------------------------------------------------------------- Comment By: Stefan Manegold (stmane) Date: 2008-01-26 19:13 Message: Logged In: YES user_id=572415 Originator: YES On 64-bit Windows, we get ERROR: The file is either empty or does not contain the valid choices. but the compilation seem to succeed, anyway; cf. http://monetdb.cwi.nl/testing/projects/monetdb/Current/java/.Int.64.64.d-Windows5.2/make.out.html http://monetdb.cwi.nl/testing/projects/monetdb/Current/java/.Mic.64.64.d-Windows5.2/make.out.html and http://monetdb.cwi.nl/testing/projects/monetdb/Current/java/.Makes3/index_short.html ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1880371&group_id=56967 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
