Bugs item #728361, was opened at 2003-04-27 11:10
Message generated for change (Settings changed) made by gustav_delius
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=439479&aid=728361&group_id=44411
Category: Others
Group: v1.0 (example)
>Status: Closed
>Resolution: Fixed
Priority: 4
Submitted By: Gustav W Delius (gustav_delius)
Assigned to: Neil Strickland (npstrick)
Summary: No error message if Java not found during installation
Initial Comment:
The usual behaviour of AutoConf.mpl (which is read
during installation) is to complain about any installation
problems like the unability to find required programs.
However if Java is not found (because the location of
Java is not correctly set in ManualConfig.mpl) then no
error message is produced and instead it is reported that
there were no problems.
----------------------------------------------------------------------
Comment By: Gustav W Delius (gustav_delius)
Date: 2003-05-20 08:35
Message:
Logged In: YES
user_id=737246
Here is some more information:
To reproduce the problem in Windows XP (I have not tried
under other versions of Windows) set
Config['JavaHome'] := "C:":
in ManualConfig.mpl. Then run AutoConf.mpl.
AutoConf.mpl will report that "AIM was successfully
configured. ....". However further up on the screen you will
see:
Looking for Java
Error, (in os_system) Operating system error:
Command: dir /b "C:\java"
Return value: 1
Output:
This error message does not get recorded in autoconf.log.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=439479&aid=728361&group_id=44411
|