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

RE: C++, Cross-Compilation, Artifacts and Maven

2011-07-10 Thread Martin Gainty
The best place to find which maven-nar-configuration best suits your requirement would be at http://duns.github.com/maven-nar-plugin/examples.html if you see something that approximates your requirement use it and report back any results as we want to ensure maven-nar operating as stated in

Re: c++ native-maven-plugin redundant linking at second run problem

2011-03-01 Thread sintetik
Both compile and link are hooked into maven compile phase. Normally the native compile should get by very quickly since no code changes. The link phase still have to rebuild. Currently there is no work around. Thank you, Dan. What about NAR plugin - does this issue exist in there? I didn't

Re: c++ native-maven-plugin redundant linking at second run problem

2011-03-01 Thread Mark Donszelmann
Hi NAR also links in the compile phase as it uses cpp-tasks to handle uniform compilation and linking. Regards Mark On Mar 1, 2011, at 12:22 PM, sintetik wrote: Both compile and link are hooked into maven compile phase. Normally the native compile should get by very quickly since no code

Re: c++ native-maven-plugin redundant linking at second run problem

2011-03-01 Thread sintetik
Thank you Mark, NAR also links in the compile phase as it uses cpp-tasks to handle uniform compilation and linking. I guess it means linking will be repeated anyhow even if code didn't change? I had a thought that it's theoretically possible to resolve my problem (redundant linking) by

Re: c++ native-maven-plugin redundant linking at second run problem

2011-03-01 Thread Dan Tran
Another thought is to take a look at NAR and native-plugin to see if you can find a solution not to relinking when there is no change in source and provide patch -Dan On Tue, Mar 1, 2011 at 10:07 AM, sintetik sintet...@gmail.com wrote: Thank you Mark, NAR also links in the compile phase as

Re: c++ native-maven-plugin redundant linking at second run problem

2011-02-28 Thread Dan Tran
Both compile and link are hooked into maven compile phase. Normally the native compile should get by very quickly since no code changes. The link phase still have to rebuild. Currently there is no work around. -Dan On Mon, Feb 28, 2011 at 5:53 AM, sintetik sintet...@gmail.com wrote: Hi, I'm

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

RE: c++ maven project

2008-08-22 Thread Martin Gainty
why not convert to java? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution

RE: c++ maven project

2008-08-22 Thread Andreas Heinecke
Hi Laura, I haven't done a Maven build within a C++ project. But I know there is plugin which allows the integration of gcc. Take a look here: http://mojo.codehaus.org/maven-native/native-maven-plugin/index.html Maybe this helps. -Andreas. -Original Message- From: Laura Lozano

RE: c++ maven project

2008-08-22 Thread Dhruva Reddy
: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Friday, August 22, 2008 8:50 AM To: Maven Users List Subject: RE: c++ maven project why not convert to java? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments

Re: c++ maven project

2008-08-22 Thread Rodrigo Ruiz
Hi Laura, Take a look at the FREEHEP NAR plugin: http://java.freehep.org/freehep-nar-plugin/philosophy.html It may be what you are looking for :-) Best regards, Rodrigo Laura Lozano wrote: Hello, I would like to know if is possible to use maven for create and build a C++ project. In this

Re: [c 1.1] issues with adding build definition....

2008-02-04 Thread Mick Knutson
1. Why does this ony start happening once I added then deleted another Build Definition? 2. How do turn notification on again? Here is my declaration: ciManagement systemcontinuum/system urlhttp://rc-sun.ut.dentegra.lab:8080/continuum/url notifiers

RE: [c 1.1] issues with adding build definition....

2008-02-04 Thread Tawfik, Sameh E
: alwaysSendfalse/alwaysSend Change to: alwaysSendtrue/alwaysSend Sameh -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Friday, February 01, 2008 6:09 PM To: [EMAIL PROTECTED] Subject: Re: [c 1.1] issues with adding build definition On Feb 1, 2008 5:06 PM, Mick Knutson

Re: [c 1.1] issues with adding build definition....

2008-02-01 Thread Mick Knutson
What does this mean: *2806710 [pool-1-thread-1] INFO org.codehaus.plexus.notification.notifier.Notifier:mail - Same state, not sending message. * On Feb 1, 2008 4:05 PM, Mick Knutson [EMAIL PROTECTED] wrote: *The build ran successfully, but there was NOT an email sent. here is the the

Re: [c 1.1] issues with adding build definition....

2008-02-01 Thread Mick Knutson
In my localhost.log I see this: *SEVERE: Exception starting filter Compression Filter java.lang.ClassNotFoundException: compressionFilters.CompressionFilter at org.apache.catalina.loader.WebappClassLoader.loadClass( WebappClassLoader.java:1362) at

Re: [c 1.1] issues with adding build definition....

