Re: warning

2008-12-15 Thread aymen83
thanks for the response :handshake: aymen83 wrote: hi, i resolved my problem. It's due to a broken jar, now my projects compiles but i have somze warnings. Any one knows what does means? Do i have to make some changes to my pom.xml? [WARNING] D:\MyWorkspace\WebService

RE: warning

2008-12-15 Thread Martin Gainty
I would ping the support folks at Sun https://ssl1.taggingserver.netmining.com/script/sun/call/ Bon Chance/ Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This

Re: mvn -e clean install errors

2008-12-15 Thread aymen83
thanks for reply, i know it's compilation failure but what i don't know if it's related to maven or to my project. NB: i compiled my project successfully before but after installing Artifactory it fails aymen83 wrote: hi everybody, when i try to compile my project i have these errors. I'm

RE: Up-to-date release

2008-12-15 Thread Todd Thiessen
Comments within. Anyone else have thoughts on this? --- Todd Thiessen -Original Message- From: sverhagen [mailto:verha...@sander.com] Sent: Friday, December 12, 2008 8:47 PM To: users@maven.apache.org Subject: RE: Up-to-date release Hi, again. Todd Thiessen wrote:

RE: Up-to-date release

2008-12-15 Thread Todd Thiessen
-Original Message- From: sverhagen [mailto:verha...@sander.com] Sent: Saturday, December 13, 2008 8:31 AM To: users@maven.apache.org Subject: Re: Up-to-date release Wendy Smoak-3 wrote: I still tend to favor communication and a quiet period when a release is going

Re: mvn -e clean install errors

2008-12-15 Thread Adam
If you run it once without the -e it should give you the files where the errors are located (which it should anyways). On Mon, Dec 15, 2008 at 5:50 AM, aymen83 aymen.bhm...@yahoo.fr wrote: thanks for reply, i know it's compilation failure but what i don't know if it's related to maven or to

Re: JDepend Reporting Plugin in a Multi-Module Project

2008-12-15 Thread dvicente
Hi, the problem with JDepend plugin is : All design quality metrics are computed into a single project, not with other modules which could use this first project. So the Afferent and Efferent Couplings metrics are distorted with this problem. The dashboard plugin cannot resolve this lack.

Re: mvn -e clean install errors

2008-12-15 Thread Nick Stolwijk
org.apache.maven.BuildFailureException: Compilation failure You have a compilation failure in your project. Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Mon, Dec 15, 2008 at 11:07 AM, aymen83 aymen.bhm...@yahoo.fr wrote:

RE: JDepend Reporting Plugin in a Multi-Module Project

2008-12-15 Thread Harper, Brad
But this issue isn't a problem with the dashboard plugin, or even a question as to whether the JDepend reports can be rolled up meaningfully. I was describing the expected final use case. Maybe summarizing data doesn't make sense for JDepend. Hopefully the dashboard plugin will [some day?] be able

Nexus Central Index redirected to S3

2008-12-15 Thread Brian E. Fox
To help reduce the load on Central and provide faster downloads of the index (updated weekly), we are redirecting the requests over to Amazon S3. For most users this will be completely transparent except you should notice both the indexes and general Central use to be much faster. If however you

Re: warning

2008-12-15 Thread Baptiste MATHUS
Hi, Well, as written, this is warnings about using internal API, which you shouldn't do. In fact, as an implementation API it's not meant to be used directly, but through a standard API instead. So, you should not use those classes but instead find the standard way of using their contract since

RE: Is Maven / JUnit 4.x broken (annotations)

2008-12-15 Thread Peter Niederwieser
CheapLisa wrote: What you are saying is that the surefire plugin is not JUnit4 enabled? Unfortunately, Surefire isn't capable of detecting JUnit 4 tests by itself. You always have to adhere to some naming convention. Cheers, Peter -- View this message in context:

RE: how to attach web resource

2008-12-15 Thread Brian E. Fox
This should help: http://blogs.sonatype.com/people/?p=608 -Original Message- From: Кирин Евгений Николаевич [mailto:eki...@ibs.ru] Sent: Monday, December 15, 2008 11:12 AM To: users@maven.apache.org Subject: how to attach web resource Hello everybody! Could you please tell me how to

Re: Is Maven / JUnit 4.x broken (annotations)

2008-12-15 Thread John Stoneham
On Mon, Dec 15, 2008 at 11:12 AM, Peter Niederwieser pnied...@gmail.com wrote: What you are saying is that the surefire plugin is not JUnit4 enabled? Unfortunately, Surefire isn't capable of detecting JUnit 4 tests by itself. You always have to adhere to some naming convention. To be clearer

warning

2008-12-15 Thread aymen83
hi, i resolved my problem. It's due to a broken jar, now my projects compiles but i have somze warnings. Any one knows what does means? Do i have to make some changes to my pom.xml? [WARNING] D:\MyWorkspace\WebService

includes in assembly not working ?

2008-12-15 Thread Armin Ehrenfels
Hi list, in my assembly descriptor, I have something like this: assembly idjython/id formats formatzip/format /formats ... fileSets fileSet directoryct/directory outputDirectorycontrollers/outputDirectory excludes

Re: POM Private Inheritence

