dependency:analyze problem when using constants defined in an interface from a different module

2007-11-29 Thread Iker Almandoz
Hi everyone, I am using maven 2.0.7 with dependency plugin versoin 2.0-alpha-4. I have 2 projects as seen in the end of the e-mail (This are some test files to reproduce the problem) My first project contains a single interface that defines a String constant. My second project, uses the String

Re: Problem with Maven in build of Continuum 1.1-beta-3

2007-10-05 Thread Iker Almandoz
Providing the log entry that shows the maven command executed can help narrow down the problem... When i had this problem, the maven command showed INFO | jvm 1| 2007/09/30 20:27:23 | 2007-09-30 20:27:23,621 [pool-1-thread-1] INFO ShellCommandHelper:default - Executing: /bin/bash -c

Re: NullPointerException when adding a new build definition

2007-10-02 Thread Iker Almandoz
build definition to have type='maven2' Regards, Iker On 10/1/07, Iker Almandoz [EMAIL PROTECTED] wrote: Hi, I tried to add a new porject to my continuum-1.1-beta-3 and got a NullPointerException Then i've tried to execute the default target for this project from the project group view page

RE: NullPointerException when adding a new build definition

2007-10-02 Thread Iker Almandoz
-sql.sourceforge.net/ 2007/10/2, Iker Almandoz [EMAIL PROTECTED]: Some more information that can be helpful: I have checked the project and no 'type' information is given for all the build definitions after the import was done... so this might be an issue with the import tool... To fix it, i

Re: Weird behavior in user management

2007-10-02 Thread Iker Almandoz
PROTECTED] wrote: Do you have a user without role? About your admin, it's normal, an admin can do everything. Emmanuel Iker Almandoz a écrit : Hi Emmanuel, I have updated to 1.1-beta-3 following the instructions in http://maven.apache.org/continuum/guides/mini/guide-data-management.html

Re: Weird behavior in user management

2007-10-01 Thread Iker Almandoz
) are fixed. Emmanuel Iker Almandoz a écrit : Hi All, I'm using continuum-1.1-beta-2 with maven 7. I am running the system as admin and i am getting a project group twice when i look at my permission list: * Project Administrator - Aggregators * Project User

Error when project group has trailing spaces..

2007-10-01 Thread Iker Almandoz
Hi All, I am using continuum 1.1-beta2 with maven 2.0.7. I am getting the following error when building one of my applications: Output:

Weird behavior in user management

2007-10-01 Thread Iker Almandoz
Hi All, I'm using continuum-1.1-beta-2 with maven 7. I am running the system as admin and i am getting a project group twice when i look at my permission list: * Project Administrator - Aggregators * Project User - Aggregators * Project Administrator - Aggregators * Project

Re: Error when project group has trailing spaces..

2007-10-01 Thread Iker Almandoz
PROTECTED] wrote: What do you get in the build output? Emmanuel Iker Almandoz a écrit : Hi All, I am using continuum 1.1-beta2 with maven 2.0.7. I am getting the following error when building one of my applications

RE: Where is crimson-1.1.3 dependency coming from?

2007-09-28 Thread Iker Almandoz
dependency:tree is only supported by maven-dependency-plugin-2.0-alpha-5-SNAPSHOT currently... you can add the SNAPSHOT repository by adding the following to your pom.xml pluginRepositories pluginRepository idmaven.shapshot/id

RE: Code Coverage Plugins with Maven 2

2007-09-24 Thread Iker Almandoz
Matt, Cobertura 2.0 works ok for me... My pom.xml has: build plugins plugin groupIdorg.codehaus.mojo/groupId artifactIdcobertura-maven-plugin/artifactId version2.0/version /plugin That sets the cobertura version to 2.0 as the latest did not seem to

RE: NoClassDeFoundError running unit test

2007-09-11 Thread Iker Almandoz
Is your dependent class a 'test' class in project A or a 'main' class in project A ? In eclipse, are you importing project A or you have used 'mvn eclipse:eclipse' to generate your dependencies? Eclipse does not distinguish between test classpath and compile classpath so that could be part of