Francis ANDRE

Results 18 issues of Francis ANDRE

Hello This PR will add to the maven-native a new feature of compiling COBOL program using the GNU Cobol compiler. Hope you would find this new feature useful.

Hello Using msvc as and the configuration below where the element is empty (typo on ${baseDir} instead of ${basedir} ``` org.codehaus.mojo native-maven-plugin 1.0-alpha-9 true msvc cl ${baseDir} ezasoket.c ``` one...

Hello The src/test/java/`org.eobjects.build.CsProjFileTest` is using indirectly the `java.util.function.Predicate` which is only avalable starting from Java 1.8. Thus the project `dotnet-maven-plugin_plugin` does not build.

Hi When using a code generator of c# code like `JavaCC` under `maven`, the c# is by default located in `target/generated-sources/javacc`, but the plugin does not seem to take this...

Hi Les latest release notes specify that DBCS was added: `ADD: double-byte DBCS support for CCSID 930, EXPERIMENTAL!` How activate this DBCS feature on the connection definition? It seems the...

Hi With the latest branch `master`, one got the error below when building on Windows ``` C:\Users\fandre\Documents\MXW\TOOLS\marathonv5>set mvnUser= C:\Users\fandre\Documents\MXW\TOOLS\marathonv5>.\gradlew build X:Marathon java-agent and java-recorder needs to be compiled with JDK6....

Hi It seems that `org.codehaus.plexus:plexus-compiler-csharp:2.8.7` is buggy while `org.codehaus.plexus:plexus-compiler-csharp:2.8.6` is fine. See 2.8.6.log versus 2.8.7.log [2.8.6.log](https://github.com/codehaus-plexus/plexus-compiler/files/5111548/2.8.6.log) [2.8.7.log](https://github.com/codehaus-plexus/plexus-compiler/files/5111549/2.8.7.log) [pom.xml.txt](https://github.com/codehaus-plexus/plexus-compiler/files/5111560/pom.xml.txt)

bug