2008-02-01 Thread Mick Knutson
I am waiting for the next build to occur to send more continuum.log's but I did notice that after I bounced continuum, I started getting this error again: *14933 [main] WARN org.apache.maven.continuum.execution.ContinuumBuildExecutor:maven2 - Could not find the executable 'mvn' in the path

Re: [c 1.1] issues with adding build definition....

2008-02-01 Thread Mick Knutson
So I am trying to figure this out and found this: http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+Tomcat *I had to add 2 JAVA_OPTS to my Tomcat startup script to get it to work: -Dplexus.system.path=$PATH to get Continuum to find the mvn and ant executables,

Re: [c 1.1] schedule build per svn check-in?

2008-01-17 Thread Mick Knutson
My SVN lead said he can create a hook easily, but he needs to know what to call? Does anyone have a code snippet I could give him? On Jan 15, 2008 12:44 PM, Jesse McConnell [EMAIL PROTECTED] wrote: you can have svn push a request to continuum to do a build using the xmlrpc interface to

Re: [c 1.1] schedule build per svn check-in?

2008-01-17 Thread Wendy Smoak
On Jan 17, 2008 9:50 AM, Mick Knutson [EMAIL PROTECTED] wrote: My SVN lead said he can create a hook easily, but he needs to know what to call? Does anyone have a code snippet I could give him? http://maven.apache.org/continuum/docs/1.1/developer_guides/xmlrpc.html -- Wendy

Re: [c 1.1] schedule build per svn check-in?

2008-01-17 Thread Mick Knutson
Perfect! On Jan 17, 2008 10:00 AM, Wendy Smoak [EMAIL PROTECTED] wrote: On Jan 17, 2008 9:50 AM, Mick Knutson [EMAIL PROTECTED] wrote: My SVN lead said he can create a hook easily, but he needs to know what to call? Does anyone have a code snippet I could give him?

Re: [c 1.1, archiva 1] Deployment Repository directory parameter

2008-01-15 Thread Wendy Smoak
On Jan 15, 2008 12:37 PM, Mick Knutson [EMAIL PROTECTED] wrote: I wnat to know what I should set this to: * Deployment Repository Directory: * * Enter the deployment repository directory of the Continuum web application * Should I set this to the path for my archive repository?

Re: [c 1.1] Possible to use the Continuum build number as part of the artifact name?

2008-01-15 Thread Emmanuel Venisse
Continuum define few properties that are sent to the maven process during the build like the current build number, the next, last state and the group name. Look at your logs and you'll see them when a build start the maven process Emmanuel On Jan 15, 2008 10:54 PM, Mick Knutson [EMAIL PROTECTED]

Re: [c 1.1] Possible to use the Continuum build number as part of the artifact name?

2008-01-15 Thread Olivier Lamy
Have a look here [1]. -- Olivier [1] http://www.nabble.com/Version-and-build-number-to-Ant-build-process-td14593864.html 2008/1/15, Mick Knutson [EMAIL PROTECTED]: I want to create our war final name appended with the continuum build number: myProject-userwebapp-1.25-build-42.war Is this

Re: [c 1.1] schedule build per svn check-in?

2008-01-15 Thread Jesse McConnell
you can have svn push a request to continuum to do a build using the xmlrpc interface to continuum jesse On Jan 15, 2008 1:38 PM, Mick Knutson [EMAIL PROTECTED] wrote: Is it possible to kick off the build each time there is a new update available in svn? -- Thanks, Mick Knutson

Re: [c 1.1] schedule build per svn check-in?

2008-01-15 Thread Mick Knutson
Is there a wiki or something that can show me how to do that? I am not very good with svn On Jan 15, 2008 12:44 PM, Jesse McConnell [EMAIL PROTECTED] wrote: you can have svn push a request to continuum to do a build using the xmlrpc interface to continuum jesse On Jan 15, 2008 1:38 PM,

Re: [c 1.1] Possible to use the Continuum build number as part of the artifact name?

2008-01-15 Thread Wendy Smoak
On Jan 15, 2008 2:54 PM, Mick Knutson [EMAIL PROTECTED] wrote: I want to create our war final name appended with the continuum build number: myProject-userwebapp-1.25-build-42.war Is this possible? Just a guess, but since unsuccessful builds don't get a number, I bet the number isn't

Re: [c-1.1] ORA-00910: specified length too long for its datatype

2008-01-14 Thread Mick Knutson
http://jira.codehaus.org/browse/CONTINUUM-1622 On Dec 29, 2007 8:41 AM, Mick Knutson [EMAIL PROTECTED] wrote: This happens at startup. And I can't get any further. I will open a ticket. On Dec 28, 2007 5:16 PM, Wendy Smoak [EMAIL PROTECTED] wrote: On Dec 20, 2007 6:05 PM, Mick Knutson

