RE: continuum v1.1 test failures - macosx

2007-01-03 Thread Roald Bankras
module\target\surefire-reports\*.txt

Roald Bankras
Software Engineer
JTeam b.v.



-Original Message-
From: Graham Leggett [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 03, 2007 2:14 PM
To: continuum-dev@maven.apache.org
Subject: continuum v1.1 test failures - macosx

Hi all,

I am getting test failures while trying to build continuum v1.1 trunk.

(Can anyone remind me where the actual test results are buried?)

Regards,
Graham
--

--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.16.3/614 - Release Date: 1/2/2007 2:58 PM
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.16.3/614 - Release Date: 1/2/2007 2:58 PM
 


RE: Building continuum

2007-01-03 Thread Roald Bankras
I was planning to start debugging it myself. Clearly the assertion doesn't 
provided enough debug info. I'll be on irc, if you can help me. 

Roald Bankras
Software Engineer
JTeam b.v.



-Original Message-
From: Jesse McConnell [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 03, 2007 12:37 PM
To: continuum-dev@maven.apache.org
Subject: Re: Building continuum

well, for whats it worth I am pretty sure that if a developer ever gets a 
reproducible way to get these failures it will be fixed...but without any way 
to reproduce it then its tough to diagnose.

on that vein though, if someone with that kinda problem where to say, hop on 
irc and make them selves available to do some somewhat guided bug isolation 
then we might get somewhere, rather like how your problem was fixed wendy, in 
that particular instance we had found a bug/unintended feature in maven trunk :)

jesse

On 1/2/07, Wendy Smoak [EMAIL PROTECTED] wrote:
 On 1/2/07, Christian Edward Gruber [EMAIL PROTECTED] wrote:
  It builds fine for me.  On a lighter note, I find it most amusing 
  that -Dmaven.test.skip=true is mentioned as a way to move forward on 
  a list about a continuous integration project.
 
  Cheers,
  Christian.
 
  P.S.  Don't take that last as a serious criticism or anything, it 
  just made me chuckle, that's all. -cg

 LOL... yes, it's been noted before (and I edited out a similar comment 
 before I posted that. ;) )

 --
 Wendy



--
jesse mcconnell
[EMAIL PROTECTED]


-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.16.3/614 - Release Date: 1/2/2007 2:58 PM
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.16.3/614 - Release Date: 1/2/2007 2:58 PM
 


RE: Building continuum

2007-01-02 Thread Roald Bankras
Continuum-core fails 1 testcase with 2 errors.


---
Test set: 
org.apache.maven.continuum.project.builder.maven.MavenTwoContinuumProjectBuilderTest
---
Tests run: 5, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 10.656 sec  
FAILURE!
testCreateProjectsWithModules(org.apache.maven.continuum.project.builder.maven.MavenTwoContinuumProjectBuilderTest)
  Time elapsed: 1.594 sec   FAILURE!
junit.framework.AssertionFailedError: expected:1 but was:2
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:282)
at junit.framework.Assert.assertEquals(Assert.java:64)
at junit.framework.Assert.assertEquals(Assert.java:201)
at junit.framework.Assert.assertEquals(Assert.java:207)
at 
org.apache.maven.continuum.project.builder.maven.MavenTwoContinuumProjectBuilderTest.testCreateProjectsWithModules(MavenTwoContinuumProjectBuilderTest.java:184)

testCreateProjectWithoutModules(org.apache.maven.continuum.project.builder.maven.MavenTwoContinuumProjectBuilderTest)
  Time elapsed: 1.406 sec   FAILURE!
junit.framework.AssertionFailedError: expected:0 but was:1
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:282)
at junit.framework.Assert.assertEquals(Assert.java:64)
at junit.framework.Assert.assertEquals(Assert.java:201)
at junit.framework.Assert.assertEquals(Assert.java:207)
at 
org.apache.maven.continuum.project.builder.maven.MavenTwoContinuumProjectBuilderTest.testCreateProjectWithoutModules(MavenTwoContinuumProjectBuilderTest.java:274)



Roald Bankras
Software Engineer
JTeam b.v.

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.16.2/613 - Release Date: 1/1/2007 2:50 PM
 


RE: Building continuum

2007-01-02 Thread Roald Bankras
Svn is 1.3.1 

Roald Bankras
Software Engineer
JTeam b.v.


