build after every checkin

2006-08-16 Thread Satish
How can i configure the build to happen after every checkin instead of the sceduled time. Does continum does this by default? when i go schedules tab, i only see specifying the cron timings - expressions. -- View this message in context:

Geoff Urbach/AU1/AGL is out of the office.

2006-08-16 Thread Geoff Urbach
I will be out of the office starting 16/08/2006 and will not return until 30/05/2008. I am no longer working for agl. For AGL related work please contact Nick Volmer, otherwise I can be contacted via email: [EMAIL PROTECTED]

Geoff Urbach/AU1/AGL is out of the office.

2006-08-16 Thread Geoff Urbach
I will be out of the office starting 16/08/2006 and will not return until 30/05/2008. I am no longer working for agl. For AGL related work please contact Nick Volmer, otherwise I can be contacted via email: [EMAIL PROTECTED]

Re: Graphical View of Dependencies

2006-08-16 Thread Milos Kleint
you might want to check the mevenide support in netbeans. http://mevenide.codehaus.org/m2-site when you open the project in netbeans, and invoke the View Graph action in project's subnode name Dependencies, you get somethign like this

Build Profiles and Wars

2006-08-16 Thread Marco A Villalobos Jr
I'm using the code below in a profile. I execute the profile, expecting it to delete the file web.foobar.xml from the WEB-INF directory. That is not happenning. Sorry, I cannot figure this out, and have been pounding for 3 hours on it. What must I do? --- plugin

Re: Projectstructure

2006-08-16 Thread Kai Uwe Bachmann
Hello, in my opinion you don't have a problem with maven but with Eclipse. Have you tried to post your problem to an Eclipse forum ? Mit freundlichen Grüßen / Best Regards Kai Uwe Bachmann Am 15.08.2006 um 20:01 schrieb Kaiser, Hans: Hello, it's not required to put the subprojects in the

Geoff Urbach/AU1/AGL is out of the office.

2006-08-16 Thread Geoff Urbach
I will be out of the office starting 16/08/2006 and will not return until 30/05/2008. I am no longer working for agl. For AGL related work please contact Nick Volmer, otherwise I can be contacted via email: [EMAIL PROTECTED]

XDoclet2 plugin + Maven2 + Hibernate problem

2006-08-16 Thread Adrian Shum
Hi all, I tried to use XDoclet2 plugin for Maven2 in order to generate Hibernate mapping files. plugin groupIdxdoclet/groupId artifactIdmaven2-xdoclet2-plugin/artifactId version2.0.5-SNAPSHOT/version configuration configs config

Geoff Urbach/AU1/AGL is out of the office.

2006-08-16 Thread Geoff Urbach
I will be out of the office starting 16/08/2006 and will not return until 30/05/2008. I am no longer working for agl. For AGL related work please contact Nick Volmer, otherwise I can be contacted via email: [EMAIL PROTECTED]

bundleFileName problem on Linux

2006-08-16 Thread Richard . ABBUHL
Any ideas why bundleFileName works incorrectly on Linux? In the pom.xml that is used to build our ear file, I used bundleFileName to rename the war files. plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-ear-plugin/artifactId configuration

Re: Dependency scopes

2006-08-16 Thread ceki
Mike, thank you for taking the time to respond. My question had several parts and your response relates to the difference between runtime scope and the test scope. I wonder if someone would care to respond to the remaining parts. Mike Perham [EMAIL PROTECTED] wrote on 15.08.2006 18:04:17:

Re: Graphical View of Dependencies

2006-08-16 Thread Stefan Magnus Landrø
I think somebody is working on a jarjar-maven-plugin, but it hasn't been released yet Stefan Koh, Pin (STL) [EMAIL PROTECTED] skrev 15.08.2006 23:29:57: Is there a good graphic tool to visualize jar dependencies? Pin Koh *** Confidentiality Notice *** This email, its

Maven2/TestApp/Classpath testing and structuring issues

