Mercury Bugs - mercury
View Issue Details
0000195mercuryBugpublic2011-04-01 13:182011-04-07 07:17
Reportercolanderman 
Assigned To 
PrioritynormalSeveritytweakReproducibilityalways
StatusconfirmedResolutionopen 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000195: mmc --java ignores -o option
DescriptionSimply put: "mmc --java -o bar foo.m" always names the executable "foo"; the executable should be named "bar".
TagsNo tags attached.
Attached Files

Notes
(0000324)
juliensf   
2011-04-07 07:17   
In the above case, it's because the code that generates the wrapper scripts ignores the
value of the -o option; that should be fairly trivial.

For the Java backend in general, it's a little more tricky because for non-trivial programs
the the use of mmc --make is required and -o is not currently implemented for that.

Issue History
2011-04-01 13:18colandermanNew Issue
2011-04-07 07:17juliensfNote Added: 0000324
2011-04-07 07:17juliensfStatusnew => confirmed