Release Plugin, ssh and svn Problem

2008-12-19 Thread Alexander Vaysberg
Hi, i have a problem with release plugin , svn and ssh. We have changed from cvs to svn. With cvs has it work fine, but with svn i have a problem: [ERROR] BUILD FAILURE [INFO] [INFO] Unable to tag SCM Provider message:

Re: Release Plugin, ssh and svn Problem

2008-12-19 Thread Stephen Connolly
This is a known problem with the SVN 1.5 client and maven's release plugin. Workaround: type svn update mvn release:prepare and it will continue from where it left off correctly. There are also some rumors that upgrading to the very latest version of the SVN client (1.5.5 i think) will fix

RE: Test plugin

2008-12-19 Thread John Coleman
Thanks Justin, it turns out I was looking at Maven 1 docs. I can run the test I want with test:single. John -Original Message- From: Edelson, Justin [mailto:justin.edel...@mtvstaff.com] Sent: 18 December 2008 14:07 To: Maven Users List Subject: RE: Test plugin This error is

questions about profiles?

2008-12-19 Thread aymen83
hi i've been searching for a way to override the version of an Artifact using profiles, is that possible? the idea is to change the version of framework when compiling a project, for instance, the project is compiled using spring 2.5 and i want to write a profile to compile it with the version

Re: Release Plugin, ssh and svn Problem

2008-12-19 Thread Alexander Vaysberg
also, i must a subversion on 1.5.5 update if i it with continuum use. It is right? Stephen Connolly schrieb: This is a known problem with the SVN 1.5 client and maven's release plugin. Workaround: type svn update mvn release:prepare and it will continue from where it left off correctly.

Re: Release Plugin, ssh and svn Problem

2008-12-19 Thread Stephen Connolly
I am sorry, it is since 18 years I German gelearnt, und my grasp of German grammar applied to English cannot decode your question. I do not know if Subversion 1.5.5 fixes the issue... only that it it a rumor... another solution is to downgrade to Subversion 1.4.x I do not that at least some

Re: Release Plugin, ssh and svn Problem

2008-12-19 Thread Martin Höller
On Friday 19 December 2008 Stephen Connolly wrote: I am sorry, it is since 18 years I German gelearnt, und my grasp of German grammar applied to English cannot decode your question. I'm a German native speaker and still cannot decode the question :) I do not know if Subversion 1.5.5 fixes the

Error compiling hello world maven plugin

2008-12-19 Thread Enrico Boldrini
Hello, I'm not able to compile the following hello world maven plugin (composed by two files): pom.xml: ?xml version=1.0 encoding=UTF-8? project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re: Release Plugin, ssh and svn Problem

2008-12-19 Thread Alexander Vaysberg
thanks! Martin Höller schrieb: On Friday 19 December 2008 Stephen Connolly wrote: I am sorry, it is since 18 years I German gelearnt, und my grasp of German grammar applied to English cannot decode your question. I'm a German native speaker and still cannot decode the question :)

Re: custuminsing profile

2008-12-19 Thread Mark Jackson
Have I missed something, or is 'custuminsing' a new techy word? ;) On 17 Dec 2008, at 14:00, aymen83 wrote: hi all, i have a question: profiles are done to provide a specific environment of building a project, so what i wanna do is: - i wanna provide a profile for building my project

Re: custuminsing profile

2008-12-19 Thread aymen83
sorry for this spelling error. Any way i searched in order to find something about the subject but there was no result Mark Jackson-8 wrote: Have I missed something, or is 'custuminsing' a new techy word? ;) On 17 Dec 2008, at 14:00, aymen83 wrote: hi all, i have a question: profiles

Re: Error compiling hello world maven plugin

2008-12-19 Thread Enrico Boldrini
I just resolved the error cleaning my local repository! Enrico - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Error compiling hello world maven plugin

2008-12-19 Thread aymen83
hi; org.apache.maven i think this must be declared as plugin not a dependency. Every thing related to maven as well Enrico Boldrini wrote: Hello, I'm not able to compile the following hello world maven plugin (composed by two files): pom.xml: ?xml version=1.0 encoding=UTF-8?

Antwort: Re: maven-eclipse-plugin generates bad source-folders in combination with relative folders