Re: [c-1.1] ORA-00910: specified length too long for its datatype

2007-12-29 Thread Mick Knutson
This happens at startup. And I can't get any further. I will open a ticket. On Dec 28, 2007 5:16 PM, Wendy Smoak [EMAIL PROTECTED] wrote: On Dec 20, 2007 6:05 PM, Mick Knutson [EMAIL PROTECTED] wrote: *I have looked at:* http://jira.codehaus.org/browse/CONTINUUM-1189 *And I have the

Re: [c-1.1]Working copy delete error

2007-12-29 Thread Mick Knutson
I stopped tomcat and attempted to delete the files manually and it wont let me because they seem to be read-only (see below). I restarted tomcat and now get: [EMAIL PROTECTED] bin]$ ./startup.sh Using CATALINA_BASE: /home/build/opt/apache-tomcat-5.5.25 Using CATALINA_HOME:

Re: [c-1.1]Working copy delete error

2007-12-29 Thread Roger Ye
I had got the same error and figured out the same solution as Wendy mentioned, just log in the server and delete /working-directory/20 manually, actually I deleted everything inside the working-directory. BTW, I use continuum 1.1 as a webapp deployed to tomcat 6.0.14, Mick, seems you have the

Re: [c-1.1]Working copy delete error

2007-12-28 Thread Wendy Smoak
On Dec 28, 2007 5:38 PM, Mick Knutson [EMAIL PROTECTED] wrote: I just started getting this errror: org.codehaus.plexus.taskqueue.execution.TaskExecutionException: Error executing action 'clean-working-directory' ... Caused by: java.io.IOException: Unable to delete directory

Re: [c-1.1] ORA-00910: specified length too long for its datatype

2007-12-28 Thread Wendy Smoak
On Dec 20, 2007 6:05 PM, Mick Knutson [EMAIL PROTECTED] wrote: *I have looked at:* http://jira.codehaus.org/browse/CONTINUUM-1189 *And I have the same error, but I can't find a resolution for version 1.1NOT 1.1 alpha:* That issue was closed as a duplicate of CONTINUUM-961, which was supposed

Re: [c-1.1] Anyone have Activa and CI running on the same Tomcat instance?

2007-12-15 Thread Mick Knutson
Thanks. Sorry, but I am new the the Derby DB. Are there dirctions on setting up the external DB? I.e. do I need a users DB and an application DB? And if I need 2, can the Users DB be shared between the 2? On Dec 14, 2007 6:16 PM, Wendy Smoak [EMAIL PROTECTED] wrote: On Dec 14, 2007 8:51 AM,

Re: [c-1.1] Anyone have Activa and CI running on the same Tomcat instance?

2007-12-15 Thread ossi petz
hallo i had the sam issue. i switched to an external mysql database: http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+MySQL archiva and continuum can share the same users database! that is also my configuration. actually someone told me this is recommended :) regards ossi Mick

Re: [c-1.1] Anyone have Activa and CI running on the same Tomcat instance?

2007-12-15 Thread Wendy Smoak
On Dec 15, 2007 3:59 PM, Mick Knutson [EMAIL PROTECTED] wrote: Thanks. Sorry, but I am new the the Derby DB. Are there dirctions on setting up the external DB? I.e. do I need a users DB and an application DB? And if I need 2, can the Users DB be shared between the 2? It depends on what DBMS

Re: [c-1.1] Need to understand hot to set MyProject_HOME for continuum

2007-12-14 Thread Tomislav Stojcevich
Can't you just use . for current directory instead of a variable? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [c-1.1] Need to understand hot to set MyProject_HOME for continuum

2007-12-14 Thread Mick Knutson
No one can help me out here? On Dec 13, 2007 5:56 PM, Mick Knutson [EMAIL PROTECTED] wrote: In my normal Manen build, I have a variable called MyProject_HOME set to * C:\opt\MyProject* and I use that throughout my build. Now I want to understand where to set that in order to still run

Re: [c-1.1] Need to understand hot to set MyProject_HOME for continuum

2007-12-14 Thread Tomislav Stojcevich
i see, i had a similar issue. projects are independent and should not 'reach into' each other. to use common stuff, jar them up in one project, install them into your repo, then in the other projects you can add as a dependency or use the unpack goal of the dependency plugin to explode them

Re: [c-1.1] Need to understand hot to set MyProject_HOME for continuum

2007-12-14 Thread Mick Knutson
This variable is set for several different modules to use the same common base for tests files. So '.' would assume that I am copying them over to each module in my tree. When there is actually only one copy. On Dec 14, 2007 7:30 AM, Tomislav Stojcevich [EMAIL PROTECTED] wrote: Can't you just

Re: [c-1.1] Can't edit project notifiers?