2006-08-16 Thread Paul Michael Reilly
I am building a long lived Java application (as opposed to a short lived filter application) that is spawned as a subprocess of some other application (likely not a JVM). Commands and responses are streamed via System.in and System.out, fwiw. I use the Maven 2 quick start scaffold for this

Specifying a SVN-URL to a pom rather than upload local pom?

2006-08-16 Thread Markus Wahl
Hi I have successfully added a maven2 project to continuum by use of Upload POM. But that requires my to manually obtain the pom.xml from my SVN repository first. I would like to try the M2 POM URL option instead. But every URL I try fails. The detailed messages of the failures follows further

basedir of super pom

2006-08-16 Thread Ingo Düppe
Hello, is it possible in a multi module project to reference a directory in an absolute manner of the super pom? Independent of the current position I like to reference a directory from the top root directory of myproject. For instance I have following project structure: myproject

ant dependency list

2006-08-16 Thread Lakshman Srilakshmanan
Hi All, Going through the examples provided in Developing Custom Maven Plugin in Better Builds with Maven, I find that example 5.4.2 (Notifying Other Developers with an Ant Mojo) does not work. The error message is Failed to initialise MIME mail which means that the ant mojo could not find

Re: basedir of super pom

2006-08-16 Thread Emmanuel Venisse
No you can't. It would be better to use an url to reference your clover license file. Emmanuel Ingo Düppe a écrit : Hello, is it possible in a multi module project to reference a directory in an absolute manner of the super pom? Independent of the current position I like to reference a

Attempting to set up a company repository