2008-12-19 Thread Thomas . Rosendorf
Hi, I have raised a JIRA : http://jira.codehaus.org/browse/MECLIPSE-515 Thank you! Barrie Treloar baerr...@gmail.com 17.12.2008 21:53 Bitte antworten an Maven Users List users@maven.apache.org An Maven Users List users@maven.apache.org Kopie Thema Re: maven-eclipse-plugin generates bad

RE: Bug with maven-dependency-plugin?

2008-12-19 Thread pwilder
I'll point out that I seem to have had the same issue after modifying the israfil maven-flex template from http://ancientprogramming.blogspot.com/2007/11/quickstart-flex-development-with-this.html to use the ServeBox flex plugin (http://maven.servebox.org/sites/maven-flex-plugin/flex-plugin/). I

Re: questions about profiles?

2008-12-19 Thread Heinrich Nirschl
On Fri, Dec 19, 2008 at 10:43 AM, aymen83 aymen.bhm...@yahoo.fr wrote: hi i've been searching for a way to override the version of an Artifact using profiles, is that possible? the idea is to change the version of framework when compiling a project, for instance, the project is compiled

Re: questions about profiles?

2008-12-19 Thread aymen83
two profiles this is what i have done and this the profile for spring 2.0.8 profile idlegacy/id activation activeByDefaultfalse/activeByDefault jdk1.5/jdk

Re: mvn dependency:analyse

2008-12-19 Thread John Prystash
Maybe try: mvn dependency:analyze Using a z instead of s? From: aymen83 aymen.bhm...@yahoo.fr To: users@maven.apache.org Sent: Friday, December 19, 2008 10:23:02 AM Subject: mvn dependency:analyse hi, when i tape mvn dependency:analyse i got this error

Re: mvn dependency:analyse

2008-12-19 Thread aymen83
thanks John sometimes i do silly things? John Prystash wrote: Maybe try: mvn dependency:analyze Using a z instead of s? From: aymen83 aymen.bhm...@yahoo.fr To: users@maven.apache.org Sent: Friday, December 19, 2008 10:23:02 AM Subject: mvn

RE: mvn dependency:analyse

2008-12-19 Thread Todd Thiessen
Don't feel too bad. I did something similar when I thought I typed the command in correctly but didn't and got an error until much later on. There is a fail fast option to Maven and this might help to avoid this kind of confusion. I haven't really played with it myself but I thought I would

RE: mvn dependency:analyse

2008-12-19 Thread aymen83
so after doing the analyZe i get this erro invalid entry CRC (expected 0x1edc57c0 but got 0x14bef4c8):confused: which i ignore totally the significance. since i'm not an expert in maven would someone tell me how to deal with this: [WARNING] Used undeclared dependencies found: [WARNING]

RE: mvn dependency:analyse

2008-12-19 Thread aymen83
so after doing the analyZe i get this erro invalid entry CRC (expected 0x1edc57c0 but got 0x14bef4c8):confused: which i ignore totally the significance. since i'm not an expert in maven would someone tell me how to deal with this: [WARNING] Used undeclared dependencies found: [WARNING]

RE: mvn dependency:analyse

2008-12-19 Thread aymen83
so after doing the analyZe i get this erro invalid entry CRC (expected 0x1edc57c0 but got 0x14bef4c8):confused: which i ignore totally the significance. since i'm not an expert in maven would someone tell me how to deal with this: [WARNING] Used undeclared dependencies found: [WARNING]

RE: mvn dependency:analyse

2008-12-19 Thread aymen83
so after doing the analyZe i get this erro invalid entry CRC (expected 0x1edc57c0 but got 0x14bef4c8):confused: which i ignore totally the significance. since i'm not an expert in maven would someone tell me how to deal with this: [WARNING] Used undeclared dependencies found: [WARNING]

[ANNOUNCEMENT] - UNIX Maven Plugin 1.0-alpha-1 released

2008-12-19 Thread Trygve Laugstøl
I'm happy to announce the first alpha release of unix-maven-plugin. This is primarily a technology preview, but is fully functional. The unix-maven-plugin is a Maven plugin for producing installation packages for UNIX platforms. The current release is 1.0-alpha-1. This release is meant as a

Effective POM and RELEASE version

