Re: Failed to init Classpath for jar file C:\apache-maven-3.9.6\boot\plexus-classworlds.license during compilation

2024-03-01 Thread Tamás Cservenák
clipse [debug:lines,vars,source parameters release > 21] to target\classes > *Failed to init Classpath for jar file > C:\apache-maven-3.9.6\boot\plexus-classworlds.license* > java.util.zip.ZipException: zip END header not found > at java.base/java.util.zip.ZipFile$Source.fi

Failed to init Classpath for jar file C:\apache-maven-3.9.6\boot\plexus-classworlds.license during compilation

2024-03-01 Thread Václav Haisman
of changed source code. [INFO] Compiling with eclipse [debug:lines,vars,source parameters release 21] to target\classes *Failed to init Classpath for jar file C:\apache-maven-3.9.6\boot\plexus-classworlds.license* java.util.zip.ZipException: zip END header not found at java.base/java.util.zip.ZipFile

RE: Maven for C/C++ development usable as well? Hudson server?

2013-12-21 Thread Martin Gainty
Date: Fri, 20 Dec 2013 21:37:01 -0800 From: poubelle2...@limule.com To: users@maven.apache.org Subject: RE: Maven for C/C++ development usable as well? Hudson server? I must admit that even with this patch, I did not success to convince my colleagues (who were using Borland C++ under MS

RE: Maven for C/C++ development usable as well? Hudson server?

2013-12-20 Thread Martin Gainty
MGClement as suggested could your submit your patch MGWhat is the question about Hudson? Date: Thu, 19 Dec 2013 21:44:18 -0800 From: poubelle2...@limule.com To: users@maven.apache.org Subject: Re: Maven for C/C++ development usable as well? Hudson server? All is here: http

RE: Maven for C/C++ development usable as well? Hudson server?

2013-12-20 Thread pizaninja
I don't understand... I've already done the job here: https://bitbucket.org/opencontinuous/maven-native/commits/6a09a45bdf06/ It's a diff, all is clear, no? -- View this message in context: http://maven.40175.n5.nabble.com/Maven-for-C-C-development-usable-as-well-Hudson-server

RE: Maven for C/C++ development usable as well? Hudson server?

2013-12-20 Thread pizaninja
my colleagues (who were using Borland C++ under MS smopuiM) to use maven. They use svn cross references to mix sources files. It was a real nightmare to try to clarify dependencies between projects... -- View this message in context: http://maven.40175.n5.nabble.com/Maven-for-C-C-development

RE: Maven for C/C++ development usable as well? Hudson server?

2013-12-20 Thread pizaninja
.nabble.com/Maven-for-C-C-development-usable-as-well-Hudson-server-tp5430131p5779197.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e

RE: Maven for C/C++ development usable as well? Hudson server?

2013-12-20 Thread Martin Gainty
Date: Fri, 20 Dec 2013 07:44:57 -0800 From: poubelle2...@limule.com To: users@maven.apache.org Subject: RE: Maven for C/C++ development usable as well? Hudson server? That's done, after 2 hours of fight against svn (install svn, read documentation, apply diff, generate patch

RE: Maven for C/C++ development usable as well? Hudson server?

2013-12-20 Thread pizaninja
I must admit that even with this patch, I did not success to convince my colleagues (who were using Borland C++ under MS smopuiM) to use maven. They use svn cross references to mix sources files. MGmaven-jxr-plugin The JXR plugin has 2 goals: - * {{{plugin-info.html}jxr:jxr}} is used

RE: Maven for C/C++ development usable as well? Hudson server?

2013-12-20 Thread pizaninja
Dan Tran has just applied the patch. Thank you. -- View this message in context: http://maven.40175.n5.nabble.com/Maven-for-C-C-development-usable-as-well-Hudson-server-tp5430131p5779244.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Maven for C/C++ development usable as well? Hudson server?

2013-12-19 Thread pizaninja
My development has become a dream since I use maven and maven native plugin to compile my c++ code with g++. I also use maven and ANT maven plugin to make package like debian ones (ipk for uCLinux). All is versionned, dependencies are resolved... A real dream! Yes, a dream! I use jenkins a lot

Re: Maven for C/C++ development usable as well? Hudson server?

2013-12-19 Thread Dan Tran
wow, there is a happy user of native-maven-plugin. what is JIRA case with the patch? -D On Wed, Dec 18, 2013 at 9:26 PM, pizaninja poubelle2...@limule.com wrote: My development has become a dream since I use maven and maven native plugin to compile my c++ code with g++. I also use maven

Re: Maven for C/C++ development usable as well? Hudson server?

2013-12-19 Thread pizaninja
All is here: http://jira.codehaus.org/browse/MOJO-1647 -- View this message in context: http://maven.40175.n5.nabble.com/Maven-for-C-C-development-usable-as-well-Hudson-server-tp5430131p5779091.html Sent from the Maven - Users mailing list archive at Nabble.com

Byldan, NPanday or MS-Build Maven Which would be the preferred build tool for C#?

2013-08-27 Thread AchyuthB
Hi, We have a C# project which is build using Byldan . Now we are kind of thinking of replacing the Byldan with some other Build tool. Preferably the two options we have is:- 1) NPanday 2) MS Build along with Maven I would greatly appreciate if you could throw some light on this, and which would

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
/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 can't get the C# code to compile. Mvn -X seems to indicate that the compiler plugin

Hi, all. I wanna use maven to perform c/cpp unit test.

2013-02-18 Thread Joe Zhang
Which plugin shall I use? I have googled that with the key as maven, cpp and unit test. But it always show sth about Jenkins... Thank U - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands,

Maven for C/C++ development usable as well? Hudson server?

2012-01-25 Thread Ben Stover
I used Maven a lot for Java development in the past.   Now I have got a C/C++ project.   Is Maven able to deal with C/C++ structures as well? In other words: Can I use it for C/C++ development too?   Can I use Hudson server on top for C/C++ development as well?   If yes: Is there a newbie tutorial

Re: Maven for C/C++ development usable as well? Hudson server?

2012-01-25 Thread Karl Heinz Marbaise
Hi, take a deep look into the maven nar plugin https://github.com/duns/maven-nar-plugin Kind regards Karl Heinz Marbaise -- SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893 Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029 Hauptstrasse 177

Re: Maven for C/C++ development usable as well? Hudson server?

2012-01-25 Thread Robert Scholte
http://mojo.codehaus.org/maven-native/native-maven-plugin/ On Wed, 25 Jan 2012 14:36:50 +0100, Karl Heinz Marbaise khmarba...@gmx.de wrote: Hi, take a deep look into the maven nar plugin https://github.com/duns/maven-nar-plugin Kind regards Karl Heinz Marbaise

C++, Cross-Compilation, Artifacts and Maven

2011-07-10 Thread Deux deVille
Hello Mavens In our company we have a multi-platform C/C++-project anc consider switching from our hand-crafted Python-based buildsystem to Maven. I've read a lot about the Maven Native, the Maven Nar and the Jade Native plugins but I didn't get any valuable results. Maybe I'm too dumb or I

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

2011-07-10 Thread Martin Gainty
in the doc if you dont see your specific requirement addressed (something like integration of gmak makefiles) file a jira request at https://issues.sonatype.org/browse/NAR provide a complete example (including header, c, c++ sources and any static or shared libraries) and complete environment

Compile C# in maven

2011-04-14 Thread Alvarez, Dona - GMRT-EST
Hi, Can you please recommend a way to compile a C# solution in maven? I just need to be able to compile and run the resulting executable in maven. Preferably something that will work in both Windows and Linux. Thanks, Dona

RE: Compile C# in maven

2011-04-14 Thread Martin Gainty
C# has different compiler options for each version of host OS so we would need to know: 1)what is the Host environment discovered by executing at command line? uname -a 2)are you compiling for MSIL (an assembly to go into gac) or are you compiling to native dll? bedankt, Martin

RE: Compile C# in maven

2011-04-14 Thread Alvarez, Dona - GMRT-EST
04:37:42 EDT 2009 And I'm compiling to native dll and exe Thanks. -Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Thursday, April 14, 2011 10:22 AM To: users@maven.apache.org Subject: RE: Compile C# in maven C# has different compiler options for each version

Re: Compile C# in maven

2011-04-14 Thread Anders Hammar
compiling to native dll and exe Thanks. -Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Thursday, April 14, 2011 10:22 AM To: users@maven.apache.org Subject: RE: Compile C# in maven C# has different compiler options for each version of host OS so we would

RE: Compile C# in maven

2011-04-14 Thread Hessick, Michael
...@gmail.com [mailto:anders.g.ham...@gmail.com] On Behalf Of Anders Hammar Sent: Thursday, April 14, 2011 12:34 PM To: Maven Users List Subject: Re: Compile C# in maven Ignore Martin, he/she/it is a bot. I don't have any experience myself, but I have seen references to the NPanday project and the maven

Re: Compile C# in maven

2011-04-14 Thread Dennis Lundberg
Hi Have go at using NPanday, which is currently in the Apache Incubator. http://incubator.apache.org/npanday/ Alvarez, Dona - GMRT-EST skrev 2011-04-14 17:12: Hi, Can you please recommend a way to compile a C# solution in maven? I just need to be able to compile and run the resulting

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

2011-03-01 Thread sintetik
won't to use NAR first because of its complexity but unfortunately this issue (build time) is critical for me so I'd consider NAR if it may help. Regards, Sergey. -- View this message in context: http://maven.40175.n5.nabble.com/c-native-maven-plugin-redundant-linking-at-second-run-problem

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

2011-03-01 Thread Mark Donszelmann
NAR if it may help. Regards, Sergey. -- View this message in context: http://maven.40175.n5.nabble.com/c-native-maven-plugin-redundant-linking-at-second-run-problem-tp3403291p3404794.html Sent from the Maven - Users mailing list archive at Nabble.com

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

2011-03-01 Thread sintetik
know whether you think if it's possible or any other considerations. Thanks, Sergey. -- View this message in context: http://maven.40175.n5.nabble.com/c-native-maven-plugin-redundant-linking-at-second-run-problem-tp3403291p3405441.html Sent from the Maven - Users mailing list archive

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

2011-03-01 Thread Dan Tran
considerations. Thanks, Sergey. -- View this message in context: http://maven.40175.n5.nabble.com/c-native-maven-plugin-redundant-linking-at-second-run-problem-tp3403291p3405441.html Sent from the Maven - Users mailing list archive at Nabble.com

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

2011-02-28 Thread sintetik
/c-native-maven-plugin-redundant-linking-at-second-run-problem-tp3403291p3403291.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional

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

2011-02-28 Thread Dan Tran
/c-native-maven-plugin-redundant-linking-at-second-run-problem-tp3403291p3403291.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional

AW: why does maven use /bin/sh -c ls -1lna /djb3/... just to get a file attribute?

2011-01-17 Thread Stadelmann Josef
, VB.NET, C#.NET AND NetBeans e all based toward my Apache Axis2/J+C Servers on OPenVMS integrating via HP WSIT our very large Spezpla OpenVMS Legacy Server with its Oracle 10g DB. To deliver a bit more insigth to the current problem I am faced with - here the log - part - with the error and the -e

Re: AW: why does maven use /bin/sh -c ls -1lna /djb3/... just to get a file attribute?

2011-01-17 Thread Kristian Rosenvold
This would seem like its related to the format of the output of /bin/sh -c ls -1nlad /dkb3/sw-projekte/asf/sqljet/trunk/pom.xml from OpenVMS. I fixed a bug in this code some time ago, and in the process I encoded the format of the screen scraping into a unit test. So at least there is test

why does maven use /bin/sh -c ls -1lna /djb3/... just to get a file attribute?

2011-01-13 Thread Stadelmann Josef
: '/bin/sh -c ls -1nlad /dkb3/sw-projekte/asf/svnkit/tags/1_3_3/pom.xml': Error while executing process. Child creation error: no such file or directory - [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable

Re: why does maven use /bin/sh -c ls -1lna /djb3/... just to get a file attribute?

2011-01-13 Thread Wayne Fay
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-jar-plugin:2.3.1:jar (default-jar) on project svnkit: Error assembling JAR: Failed to read filesystem attributes for: /dkb3/sw-projekte/asf/svnkit/tags/1_3_3/pom.xml: Failed to retrieve numeric file attributes using: '/bin/sh -c ls

Re: why does maven use /bin/sh -c ls -1lna /djb3/... just to get a file attribute?

2011-01-13 Thread Laird Nelson
: '/bin/sh -c ls -1nlad /dkb3/sw-projekte/asf/svnkit/tags/1_3_3/pom.xml': Error while executing process. Child creation error: no such file or directory - [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using

Re: why does maven use /bin/sh -c ls -1lna /djb3/... just to get a file attribute?

2011-01-13 Thread Wayne Fay
: Failed to read filesystem attributes for: /dkb3/sw-projekte/asf/svnkit/tags/1_3_3/pom.xml: Failed to retrieve numeric file attributes using: '/bin/sh -c ls -1nlad /dkb3/sw-projekte/asf/svnkit/tags/1_3_3/pom.xml': Error while executing process. Child creation error: no such file or directory

Re: why does maven use /bin/sh -c ls -1lna /djb3/... just to get a file attribute?

2011-01-13 Thread Kristian Rosenvold
I have looked at this code earlier, and it actually forks *2* shells to get file attributes when creating any kind of xAR archive. There is definitely room for improvement here, especially on the posix implementation. The last time I googled this it was not as trivial as one could think.

RE : How to generate C++ code and compile it?

2010-09-07 Thread HARDION Vincent
Hi, I don't understand your question. You want to generate c++ code with perl script and compile it with maven ? Regards, Vincent -Message d'origine- De : Eyal Goren [mailto:eyalg1...@gmail.com] Envoyé : jeudi 19 août 2010 16:00 À : users@maven.apache.org Objet : How to generate C

RE: RE : How to generate C++ code and compile it?

2010-09-07 Thread Martin Gainty
you will have considerable work cutout for you considering both Microsoft and Borland spent man years perfecting their IDE C++ code generators The NAR plugin allows one to preprocess, compile and link with the OS specific lint, preprocessor, compiler and link utilities these older IDES

Re: RE : How to generate C++ code and compile it?

2010-09-07 Thread Eyal Goren
Hi, I already resolved it, but basically we had a procedure that needed to generate C++ sources from input files (like in Corba) and I needed to activate it vefore the compilation stage. Eyal -- View this message in context: http://maven.40175.n5.nabble.com/How-to-generate-C-code-and-compile

How to generate C++ code and compile it?

2010-08-19 Thread Eyal Goren
Hi, I have a task to generate using a perl script C++ code, and then compile it. I know we have maven-nar-plugin for compiling C++ code, but how can I generate the code from maven, and pass it its output? Thanks Eyal -- View this message in context: http://maven.40175.n5.nabble.com/How

Re: How to generate C++ code and compile it?

2010-08-19 Thread Eyal Goren
OK, resolve it using the exec-maven-plugin activated in the generated-sources phase -- View this message in context: http://maven.40175.n5.nabble.com/How-to-generate-C-code-and-compile-it-tp2640958p2641314.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: package org.pos tgresql.util does not exist c ompilation problem‏

2010-08-05 Thread Santiago Álvarez Martínez
Hi again Ognjen: I've just discovered where my error was. Some lines before adding my PostgreSQL package dependency, I had this another one: dependency groupId${jdbcDriver.groupId}/groupId artifactId${jdbcDriver.artifactId}/artifactId

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

Re: SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-07-02 Thread Ovidiu Feodorov
svn-settings useCygwinPathtrue/useCygwinPath /svn-settings [...] had no effect whatsoever when I first tried it, and then after looking at

Re: SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-07-02 Thread Jörg Schaible
call it directly on command line with an absolute path like svn info /cygpath/c/path/to/managed/source I can hardly believe this (cannot test it anymore, Windows free zone). The error above indicates for me that you actually called something like svn info /cygpath The way to make it work

Re: SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-07-02 Thread Ovidiu Feodorov
Jörg Schaible wrote: So, do you say that Cygwin's svn has a problem if you call it directly on command line with an absolute path like svn info /cygpath/c/path/to/managed/source I can hardly believe this (cannot test it anymore, Windows free zone). The error above indicates for me that you

Re: SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-07-02 Thread Ovidiu Feodorov
Jörg Schaible wrote: The absolute paths are on purpose, see http://jira.codehaus.org/browse/SCM-368. Can we make this configurable? useRelativePathstrue/useRelativePaths or similar? I also annotated http://jira.codehaus.org/browse/SCM-368 ... All my Can we make this ... questions on this

Re: SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-07-02 Thread Jörg Schaible
Ovidiu Feodorov wrote: Jörg Schaible wrote: So, do you say that Cygwin's svn has a problem if you call it directly on command line with an absolute path like svn info /cygpath/c/path/to/managed/source I can hardly believe this (cannot test it anymore, Windows free zone). The error above

Re: SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-07-02 Thread Ovidiu Feodorov
Jörg Schaible wrote: Ovidiu Feodorov wrote: Jörg Schaible wrote: So, do you say that Cygwin's svn has a problem if you call it directly on command line with an absolute path like svn info /cygpath/c/path/to/managed/source I can hardly believe this (cannot test it anymore, Windows

Re: SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-07-02 Thread Jörg Schaible
Ovidiu Feodorov wrote: Jörg Schaible wrote: [snip] What's the content of /cygdrive/c/Users/ovidiu/AppData/Local/Temp/maven-scm-45206-targets ? I've pasted it in the previous e-mail. I am doing it again here

Re: SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-07-02 Thread Ovidiu Feodorov
Jörg Schaible wrote: Ovidiu Feodorov wrote: Jörg Schaible wrote: [snip] What's the content of /cygdrive/c/Users/ovidiu/AppData/Local/Temp/maven-scm-45206-targets ? I've pasted it in the previous e-mail. I am doing it again here

Re: SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-06-30 Thread Olivier Lamy
Did you have a look here : http://maven.apache.org/scm/subversion.html useCygwinPathtrue in order to use cygwin path /cygdrive/c/useCygwinPath cygwinMountPaththe mount path to use default is /cygwin/cygwinMountPath Personnaly I use windows svn even if I use cygwin. -- Olivier 2009/6/30

Re: SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-06-30 Thread Jörg Schaible
Hi, Ovidiu Feodorov wrote at Dienstag, 30. Juni 2009 04:55: [snip] It seems quite obvious that this could be handled by cygwin svn No. Cygwin provides a POSIX layer for the file operations to allow unix utilities to compile and work in the Cygwin environment. Although some basic commands in

Re: SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-06-30 Thread Ovidiu Feodorov
-dependent path representation into the text file (yes, changing backslashes into forward slashes, but this doesn't help with C:. This is where I would to try to patch. If I have time tomorrow, I'll actually write the patch and see if it works.

Re: SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-06-30 Thread Ovidiu Feodorov
the useCygwinPath setting, it currently doesn't. Olivier Lamy wrote: Did you have a look here : http://maven.apache.org/scm/subversion.html useCygwinPathtrue in order to use cygwin path /cygdrive/c/useCygwinPath cygwinMountPaththe mount path to use default is /cygwin/cygwinMountPath Personnaly I use

SCM SVN Provider fails on Windows with cygwin/svn because of C:/ prefix

2009-06-29 Thread Ovidiu Feodorov
case: I am running mvn release:prepare for a multi-module project, (cygwin, Windows) and the operation fails with: [INFO] Checking in modified POMs... [INFO] Executing: cmd.exe /X /C svn --non-interactive commit --file c:\Users\ovidiu\AppData\Local\Temp\maven-scm-1114844030.commit

Re: Question about C-Builds

2009-06-03 Thread Dan Tran
resend to get more attention :-) Advice is greatly appreciated -D On Wed, May 27, 2009 at 9:30 PM, Dan Tran dant...@gmail.com wrote: Hi, Can i use C-builds to download and unpack a source tar ball thru maven dependencies, apply some patches, or replace some files, run configure

Question about C-Builds

2009-05-27 Thread Dan Tran
Hi, Can i use C-builds to download and unpack a source tar ball thru maven dependencies, apply some patches, or replace some files, run configure with a --prefix, run make, install it to fakeroot, zip/tgz/tbz2 the fakeroot to become final artifacts. Look likes Cbuild do most, but the fakeroot

Re: Maven 2 and C/C++ Testing Framework

2009-03-04 Thread Rémy Sanlaville
wonder also how to manage C interfaces (.h) with this plugin. As I can see in configuration example (cf. [1] and [2]), we have to include them in the source path: source directory${native.source.dir}/include/directory /source I don't like it to much because we have to specify a path

Re: Maven 2 and C/C++ Testing Framework

2009-03-04 Thread Dan Tran
having .h files as dependencies is not possible as this moment. The main problem here is how you would know which one is really include files, user may want .c, .hpp as include file as well. Also the pom will be polluted with lots of .h dep One work around is to package .h files in a compressed

Re: Maven 2 and C/C++ Testing Framework

2009-03-04 Thread Rémy Sanlaville
having .h files as dependencies is not possible as this moment. The main problem here is how you would know which one is really include files, user may want .c, .hpp as include file as well. Also the pom will be polluted with lots of .h dep Isn't it possible to use dependencies directly

Maven 2 and C/C++ Testing Framework

2009-03-03 Thread Rémy Sanlaville
Hi, I am looking for using C/C++ Testing Framework (like CppUnit, CxxTest or googletest) with maven 2. Does anybody already done it ? We are using native-maven-plugin for the compilation. But I am quite surprise that the native build lifecycle for this plugin consists of the following phases

Re: Maven 2 and C/C++ Testing Framework

2009-03-03 Thread Dan Tran
The mentioned test phase is for java test. Take a look at jade native maven plugin, it is an spin off of native plugin and covers cppunit test -D On Tue, Mar 3, 2009 at 7:59 AM, Rémy Sanlaville remy.sanlavi...@gmail.com wrote: Hi, I am looking for using C/C++ Testing Framework (like CppUnit

c++ maven project

2008-08-22 Thread Laura Lozano
Hello, I would like to know if is possible to use maven for create and build a C++ project. In this case, is there any available tutorial or documentation explaining how to proceed? Thank you.

RE: c++ maven project

2008-08-22 Thread Martin Gainty
to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. Date: Fri, 22 Aug 2008 14:45:25 +0200 From: [EMAIL PROTECTED] To: users@maven.apache.org Subject: c++ maven project Hello, I would like to know if is possible

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 [mailto

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

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
org.apache.maven.continuum.utils.shell.ShellCommandHelper:default - Executing: /bin/sh -c 'cd /home/dapadmin/continuum/working-directory/16 /opt/maven/bin/mvn -e -Dcontinuum.project.lastBuild.state=2 - Dcontinuum.project.nextBuild.number=15 - Dcontinuum.project.group.name=Delta Dental ESP DAP Master Project Object Model (POM

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

2008-02-01 Thread Mick Knutson
1st, when I start a new project group, and single build definition. Everything works fine. My install works, and I get an email each time the build occurs. Now when I add another build definition, the 1st time the build happened with the new definition, it appears the install works, but 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,

[c 1.1] issue with multiple project groups

2008-01-17 Thread Mick Knutson
I originally created a project for my project to run mvn install on a default schedule and the schedule ran fine. THen I created another project group for my site documentation goals on the default schedule as well and now it runs on the default schedule, but now my original project group I

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?

[c 1.1, archiva 1] Deployment Repository directory parameter

2008-01-15 Thread Mick Knutson
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? http://rc-sun66e.ut.dentegra.lab:8080/archiva/repository/internal/ so

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

2008-01-15 Thread Mick Knutson
Is it possible to kick off the build each time there is a new update available in svn? -- Thanks, Mick Knutson http://www.baselogic.com http://www.blincmagazine.com http://www.djmick.com http://www.myspace.com/mickknutson http://www.myspace.com/BLiNCMagazine http://tahoe.baselogic.com ---

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,

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

2008-01-15 Thread Mick Knutson
I want to create our war final name appended with the continuum build number: myProject-userwebapp-1.25-build-42.war Is this possible? -- Thanks, Mick Knutson http://www.baselogic.com http://www.blincmagazine.com http://www.djmick.com http://www.myspace.com/mickknutson

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

  1   2   3   >