2006-08-16 Thread Denis McCarthy
Hi, I'm attempting to set up a company wide repository to hold our proprietary plugins and jars. I've got a plugin deploying to a folder on a machine running apache over ssh - this is working, even though it keeps asking me to type in the password (even though the password is defined in the

Re: Attempting to set up a company repository

2006-08-16 Thread Denis McCarthy
Just got that working - I needed to define a pluginRepository in my settings.xml. Nothing like sending an email to concentrate the mind. Denis McCarthy wrote: Hi, I'm attempting to set up a company wide repository to hold our proprietary plugins and jars. I've got a plugin deploying to a

mvn eclipse plugin

2006-08-16 Thread Nazar Stasiv (Lohika, Inc)
Hello I'm worried about eclipse plugin. I am using it to generate project files for my favorite ide, everything goes fine, build successfull, but when opened project in eclipse all classpath entries which have form of M2_REPO/commons/etc/etc are missing first letter after variable_name/ i.e

eclipse plugin

2006-08-16 Thread Nazar Stasiv (Lohika, Inc)
Hello I'm worried about eclipse plugin. I am using it to generate project files for my favorite ide, everything goes fine, build successfull, but when opened project in eclipse all classpath entries which have form of M2_REPO/commons/etc/etc are missing first letter after variable_name/ i.e

Re: Maven2/TestApp/Classpath testing and structuring issues

2006-08-16 Thread Arnaud Bailly
Paul Michael Reilly [EMAIL PROTECTED] writes: I use the Maven 2 quick start scaffold for this project so far. In AppTest, I spawn the app during setup via something like: Runtime.getRuntime().exec( java -cp the:class:path com.foo.App ). ... avoid. So, being new to the Maven2 world, I'm

Classloader problem ?

2006-08-16 Thread Olivier Catteau
Hi, I've got a problem when I try to use UISpec4J for unit testing Swing based applications. Iv'e got a test class that extends UISpecTestCase. In IntelliJ, my test works witout any problem. But, when I try to run my test by using Maven2, it throws an exception.

Re: basedir of super pom

2006-08-16 Thread Ingo Düppe
This is not really a good solution, because then you have to be always online and must have contact to the server. No other solution? Regards, Ingo Emmanuel Venisse schrieb: No you can't. It would be better to use an url to reference your clover license file. Emmanuel

RE: using javadoc overview and maven plugin

2006-08-16 Thread Peter . Pilgrim
-Original Message- From: Robbie Minshall [mailto:[EMAIL PROTECTED] ==== I am calling the javadoc plugin from within a pom.xml file like so : If you cant use a relative path. Have you tried a Maven POM properties build plugins plugin

Re: Specifying a SVN-URL to a pom rather than upload local pom?

2006-08-16 Thread Andrew Williams
As your https certificate is not quite perfect (jsolutions.se is not the host it is issued to, localhost.ag9130 is) plexus.formica is failing. I patched this in formica a couple of months ago and I believe that it will be included with continuum 1.1. Andy Markus Wahl wrote: Hi I have

Retrieving Javadoc warning

2006-08-16 Thread Cazottes Nicolas
Hi, I'm using maven2 with the Javadoc plugin and I would like to know if there is a way to retrieve the warnings and errors raised by the javadoc executable. I searched for it in the log generated or in the reports generated but I did not find it even when changing the quiet configuration

Deploy assembly

2006-08-16 Thread Pillinger, Adrian
If i build an assembly with the maven assembly plugin, can i get maven to deploy it to my repository along with the main artifact jar? Thanks Adrian - This message (including any attachments) may contain confidential information intended for a specific

Instructions, Anyone?

2006-08-16 Thread Allison, Bob
I have been looking through the Maven web site and the archiva source tree but have, as yet, been unable to locate any instructions on how to use this. Could someone kindly point me to the documentation? This communication is the property of Qwest and may contain confidential or privileged

Re: websphere plugin

2006-08-16 Thread javed mandary
Am going to be working with Websphere 6 Seems there are no plugins for it. Anyone had experience working with M2 and Websphere 6? cheers and thanks, Javed On 7/14/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Is there a maven2 plugin for websphere 6? i remember there was maven plugin

RE: Re: websphere plugin

2006-08-16 Thread Stefan Magnus Landrø
Have a look at Peter Pilgrim's blog, and earlier posts on this matter on this list javed mandary [EMAIL PROTECTED] skrev 16.08.2006 14:14:53: Am going to be working with Websphere 6 Seems there are no plugins for it. Anyone had experience working with M2 and Websphere 6? cheers and

Antwort: mvn eclipse plugin [Virus checked]

2006-08-16 Thread gernot . eger
The eclipse pugin assumes that the eclipse variable points to th location of your local maven repo, depeinding on yoour installation. 2 ways to fix it: 1. just add the variable manually inside eclipse : Project - Properties - Java Build Path - Libraries - Add Variable... 2. use the

Re: websphere plugin

2006-08-16 Thread Mike Perham
Could you tell us what you want this plugin to do? javed mandary [EMAIL PROTECTED] wrote on 08/16/2006 07:14:53 AM: Am going to be working with Websphere 6 Seems there are no plugins for it. Anyone had experience working with M2 and Websphere 6? cheers and thanks, Javed On

Re: component requirements

2006-08-16 Thread Gareth Tilley
I've also had issues with this, how does one find out what components are available to a plugin? Frederik Bayart-2 wrote: Hallo, Does anybody know where I can find documentation of component requirements (the @component annotation in a mojo) and the components.xml file. (in Better

RE: eclipse

2006-08-16 Thread Douglas Ferguson
I did this and when I first opened the projects I noticed that there was a now a project dependency and everything is compile. However, I just checked again and the dependency isn't showing up but it is still compiling? What could make the project dependency disappear. I did try the update src

RE: Jar Dependency Graphical View

2006-08-16 Thread Maruf Aytekin
Yes, DependencyFinder is very good. I have used it Maruf -Original Message- From: Pin Ngee Koh [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 16, 2006 1:05 AM To: users@maven.apache.org Subject: Jar Dependency Graphical View Is there a good tool to generate dependency graph and

Reason: Error getting POM for 'javax.j2ee:j2ee'

2006-08-16 Thread Jeff Mutonho
I'm getting the following error message when trying to build my web project : [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. Downloading: http://repo1.maven.org/maven2/javax/j2ee/j2ee/1.3.0/j2ee-1.3.0.pom [INFO]

Nested Projects

2006-08-16 Thread Douglas Ferguson
I have a bunch of projects and would like to try and organize them into different directories. I read that there are problems with eclipse when doing this, however the example they gave was one where the parent actually built an artifact. In my case, I am interested in having a hierarchy like

maven 2 NoSuchMethodError

2006-08-16 Thread William Surowiec
I am running Windows XP Pro, Java 1.5 and maven 2.0.4. Install was easy, running mvn --version yields Maven version: 2.0.4 However, whenever I try to mvn compile a project I consistently get the following error (some extra java classloading output included) (I have downloaded several mvn based

Re: surefire fails but tests work

2006-08-16 Thread tomiq
Well this is great at least for you:) I have met similar issue, but the case is not the one of your's I suppose. I tried to erase main() methods in my jUnit tests (if it somehow matters) for surefire to work - it fails again for the same reason, unknown to me. The problem is that I have 5

RE: Help: Going crazy...antrun plugin dependencies issue

2006-08-16 Thread Dave Comeau
For thread/arhive reference...I figured out my mistake when I started stripping down my pom. I defined the Antrun plugin again (for creating a custom jar in package phase) in the pom.xml, but it didn't have the dependency defined. So I guess the plugin's dependencies collection is reset.

Re: adding maven 2 projects - invalid url

2006-08-16 Thread Jesse McConnell
I wasn't able to hit that url... definitely check the certificates though, that is a common issue On 8/15/06, Satish [EMAIL PROTECTED] wrote: I am having a similar problem, but need to specify the url, as i have couple of modules specified in the top level pom.

running unit tests for pom packaged project

2006-08-16 Thread Denis McCarthy
Hi, One of my projects depends on a second project. As a result, I've defined the first project as being packaged as a pom, with an associated dependency in the second package. However, when I run 'mvn test' on the pom packaged project no tests are run (which I think is normal for

Re: surefire fails but tests work

2006-08-16 Thread Jesse McConnell
have you pinged the maven users list on this? it might be an issue in the surefire plugin reacting to those checksum errors... pretty wierd though :) jesse On 8/16/06, tomiq [EMAIL PROTECTED] wrote: Well this is great at least for you:) I have met similar issue, but the case is not the one

Re: running unit tests for pom packaged project

2006-08-16 Thread Stefan Magnus Landrø
Hi there, As far as I know, you have to use modules to achieve this. Just as an example - do you really want to run apache axis tests when you include axis as a dependency? Stefan Denis McCarthy [EMAIL PROTECTED] skrev 16.08.2006 16:52:59: Hi, One of my projects depends on a second

Re: running unit tests for pom packaged project

2006-08-16 Thread Denis McCarthy
Sorry, I don't understand Stefan. The parent project is not defined strictly as a dependency, it is defined as both a parent and a dependency (I had to define it as a dependency as I was getting classpath errors running unit tests for the child project when it was only defined as a parent). I

RE: Help: Going crazy...antrun plugin dependencies issue

2006-08-16 Thread Margaret Martin
My experience has been that the first invocation of the antrun plugin sets the plugins dependencies. Because of this, all of the poms that use the antrun plugin have the same list of dependencies specified for it. Mildly annoying, but it gets us around the problem for now. I'm pretty sure there

Re: Reason: Error getting POM for 'javax.j2ee:j2ee'

2006-08-16 Thread Jeff Mutonho
Seems to be happening for jars I manually installed, because I just tried to build my domain objects project as well and got the error : [ERROR] BUILD ERROR [INFO] [INFO] Error building POM (may not be this project's

weird surefire test failure while all tests succeed

2006-08-16 Thread tomiq
Hi everyone there is some weird surefire test issue running on my computer. The problem is that I have 5 nonFailing(!) TestCase tests. When I run mvn test on the project surefire first runs the tests with no failure (Tests run: 95, Failures: 0, Errors: 0, Skipped: 0) then writes There are test

Re: surefire fails but tests work

2006-08-16 Thread tomiq
thanx I had posted http://www.nabble.com/forum/ViewPost.jtp?post=5834527framed=y it to Maven-users list. Jesse McConnell wrote: have you pinged the maven users list on this? it might be an issue in the surefire plugin reacting to those checksum errors... pretty wierd though :) jesse

RE: Reason: Error getting POM for 'javax.j2ee:j2ee'

2006-08-16 Thread Maximilian . Antoni
Hi, You have to create a POM file for that JAR in the repository, either manually, or by installing the JAR file with -DgeneratePom=true. Cheers Max -Original Message- From: Jeff Mutonho [mailto:[EMAIL PROTECTED] Sent: 16 August 2006 16:13 To: Maven Users List Subject: Re: Reason:

Re: Nested Projects

2006-08-16 Thread Eric Redmond
I have mine like this: /parent pom project /sub module 1 /sub parent pom /sub pom sub module 1 /sub pom sub module 1 All in the top directory. That keeps both Maven and Eclipse happy. Eric On 8/16/06, Douglas Ferguson [EMAIL PROTECTED] wrote: I have a bunch of projects and would like to try

Re: Classloader problem ?

2006-08-16 Thread Olivier Catteau
Hi, I try to have a simpler example to test ClassLoader when I run my tests with M2. (in this example, I don't use UISpec4J) With this example, I always have a kind of class not found exception. Here is a part of my POM file : plugin

How to organize settings for development and production?

2006-08-16 Thread Daniel Serodio
I need to use one set of settings (log4j, database configuration, etc) for development and testing and a different configuration for production deployment. I've read the Introduction to build profiles document, and I understand that I can use target environment-type profiles to trigger different

Specifying specific version of maven-project

2006-08-16 Thread Matt McMinn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've got two modules, A and B, in a multi-module project, where B depends on A. I'm using Ant to build some files in B via xdoclet at compile time. One of the classes in B depends on an abstract class in A, which means that I need the actual source

Changing Maven Versions

2006-08-16 Thread Kenneth Litwak
My team is on Maven 1. If I install Maven 2, are my builds going to break? Thanks. Ken - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

SV: Changing Maven Versions

2006-08-16 Thread Simon Kepp Nielsen
Hi Ken, Maven 1 and Maven 2 can coexist on the same machine, so installing Maven 2 will not break your existing Maven 1 builds. However, you will not be able to build your old Maven 1 builds with Maven 2. Thr projects needs to be migrated. Best regards Simon Kepp Nielsen, Configurations Manager

RE: Changing Maven Versions

2006-08-16 Thread Kenneth Litwak
Thanks Simon for the information. Ken -Original Message- From: Simon Kepp Nielsen [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 16, 2006 9:40 AM To: Maven Users List Subject: SV: Changing Maven Versions Hi Ken, Maven 1 and Maven 2 can coexist on the same machine, so installing

Re: surefire report plugin

2006-08-16 Thread tomiq
Please how can I set my maven to update surefire from this repo? Carlos Sanchez-4 wrote: http://cvs.apache.org/maven-snapshot-repository/ -- View this message in context: http://www.nabble.com/surefire-report-plugin-tf1439589.html#a5836461 Sent from the Maven - Users forum at Nabble.com.

Re: Changing Maven Versions

2006-08-16 Thread Graham Leggett
Hi, Maven 1 and Maven 2 can coexist on the same machine, so installing Maven 2 will not break your existing Maven 1 builds. However, you will not be able to build your old Maven 1 builds with Maven 2. Thr projects needs to be migrated. A project can contain both a project.xml file (maven 1)

Authorized RW access to repositories

2006-08-16 Thread Mykel Alvis
I have a requirement to prevent external access to a repository without authorization. Does the username/password in the servers section of settings.xml work with Basic Auth? Are there other authentication methods that can be utilized? The situation is this: - The company is primarily a MS

Getting Project Artifact with Antlib

2006-08-16 Thread Olexandr Zakordonskyy
Hello. Are there any existing way of getting project artifact from ant script, having groupId, artifactId, version and type? For example how can i get axis2.jar from maven2 repository by ant? having: groupIdaxis2/groupId artifactIdaxis2/artifactId packagingjar/packaging I need to know

RE: Getting Project Artifact with Antlib

2006-08-16 Thread Chris Hilton
Use the Maven tasks for Ant. http://maven.apache.org/ant-tasks.html Chris -Original Message- From: Olexandr Zakordonskyy [mailto:[EMAIL PROTECTED] Sent: Wednesday, 16 August, 2006 15:59 To: users@maven.apache.org Subject: Getting Project Artifact with Antlib Hello. Are

Re: Getting Project Artifact with Antlib

2006-08-16 Thread Olexandr Zakordonskyy
I am using it but its only possible to get fieset of project dependencies, and its not possible to have only 1 artifact of requested project in fileset. Chris Hilton wrote: Use the Maven tasks for Ant. http://maven.apache.org/ant-tasks.html Chris -Original Message- From:

[m2] Maven site and powered by

2006-08-16 Thread Alex Schwartz
I would like to add some more powered by icons to the generated site. The maven 1.x site plugin supported multiple powered-by elements in the navigation.xml. Is there a similar feature for m2, or do I have to patch the templates? --Alex -- View this message in context:

help with manifest EJB

2006-08-16 Thread Marco Mistroni
hi all, i am using maven2, i have 2 ejb projects that have as dependency two external jars maven2 included those 2 jars in my ear, but i need to have a ClassPath reference also in the manifest file of both ejbs... how can i do that? i am using maven-ear plugin.. i know there was some tags to be

Refreshing the snapshot from mvn repository

2006-08-16 Thread Prashanth Krishnamurthy
Hi, For mvn experts out there. ( Sorry for posting it here. ) I have defined the goal mvn clean deploy with arguments --update-snapshots --batch-mode --non-recursive in my continuum project. The snapshots are not getting refreshed from mvn repo to my local repo. I then deleted the dir from my

Re: help with manifest EJB

2006-08-16 Thread Alan D. Salewski
On Wed, Aug 16, 2006 at 07:35:21PM +0100, Marco Mistroni spake thus: hi all, i am using maven2, i have 2 ejb projects that have as dependency two external jars maven2 included those 2 jars in my ear, but i need to have a ClassPath reference also in the manifest file of both ejbs... how can

Maven2 release plug-in with assembly plug-in

2006-08-16 Thread swamy patsa
Hi Folks, I have used Maven2 assembly plugin and generated a zip file with dependency jars, when i did the release of this project the application jar is deploying to the remote repository but the zip file with dependencies is not deploying, if anyone of you folks solution for this problem i

Re: Retrieving Javadoc warning

2006-08-16 Thread Wayne Fay
Not in M2, at least, not yet that I'm aware of. This functionality was available in the M1 Javadoc plugin. Wayne On 8/16/06, Cazottes Nicolas [EMAIL PROTECTED] wrote: Hi, I'm using maven2 with the Javadoc plugin and I would like to know if there is a way to retrieve the warnings and errors

Re: Authorized RW access to repositories

2006-08-16 Thread Mike Perham
authorized_keys is the only way I know to do this easily. Look into the webdav wagon. That might allow you to use your LDAP auth for HTTP PUTs and GETs to/from the repo so you don't have to go through any Unix security hurdles. [EMAIL PROTECTED] wrote on 08/16/2006 12:36:45 PM: I'm not a

Re: using javadoc overview and maven plugin

2006-08-16 Thread Robbie Minshall
Attempting to set the overview page for javadoc relative to the working directory : Using the ${basedir} almost works and probably would on a unix environment but on windows I get : C:working uscany07252006javasamplessdo/src/main/java/overview.html So it looks as it the javadoc

Re: Assembly issues with modules

2006-08-16 Thread NormanFomferra
Dear Edwin, I've attached a test case http://www.nabble.com/user-files/336/assembly-spike-1.0.zip assembly-spike-1.0.zip for you. Its POM uses an assembly descriptor 'bin.xml' which should create a ZIP assembly containing a modules folder with all module binaries without dependencies and a

Re: weird surefire test failure while all tests succeed

2006-08-16 Thread berndq
you can use mvn -Dmaven.test.failure.ignore=true test to ignore test failures Bernd Hi everyone there is some weird surefire test issue running on my computer. The problem is that I have 5 nonFailing(!) TestCase tests. When I run mvn test on the project surefire first runs the tests with no

Re: [m2] mvn for midlets

2006-08-16 Thread Benedict Heal
Marco Mistroni wrote: Hello Benedict, wanted to do same... after googling found this link http://mojo.codehaus.org/j2me-maven-plugin/howto.html HTH marco Many thanks for this pointer. I added the wireless toolkit jars to my repository by hand, and can now compile the midlet. However I

Re: [m2] eclipse:eclipse and eclipse 3.2 projects within a project support.

2006-08-16 Thread Max Cooper
I, too, have been anxiously awaiting hierarchical project support in Eclipse. And I thought that it was going to be available in Eclipse 3.2. But this feature was omitted from the Eclipse 3.2 release. The feature is not available yet. -Max Barrie Treloar wrote: With Eclipse 3.2 I was lead

Re: Retrieving Javadoc warning

2006-08-16 Thread Dennis Lundberg
Cazottes Nicolas wrote: Hi, I'm using maven2 with the Javadoc plugin and I would like to know if there is a way to retrieve the warnings and errors raised by the javadoc executable. I searched for it in the log generated or in the reports generated but I did not find it even when changing

Re: Attempting to set up a company repository

2006-08-16 Thread Barrie Treloar
On 8/16/06, Denis McCarthy [EMAIL PROTECTED] wrote: Just got that working - I needed to define a pluginRepository in my settings.xml. Nothing like sending an email to concentrate the mind. Have a look at http://docs.codehaus.org/display/MAVENUSER/Using+Maven+in+a+corporate+environment which

Re: [m2] eclipse:eclipse and eclipse 3.2 projects within a project support.

2006-08-16 Thread Barrie Treloar
On 8/17/06, Max Cooper [EMAIL PROTECTED] wrote: I, too, have been anxiously awaiting hierarchical project support in Eclipse. And I thought that it was going to be available in Eclipse 3.2. But this feature was omitted from the Eclipse 3.2 release. The feature is not available yet. You can do

Re: Re: Classloader problem ?

2006-08-16 Thread Torsten Curdt
plugin groupId org.apache.maven.plugins /groupId artifactIdmaven-surefire-plugin/artifactId configuration forkModeonce/forkMode

RE: [m2] eclipse:eclipse and eclipse 3.2 projects within a project support.

2006-08-16 Thread Douglas Ferguson
Does anybody have any experience switching between project dependencies and jar dependencies? I assume that if you are working on multiple modules at the same time the project dependencies would be necessary, but then when you are working on 1 specific module that may use an older version (non

Re: Authorized RW access to repositories

2006-08-16 Thread Mykel Alvis
Thanks. I'll look into the WebDAV support. On 8/16/06, Mike Perham [EMAIL PROTECTED] wrote: authorized_keys is the only way I know to do this easily. Look into the webdav wagon. That might allow you to use your LDAP auth for HTTP PUTs and GETs to/from the repo so you don't have to go

Re: [m2] eclipse:eclipse and eclipse 3.2 projects within a project support.

2006-08-16 Thread Max Cooper
Douglas Ferguson wrote: Does anybody have any experience switching between project dependencies and jar dependencies? I assume that if you are working on multiple modules at the same time the project dependencies would be necessary, but then when you are working on 1 specific module that may

Re: component requirements

2006-08-16 Thread franz see
Gareth Tilley wrote: I've also had issues with this, how does one find out what components are available to a plugin? Frederik Bayart-2 wrote: Hallo, Does anybody know where I can find documentation of component requirements (the @component annotation in a mojo) and the

RE: eclipse

2006-08-16 Thread franz see
Douglas Ferguson wrote: I did this and when I first opened the projects I noticed that there was a now a project dependency and everything is compile. However, I just checked again and the dependency isn't showing up but it is still compiling? What could make the project dependency

Re: using javadoc overview and maven plugin

2006-08-16 Thread franz see
Robbie Minshall wrote: Attempting to set the overview page for javadoc relative to the working directory : Using the ${basedir} almost works and probably would on a unix environment but on windows I get : C:working uscany07252006javasamplessdo/src/main/java/overview.html

Re: weird surefire test failure while all tests succeed

2006-08-16 Thread franz see
tomiq wrote: Hi everyone there is some weird surefire test issue running on my computer. The problem is that I have 5 nonFailing(!) TestCase tests. When I run mvn test on the project surefire first runs the tests with no failure (Tests run: 95, Failures: 0, Errors: 0, Skipped: 0) then

Re: using javadoc overview and maven plugin

2006-08-16 Thread Nick Veys
On 8/16/06, Robbie Minshall [EMAIL PROTECTED] wrote: Attempting to set the overview page for javadoc relative to the working directory : Using the ${basedir} almost works and probably would on a unix environment but on windows I get : C:working

Re: weird surefire test failure while all tests succeed

2006-08-16 Thread Nick Veys
There should be log files in target/surefire-reports, if they're not empty there should be something of value in there. On 8/16/06, tomiq [EMAIL PROTECTED] wrote: Hi everyone there is some weird surefire test issue running on my computer. The problem is that I have 5 nonFailing(!) TestCase

Re: basedir of super pom

2006-08-16 Thread Nick Veys
Could you just symlink the license file around to the various directories? On 8/16/06, Wayne Fay [EMAIL PROTECTED] wrote: Set up Apache on your box and point it to the top root directory. Then its always online and you're obviously connected to the server, so you can use a URL to the file.

Re: running unit tests for pom packaged project

2006-08-16 Thread Nick Veys
On 8/16/06, Denis McCarthy [EMAIL PROTECTED] wrote: Hi, One of my projects depends on a second project. As a result, I've defined the first project as being packaged as a pom, with an associated dependency in the second package. However, when I run 'mvn test' on the pom packaged project no

cruisecontol plugin for maven 2.0

2006-08-16 Thread manoj kaushik
hello everybody i hav been working on maven 1.0 for a long time but now it is upgraded to maven 2.0. can anyone tell me how to configure it with cruisecontrol plugin and which plugin is supported by maven 2.0 thanks in advance manoj kaushik

Re: running unit tests for pom packaged project

2006-08-16 Thread Barrie Treloar
On 8/17/06, Nick Veys [EMAIL PROTECTED] wrote: On 8/16/06, Denis McCarthy [EMAIL PROTECTED] wrote: Hi, One of my projects depends on a second project. As a result, I've defined the first project as being packaged as a pom, with an associated dependency in the second package. However, when I

Re: Dependency scopes

2006-08-16 Thread Nick Veys
On 8/15/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: The said article mentions the notion of runtime classpath. While I can see what compile and test classpaths mean, I fail to understand what a runtime classpath is, in particular how it differs from the test classpath. Think of Runtime as

RE: websphere plugin

2006-08-16 Thread hermod.opstvedt
Hi I will create a WAS6 version of the WAS5 plugin (http://jira.codehaus.org/browse/MOJO-392) later this fall. Hermod -Original Message- From: javed mandary [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 16, 2006 2:15 PM To: Maven Users List Subject: Re: websphere plugin Am going

Re: Graphical View of Dependencies

2006-08-16 Thread Pin Ngee Koh
I tried grafo-maven-plugin mention in http://docs.codehaus.org/display/MAVEN/Dependency+Graphing Steps taken: 1. svn co https://svn.apache.org/repos/asf/maven/sandbox/grafo 2. mvn install (using j2se 1.5) 3. mvn grafo:grafo -Dversion=[version number of project] (running this in directory of

Re: build after every checkin

2006-08-16 Thread Emmanuel Venisse
Continuum can do this but without the interface. You need to wite a xml-rpc client (http://maven.apache.org/continuum/guides/mini/guide-xmlrpc-api.html) and add a hook in your scm. Emmanuel Satish a écrit : How can i configure the build to happen after every checkin instead of the sceduled