Re: Maven Site

2009-09-19 Thread Anders Hammar
Seems as there is a missing dependency to commons-lang in maven-project-info-reports-plugin v2.1. You can fix that yourself by adding that dependency to the plugin's dependencies section in your pom. See http://maven.apache.org/pom.html#Plugins You should also try v2.1.2 to see if that bug has

Maven 2.2.1 Installation Trouble

2009-09-19 Thread Philip
Hello Maven-Users, I'm attempting to install Apache Maven 2.2.1 under Windows Vista. Unfortunately, following the instructions on the site fails to locate the mvn.bat file from the command line. My directory structure (following extraction) is as follows. Note that key files are shown for

RE: Maven 2.2.1 Installation Trouble

2009-09-19 Thread Philip
I'm attempting to install Apache Maven 2.2.1 under Windows Vista. Unfortunately, following the instructions on the site fails to locate the mvn.bat file from the command line. --- Sorry, I've solved this. I accidentally downloaded the wrong package... :( Apologies, Philip Whitehouse

Re: No primary artifact to install ?

2009-09-19 Thread Marvin Froeder
Now I got curious What is up with flexmojos? VELO On Wed, Sep 16, 2009 at 6:31 AM, Wim Deblauwe wim.debla...@gmail.comwrote: It seems the problem was not related to assembly, but to flex mojos. Thank you for your help. regards, Wim 2009/9/16 Aleksey Didik

Re: Maven Site

2009-09-19 Thread nnocerino
Anders I tried v2.1.2 and after downloading all the dependencies found that I still get the same error. So now on to option 2. How do i add that dependency to the plugin's dependencies? Can you help by providing the example? Thanks, Nick Anders Hammar wrote: Seems as there is a missing

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
assuming you want to compile something like csc /out:My.exe File.cs did you try configuring compilerArgument to take csc argument e.g plugin artifactIdmaven-compiler-plugin/artifactId configuration compilerIdcsharp/compilerId compilerArgumentcsc /out:My.exe

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