Re: C# compiler / plexus-compiler-csharp

2013-03-30 Thread Gabriel Goïc
Hilco Wijbenga hilco.wijbenga at gmail.com writes: Hi all, I found the plexus-compiler-csharp in http://maven.apache.org/plugins/maven-compiler-plugin/non-javac-compilers.html. I'd like to know how to actually use this compiler. I've got some Java code and some C# code (the latter

Re: C# compiler / plexus-compiler-csharp

2013-03-30 Thread Dan Tran
wow, a question finally get a response after 4 years :) On Sat, Mar 30, 2013 at 10:58 AM, Gabriel Goïc gabriel.g...@gmail.comwrote: Hilco Wijbenga hilco.wijbenga at gmail.com writes: Hi all, I found the plexus-compiler-csharp in

C# compiler / plexus-compiler-csharp

2009-09-19 Thread Hilco Wijbenga
Hi all, I found the plexus-compiler-csharp in http://maven.apache.org/plugins/maven-compiler-plugin/non-javac-compilers.html. I'd like to know how to actually use this compiler. I've got some Java code and some C# code (the latter currently in src/main/csharp but I've also tried src/main/cs). I

RE: C# compiler / plexus-compiler-csharp

2009-09-19 Thread Martin Gainty
fourni. Date: Sat, 19 Sep 2009 16:26:01 -0700 Subject: C# compiler / plexus-compiler-csharp From: hilco.wijbe...@gmail.com To: users@maven.apache.org Hi all, I found the plexus-compiler-csharp in http://maven.apache.org/plugins/maven-compiler-plugin/non-javac-compilers.html. I'd like

Re: C# compiler / plexus-compiler-csharp

2009-09-19 Thread Hilco Wijbenga
2009/9/19 Martin Gainty mgai...@hotmail.com:    plugin        artifactIdmaven-compiler-plugin/artifactId        configuration          compilerIdcsharp/compilerId compilerArgumentcsc /out:My.exe File.cs/compilerArgument        /configuration        dependencies          dependency        

Re: C# compiler / plexus-compiler-csharp

2009-09-19 Thread Hilco Wijbenga
2009/9/19 Hilco Wijbenga hilco.wijbe...@gmail.com: (Actually, I don't think compilerArgument does anything for javac either. I just tried it with beep beep and it didn't trigger any kind of error or warning. So unless javac compiles a little quicker when the Roadrunner urges it on...) :-)

Re: C# compiler / plexus-compiler-csharp

2009-09-19 Thread Wendy Smoak
On Sat, Sep 19, 2009 at 4:26 PM, Hilco Wijbenga hilco.wijbe...@gmail.com wrote: I've got some Java code and some C# code (the latter currently in src/main/csharp but I've also tried src/main/cs). I can't get the C# code to compile. Mvn -X seems to indicate that the compiler plugin is still

Re: C# compiler / plexus-compiler-csharp

2009-09-19 Thread Hilco Wijbenga
2009/9/19 Wendy Smoak wsm...@gmail.com: On Sat, Sep 19, 2009 at 4:26 PM, Hilco Wijbenga hilco.wijbe...@gmail.com wrote: I've got some Java code and some C# code (the latter currently in src/main/csharp but I've also tried src/main/cs). I can't get the C# code to compile. Mvn -X seems to