[ 
https://issues.apache.org/jira/browse/NPANDAY-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13092651#comment-13092651
 ] 

Lars Corneliussen commented on NPANDAY-203:
-------------------------------------------

Isn't this partially done? If so, it should use the ExecutablePlugin-stuff! 
(like ILMerge, ++)

{code:title=r1156622}
ProcessStartInfo processStartInfo =
new ProcessStartInfo("msbuild", "/v:q /p:BuildProjectReferences=false 
/p:BuildingInsideVisualStudio=true " + projectName);
processStartInfo.UseShellExecute = false;
Process p = System.Diagnostics.Process.Start(processStartInfo);
p.WaitForExit();
{code}

> MSBuild plugin should be rewritten in Java
> ------------------------------------------
>
>                 Key: NPANDAY-203
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-203
>             Project: NPanday
>          Issue Type: Bug
>            Reporter: Brett Porter
>            Priority: Minor
>             Fix For: Backlog
>
>
> Currently this is doing nothing more than reading the parameters and forking 
> msbuild - this can be done in a Java mojo, removing one of the Process.Start 
> calls.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to