Bugs item #1880371, was opened at 2008-01-26 19:11
Message generated for change (Comment added) made by sjoerd
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: Open
Resolution: None
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: 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

Reply via email to