-Original Message-
From: Thierry Lach [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 02, 2007 3:37 PM
To: continuum-dev@maven.apache.org
Subject: Re: Building continuum

What is the svn version you are using?  Every attempt I make fails during svn 
unit test.

On 1/2/07, Wendy Smoak [EMAIL PROTECTED] wrote:

 On 1/2/07, Roald Bankras [EMAIL PROTECTED] wrote:

  I have a clean checkout of the trunk, running on XP with JDK 
  1.5.0_06and maven
 2.0.4

 It also builds fine here on WinXP, JDK 1.5.0_10 and Maven 2.0.4 or 
 2.0.5-SNAPSHOT.

 (However, I've seen odd intermittent problems before, especially on
 Windows.)

 --
 Wendy



--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.16.2/613 - Release Date: 1/1/2007 2:50 PM
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.16.2/613 - Release Date: 1/1/2007 2:50 PM
 


RE: Building continuum

2007-01-02 Thread Roald Bankras
I've updated to svn 1.4.2 and jdk 1.5.0_10, but still the same failure.
Are there additional environment variable required?

Roald Bankras
Software Engineer
JTeam b.v.


-Original Message-
From: Wendy Smoak [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 02, 2007 3:31 PM
To: continuum-dev@maven.apache.org
Subject: Re: Building continuum

On 1/2/07, Roald Bankras [EMAIL PROTECTED] wrote:

 I have a clean checkout of the trunk, running on XP with JDK 1.5.0_06 
 and maven 2.0.4

It also builds fine here on WinXP, JDK 1.5.0_10 and Maven 2.0.4 or 
2.0.5-SNAPSHOT.

(However, I've seen odd intermittent problems before, especially on Windows.)

--
Wendy


-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.16.2/613 - Release Date: 1/1/2007 2:50 PM
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.16.2/613 - Release Date: 1/1/2007 2:50 PM
 


RE: How can I add different source-directories to a project maven2?

2006-05-23 Thread Roald Bankras
Create three modules

Roald Bankras
Software Engineer
JTeam b.v.

-Original Message-
From: karim33 [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 23, 2006 4:31 PM
To: dev@maven.apache.org
Subject: How can I add different source-directories to a project maven2?


hi,

i try to build a jar file with maven2 with 3 source directory but in maven 2
i don't know haw we do this

in pom.xml we have sourceDirectory${src_dir}/sourceDirectory

i have 3 sources to integrate for compilation:
${src_dir}/src/**/*.java
${src_dir}/ejb/**/common/**/*.java
{src_dir}/ejb/common/**/*.java


can you help me please.
--
View this message in context: 
http://www.nabble.com/How+can+I+add+different+source-directories+to+a+project+maven2--t1669263.html#a4524013
Sent from the Maven - Dev forum at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.392 / Virus Database: 268.7.0/345 - Release Date: 5/22/2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.392 / Virus Database: 268.7.0/345 - Release Date: 5/22/2006
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: maven plugin development in IntelliJ Idea

2006-05-19 Thread Roald Bankras
Ok. How do I do that?

Roald Bankras
Software Engineer
JTeam b.v.

-Original Message-
From: Trygve Laugstøl [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 18, 2006 3:51 PM
To: Maven Developers List
Subject: Re: maven plugin development in IntelliJ Idea

Roald Bankras wrote:
 I've created some live templates for the maven javadoc annotations.
 
 You can find more info on my blog: http://roald.bankras.net/blog/?p=10

It would be great if you could submit a patch to the documentation too 
to make it a bit easier to find.

--
Trygve

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.392 / Virus Database: 268.6.0/342 - Release Date: 5/17/2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.392 / Virus Database: 268.6.0/342 - Release Date: 5/17/2006
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: maven plugin development in IntelliJ Idea

2006-05-19 Thread Roald Bankras
Where is the maven site jira project? Or is there some otherway to comment the 
commit?

Roald Bankras
Software Engineer
JTeam b.v.

-Original Message-
From: Trygve Laugstøl [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 19, 2006 8:56 AM
To: Maven Developers List
Subject: Re: maven plugin development in IntelliJ Idea

Roald Bankras wrote:
 Ok. How do I do that?

This is the short answer:
Please read [1]. You can find the site module in subversion at [2]. To 
generate the site a mvn site should be sufficient.

[1]: http://maven.apache.org/guides/development/guide-m2-development.html
[2]: http://svn.apache.org/repos/asf/maven/site/trunk/

--
Trygve

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.392 / Virus Database: 268.6.0/342 - Release Date: 5/17/2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.392 / Virus Database: 268.6.1/343 - Release Date: 5/18/2006
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: maven plugin development in IntelliJ Idea

2006-05-19 Thread Roald Bankras
I'm not allowed to resolve the task in jira. Can you do it for me?
It's MNG-2306.
Furthermore, I'm not allowed to commit to subversion.

Roald Bankras
Software Engineer
JTeam b.v.

-Original Message-
From: Trygve Laugstøl [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 19, 2006 12:46 PM
To: Maven Developers List
Subject: Re: maven plugin development in IntelliJ Idea

Roald Bankras wrote:
 Where is the maven site jira project? Or is there some otherway to comment 
 the commit?

The site uses the main JIRA project [1] and it has a set of 'components' 
in that project.

Thanks for your work! :)

--
Trygve

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.392 / Virus Database: 268.6.1/343 - Release Date: 5/18/2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.392 / Virus Database: 268.6.1/343 - Release Date: 5/18/2006
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: maven plugin development in IntelliJ Idea

2006-05-19 Thread Roald Bankras
So for now, all I need to do is attach the diff file to the jira issue. Right?

Roald Bankras
Software Engineer
JTeam b.v.

-Original Message-
From: Trygve Laugstøl [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 19, 2006 1:33 PM
To: Maven Developers List
Subject: Re: maven plugin development in IntelliJ Idea

Roald Bankras wrote:
 I'm not allowed to resolve the task in jira. Can you do it for me?
 It's MNG-2306.

You should be able to resolve it as the submitter, but it should not be 
closed until it's commited in subversion and verified.

 Furthermore, I'm not allowed to commit to subversion.

That's correct, you have to be a committer to be able to commit to the 
repository. If you keep up the good work over a period of time you 
*might* be nominated as a commiter.

--
Trygve

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.392 / Virus Database: 268.6.1/343 - Release Date: 5/18/2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.392 / Virus Database: 268.6.1/343 - Release Date: 5/18/2006
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: maven plugin development in IntelliJ Idea

2006-05-19 Thread Roald Bankras
It might be due the the harddisk failure at codehaus, but I'm not able the 
resolve the issue. The file is attached, so for me its done. Thx for the help!

Roald Bankras
Software Engineer
JTeam b.v.

-Original Message-
From: Trygve Laugstøl [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 19, 2006 1:33 PM
To: Maven Developers List
Subject: Re: maven plugin development in IntelliJ Idea

Roald Bankras wrote:
 I'm not allowed to resolve the task in jira. Can you do it for me?
 It's MNG-2306.

You should be able to resolve it as the submitter, but it should not be 
closed until it's commited in subversion and verified.

 Furthermore, I'm not allowed to commit to subversion.

That's correct, you have to be a committer to be able to commit to the 
repository. If you keep up the good work over a period of time you 
*might* be nominated as a commiter.

--
Trygve

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.392 / Virus Database: 268.6.1/343 - Release Date: 5/18/2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.392 / Virus Database: 268.6.1/343 - Release Date: 5/18/2006
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



commons attributes vs. annotations

2006-05-18 Thread Roald Bankras
Hey all

 

In the ‘Better Builds With Maven’ book the example mojo is created using 
commons attributes to define the hooks into maven.

Is there also a possibility to do this with annotations, or is it intentionally 
done with commons attributes to prevent the necessity for java 5?

Roald Bankras
Software Engineer
JTeam b.v.



 


-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.392 / Virus Database: 268.6.0/342 - Release Date: 5/17/2006
 


maven plugin development in IntelliJ Idea

2006-05-18 Thread Roald Bankras
http://roald.bankras.net/blog/?p=10

 

Roald Bankras
Software Engineer
JTeam b.v.
M: +31 6 229 558 92
T:  +31 20 48 62 036

 


-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.392 / Virus Database: 268.6.0/342 - Release Date: 5/17/2006
 


RE: maven-idea-plugin

2006-05-16 Thread Roald Bankras
In a multi-module project you might be right that grouping by scope is not the 
easiest way to group. However, we might consider creating groups for each 
module and for each scope, i.e. in a project with three modules data, logic, 
mvc. We might create the following list of project libraries:
- data-compile, data-runtime, data-test, etc.
- logic-compile, logic-runtime, etc
- mvc-compile, etc
- ${artifactId}-compile, etc.

Roald Bankras
Software Engineer
JTeam b.v.

-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED] 

I don't agree with grouping by scope (that likely wouldn't work if I 
understand correctly, as the project libraries would be different for 
every module), but by groupId might as an optional configuration option.

Please put it in the JIRA.

- Brett

Roald Bankras wrote:
 Hi all
  
 Are there yet any plans to group the dependencies inside intellij?
 I'd like to see some project libraries instead of module libraries. My 
 suggestion is to group them by scope, but another way might be to group them 
 by module (esspecially for multi module projects).
 What are your idea's?
  
 Roald Bankras
 Software Engineer
 JTeam b.v.
 


-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.392 / Virus Database: 268.5.6/339 - Release Date: 5/14/2006
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



maven-idea-plugin

2006-05-15 Thread Roald Bankras
Hi all
 
Are there yet any plans to group the dependencies inside intellij?
I'd like to see some project libraries instead of module libraries. My 
suggestion is to group them by scope, but another way might be to group them by 
module (esspecially for multi module projects).
What are your idea's?
 
Roald Bankras
Software Engineer
JTeam b.v.


-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.392 / Virus Database: 268.5.6/339 - Release Date: 5/14/2006