Re: [m2] How to generate html from apt without running the whole build lifecycle?

2006-12-11 Thread Barrie Treloar
On 12/11/06, Dave Syer [EMAIL PROTECTED] wrote: baerrach wrote: For me though the site:run apt files are missing their CSS so they look ugly. Does anyone else have the same problem? Works for me. Are you using the standard css (I am because I'm lazy), or a custom skin? Bog standard, as

RE: Problems adding M2 top level pom.xml

2006-12-11 Thread Robert Langridge
Hi, I cant help with the CVS issue unfortunately but the URL format you are trying to use is incorrect. It should be as follows: file://localhost/c:/di/cm50/dev/pom.xml Cheers, Rob Langridge -Original Message- From: Drummond Daren - dadrum [mailto:[EMAIL PROTECTED] Sent: 09

Re: Problems adding M2 top level pom.xml

2006-12-11 Thread Emmanuel Venisse
Drummond Daren - dadrum a écrit : Hi All, I'm having problems trying to add my top level multi-project Maven2 pom.xml to Continuum. My sources are stored in a SourceForge integrated cvs server that absolutely requires form-based authentication before accessing the sources via https.

[m2] Maven and XDoclet2 building EJBs?

2006-12-11 Thread Ian Vellosa
Good morning all! I feel like I've been banging my head against a wall here for the last 4 days now on this one. I have also been unable to find any useful information searching the mailing lists and google and all the usual channels, so was hoping that someone here could help as my last resort!

configuration of wagon-ssh

2006-12-11 Thread Martin Goldhahn
Hi! I am trying to make password authentication work with the wagon-ssh. Juan F. Codagnone proposed a fix a year ago (WAGONSSH-21 on http://jira.codehaus.org/browse/WAGONSSH-21). Where do I put this configuration section? Putting it in the settings.xml in servers server configuration doesn't

Assembly problem

2006-12-11 Thread Bob Arnott
Hello list, I've got an issue with the assembly plugin, I'm getting this error: [INFO] [assembly:assembly] [INFO] [ERROR] BUILD ERROR [INFO] [INFO]

Re: Build fails on Linux 64Bit

2006-12-11 Thread Ulrich Metzger
All i can say is, that the ChecksumArtifactReporterTest does not pass on a Linux 64Bit platform with JRockit JDK installed. I tryed to get mot information, but There is not much more information when running mvn with -X -e flag: --- T E S T S

Error when trying to add admin user (java.lang.IllegalStateException: The security policy has not yet been set)

2006-12-11 Thread Ulrich Metzger
I have the same problem. The problem occurs with jetty or tomcat als JSP engine. Uli

[M2] WAS-5 Plugin

2006-12-11 Thread Robert Langridge
Hi All, I've found quite a few articles on how to integrate maven 1 with a WAS-5 plug-in, however I haven't found anything on how to do it with maven2. Does anyone have any documentation on how to use it? http://repo1.maven.org/maven2/maven-plugins/maven-was5-plugin/ The JAR file doesn't have

Re: [M2] WAS-5 Plugin

2006-12-11 Thread Marco Mistroni
Hello, pls search archive if i remember correctly, Mr Peter Pilgrim has done some work with maven2 and WAS5.. afaik, you'd need to use some ant-based tasks from websphere.. so ultimately use maven antrun plugin to invoke WAS specific tasks... i m not aware of any maven2 was5 plugin though as

Re: Spring classpath issue

2006-12-11 Thread Marco Mistroni
hi, my 2 cents. what's hte scope of your dependency? is it compile? hth marco On 12/9/06, Morgovsky, Alexander (US - Glen Mills) [EMAIL PROTECTED] wrote: I have a Spring .jar which has a Spring properties file. I created a dependency on this .jar file but it did not get picked up during

RE: Archiva: 507 Insufficient Storage

2006-12-11 Thread Mohni, Daniel
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, December 08, 2006 5:22 PM To: archiva-users@maven.apache.org Subject: Re: Archiva: 507 Insufficient Storage Mohni, Daniel [EMAIL PROTECTED] schrieb am 07.12.2006 14:12:50: Just a question:

Re: Build fails on Linux 64Bit

2006-12-11 Thread Emmanuel Venisse
We need the ChecksumArtifactReporterTest report saved in target/surefire-reports directory Emmanuel Ulrich Metzger a écrit : All i can say is, that the ChecksumArtifactReporterTest does not pass on a Linux 64Bit platform with JRockit JDK installed. I tryed to get mot information, but There is

RE: Assembly problem

2006-12-11 Thread Bram de Kruijff
Hi Bob, http://www.nabble.com/Assembly-problem-tf2776265s177.html#a7744926 regards, Bram -Original Message- From: Bob Arnott [mailto:[EMAIL PROTECTED] Sent: Monday, December 11, 2006 11:39 AM To: Maven Users List Subject: Assembly problem Hello list, I've got an issue with

findbugs plugin

2006-12-11 Thread Paul Bakker
Hi, I'm trying to generate a findbugs report in XML. The plugin is configured in the pom.xml: plugin groupIdorg.codehaus.mojo/groupId artifactIdfindbugs-maven-plugin/artifactId version1.0-SNAPSHOT/version configuration xmlOutputtrue/xmlOutput

RE: User-defined phase

2006-12-11 Thread Deluigi Marcus
That's a great idea! However, how do I tell the exec-plugin where to find maven itself? When I try: --- mvn exec:exec -Dexec.executable=maven -Dexec.args=clean --- I get the following error message: [INFO] [INFO]

RE: [M2] WAS-5 Plugin

2006-12-11 Thread hermod.opstvedt
Hi The plugin was developed by me. It is here: Maven2 plugin(s): http://snapshots.maven.codehaus.org/maven2/org/codehaus/mojo/mojo-was SVN: https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/mojo-was Hermod -Original Message- From: Marco Mistroni [mailto:[EMAIL PROTECTED] Sent:

RE: [M2] WAS-5 Plugin

2006-12-11 Thread hermod.opstvedt
Hi There is a Maven2 WAS5 plugin in the Mojo sandbox. You need to grab the it from SVN, where you will find complete documentation for it. Do mvn site on it. Hermod -Original Message- From: Robert Langridge [mailto:[EMAIL PROTECTED] Sent: Monday, December 11, 2006 12:21 PM To: Maven

Cannot find Plexus container for plugin: org.apache.maven.plugins:maven-archetype-plugin

2006-12-11 Thread Bianca Schober
Hello! I'm a newbie to maven. I just tried to create a project like it is described in the book Better Builds with Maven. Below you can see my problem. I downloaded the archetype-plugin-jar and put it in the lib-directory of maven. Was this correct? What else do I have to do in order to use

Re: User-defined phase

2006-12-11 Thread Eric Redmond
You're going to have to give the fully qualified path name to mvn.bat... like -Dexec.executable=C:\maven2.0.4\bin\mvn.bat... or you can set that value in the pom's properties file. Now, don't think that I condone this at all - I think you'll be hard pressed to find anyone here who does. I'm just

Re: Assembly problem

2006-12-11 Thread Bob Arnott
Bram de Kruijff wrote: Hi Bob, http://www.nabble.com/Assembly-problem-tf2776265s177.html#a7744926 Sorry, I didn't see it arrive on the list and missed the replies... Cheers, -- Bob Arnott Senior Software Developer Autonomy Systems Ltd. Cambridge Business Park Cowley Road Cambridge CB4 0WZ

Re: Assembly problem

2006-12-11 Thread Bob Arnott
Bram de Kruijff wrote: Hi Bob, may I suggest using an editor that understand/validates xml? Eg. eclipse, jEdit or just good old vim ;) The assembly xml u posted below is not well formed The assembly I posted was just an example, it wasn't the one I was using. -- Bob Arnott Senior

Re: Assembly problem

2006-12-11 Thread Bob Arnott
Wendy Smoak wrote: On 12/7/06, Bob Arnott [EMAIL PROTECTED] wrote: Hello list, I've got an issue with the assembly plugin, I'm getting this error: Embedded error: Unrecognised tag: 'dependencySets' (position: START_TAG seen .../includeDependencies\r\ndependencySets That doesn't seem

RE: Assembly problem

2006-12-11 Thread Pawel Niemiec
Hi, Does anyone knows if there is a CruiseControl plugin for Maven version 2 avaliable ? BR, Paweł Niemiec Software Engineer   AuSystems Sp. z o.o. Poland Wynalazek 4 St. PL-02-667 Warsaw tel. (+48) 22 60 70 660 fax. (+48) 22 60 70 661

Re: findbugs plugin

2006-12-11 Thread Rémy Sanlaville
Hi, Could you give us more information with the debug mode : mvn findbugs:findbugs -X You also can try this, it works for me (except http://jira.codehaus.org/browse/MOJO-563). build plugins ... plugin groupIdorg.codehaus.mojo/groupId

Maven with Eclipse

2006-12-11 Thread bjorn.de.bakker
I have a setup, with the following structure: -parent-pom |- project with pom, with a jar-file as a result (A) |- project with pom, a webapp (B) B is a webapplication, which uses A in his dependencies. Everything in the pom-files is configured correctly, but I want to run the webapp

[m2] war overlay and web.xml

2006-12-11 Thread nicolas de loof
Hello I just discovered the war overlay option and this will be very usefull for me : I have to create a developper environment for a legacy project (build using a simple shell). We are adding a new module that will use up to date technos and separate datas from legacy, but must run in the same

Maven EAR plugin issue

2006-12-11 Thread Randall Fidler
Hello, Looking for some insight regarding the maven ear plugin. Project setup is: + App pom (contains sub-project module entries) - commons (creates jar with POJOs), let's say it's maven id is 'my.commons' - ejb jar, maven id is 'my.ejb' - service,

Re: Test failure

2006-12-11 Thread Allan Valeriano
Thanks a lot for all who helped. I found out that my problem was actually a method that had parameters, which was not being called, therefore maven was not running any tests at all. But this creates a new problem for me. Can I create a test with a main method, that calls other methods which have

RE: Problems adding M2 top level pom.xml

2006-12-11 Thread Drummond Daren - dadrum
Thanks Rob Emmanuel! -Original Message- From: Robert Langridge [mailto:[EMAIL PROTECTED] Sent: Monday, December 11, 2006 1:20 AM To: continuum-users@maven.apache.org Subject: RE: Problems adding M2 top level pom.xml Hi, I cant help with the CVS issue unfortunately but the URL format

Re: Next Continuum release

2006-12-11 Thread Emmanuel Venisse
Not yet, but we think we'll release first alpha in january. Emmanuel Jerry DuVal a écrit : Is there planned release date for the next version of Continuum yet? Jerry DuVal Pace Systems Group, Inc. 800.624.5999 www.Pace2020.com http://www.pace2020.com/

using Maven SCM with Perforce

2006-12-11 Thread Anirudh Chandrakant
Hi, I am a beginner with maven and maven SCM. i tried to use Maven SCM with Perforce. My pom.xml looks like this: project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi= http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0

Re: using Maven SCM with Perforce

2006-12-11 Thread Emmanuel Venisse
You can use 1.0-beta-4, I released it 3 days ago. Emmanuel Anirudh Chandrakant a écrit : Hi, I am a beginner with maven and maven SCM. i tried to use Maven SCM with Perforce. My pom.xml looks like this: project xmlns= http://maven.apache.org/POM/4.0.0;

Re: using Maven SCM with Perforce

2006-12-11 Thread Jason van Zyl
Try the user lists, I don't actually have Perforce installed anywhere so I can't test anything for you. Best bet is to get help from a Maven/Perforce user. I am trying to get a set of machines installed that have all the SCMs but currently I don't. Jason. On 11 Dec 06, at 1:29 PM 11 Dec

Release problem due to snapshot

2006-12-11 Thread Hanson
Hi All, I am workign on Maven2.0.4 with svn for couple of months. We are using multiple modules, so snapshot dependecies in pom files because some projects refering others. This works good for snapshot build. But when I am doing with release:prepare release:perfomr I am getting

Site generation - Maven differes Forest

2006-12-11 Thread Petar Tahchiev
First of all I want to appologize if this is already discussed but i couldn't find it in the archives or google-ing. My question is actually very simple. When having some xdoc files that produce a nice site using forrest, it turns out that the xdoc file-format for maven site generation is

Excluding packages from javadoc plugin

2006-12-11 Thread CDickson
Hi, I want to exclude classes in any package that matches this pattern: *.impl.* In other words, any class in a subpackage (of any depth) of a package called impl should not have JavaDocs generated. The docs seem to indicate that only 1 wildcard can be used per package, with the

Re: Anyone seen a M2 XSTLC plugin?

2006-12-11 Thread Wayne Fay
Updated MOJO-483 with my changed files as previously mentioned. Tkae a look when you have a chance... Wayne On 12/9/06, Wayne Fay [EMAIL PROTECTED] wrote: The code submitted from MattW doesn't work entirely right for some reason... I added the proper configuration etc (with 2 stylesheets) and

Re: How to customize the compiler plugin

2006-12-11 Thread Wayne Fay
In case you haven't seen the emails about MOJO-483 lately, thought I'd reply to this email and mention it... We're working on an xsltc-maven-plugin mojo. It works great for my uses right now, so give it a try and post some feedback. Wayne On 6/26/06, Clifton Craig [EMAIL PROTECTED] wrote: On

Transitive Dependencies

2006-12-11 Thread Saminda Abeyruwan
Hi All, I have a use case where hibernate involves. In this scenario, I'm using Maven2 to download hibernate 3.1.3 jar. If we look at the pom for this jar; there is a transitive dependency to javax.transaction/jta [jta-1.0.1B]. This, jar is not distributable and not available in repos and we

Continuum with clearcase - pom.xml not found problem

2006-12-11 Thread joy.ge
Dear Continuum, Do we have any workaroud to solve the following problems? Thanks! btw, I am not in this user group, could you reply to me direclty? I am using Continuum with ClearCase. Even though the load rules are correctly specified and the files are checked out, Continuum is looking for

Maven 2 and Cruisecontrol

2006-12-11 Thread Pawel Niemiec
Hi, Does anyone knows if there is a CruiseControl plugin for Maven version 2 avaliable ? BR, Paweł Niemiec Software Engineer     AuSystems Sp. z o.o. Poland Wynalazek 4 St. PL-02-667 Warsaw tel. (+48) 22 60 70 660 fax. (+48) 22 60 70 661