[maven2] CruiseControl & surfire reports

2006-11-07 Thread Alex Schwartz
Hi, I am running a maven2 build with CruiseControl (http://cruisecontrol.sourceforge.net/). Now I would like to configure maven2 such that the surefire XML test reports are collected for CruiseControl and displayed on the corresponding Build Results page of CruiseControl. I assume I'm not th

debuging maestro over linux

2006-11-07 Thread Urbieta Matias
Hi, i have had problems with the order of dependencies deploy, so y wants to debug maestro over linux , but looking the startup script i have found a wrapper binary. So how may i debug? Thanks -- Lic Matias Urbieta

Maven2, CruiseControl and Surfire

2006-11-07 Thread Alexander Schwartz
Hi, I am running a maven2 build with CruiseControl (http://cruisecontrol.sourceforge.net/). Now I would like to configure maven2 such that the surefire XML test reports are collected for CruiseControl and displayed on the corresponding Build Results page of CruiseControl. I assume I'm not th

Re: Maven 2, Eclipse & WTP

2006-11-07 Thread Daniel Serodio
[EMAIL PROTECTED] wrote: > Hi > > There is a typo here: the exact syntax is: mvn -Dwtpversion=1.0 > eclipse:eclipse (You can also specify 1.5 and 0.7 for wtpversion) > I tried using 1.5 but it gave me an error "Unsupported WTP version: 1.5. This plugin currently supports only the following vers

RE: SV: Eclipse knows "resources" dir?

2006-11-07 Thread hermod.opstvedt
Yepp -Original Message- From: Daniel Serodio [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 2:02 PM To: Maven Users List Subject: Re: SV: Eclipse knows "resources" dir? Hermod Opstvedt wrote: > Hi > > No problem, you need to go into settings/build/Sourcepath path and then add

webstart-plugin: dependencies

2006-11-07 Thread Valerio Schiavoni
hello everyone, one of the configuration parameters of the webstart plugin looks like the following: commons-logging:commons-logging commons-cli:commons-cli what is the main intent of the inc

Re: M2 + jetty-plugin + sitemesh

2006-11-07 Thread noon
Hi Brett, This is how I set the servlet-dependency in pom.xml-file: javax.servlet servlet-api 2.3 provided Did you mean this or something else? Otherwise my pom.xml dependecies constist of (scope) - spring-2.0 (compile) - hibernate-3.1.

Re: SV: Eclipse knows "resources" dir?

2006-11-07 Thread Daniel Serodio
Hermod Opstvedt wrote: > Hi > > No problem, you need to go into settings/build/Sourcepath path and then add > src/main/resources as a new source folder. Remember to set target as the > default output folder > Actually, the default output folder should be target/classes/ HTH, Daniel Serodio ---

Re: M2 + jetty-plugin + sitemesh

2006-11-07 Thread Brett Porter
yes - see Maven Archiva or Continuum. The problem is likely that you have too many servlet APIs defined. Try setting the scope on any of your own to 'provided'. - Brett On 07/11/06, noon <[EMAIL PROTECTED]> wrote: Hi, Has anybody successfully used the M2 jetty6-plugin with projects that uses

M2 + jetty-plugin + sitemesh

2006-11-07 Thread noon
Hi, Has anybody successfully used the M2 jetty6-plugin with projects that uses e.g. sitemesh filters? The error message is: Embedded error: class com.opensymphony.module.sitemesh.filter.PageFilter is not a javax.servlet.Filter And here's an excerpt from my web.xml where I define the sitemesh f

Debugging Maven

2006-11-07 Thread Deluigi Marcus
Hi I am quite new to Maven and I need to understand a quite large project which also happened to have a broken maven build cycle. Is there any way to: * list all user-defined goals for each phase * list all used plugins * determine which of their goals are used for which phase * skip a phase / go

PROPFIND + authorization failed

2006-11-07 Thread jacob thomas
Hi group, I am also facing same kind of an issue when i try to use the http://.. protocol url, I am getting an error saying --- Provider message: The svn command failed. Command output: -

Re: How to add a new component in Plexus Repository

2006-11-07 Thread jc7442
I find the bug, Manager has to be retireved /** * @parameter expression="${component.com.dashboard.DashboardableManager}" * @required * @readonly */ private DashboardableManager manager; jc7442 wrote: > > I try to implement a dashboard (like the one in maven1) plugin

Re: Poor man's web.xml merging

2006-11-07 Thread Nigel Magnay
I think your merge.xml is required to have a context params section e.g : $left:param-name $left:param-value $right:param-value On 07/11/06, Arnaud Bailly <[E

RE: Poor man's web.xml merging

2006-11-07 Thread Vincent Massol
Hi Arnaud, I haven't worked on that code so I don't know what's wrong. I do know that people are able to use it though so it's possible you could get it to work and the error may be a configuration error. I think the best would be for you to post anything related to Cargo on the Cargo user list a

RE: We need some explanation ...

2006-11-07 Thread Vincent Massol
> -Original Message- > From: Arnaud Bailly [mailto:[EMAIL PROTECTED] > Sent: mardi 7 novembre 2006 11:03 > To: Maven Users List > Subject: Re: We need some explanation ... > > Thanks for the (quick :-)) answer. > > I agree that generated sources are usually > tested and do not need spec

Performance collapse when logged as admin

2006-11-07 Thread Samuel Langlois
Hello, I find Continuum web console very slow, especially when logged as admin, and I think there is something wrong. For instance, to display the summary page of a project group containing 3 projects, it takes a few seconds when not logged in, and 20s when logged as admin. For a project group c

How to add a new component in Plexus Repository

2006-11-07 Thread jc7442
I try to implement a dashboard (like the one in maven1) plugin. This plugin is in charge to create a report that summarize results of others reports (such as surefire, pmd, cpd, ...). I'd like to be able to discover the impl compliant with my dashboard. So that list will be extendable. Plexus loo

[M2] additive module dependencies

2006-11-07 Thread Nathan Coast
Hi, I'm fairly new to maven 2 and am having some trouble with module dependencies. I have a war project that builds fine when I build it in isolation. However, when it is built from the parent project (via the modules mechanism) all of the dependencies from all of the modules end up in the

Re: profile activation based on environment variables

2006-11-07 Thread Arnaud Bailly
Haroon Rafique <[EMAIL PROTECTED]> writes: > Hi, > > I'm using maven 2.0.4 on a Gentoo Linux machine. Does anyone have > experience in activating profiles based on environment variables? I > figure using the env prefix would do the trick. So, far I have tried: > > > haroon-wor

RE: Maven 2, Eclipse & WTP

2006-11-07 Thread hermod.opstvedt
Hi There is a typo here: the exact syntax is: mvn -Dwtpversion=1.0 eclipse:eclipse (You can also specify 1.5 and 0.7 for wtpversion) Hermod -Original Message- From: Alexandre Touret [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 10:30 AM To: Maven Users List Subject: Re: Mav

Re: Poor man's web.xml merging

2006-11-07 Thread Arnaud Bailly
Ouuup ! [INFO] [cargo:uberwar] [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Exception merging web.xml [INFO] --

Re: We need some explanation ...

2006-11-07 Thread Arnaud Bailly
Thanks for the (quick :-)) answer. I agree that generated sources are usually tested and do not need specific tests, so instrumenting them may not be very useful as far as branch/line coverage is concerned. I can think however of a use case where you would need coverage of generated code. Imagin

Project Notifier removed when editing build definitions

2006-11-07 Thread Emmanuel Hugonnet
Hi, I have edited my build definition since I have to pass some parameters via -D. After that my notifier which was imported from my POM was removed :(. It looks like updating the project configuration updates everything based on submit and not on previous configuration + changes. In the datab

test resources: empty directories are ignored

2006-11-07 Thread Martin Vysny
Hi, I have several directories located in the src/test/resources and I need them to be copied to target/test-classes. This is of course handled by maven-resources-plugin, however it does not copy empty directories. I know it sounds insane to access empty dirs using classloader but I have my reaso

Re: unable to find resource 'VM_global_library.vm'

2006-11-07 Thread Franz Fehringer
As i stumbled over this some time ago i was told on this list, that this is only a warning and not a real problem if i am still annoyed i should post not to the Maven but to the Velocity list Regards Franz Deluigi Marcus schrieb: Hi I am new to Maven and I am following the 'gettin

Re: Maven 2, Eclipse & WTP

2006-11-07 Thread Alexandre Touret
Alexandre Touret wrote: 2 / The configuration of project facets how may configure the eclipse plugin in order to specify the versions of projects facets of WTP (Servlet API version number, JAVA version ,...) ? I finally solved this problem. I add the following configuration to the maven-com

RE: Project build order

2006-11-07 Thread Petter Måhlén
That's as far as I got, and I got lost at what 'project.getDependencies()' means. If that doesn't include plugin dependencies, should that be considered a bug? As far as I can understand, the ProjectSorter will order projects first in order of dependencies, and then in alphabetical order. So we're

Re: How to customize "pre-archive" directory?

2006-11-07 Thread jiangshachina
Oh, I may find the problem. I shall use following scripts, src/webapp target The warSourceDirectory is my pre-archived directory ^_^ In fact, I didn't understand the doc correctly. Really, I don't understand webappDirectory well, too. How to explain the parameter? a cup of Java,

RE: We need some explanation ...

2006-11-07 Thread Vincent Massol
> -Original Message- > From: Arnaud Bailly [mailto:[EMAIL PROTECTED] > Sent: mardi 7 novembre 2006 09:04 > To: Maven Users List > Subject: Re: We need some explanation ... > > Hi Vincent, > The architecture is quite clear now, but there remains some questions: > - I understand that when

Re: Maven 2, Eclipse & WTP

2006-11-07 Thread Alexandre Touret
Hello, I have already tried this. Regards, Alexandre [EMAIL PROTECTED] wrote: Hi Try: mvn -DwtpVersion=1.0 eclipse:eclipse Hermod - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

unable to find resource 'VM_global_library.vm'

2006-11-07 Thread Deluigi Marcus
Hi I am new to Maven and I am following the 'getting started' guide step-by-step. When I try to create the site documentation and execute: 8< mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app \ -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=mave

Re: configuring email nofifiers

2006-11-07 Thread Emmanuel Venisse
I think this bug is fixed in maven-scm trunk but not sure. File an issue about it (http://jira.codehaus.org/browse/SCM) and I'll look at it later. Emmanuel Morgovsky, Alexander (US - Glen Mills) a écrit : It looks like the checkout is jumbling my svn username/password: svn --username user:pas

Re: Project build order

2006-11-07 Thread Emmanuel Venisse
The build order is defined by http://svn.apache.org/repos/asf/maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/utils/ProjectSorter.java We don't look for the moment at plugins dependencies. Emmanuel Petter Måhlén a écrit : I haven't done it like that for two reason

Re: maven2+subclipse+svn+m2eclipse plugin

2006-11-07 Thread Tomasz Pik
On 11/6/06, szefo <[EMAIL PROTECTED]> wrote: Hi, Can someone give me any clues how to integrate maven2+subclipse+svn+m2eclipse plugin ? I have a multi-module project, stored in one repository. The problem is that when I checkout this project from repo using subclipse it is seen by eclipse as sin

How to customize "pre-archive" directory?

2006-11-07 Thread jiangshachina
Hello, I'm using customized project directory structure. To standard Maven Web application project, when run "mvn package", a folder generated at directory target, the folder includes all of files/dirs would be archived to war file. I call the folder pre-archived directory :D I customized three p

Re: We need some explanation ...

2006-11-07 Thread Arnaud Bailly
Hi Vincent, The architecture is quite clear now, but there remains some questions: - I understand that when calling clover:instrument in any phase, this triggers a custom lifecycle (clover LC) that runs instrumentInternal and then runs the tests so that clover DB gets populated. This lifecycle

RE: Project build order

2006-11-07 Thread Petter Måhlén
I haven't done it like that for two reasons: - the common.jar file shouldn't be distributed, it's only used at build time to generate code, which in turn should be distributed, and, - more importantly, the plugin that does code generation has to have the common.jar file in its classpath, meaning th

<    1   2