Re: need help

2007-05-22 Thread Kaare Nilsen
Well.. I must say I am not sure I understood the questions fully, but I give it a try... Hi, Its regarding identifiyng the plugin name. We are using Maven in my project. i have small doubt. I need to identify the "aspectj-maven-plugin" if we are using in our project. if it is foun

Re: [vote] Release Continuum 1.0.3

2006-04-18 Thread Kaare Nilsen
On 19/04/06, Trygve Laugstøl <[EMAIL PROTECTED]> wrote: > On Tue, 2006-04-18 at 20:31 +0200, Kaare Nilsen wrote: > > The speed improvements are impressive.. thanx for that !! > > I still would like to have my instance running for a couple of days to > > test the memoryle

Re: [vote] Release Continuum 1.0.3

2006-04-10 Thread Kaare Nilsen
Well.. based on the rc snapshot I also have alot problems with out of memory stuff. I run solaris10 jdk 1.5.0_04 eagerly awaiting the next rc On 10/04/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > Windows XP > JDK 1.4.2 > > If it runs (the projects list shouldn't be empty), you can take a loo

Re: [vote result] release maven 2 eclipse plugin 2.2

2006-04-10 Thread Kaare Nilsen
A litte to late but anyhow +1 from me /Kaare On 10/04/06, Fabrizio Giustina <[EMAIL PROTECTED]> wrote: > Vote result: > 3 binding +1 (me, Emmanuel, John) > I will take care of publishing the release shortly > > fabrizio > > > On 4/6/06, Fabrizio Giustina <[EMAIL PROTECTED]> wrote: > > Based on: >

Re: [vote] release maven 2 eclipse plugin 2.2

2006-04-07 Thread Kaare Nilsen
Hi.. stupid question, but... Where is the snapshot repos, so that I can test it ? /Kaare On 07/04/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > +1 > > Emmanuel > > Fabrizio Giustina a écrit : > > Based on: > > maven-eclipse-plugin-2.2-20060406.203721-2.jar > > I would like to release version

Re: Maven application launcher?

2006-04-07 Thread Kaare Nilsen
It's not maven, but you could use classworlds to launch your app. used by continuum at least, and I use it for running my binary distributions. So in the development environment we use exec:java to launch a module, and in the test and production we use classworlds.. works like a charm classworlds

Re: JUnit 4.0

2006-02-19 Thread Kaare Nilsen
Hi all.. Though i did not test this using surefire (yet), I am almost certain that it would work.. the followng testcode, and notice the inner suite() method. package no.objectware.test.junit4; import junit.framework.JUnit4TestAdapter; import org.junit.After; import org.junit.AfterClass; imp

[jira] Commented: (CONTINUUM-501) It should be possible to add a project with sub modules without adding all the sub modules

2005-12-09 Thread Kaare Nilsen (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-501?page=comments#action_53126 ] Kaare Nilsen commented on CONTINUUM-501: Well. In my eyes that is a workaround for a missing feature more than a long term solution. > It should be possible to ad

[jira] Created: (CONTINUUM-501) It should be possible to add a project with sub modules without adding all the sub modules

2005-12-08 Thread Kaare Nilsen (JIRA)
Type: Improvement Reporter: Kaare Nilsen When adding a url to a maven2 pom there sould be a checkbox to indicate if you would like to import projects recursivly or just the one pom. e.g. "add sub modules" true/false In some cases i would see the benifit of adding the to

[jira] Commented: (MNG-1482) aspectj plugin

2005-12-08 Thread Kaare Nilsen (JIRA)
[ http://jira.codehaus.org/browse/MNG-1482?page=comments#action_53050 ] Kaare Nilsen commented on MNG-1482: --- Implementation currently in the MOJO sandbox. to file issues please use the aspectj component in http://jira.codehaus.org/browse/MOJO > aspe

[jira] Commented: (MNG-1482) aspectj plugin

2005-11-16 Thread Kaare Nilsen (JIRA)
[ http://jira.codehaus.org/browse/MNG-1482?page=comments#action_51140 ] Kaare Nilsen commented on MNG-1482: --- i have added a plugin implementation in the mojo jira here : http://jira.codehaus.org/browse/MOJO-118 > aspectj plu

Re: making behaviour of ide plugins consistent

2005-11-14 Thread Kaare Nilsen
version of the dependency seems like a good default behaviour to me. On 14/11/05, Kaare Nilsen <[EMAIL PROTECTED]> wrote: > My mistake > You are right Mark. So it seems like the eclipse plugin does it alot > like what Brett are describing.. But again.. this is to automag

Re: making behaviour of ide plugins consistent

2005-11-14 Thread Kaare Nilsen
t; > I agree we need to be consistent across IDEs and would like things to > be simplified and configurable. > > Cheers, > > Mark > > On 14/11/05, Kaare Nilsen <[EMAIL PROTECTED]> wrote: > > Well, no.. > > I think that what you are describing is somewhat t

Re: making behaviour of ide plugins consistent

2005-11-13 Thread Kaare Nilsen
e. > > So, you say the eclipse plugin does well - is it the same or different > to the idea plugin as I described it? > > - Brett > > Kaare Nilsen wrote: > > Then supply good default behaviour (where i really do think the > > current eclipseplugin does a good job). And f

Re: making behaviour of ide plugins consistent

2005-11-13 Thread Kaare Nilsen
In my opinion, giving the choise to the individual developer would be the best solution. When plugins tries to get "too smart" they often fail, and a lot of discussions appear. It should not be the responsibility of the plugin writer to tell people how they must manage their IDE's projects. Rather

[jira] Commented: (MNG-955) There should be possible to use artifacts instead of project references in multi module projects

2005-11-02 Thread Kaare Nilsen (JIRA)
[ http://jira.codehaus.org/browse/MNG-955?page=comments#action_49891 ] Kaare Nilsen commented on MNG-955: -- hia. i really don't see why we have to make this so difficult. Let ut realize that there are people out there with different requirements. I

[jira] Commented: (MNG-705) Declared dependency is not included when there exist an exclusion of the artifact in another dependency

2005-09-22 Thread Kaare Nilsen (JIRA)
[ http://jira.codehaus.org/browse/MNG-705?page=comments#action_46926 ] Kaare Nilsen commented on MNG-705: -- ahh.. i see.. then it was all StupidUserException in my case ;) sorry for that > Declared dependency is not included when there exist an exclus

[jira] Created: (MNG-956) There sould be possible to add additional classpath entry in plugin configuration

2005-09-22 Thread Kaare Nilsen (JIRA)
Components: maven-eclipse-plugin Reporter: Kaare Nilsen In the case of using a code generation plugin like e.g. XmlBeans. There should be a way of adding the generated artifact as an additional classpath entry in the eclipse project. As it is today no projects using xmlbeans will be a valid eclipse

[jira] Created: (MNG-955) There should be possible to use artifacts instead of project references in multi module projects

2005-09-22 Thread Kaare Nilsen (JIRA)
Type: Bug Components: maven-eclipse-plugin Reporter: Kaare Nilsen One of the fine things with maven is that one can have several modules in a project. But in the eclipse plugin all dependent modules in the project is added as a project reference instead of using the delivered artifact

[jira] Commented: (MNG-705) Declared dependency is not included when there exist an exclusion of the artifact in another dependency

2005-09-22 Thread Kaare Nilsen (JIRA)
[ http://jira.codehaus.org/browse/MNG-705?page=comments#action_46908 ] Kaare Nilsen commented on MNG-705: -- Well.. it is not always pointless. Because of this bug in combination with errors in activemq poms. i could not use dependencyManagement to remove

[jira] Created: (MEV-81) Pom for jgraph 5.5.1 references an invalid jar

2005-09-09 Thread Kaare Nilsen (JIRA)
Pom for jgraph 5.5.1 references an invalid jar -- Key: MEV-81 URL: http://jira.codehaus.org/browse/MEV-81 Project: Maven Evangelism Type: Bug Components: Invalid POM Reporter: Kaare Nilsen The jgraph jar with