2008-12-19 Thread Nicolas Barrera
Hi, (sorry if i double posted, i 'm resending because i had a send error last time) Here is my question: Why is it that whenever I execute help:effective-pom and I got some dependency or parentPom defined with versionRELEASE/version in the effective-pom output i still see versionRELEASE/version

Re: Re: maven-eclipse-plugin generates bad source-folders in combination with relative folders

2008-12-19 Thread Barrie Treloar
My Directory-Stucture looks following: D:\ - Projekte - Maven -maven-user-list - maven-project-dir - existing-src-dir I need to add the Sources in existing-src-dir to the pom in maven-project-dir. I think you might want to move the maven-project-dir stuff up into

Re: Effective POM and RELEASE version

2008-12-19 Thread Baptiste MATHUS
Which plugin or dependency is it? Is it one of yours of another? RELEASE is a special keyword that is designed to be resolved at runtime against the latest *non-snapshot* version. Cheers 2008/12/19 Nicolas Barrera nbarr...@gmail.com Hi, (sorry if i double posted, i 'm resending because i had a

Re: Are Maven profiles like Ant targets?

2008-12-19 Thread Baptiste MATHUS
2008/12/18 Martin Höller mar...@xss.co.at Yes, that's what I've been doing, but you said I was doing it wrong. In your original mail you tried to use profiles like you would use tasks in ant. That's not the maven way and that's what I meant when I was saying you are doing it wrong. I

Re: questions about profiles?

2008-12-19 Thread Baptiste MATHUS
I might have missed something, but where did you use this property somewhere else in your pom? And how do you run maven? What did you put after -P? Cheers 2008/12/19 aymen83 aymen.bhm...@yahoo.fr two profiles this is what i have done and this the profile for spring 2.0.8 profile

Effective POM and RELEASE version

2008-12-19 Thread Nicolas Barrera
Hi, Why is it that whenever I execute help:effective-pom and I got some dependency or parentPom defined with versionRELEASE/version in the effective-pom output i still see versionRELEASE/version and NOT the truly version number I 'm compiling against. hope sombody answers this one :) cheers!

Unable to successfully complete a mvn install on one of my apps

2008-12-19 Thread edgarosy
I have an application that I have been able to install successfully in the past until I upgraded its pom and added the following dependencies: dependency groupIdSAP/groupId artifactIdLOG/artifactId version7.0/version scoperuntime/scope /dependency

RE: Unable to successfully complete a mvn install on one of my apps

2008-12-19 Thread Edelson, Justin
You might want to try running mvn help:effective-settings. Justin -Original Message- From: edgarosy [mailto:edgar.l...@gmail.com] Sent: Friday, December 19, 2008 4:36 PM To: users@maven.apache.org Subject: Unable to successfully complete a mvn install on one of my apps I have an

RE: Unable to successfully complete a mvn install on one of my apps

2008-12-19 Thread edgarosy
When I run the mvn help:effective-settings -Pacp command I get a successfull build. justinedelson wrote: You might want to try running mvn help:effective-settings. Justin -Original Message- From: edgarosy [mailto:edgar.l...@gmail.com] Sent: Friday, December 19, 2008 4:36 PM

RE: Unable to successfully complete a mvn install on one of my apps

2008-12-19 Thread Edelson, Justin
Right, but does it show your artifactory repository? -Original Message- From: edgarosy [mailto:edgar.l...@gmail.com] Sent: Friday, December 19, 2008 5:13 PM To: users@maven.apache.org Subject: RE: Unable to successfully complete a mvn install on one of my apps When I run the mvn

Inconsistent Cobertura Results

2008-12-19 Thread Harper, Brad
Sometimes cobertura reports zero percent coverage in info produced by site:site, and non-zero percentages are reported when run separately. I was thinking that this might be due to differences in the default values of the property maven.compiler.debug between the build and site lifecycles ... or

RE: mvn dependency:analyse

2008-12-19 Thread Brian E. Fox
The used undeclared dependencies are dangerous. This means in your code you are using things from these dependencies but your pom doesn't declare them. It's working because they are on the compile classpath via a transitive dependency. The problem is that these transitives could change on you and

[LOADING CLASS]

2008-12-19 Thread João Kreuzberg
Hello Guys, I have a maven plugin that needs to load classes from the project, but when I try I get class not found exception, so I'm guessing I need to configure something to let maven know that the application class path should also include the existing java classes. This plugin will via