2007-12-06 Thread Mick Knutson
I see the changes in the ci when I update the pom, but the strange thing is, I still don't see the emails. Now I created a tools pom with some utilities in it, and added a user notifier with the same email address, and it got delivered. But the one for my main project does not. On Dec 5, 2007

Re: [c-1.1] Can't edit project notifiers?

2007-12-06 Thread Mick Knutson
And 2 other items about nitifiers: 1. My email group internally starts with a hash (#) [EMAIL PROTECTED] and I added it to the project, but does not take: ciManagement systemcontinuum/system urlhttp://rc-sun66e.ut.dentegra.lab:8080/continuum/url notifiers

Re: [c-1.1] Can't edit project notifiers?

2007-12-05 Thread Antonín Faltýnek
On Dec 3, 2007 6:08 PM, Mick Knutson [EMAIL PROTECTED] wrote: I have had to add an additional project notifier because the default one does not allow me to edit it. How can I edit, or how does Continuum assign the recipient to the default notifier? PROJECT NAME Type Recipient Events Tools

Re: [c-1.1][m2] Error building site with YDoc

2007-12-04 Thread Ludovic Claude
Hi Mick, The semi-colon doesn't work as a path separator under Unix, you need to use a colon in you doclet path. Replace ; by ${file.pathSeparator} Actually, it may be better to specify your dependencies with a dependencies tag in your plugin. See http://maven.apache.org/pom.html#Plugins

Re: [c-1.1] Trying to understand my 1st multi-module ci build

2007-11-28 Thread Mick Knutson
When I don't check that checkbox, I get all my pom.xml to show up, but when I run just my master pom.xml, the others still do not build it seems. Is this what the --non-recursive is for? On Nov 28, 2007 3:11 PM, Mick Knutson [EMAIL PROTECTED] wrote: I am trying to understand how to properly

Re: C++

2006-06-23 Thread TheJoshua
I have been planning to adopt maven in my C++ development environment to provide build automation. We are planning to work building a set of interdepentent projects organized with Maven, and maybe abandoning make. I would like to know if there is a way of managing C++ builds (done with GNU g++),

Re: C++

2006-06-23 Thread dan tran
1. Manage C++ builds - YES but You need to experiment see if it works out for you. how many platforms do you support? 2. CVS/Sub - YES thru maven-scm 3. Execution custom tools, YES thru maven-antrun-plugin or exec-maven-plugin 4 Eclispe/Integration NO 5. dream? almost there On

Re: C++

2006-06-23 Thread TheJoshua
dan tran wrote: 1. Manage C++ builds - YES but You need to experiment see if it works out for you. how many platforms do you support? We used to develop in linux, using cross-compiling MinGW compilers to build for Windows. 90% of our development is Win32. Yet, most of ours

Re: C++

2006-06-20 Thread dan tran
There are a couple of implementations http://mojo.codehaus.org/maven-native/native-maven-plugin/http://mojo.codehause.org/maven-native/maven-native-plugin http://java.freehep.org/freehep-nar-plugin There are various discussions regarding native build with maven2, please search the archive -D

RE: C++

2006-06-20 Thread Brad Harper
Julie: I've made my first attempts to use 'native-maven-plugin' this week and have had some progress -- with Dan's help and patience. Dan: I carefully reviewed the plugin configuration, corrected a problem, and then compiled and linked a HelloWorld example (similar to the one in it/) on windows.

Re: C#

2006-01-11 Thread Carlos Sanchez
There were several threads in the mailing list about C# Some docs here: http://docs.codehaus.org/display/MAVEN/Support+for+other+languages On 1/11/06, ir. ing. Jan Dockx [EMAIL PROTECTED] wrote: Does anybody have any experience with using maven with C# and Visual Studio? Are there best

RE: C#

2006-01-11 Thread Stevenson, Chris
Hey Jan, I'm currently working on CSharp support in m2. There is a bug oustanding with maven core which is currently blocking beta release of my plugins: (see http://jira.codehaus.org/browse/MNG-1933 http://jira.codehaus.org/browse/MNG-1933 ) but I spoke to Brett today about it and he said he

Re: C# compile by use Maven1.x, i got build failed

2005-04-25 Thread Emmanuel Venisse
It isn't a maven problem, but a problem in your c# code. I suppose that you have more than one Main method in your sources, isn't it? Emmanuel - Original Message - From: NATARAJAN Sasi Kumar [EMAIL PROTECTED] To: users@maven.apache.org Sent: Monday, April 25, 2005 8:48 AM Subject: C#

Re: C++ Projects

2004-12-20 Thread dan tran
use the maven-native-plugin the the latest source (ie still in cvs) and read up on ant-contrib package, and makesure to understand it -D On Mon, 20 Dec 2004 18:03:33 +0600, Farhaan Mohideen [EMAIL PROTECTED] wrote: Hi All; I was wondering if anybody has used Maven to compile build and run