RE: SVN can not revert - VISTA can not copy it

2011-04-18 Thread Martin Gainty
dir /AD /X 04/18/2011 08:49 PM INSANE~1 Insane Long Folder Name to do anything useful with this folder you'll need reference either the full name e.g. rmdir "Insane Long Folder Name" or reference the shortened name e.g. rmdir INSANE~1 (or run maven in cygwin) Martin ___

Re: SVN can not revert - VISTA can not copy it

2011-04-18 Thread Barrie Treloar
On Mon, Apr 18, 2011 at 9:23 PM, Stadelmann Josef wrote: > If I would be a maven developer I would make this path a bit more longer > to really see others go into problems as well as I do on my Vista PC; > > Error restoring text for > 'E:\asf\maven\maven-3\nb_trunk\maven-embedder\src\test\error-re

Re: Arranging Modules on the File System

2011-04-18 Thread Barrie Treloar
On Tue, Apr 19, 2011 at 8:17 AM, Eric Kolotyluk wrote: > I apologize if this is a newbie question, but I'm looking for a quick > answer... > > I'm using Sonatype Maven plug-in for Eclipse and I have set up a project > with several modules. The way the plug-in arranged them on the file system > is:

Re: maven eclipse plugin

2011-04-18 Thread Barrie Treloar
On Mon, Apr 18, 2011 at 11:48 PM, Fernando Wermus wrote: > Hi all, >    I am trying to set up code styles, work space and so on, but it doesn't > work. Does anybody know if maven plug in eclipse is working for these kind > of set up? I am using eclipse helios If you are talking about m2e, this is

Arranging Modules on the File System

2011-04-18 Thread Eric Kolotyluk
I apologize if this is a newbie question, but I'm looking for a quick answer... I'm using Sonatype Maven plug-in for Eclipse and I have set up a project with several modules. The way the plug-in arranged them on the file system is: eclipse-workspace/parent-project/.project eclipse-workspace/

Re: Using classifiers, missing artifact

2011-04-18 Thread Claves do Amaral
On 18 April 2011 16:07, Ron Wheeler wrote: > common-corba-v3-3.0.10-SNAPSHOT-jacorb.jar is the same as > common-corba-v3-3.0.10-SNAPSHOT.jar??? > > > uk.co.mycompany.corba:common-corba-v3:jar:jacorb:3.0.10-SNAPSHOT is what it > wants. > > > common-corba-v3-3.0.10-2011

Re: Enforcer banned dependencies... Not working ?

2011-04-18 Thread Brian Fox
The warning is talking about the plugin versions rule. Off hand nothing jumps out as being wrong with the config to me. It's been too long since I wrote this rule to recall off the top of my head how it's processed. Take a look at the code and see how includes, excludes are handled. There may be so

Re: Using classifiers, missing artifact

2011-04-18 Thread Ron Wheeler
common-corba-v3-3.0.10-SNAPSHOT-jacorb.jar is the same as common-corba-v3-3.0.10-SNAPSHOT.jar??? uk.co.mycompany.corba:common-corba-v3:jar:jacorb:3.0.10-SNAPSHOT is what it wants. common-corba-v3-3.0.10-20110418.xx-1.pom is just a POM Ron On 18/04/2011 10:44 AM, Anders Hammar wrote

Re: Using classifiers, missing artifact

2011-04-18 Thread Claves do Amaral
On 18 April 2011 15:44, Anders Hammar wrote: > They are there, but with a non-unique snapshot version. > > /Anders (mobile) > Den 18 apr 2011 16.25 skrev "Ron Wheeler" : >> The jar is not in your repo. >> Only the POM >> >> Ron yes, the point is that his is a pattern that i noticed for all artifa

Re: Enforcer banned dependencies... Not working ?

2011-04-18 Thread Anders Hammar
Did you read the output? The answer to why it doesn't check is stated there. /Anders (mobile) Den 18 apr 2011 16.56 skrev "Pavel Smirnov D" : > > I was trying to centralize enforcer configuration to make use of banned dependencies, > configured following in parent pom.xml: > > > org.apache.maven.

Enforcer banned dependencies... Not working ?

2011-04-18 Thread Pavel Smirnov D
I was trying to centralize enforcer configuration to make use of banned dependencies, configured following in parent pom.xml: org.apache.maven.plugins maven-enforcer-plugin 1.0-beta-1 enforce-banned-dependencies-track-level

Re: maven in 5 min not working

2011-04-18 Thread kasim ahmed
solved, it was my proxiy issue: new proxy setting is: optional true http * webproxy* 80 localhost|google.com On Mon, Apr 18, 2011 at 4:31 PM, kasim ahmed wrote: > Hi, > > > > I have downloaded latest maven 3.0.3, java version "1.6.0_18".

Re: Using classifiers, missing artifact

2011-04-18 Thread Anders Hammar
They are there, but with a non-unique snapshot version. /Anders (mobile) Den 18 apr 2011 16.25 skrev "Ron Wheeler" : > The jar is not in your repo. > Only the POM > > Ron > On 18/04/2011 9:20 AM, Claves do Amaral wrote: >> Hello to the Maven users, >> I have an issue with Maven and a missing artif

