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
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 > > colleague

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-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. MG>maven-jxr-plugin The JXR plugin has 2 goals: - * {{{plugin-info.html}jx

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,

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

2013-12-20 Thread pizaninja
maven.40175.n5.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 addit

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

2013-12-20 Thread pizaninja
o convince 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-d

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-wel

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

2013-12-20 Thread Martin Gainty
MG>Clement as suggested could your submit your patch MG>What 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?

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

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 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 and ANT mav

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

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 ligh

Re: C# compiler / plexus-compiler-csharp

2013-03-30 Thread Dan Tran
n-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 can't get the C# &g

Re: C# compiler / plexus-compiler-csharp

2013-03-30 Thread Gabriel Goïc
Hilco Wijbenga 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

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, e-m

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 wrote: Hi, take a deep look into the maven nar plugin https://github.com/duns/maven-nar-plugin Kind regards Karl Heinz Marbaise ---

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

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: C++, Cross-Compilation, Artifacts and Maven

2011-07-10 Thread Martin Gainty
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 for

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'

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 t

RE: Compile C# in maven

2011-04-14 Thread Hessick, Michael
g.ham...@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

Re: Compile C# in maven

2011-04-14 Thread Anders Hammar
-46)) #1 SMP Mon Sep 21 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

2011-04-14 Thread Alvarez, Dona - GMRT-EST
ep 21 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

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

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: c++ native-maven-plugin redundant linking at second run problem

2011-03-01 Thread Dan Tran
f. > > Please let me 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-linkin

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

2011-03-01 Thread sintetik
the plugin itself. Please let me 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 M

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

2011-03-01 Thread Mark Donszelmann
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-tp3403291p34

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

2011-03-01 Thread sintetik
didn't 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-

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

2011-02-28 Thread Dan Tran
> > -- > View this message in context: > http://maven.40175.n5.nabble.com/c-native-maven-plugin-redundant-linking-at-second-run-problem-tp3403291p3403291.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
5.n5.nabble.com/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

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

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

2011-01-17 Thread Stadelmann Josef
F 3.5, 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 t

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. It

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

2011-01-13 Thread Wayne Fay
> 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 -1nlad >> > /dkb3/sw-projekte/asf/svnkit/tags/1_3_3/pom.

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

2011-01-13 Thread Laird Nelson
c 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 -> [Help 1] > > [ERROR] > > [ERROR] To see the full stack trace of the errors,

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

2011-01-13 Thread Wayne Fay
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 -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e switch.

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

2011-01-13 Thread Stadelmann Josef
/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 -> [Help 1] [ERROR] [ERROR] To see the full st

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

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 : 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

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

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-to

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: ${jdbcDriver.groupId} ${jdbcDriver.artifactId} ${jdbcDriver.version} test And that sc

Re: C# compiler / plexus-compiler-csharp

2009-09-19 Thread Hilco Wijbenga
2009/9/19 Wendy Smoak : > On Sat, Sep 19, 2009 at 4:26 PM, Hilco Wijbenga > 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

Re: C# compiler / plexus-compiler-csharp

2009-09-19 Thread Wendy Smoak
On Sat, Sep 19, 2009 at 4:26 PM, Hilco Wijbenga 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 >

Re: C# compiler / plexus-compiler-csharp

2009-09-19 Thread Hilco Wijbenga
2009/9/19 Hilco Wijbenga : > (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...) :-) Mmmh, I stand correcte

Re: C# compiler / plexus-compiler-csharp

2009-09-19 Thread Hilco Wijbenga
2009/9/19 Martin Gainty : >     >        maven-compiler-plugin >         >          csharp > csc /out:My.exe File.cs         >         >           >            org.codehaus.plexus >            plexus-compiler-csharp >            1.5.2 >           >         >       I tried with -target:library -ou

RE: C# compiler / plexus-compiler-csharp

2009-09-19 Thread Martin Gainty
euvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu 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 > &g

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

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

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 prev

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, Wi

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

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? true or similar? I also annotated http://jira.codehaus.org/browse/SCM-368 ... All my "Can we make this ..." questions on this list come with the underlying pr

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 tha

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

2009-07-02 Thread Jörg Schaible
svn: '/cygdrive' is not a working copy > svn: Can't open file '/cygdrive/.svn/entries': No such file > or directory So, do you say that Cygwin's svn has a problem if you call it directly on command line with an absolute path like s

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

2009-07-02 Thread Ovidiu Feodorov
true [...] had no effect whatsoever when I first tried it, and then after looking at https://svn.apache.org/repos/asf/maven/scm/tags/maven-scm-1.2/maven-scm-providers/maven-scm-providers-svn/maven-scm-provider-svn

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

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

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

2009-06-30 Thread Ovidiu Feodorov
les.iterator(); i.hasNext(); ) { File f = (File) i.next(); sb.append( f.getPath().replace( '\\', '/' ) ); sb.append( ls ); } which dumps OS-dependent path representation into the text file (yes, changing backslashes into forward sla

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 C

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 true in order to use cygwin path /cygdrive/c the mount path to use default is /cygwin Personnaly I use windows svn even if I use cygwin. -- Olivier 2009/6/30 Ovidiu Feodorov : > > I know this is not a new prob

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

2009-06-29 Thread Ovidiu Feodorov
what happens in my 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-

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 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 > with

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
> 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 depe

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
ll have a look. I 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: ${native.source.dir}/include I don't like it to much because we have to specify a path directory.

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 wrote: > Hi, > > I am looking for using C/C++ Testing Framework (like CppUnit, C

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: 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++ maven project

2008-08-22 Thread Dhruva Reddy
- From: 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 a

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

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

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 1.1] issues with adding build definition....

2008-02-04 Thread Tawfik, Sameh E
follow: Original value: false Change to: true 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-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: continuum http://rc-sun.ut.dentegra.lab:8080/continuum mail

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, -Dappserver.base=$CATALIN

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
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 org.apache.catalina.loader.WebappClassLoad

[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 site:s

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? > > http://ma

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
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 co

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'

[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 http://www.myspace.com/

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

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] 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 su

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 > /home/bui

[c-1.1]Working copy delete error

2007-12-28 Thread Mick Knutson
I just started getting this errror: org.codehaus.plexus.taskqueue.execution.TaskExecutionException: Error executing action 'clean-working-directory' at org.apache.maven.continuum.buildcontroller.DefaultBuildController.performAction(DefaultBuildController.java:434) at org.apache.m

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

2007-12-14 Thread Mick Knutson
I have been trying for a few hours now. I can get Continuum.war with a Derby DB running. But then when I add Activa.war I either be *no trace at all*when I use the same user datasource as CI: ** or when I run a different Datasource like: ** SEVERE: Null component Catalina:type=JspMonitor

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 into

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 jus

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 ord

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

2007-12-13 Thread Mick Knutson
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 Continuum? Am I going to set a another system variable to * /opt/contiuum/workingDirectory

  1   2   3   >