Mercury Bugs - mercury | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000108 | mercury | Bug | public | 2009-09-28 11:38 | 2009-11-23 22:11 |
Reporter | gloomdemon | ||||
---|---|---|---|---|---|
Assigned To | wangp | ||||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0000108: invalid java path with mercury and mingw | ||||
Description | Mercury Compiler, version rotd-2009-09-15 mingw with gcc4.4 on windows vista while compiling java grade, mercury compiler uses invalid path: $ mmc --java -v --make family ... % Invoking system command `/c/Java/jdk1.6.0_12/bin/javac -classpath :c:/mingw/me rcury/lib/mercury/lib/java/mer_rt.jar:c:/mingw/mercury/lib/mercury/lib/java/mer_ std.jar:c:/mingw/mercury/lib/mercury/lib/java/mer_mdbcomp.jar:c:/mingw/mercury/l ib/mercury/lib/java/mer_browser.jar:c:/mingw/mercury/lib/mercury/lib/java/mer_ss db.jar -sourcepath Mercury\javas -d Mercury\classs -J-Xmx256m Mercury\javas\jmer cury\family.java'... ... Error: system command received signal 1. ,must be: % Invoking system command `c:/Java/jdk1.6.0_12/bin/javac -classpath c:/mingw/... with c:\ and no : after -classpath or dot before : % Invoking system command `c:/Java/jdk1.6.0_12/bin/javac -classpath .:c:/mingw/... === === after compiling and linking created sh file incorrect. #!/bin/sh DIR=${0%/*} CLASSPATH=$DIR/Mercury\classs:$CLASSPATH:c:/mingw/mercury/lib/mercury/lib/java/mer_rt.jar:c:/mingw/mercury/lib/mercury/lib/java/mer_std.jar:c:/mingw/mercury/lib/mercury/lib/java/mer_mdbcomp.jar:c:/mingw/mercury/lib/mercury/lib/java/mer_browser.jar:c:/mingw/mercury/lib/mercury/lib/java/mer_ssdb.jar export CLASSPATH JAVA=${JAVA:-/c/Windows/system32/java} exec $JAVA jmercury.family "$@" ,must be: CLASSPATH=$DIR/Mercury/classs: | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
Issue History | |||||
Date Modified | Username | Field | Change | ||
---|---|---|---|---|---|
2009-09-28 11:38 | gloomdemon | New Issue | |||
2009-09-28 22:56 | wangp | Note Added: 0000191 | |||
2009-09-29 03:35 | gloomdemon | Note Added: 0000192 | |||
2009-09-30 03:49 | wangp | Note Added: 0000193 | |||
2009-09-30 03:49 | wangp | Status | new => assigned | ||
2009-09-30 03:49 | wangp | Assigned To | => wangp | ||
2009-10-01 03:26 | wangp | Note Added: 0000194 | |||
2009-10-01 03:26 | wangp | Status | assigned => resolved | ||
2009-10-01 03:26 | wangp | Resolution | open => fixed | ||
2009-11-22 10:50 | gloomdemon | Note Added: 0000216 | |||
2009-11-22 10:50 | gloomdemon | Status | resolved => feedback | ||
2009-11-22 10:50 | gloomdemon | Resolution | fixed => reopened | ||
2009-11-22 11:02 | gloomdemon | Note Added: 0000217 | |||
2009-11-23 22:11 | wangp | Note Added: 0000218 | |||
2009-11-23 22:11 | wangp | Status | feedback => resolved | ||
2009-11-23 22:11 | wangp | Resolution | reopened => fixed |