Re: maven eclipse plugin

2011-04-18 Thread Ron Wheeler
On 18/04/2011 10:18 AM, Fernando Wermus wrote: Hi all, I am trying to set up code styles, work space and so on, but it doesn't work. Does anybody know if maven plug in eclipse is working for these kind of set up? I am using eclipse helios thanks in advance You might want to move to the STS

maven in 5 min not working

2011-04-18 Thread kasim ahmed
Hi, I have downloaded latest maven 3.0.3, java version "1.6.0_18". mvn –version *Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100)* *Maven home: C:\software\apache-maven-3.0.3* *Java version: 1.5.0_05, vendor: Sun Microsystems Inc.* *Java home: C:\software\jdk1.5.0.15\jre* *Defau

Maven ate my hard drive !

2011-04-18 Thread Julien Nicoulaud
Hi all, Maven can eat up a lot of disk space... I'm sharing those two Bash scripts I use for freeing some space: https://github.com/nicoulaj/dotfiles/blob/master/bin/mvn-clean-projects - Looks for Maven projects in $HOME and does a "mvn clean" https://github.com/nicoulaj/dotfiles/blob/master/bin/

Re: Using classifiers, missing artifact

2011-04-18 Thread Ron Wheeler
The jar is not in your repo. Only the POM Ron On 18/04/2011 9:20 AM, Claves do Amaral wrote: Hello to the Maven users, I have an issue with Maven and a missing artifact, that in fact is on our local Maven repository $ mvn -version Apache Maven 3.0.2 (r1056850; 2011-01-09 00:58:10+) Java ver

maven eclipse plugin

2011-04-18 Thread Fernando Wermus
Hi all, I am trying to set up code styles, work space and so on, but it doesn't work. Does anybody know if maven plug in eclipse is working for these kind of set up? I am using eclipse helios thanks in advance

Using classifiers, missing artifact

2011-04-18 Thread Claves do Amaral
Hello to the Maven users, I have an issue with Maven and a missing artifact, that in fact is on our local Maven repository $ mvn -version Apache Maven 3.0.2 (r1056850; 2011-01-09 00:58:10+) Java version: 1.6.0_21, vendor: Sun Microsystems Inc. Java home: C:\Program Files\Java\jdk1.6.0_21\jre D

Re: SVN can not revert - VISTA can not copy it

2011-04-18 Thread Olivier Lamy
Hello, maybe try : svn revert E:\asf\maven\maven-3\nb_trunk HTH, -- Olivier Lamy http://twitter.com/olamy http://www.linkedin.com/in/olamy 2011/4/18 Stadelmann Josef : > If I would be a maven developer I would make this path a bit more longer > to really see others go into problems as well as I

SVN can not revert - VISTA can not copy it

2011-04-18 Thread Stadelmann Josef
If I would be a maven developer I would make this path a bit more longer to really see others go into problems as well as I do on my Vista PC; Error restoring text for 'E:\asf\maven\maven-3\nb_trunk\maven-embedder\src\test\error-reporting-p rojects\ext-plugin-artifact-missing\local-repo\org\apache

maven with clearcase integration

2011-04-18 Thread HAMAD KASIM (SDV/PSE)
Hi, I am new Maven; I have integrate Maven with Clearcase. Clearcase version: 7.1.1 UCM version. Ie creating dynamic view on shared location. Please let me know the steps to integrate Maven with Clearcase. Thanks Kasim DISCLAIMER http://www.belgacom.be/maildisclaimer

Re: How to model dependency from Unit Test Source to a another Projects Source

2011-04-18 Thread Anders Hammar
OK, then I guess it must be either the coordinates that are incorrect or the scope set to runtime. The runtime scope sounds unlikely to me. /Anders On Mon, Apr 18, 2011 at 11:13, Sailer, Richard wrote: > Thanks for your reply. > > The project a is already a maven project and is installed in the

AW: How to model dependency from Unit Test Source to a another Projects Source

2011-04-18 Thread Sailer, Richard
Thanks for your reply. The project a is already a maven project and is installed in the mvn repo correctly because all the other sources from project b compiles correctly. Therefore it seems really strange to me. Richard -Ursprüngliche Nachricht- Von: anders.g.ham...@gmail.com [mailto:a

Re: How to model dependency from Unit Test Source to a another Projects Source

2011-04-18 Thread Anders Hammar
It should work as it is I believe (if the coordinates of project a are correct). Possible you just need to build the a project so that it is copied to the local repo by mvn install /Anders On Mon, Apr 18, 2011 at 09:02, Sailer, Richard wrote: > Hello, > > I try to execute our unit tests with ma

How to model dependency from Unit Test Source to a another Projects Source

2011-04-18 Thread Sailer, Richard
Hello, I try to execute our unit tests with maven. The problem that I know get is a compilation failure (Cannot find class), when maven tries to compile the Unit Test souces in these sources we import a Class from another sub projects normal src Directory. So what I have is the following situati