[doodleproject] [ doodleproject-Patches-1956421 ] Unable to create exe Files
Brought to you by:
brentworden
|
From: SourceForge.net <no...@so...> - 2008-05-02 20:18:22
|
Patches item #1956421, was opened at 2008-05-02 13:18 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=518272&aid=1956421&group_id=67565 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: dotnet-maven-plugin Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Brent Worden (brentworden) Summary: Unable to create exe Files Initial Comment: I made two modification to the CSharpCompiler.java file in order to be able to create exe files. The modification are indicated with the following line at the source code: "**** Modified in order to be able to create exe files" One problem was that the getType function was looking for the compiler argument "type" but it should be "-type". The other problem was that in order to pass the "/Target" parameter to the CSC compiler the code was looking for the parameter "target" instead of "type". ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=518272&aid=1956421&group_id=67565 |