2008-12-15 Thread Wendy Smoak
On Mon, Dec 8, 2008 at 8:31 AM, Todd Thiessen thies...@nortel.com wrote: http://maven.apache.org/pom.html#Inheritance it sounds like only certain sections of the POM get inheritied. For instance, the SCM section is one section that is NOT mentioned as inherited. From experience, the scm

Tests run fine in NetBeans, but fail using command line Maven

2008-12-15 Thread James Adams
I have several tests which I can run individually from NetBeans or at the command line and they pass OK, but if I run mvn clean install from command line several of these same tests will fail. This seems odd -- shouldn't the tests either pass or fail regardless of whether or not they're being

RE: POM Private Inheritence

2008-12-15 Thread Todd Thiessen
Hmm. Not sure I follow. What works out fine? You mean that if the name of the artifact ID is the name as the directory, the SCM section does not get inheritied?? Are you suggesting that a parement POM should only be referenced by a project only if that project is a child module of the parent

Re: POM Private Inheritence

2008-12-15 Thread Wendy Smoak
On Mon, Dec 15, 2008 at 11:45 AM, Todd Thiessen thies...@nortel.com wrote: What works out fine? You mean that if the name of the artifact ID is the name as the directory, the SCM section does not get inheritied?? The scm urls work out fine if you specify them only in the parent pom, and have

RE: POM Private Inheritence

2008-12-15 Thread Todd Thiessen
Thanks. That is what I had observed also. It would be nice if you could define sections like this as private. --- Todd Thiessen -Original Message- From: Wendy Smoak [mailto:wsm...@gmail.com] Sent: Monday, December 15, 2008 1:56 PM To: Maven Users List Subject: Re: POM Private

Re: Is Maven / JUnit 4.x broken (annotations)

2008-12-15 Thread Peter Niederwieser
John Stoneham wrote: To be clearer - surefire will certainly detect JUnit 4 tests I think you don't get the point. By detection we mean that given a base directory, Surefire will find all test classes beneath it, w/o us having to adhere to any naming convention. Surefire can't do this.

Re: Is Maven / JUnit 4.x broken (annotations)

2008-12-15 Thread Wayne Fay
I think you don't get the point. By detection we mean that given a base directory, Surefire will find all test classes beneath it, w/o us having to adhere to any naming convention. Surefire can't do this. I agree with one small edit -- Surefire can't do this *today*. If this is important

RE: Up-to-date release

2008-12-15 Thread sverhagen
Todd Thiessen wrote: Unfortunately, I don't believe there is a way to completely ensure an up-to-date work area. A commit could happen just after you do the update so you can still release what is not really in trunk. That's what I always thought this was for: useEditMode: Whether to

RE: Up-to-date release

2008-12-15 Thread Todd Thiessen
I have never used that myself either. My impression is that it locks only a single file though, not the entire repository. Perhaps someone more experienced in this area could comment. --- Todd Thiessen -Original Message- From: sverhagen [mailto:verha...@sander.com] Sent: Monday,

RE: dependency.getDependencies()

2008-12-15 Thread EJ Ciramella
Would things with classifiers be excluded from this list? How about types other than jar? I still (with things set as compile) can't get things to show up in the list... -Original Message- From: Stuart McCulloch [mailto:mccu...@gmail.com] Sent: Thursday, December 11, 2008 9:25 PM To:

RE: dependency.getDependencies()

2008-12-15 Thread EJ Ciramella
NVM - I can see that I was using the wrong get method. Nothing to see here -Original Message- From: EJ Ciramella [mailto:ecirame...@upromise.com] Sent: Monday, December 15, 2008 3:28 PM To: Maven Users List Subject: RE: dependency.getDependencies() Would things with classifiers be

Problems with maven 2.0.9, 2.1.0-M1 and profiles.

2008-12-15 Thread Carlos Chávez
Hello everyone. I have defined in a parent POM some profiles and some properties, then in the child profile i have defined some resources that use those properties, it looks like: parent POM: project ... ... profiles profile idlocal/id activation

Re: Problems with maven 2.0.9, 2.1.0-M1 and profiles.

2008-12-15 Thread Arnaud HERITIER
What I learned recently is that activation of profiles isn't inherited. Can't it be your problem ? By default in a child project you won't have access to the properties values defined in the local profile. Arnaud On Mon, Dec 15, 2008 at 11:56 PM, Carlos Chávez ccha...@agssa.net wrote: Hello

Re: Problems with maven 2.0.9, 2.1.0-M1 and profiles.

2008-12-15 Thread Jörg Schaible
Arnaud HERITIER wrote: What I learned recently is that activation of profiles isn't inherited. Can't it be your problem ? By default in a child project you won't have access to the properties values defined in the local profile. For us it is using M209! However, we do not use the

Re: Tests run fine in NetBeans, but fail using command line Maven

2008-12-15 Thread Marat Radchenko
This seems odd -- shouldn't the tests either pass or fail regardless of whether or not they're being run as a suite within Maven or as individual tests? They should. Unless you managed to write them in such way that they don't.

MAVEN certifications

2008-12-15 Thread mohan_IBM
Hi all, I am new to MAVEN, and just started using it. Is there any certifications to MAVEN or ANT build tools? -- View this message in context: http://www.nabble.com/MAVEN-certifications-tp21028497p21028497.html Sent from the Maven - Users mailing list archive at Nabble.com.