Re: Cannot deploy a parent 'tar.gz' assembly

2007-09-06 Thread Kalle Korhonen
Tim, what version of the assembly plugin are you using? I have a very similar setup to Evan's, and I'm getting the same "does not have an artifact with a file" error when binding to package and running the single goal. I'm using the latest released assembly, 2.2-beta-1. Kalle On 9/5/07, Evan To

Re: Retrieving version of the pom itself - not the child projects pom

2007-09-06 Thread PeterNilsson
Hi, The parent pom belongs to a build config project and contains common build configuration, ie dependency management, plugin management etc. The parent pom is common for many projects with different release cycles, therefore it will have a different version than the child projects. Some of th

Re: Cannot deploy a parent 'tar.gz' assembly

2007-09-06 Thread Tim Kettler
Hi, maven-2.0.7, assembly-plugin-2.2-beta-1, install-plugin:2.2 I tried this with a clean local repository (-Dmaven.repo.local=...), to ensure only released plugins are used in the build. Have you tried the test project? There were a couple of posts from people having this kind of problem in

EAR plugin and altDeploymentDescriptor

2007-09-06 Thread Martin Gilday
Hi, I am trying to produce an EAR with two instances of a JPA module with alternative persistence.xml. I thought I could use the EAR plugins altDeploymentDescriptor to do this. However when I specify something like: src/main/resources/META-INF/persistence-replica.xml then nothing changes in the a

Re: [M2] Maven 2 and WebDav protocol

2007-09-06 Thread Rémy Sanlaville
Hi Michael, Sorry for my late reply, but I am quite busy at the moment... 2007/9/1, Michael McCallum <[EMAIL PROTECTED]>: > > cat /etc/debian_version > lenny/sid > > enabled dav and dav_fs > if you need auth - i recommend - > using digest authentication > > > Dav on > > > thats all nothing magi

Re: Setting up a web service multimodule project

2007-09-06 Thread Tim Kettler
Hi, I stayed away from webservices until now, so I can't really propose a conrecte solution for your setup reading just the description you gave. But the general approch would be to factor out the parts used by both modules into a third one on which then both would depend. If you need more he

Re: Running heavy tests in the build lifecycle

2007-09-06 Thread Kjetil Kjernsmo
OK, my thanks to Arnaud, Dave and Wendy! I'm going to try it out over the next couple of days, I feel that I have a good direction now. Thanks! Kind regards Kjetil Kjernsmo -- Senior Knowledge Engineer Direct: +47 6783 1136 | Mobile: +47 986 48 234 Email: [EMAIL PROTECTED] Web: http://www.

Re: Q4E - A user's view

2007-09-06 Thread Arnaud HERITIER
I tested it a little bit and effectively it's working fine. Great job guys !! Is there someone who tested if with WTP ? Arnaud On 06/09/07, Joshua ChaitinPollak <[EMAIL PROTECTED]> wrote: > > On Sep 5, 2007, at 7:12 PM, Carlos Sanchez wrote: > > > Thanks for giving it a try Joshua, see comments i

Confused by local repository

2007-09-06 Thread KOULOURIS Stefan
Hi all, I'm trying to setup a project limited by a very restrictive repository management. Let's say we can't use the normal maven2 repo...only the repository setup by the organisation in which only the approved libraries reside. This repository doesn't contain all the libs our pr

RE: Xdoclet plugin for generating EJB sources of ejbdoclet project

2007-09-06 Thread COPPENS, Fabien
Hi. You are right it xdoclet 1.2.3. I have already tried what you suggest, but I get this kind of error : [INFO] Internal error in the plugin manager executing goal 'org.codehaus.mojo:xdoclet-maven-plugin:1.0-alpha-2:xdoclet': Unable to find the mojo 'org.codehaus.mojo:x doclet-maven-plugin:1

RE: Xdoclet plugin for generating EJB sources of ejbdoclet project

2007-09-06 Thread COPPENS, Fabien
Ok, I found the solution to the problem here : http://www.nabble.com/Re:-maven-2.0.6-and-xdoclet-maven-plugin-p9839377s177.html I needed to add a dependency to ant : ant ant 1.6.5

Re: Confused by local repository

2007-09-06 Thread Tim Kettler
Hi, It's not entirely clear from your description if the build fails becauce maven can't find the repository at all. Then this syntax might be what you want: file://${basedir}/libs Or if it just fails to retrieve the artifact from the repository. In that case, remember that a valid remote

RE: Confused by local repository

2007-09-06 Thread KOULOURIS Stefan
Hi Tim, thank you very much for your reply. The problem was due to your first suggestion. By simply adding file:// to the url it worked. In retrospect I should have know this. Anyway, thank you again. Regards, Stefan -Original Message- From: Tim Kettler [mail

Re: Confused by local repository

2007-09-06 Thread Nick Stolwijk
You say the artifact is in the directory gwt, while your groupId is com.google. I guess this also goes wrong. Hth, Nick S. KOULOURIS Stefan wrote: Hi all, I'm trying to setup a project limited by a very restrictive repository management. Let's say we can't use the normal maven2 r

Re: Tomcat Manager username

2007-09-06 Thread Alexandre Gomes
Ok Mark, isseu created in [1]. Thanks a lot. [1] http://jira.codehaus.org/browse/MOJO-906 []s Alê! On 9/4/07, Mark Hobson <[EMAIL PROTECTED]> wrote: > On 03/09/07, Alexandre Gomes <[EMAIL PROTECTED]> wrote: > > Hi, > > > > based on [1], how can I pass a diferent username for Tomcat Manager, >

RE: Confused by local repository

2007-09-06 Thread KOULOURIS Stefan
Nick, that was a mistake in the example I typed, the artifact is in com/google/... Groeten, Stefan -Original Message- From: Nick Stolwijk [mailto:[EMAIL PROTECTED] Sent: 06 September 2007 13:48 To: Maven Users List Subject: Re: Confused by local repository You say the artifact is in t

How can i generate automatically eclipse polugins using maven2?

2007-09-06 Thread albateos
Hi, İ prepare an eclipse plugin and i want to use maven2 to export this plugin usign continuum to the specifed location. I try to use maven-osgi-plugin but cannot find any version of it. How can i do that?? Any example poms ?? Thanks -- View this message in context: http://www.nabble.com/How-c

Maven plugin for Eclipse

2007-09-06 Thread De Vleeschauwer Nele
Hi, For the moment I'm using version 3.3 of Eclipse with the Maven plugin installed. Each time when I execute a maven command in Eclipse, Eclipse tries to download the necessary artiftacts from the Maven Repo site (repo1.maven.org). How can I configure that Eclipse should use the company's centr

RE: Maven plugin for Eclipse

2007-09-06 Thread COPPENS, Fabien
I believe you can configure this in your maven settings.xml file via a profile : MyDevRepo http://myrepository

surefire classpath uses project dependencies prior to target/classes

2007-09-06 Thread nicolas de loof
Hello, I've got an issue in my project that uses retrotranlator : http://hammerfest.svn.sourceforge.net//svnroot/hammerfest/retrotanslator-runtime13/trunk/ The retrotranslator runtime is declared as a dependency to compile project classes (that is an extension to retrotranslator) Retrotranslator

Re: surefire classpath uses project dependencies prior to target/classes

2007-09-06 Thread nicolas de loof
I've found myself the response by searching JIRA : SUREFIRE-61 Using surefire-2.4-SNAPSHOT solves my issue. 2007/9/6, nicolas de loof <[EMAIL PROTECTED]>: > > Hello, > > I've got an issue in my project that uses retrotranlator : > http://hammerfest.svn.sourceforge.net//svnroot/hammerfest/retrotan

Setting up a web service multimodule project

2007-09-06 Thread Fredrik Jonson
Hi, I have a multimodule project where one submodule will be accessing a soap interface provided by another submodule. What's the general practice for setting up such projects in maven 2? I mean, there is strictly seen not a dependency on the ws-module's jar, so to just declare a dependency doe

RE: Maven plugin for Eclipse

2007-09-06 Thread De Vleeschauwer Nele
Hi, I have configured my settings.xml in this way and if I execute a maven command from a dos box, it is using our company's repository. But if I call a maven command out of Eclipse, it goes directly to the Maven Repo site. -Original Message- From: COPPENS, Fabien [mailto:[EMAIL PROT

continuum-trunk war refuses to start up

2007-09-06 Thread Graham Leggett
Hi all, While trying to test out the trunk version of continuum under apache-tomcat v5.5.20, I deployed the war to tomcat and started tomcat up. The war refused to deploy as below. It looks like the war file contains no log4j config, which is either directly causing the failure, or is hiding the

The specified resource isn't a file or the protocol used isn't allowed.

2007-09-06 Thread Graham Leggett
Hi all, While trying to install Continuum v1.1 beta 2 from scratch on a Windows machine, I have managed to get it started up and working, and am trying to enter the first set of projects. When I enter the POM url of "https://svn.server/svn/alchemy/Rhapsody/Development/native/trunk/pom.xml"; I get

Maven 2 dashboard-plugin clover historic report data missing

2007-09-06 Thread Jimbog
Hi, I have an M2 multi project, with the dashboard plug-in amalgamating all of our clover, maven, checkstyle, pmd and cpd reports. The plug-in also persists all the data for these reports. However, when I generate the historic html, the clover chart contains no data, despite the data being persis

problem with deploying a non-SNAPSHOT version to the respository

2007-09-06 Thread Baoli Zhang
Hi, I am using maven2 for the new project. When I deploy a SNAPSHOT version to the repository, it was successful. But when I change the version to an non-SNAPSHOT version, like I changed the build.version=1.0.0.77, I got the error as following. All the settings are same. I attach my settings (f

RE: Maven plugin for Eclipse

2007-09-06 Thread COPPENS, Fabien
Which plugin and version of plugin are you using ? I think I've noticed something similar using v0.0.10 of the m2 plugin on Eclipse 3.2.2. In my case the eclipse maven plugin is unable to retrieve the maven plugins, so I always have first populate my local repo by running once the mvn command

Re: Maven 2 dashboard-plugin clover historic report data missing

2007-09-06 Thread dvicente
Hi, I'm the dashboard project leader. No, i haven't seen this error before. it must be a bug of dashboard plugin but could you do a mvn -e -X dashboard-report:dashboard and redirect the output to a log file and upload it as an attachment ? Jimbog wrote: > > Hi, > I have an M2 multi project,

RE: Maven plugin for Eclipse

2007-09-06 Thread De Vleeschauwer Nele
We are using the 0.0.10 Maven plugin on Elipse 3.3.0 -Original Message- From: COPPENS, Fabien [mailto:[EMAIL PROTECTED] Sent: donderdag 6 september 2007 15:38 To: Maven Users List Subject: RE: Maven plugin for Eclipse Which plugin and version of plugin are you using ? I think I've n

Re: Setting the Timezone correctly

2007-09-06 Thread Mark Eramo
Hi Tim, Thanks for the information. It must be something else then that is setting the time in Maven. The build completed time shows the build finishes 1 hour earlier then the actual system time. Regards, Mark Tim Kettler wrote: Hi, see [1], [2] for references of the valid tags in 'pom.x

Re: Scheduled Builds Timing out

2007-09-06 Thread Anshula
I dont think so. When I installed Continuum, I followed the standard installation instructions. I havent changed the logging configurations anywhere. These logs are for 1 day only. Continuum is running as a service and I have scheduled a build at 7:30 pm. Usually what I observe is that the logs ge

Re: Maven 2 dashboard-plugin clover historic report data missing

2007-09-06 Thread Jimbog
dvicente wrote: > > Hi, > > I'm the dashboard project leader. > > No, i haven't seen this error before. > > it must be a bug of dashboard plugin but could you do a mvn -e -X > dashboard-report:dashboard and redirect the output to a log file and > upload it as an attachment ? > > > Jimbog w

Error: "Invalid task: you must specify a valid lifecycle phase"

2007-09-06 Thread Juan Ignacio Garzón
Hi! I cannot execute any goal of the dbunit plugin. I have added it on my project using: maven-plugins maven-dbunit-plugin 1.7 and it was correctly downloaded (its in the repo now). But when I try to execute"mvn dbunit", I get an error message: [INFO] Invalid task 'db

Re: Q4E - A user's view

2007-09-06 Thread ossi petz
indeed some wtp support statements would be interesting. wtp with filtering too :) ossi Arnaud HERITIER schrieb: I tested it a little bit and effectively it's working fine. Great job guys !! Is there someone who tested if with WTP ? Arnaud -

How can i setup the dependency on more than one repos in certain order?

2007-09-06 Thread Baz
Hi, How can i setup the dependency on more than one repos in certain order? For example, production repo, stage repo, then dev repo? Thanks. A.

Re: Error: "Invalid task: you must specify a valid lifecycle phase"

2007-09-06 Thread Tim Kettler
Hi, do you mean this [1] plugin? It's for maven 1 not for maven 2!! The maven 2 plugin for dbuit is available at the mojo project over at codehaus.org [2]. Additionally plugins are not declared as dependencies. They are configured in the section of your pom. -Tim [1] http://maven-plugins

Re: Q4E, a new Eclipse plugin for Maven

2007-09-06 Thread ossi petz
hallo if you have plans to use wtp and m2eclipse you will need to move to eclipse 3.3 anyway. so plan some upgrades in the near future :) regards ossi Bernard Lupin schrieb: Hi Carlos, It seems that Q is only available with Eclipse 3.3. Unfortunately, all our workstations are currently us

Re: How can i setup the dependency on more than one repos in certain order?

2007-09-06 Thread Baz
I saw the followings at, http://maven.apache.org/guides/mini/guide-multiple-repositories.html. Does it mean my compilation will now look for my-repo1 first, then my-repo2? If so, can i define this at super pom so i only need to do it once? Thanks. ... my-repo1 your custom r

Re: Maven 2 dashboard-plugin clover historic report data missing

2007-09-06 Thread dvicente
no error in the log file. I will do new tests with clover and i keep you informed. Best regards David Jimbog wrote: > > > > dvicente wrote: >> >> Hi, >> >> I'm the dashboard project leader. >> >> No, i haven't seen this error before. >> >> it must be a bug of dashboard plugin but could

Re: Maven 2 dashboard-plugin clover historic report data missing

2007-09-06 Thread Jimbog
Great, thanks, let me know if you need anymore information. dvicente wrote: > > no error in the log file. > > I will do new tests with clover and i keep you informed. > > Best regards > > David > > Jimbog wrote: >> >> >> >> dvicente wrote: >>> >>> Hi, >>> >>> I'm the dashboard projec

profile inheritance and activation

2007-09-06 Thread Philippe Le Marchand
Hi all, This is my first post, necessary as I can't find an answer in the archives ;-) I'm trying to define profiles, mainly for filtering purpose, on different modules of my project: local, test and prod, for instance. I configured my project and modules with inheritance and aggregation, which i

Re: profile inheritance and activation

2007-09-06 Thread ossi petz
hallo the profiles are not inherited to child modules, but the effects are. so the child will not show the profile as active but it will work nontheless. see: http://www.nabble.com/Profile-inheritance-tf2953156s177.html#a8259757 for a better explanation regards ossi Philippe Le Marchand sc

Re: How can i setup the dependency on more than one repos in certain order?

2007-09-06 Thread ossi petz
hallo yes the order of the repositories is kept when looking for artifacts. you can define repositores in settings.xml or in a profile in a parent pom. but from here: do you plan to put different artifacts with the same groupId/artifactId/version into your repositories? so dev-repo will conta

Creating Dynamic Web Projects for Eclipse and Tomcat

2007-09-06 Thread trondvalen
Hi! I was wondering... What is the best way to set up Maven, Eclipse and Tomcat to work together? I want to handle external library dependencies in Maven 2, build a project (preferably Dynamic Web Project) for Eclipse 3.3.0 (using something like mvn eclipse:eclipse) and then using Tomcat server 5

Re: profile inheritance and activation

2007-09-06 Thread Philippe Le Marchand
Hi ossi, thank you very much for your reaction, I just figured it out searching in Nabble's archives, so I prepared myself to ask for help on what I needed instead of how to inherit profiles to accomplish it :-) So the idea is to: - access the filter properties file corresponding to the target en

Re: Build javadoc of dependencies?

2007-09-06 Thread Heinrich Nirschl
On 9/5/07, Jochen Wiedmann <[EMAIL PROTECTED]> wrote: > Hi, > > I have a project which is structured like this: > > +- parent > | > +- core > | > +- webapp > > (In practice, it's a little bit more complex, but the picture is > sufficient to show the use cas

Re: [M2] Maven 2 and WebDav protocol

2007-09-06 Thread Carlos Sanchez
check the permissions because wagon definitely creates the dirs On 9/6/07, Rémy Sanlaville <[EMAIL PROTECTED]> wrote: > Hi Michael, > > Sorry for my late reply, but I am quite busy at the moment... > > 2007/9/1, Michael McCallum <[EMAIL PROTECTED]>: > > > > cat /etc/debian_version > > lenny/sid >

Re: [M2] Maven 2 and WebDav protocol

2007-09-06 Thread Piotr Tabor
Wagon creates directory, but for WEB-DAV protocol. It doesn't create directories for wagon-http-lightweight protocol (AFAIK this protocol doesn't support creating directories at all). The problem is the wagon by default binds https://... to this wagon-http-lightweight, but not to web-dav. To make

Re: Scheduled Builds Timing out

2007-09-06 Thread Anshula
Emmanuel, Could it be an issue of Continuum and Perforce? I can see that there are many open bugs regarding using Perforce as an SCM in Continuum. I still have't been able to get it working..! Thanks, Anshula Emmanuel Venisse wrote: > > ok, I'll try to add the build output even if the timeou

Re: How can i setup the dependency on more than one repos in certain order?

2007-09-06 Thread Baz
Ossi, thanks for your reply. Why are we using profile in this case? In http://maven.apache.org/guides/mini/guide-multiple-repositories.html, it seems like a standard pom.xml file that specify several repositories in order. Thats all right? Would you please give coding example for a simple impleme

Re: [M2] Maven 2 and WebDav protocol

2007-09-06 Thread Carlos Sanchez
you need to use "dav" as wagon protocol, not http or webdav something like dav:https://dav.codehaus.org/snapshots.repository/mojo/ check the mojo pom for an example http://repo1.maven.org/maven2/org/codehaus/mojo/mojo/16/mojo-16.pom On 9/6/07, Piotr Tabor <[EMAIL PROTECTED]> wrote: > Wagon creat

RE: problem with deploying a non-SNAPSHOT version to the respository

2007-09-06 Thread Baoli Zhang
I found the problem. As I need to deploy to maven1 repository at the same time, at first I defined maven1 repo in distributionManagement, and comment out maven2 non-SNAPSHOT repo. That caused the problem because it could not find the repo. It doesn't need to define maven1 repo in distribution

Re: [M2] Maven 2 and WebDav protocol

2007-09-06 Thread Rémy Sanlaville
2007/9/6, Carlos Sanchez <[EMAIL PROTECTED]>: > > you need to use "dav" as wagon protocol, not http or webdav > > something like > dav:https://dav.codehaus.org/snapshots.repository/mojo/ > My problem was here ! I used http://myhost/inhouse rather than dav:http://myhost/inhouse Now it works like a

Re: [M2] Maven 2 and WebDav protocol

2007-09-06 Thread Rémy Sanlaville
As I mentioned in my first post, I followed the instructions from this article (http://docs.codehaus.org/display/MAVENUSER/Deploying+3rd+Party+Jars+With+WebDAV ) So it is not correct because it uses a bad url: -Durl=http://localhost:8080/archiva/repository/myrepo It would be nice to update this

PMD parameters

2007-09-06 Thread Morgovsky, Alexander (US - Glen Mills)
Hello. May someone please inform me on how to call the PMD Reporting Plugin to acquire Code Complexity analysis. Thank you. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the

Spring Framework & Acegi Security project

2007-09-06 Thread Gerard Lancome
.0.0 application.demo mavenflight war 20070906 Maven Demo Application junit junit 4.4 test javax.servlet servlet-api 2.4 provided javax.servlet.jsp jsp-api 2.0 provided

Re: Spring Framework & Acegi Security project

2007-09-06 Thread Eric Miles
Gerard, Use an exclusion like such: org.acegisecurity acegi-security 1.0.3 compile org

xdoclet maven plugin: Ambiguous subtask definition exception

2007-09-06 Thread Brian Smith
I'm getting an error (Ambiguous subtask definition exception) while trying to run Maven from the top directory of a multi-module project that contains both EJBs and web apps. I've seen that this has been reported before and that a bug was created and has been closed ( http://jira.codehaus.org/brow

Re: Two different configuration for notifications ?

2007-09-06 Thread mfs
I guess i didnt conveyed my point correctly, actually what i wanted was some way to disable the email notifications (for the same project(s) during the day-time builds) and have the same enabled only for the nightly build done once every night..is that possible ? Another thing i noticed with the

[ANN] grails-maven-plugin 0.1

2007-09-06 Thread Arnaud HERITIER
Hi Communities, I'm pleased to announce the availability of the first release of the grails-maven-plugin. I hope this plugin will ease the development of Grails applications with maven. Major features are actually : - POM creation from an existing Grails project. - A grails-app packagin

Re: Multiproject build fails

2007-09-06 Thread Todd Nine
ping On 9/5/07, Todd Nine <[EMAIL PROTECTED]> wrote: > > Hi all, > I have a multi project build in the standard directory structure. I'm > using subversion, and all my submodules will be built with the same version > as the parent. I can perform a prepare successfully, however when I perfo

SCM Plugin

2007-09-06 Thread Mykel Alvis
I'm using 1.0 of the SCM plugin and I'm getting an odd behavior With maven 2.0.7, a working subversion SCM url and a build plugin as maven-scm-plugin tag [EMAIL PROTECTED] MEFoundation-1.0.x]$ mvn scm:tag [INFO] Scanning for projects... [INFO] S

Re: Archetype structure?

2007-09-06 Thread Michael Griffith
Gregory, Thanks for the reply. The thing I don't want in my directory structure is main/java/... I just want it to be src/com/mycompany/project/dao... It seems that if you use Mavens conventions, things are pretty straight forward, but as soon as you try to create your own conventions, things g

Re: Spring Framework & Acegi Security project

2007-09-06 Thread Gerard Lancome
Hi, On 9/6/07, Eric Miles <[EMAIL PROTECTED]> wrote: > Use an exclusion like such: ... Yes, that worked alright! Not beautiful, but WTH. Thanks a lot, Gerard. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: continuum-trunk war refuses to start up

2007-09-06 Thread Emmanuel Venisse
yes, we have a typo error in application.xml, I'm fixing it Emmanuel Graham Leggett a écrit : Hi all, While trying to test out the trunk version of continuum under apache-tomcat v5.5.20, I deployed the war to tomcat and started tomcat up. The war refused to deploy as below. It looks like the

Re: Error: "Invalid task: you must specify a valid lifecycle phase"

2007-09-06 Thread Juan Ignacio Garzón
I tryied to figure out the version of Maven that the plugin required, but I couldnt find it. Thanks! 2007/9/6, Tim Kettler <[EMAIL PROTECTED]>: > Hi, > > do you mean this [1] plugin? It's for maven 1 not for maven 2!! The > maven 2 plugin for dbuit is available at the mojo project over at > codeh

Re: SCM Plugin

2007-09-06 Thread Dan Tran
try -Dtag= it is a bug that 'tag' param is not marked as required, please file a JIRA -D On 9/6/07, Mykel Alvis <[EMAIL PROTECTED]> wrote: > I'm using 1.0 of the SCM plugin and I'm getting an odd behavior > > > With maven 2.0.7, a working subversion SCM url and a build plugin as > > >

Re: SCM Plugin

2007-09-06 Thread Dan Tran
see this link for doco http://maven.apache.org//scm/plugins/tag-mojo.html#tag On 9/6/07, Dan Tran <[EMAIL PROTECTED]> wrote: > try -Dtag= > > it is a bug that 'tag' param is not marked as required, please file a JIRA > > -D > > On 9/6/07, Mykel Alvis <[EMAIL PROTECTED]> wrote: > > I'm using 1.0 o

Re: Scheduled Builds Timing out

2007-09-06 Thread Emmanuel Venisse
if forced build works fine, scheduled build should work too because it's the same code that run both. The possible difference is if you have more than one build definition, the forced build use the default one. About logs, you must have the same log for scheduled and forced builds. I don't unde

Spring Framework & Acegi Security project

2007-09-06 Thread Gerard Lancome
t; 4.0.0 application.demo mavenflight war 20070906 Maven Demo Application junit junit 4.4 test javax.servlet servlet-api 2.4 provided javax.servlet.jsp jsp-api 2.0 provided

Re: xdoclet maven plugin: Ambiguous subtask definition exception

2007-09-06 Thread Marco Mistroni
Hello, i had.. long time ago while i was trying to do exactly the same thing. Resorted to use xdoclet in one project, and to call xdocket from maven antrun plugin in the other not elegant, but was theonly solution i found hth marco On 9/6/07, Brian Smith <[EMAIL PROTECTED]> wrote: > > I'm

Re: Multiproject build fails

2007-09-06 Thread Arnaud HERITIER
Did you specify a version for the release plugin ? On 06/09/07, Todd Nine <[EMAIL PROTECTED]> wrote: > ping > > On 9/5/07, Todd Nine <[EMAIL PROTECTED]> wrote: > > > > Hi all, > > I have a multi project build in the standard directory structure. I'm > > using subversion, and all my submodul

Re: xdoclet maven plugin: Ambiguous subtask definition exception

2007-09-06 Thread Brian Smith
I'll give that a try. I finally figured out my issue with the getting the correct version of the plugin but I'm still getting the same error. On 9/6/07, Marco Mistroni <[EMAIL PROTECTED]> wrote: > > Hello, > i had.. long time ago while i was trying to do exactly the same thing. > Resorted to use

Re: Scheduled Builds Timing out

2007-09-06 Thread Anshula
No even that is not the case. I have only 1 build definition and that too at the group level. I do not have any project level definitions. Regards, Anshula Emmanuel Venisse wrote: > > if forced build works fine, scheduled build should work too because it's > the same code that run both. The po

Re: Multiproject build fails

2007-09-06 Thread Greg Davidson
Try adding this to the maven-release-plugin clean install On 9/5/07, Todd Nine <[EMAIL PROTECTED]> wrote: > > Hi all, > I have a multi project build in the standard directory structure. I'm > using subversion, and all my submodules will be built with the same > version > as the parent. I ca

Maven java-source local repository

2007-09-06 Thread Juan Ignacio Garzón
Hi! I configured maven to download the sources of JARs. I have created a local repository (a network drive in order to have a central repository on my company) in %home%/.m2/settings.xml: I:\repository This works fine for the binary jars, but the source jars are beeing downloaded into the defaul

Re: Maven java-source local repository

2007-09-06 Thread Wayne Fay
This is certainly odd. It might even be a bug. Where do javadocs land in your repo when Maven downloads them? Wayne On 9/6/07, Juan Ignacio Garzón <[EMAIL PROTECTED]> wrote: > Hi! > > I configured maven to download the sources of JARs. I have created a > local repository (a network drive in orde

Dependency computation differs between mvn eclipse:eclipse and mvn package

2007-09-06 Thread Lewandowski, Eric
Hi, I use Maven 2.0.7 with JDK 1.5.0_12 on Windows XP. My application use struts2 and spring-framework. In my POM, I add the dependency : org.springframework:spring-beans:2.0.1 and the dependency org.apache.struts:struts2-spring-plugin:2.0.9 I run mvn eclipse:clean eclipse:eclipse -Dwtpversion=

q4eclipse NullPointerException importing project

2007-09-06 Thread Joshua ChaitinPollak
Using q4eclipse, I get a null pointer exception importing a Maven pom.xml file into Eclipse. That's about all the information I have. Where can I find a log file with the stack trace, and who can I send it to? -- Joshua ChaitinPollak Software Engineer Kiva Systems ---

Re: Build javadoc of dependencies?

2007-09-06 Thread Jochen Wiedmann
On 9/6/07, Heinrich Nirschl <[EMAIL PROTECTED]> wrote: > You could set up a fourth project with packaging pom that serves as > parent for the other three (i.e. the other tree projects are modules > of the new project). The Javadoc plugin's aggregate function should > work then. Right, but I could

Re: Maven java-source local repository

2007-09-06 Thread Juan Ignacio Garzón
I couldnt install a javadoc by adding the dependency to a pom and configuring maven to download javadocs (It said "Unable to get resource XXX from repository central", even if the javadoc was phisically in the remote repo). I downloaded a javadoc jar manually, and installed it using: mvn install:

Re: Maven java-source local repository

2007-09-06 Thread Wayne Fay
You should be able to get Maven to download and install javadocs and sources by specifying the proper classifier in the dependency ie: javadoc Though this is really not something you'd normally do, as projects don't really "depend" in the traditional sense on the Javadocs or sources

multiple jar project split into two projects

2007-09-06 Thread Sebastian Johnck
Hello, I currently have a war project (containing web services) in which I'm generating a client.jar, containing client code, to include in the war. I'm generating client code into generated-sources folder and then using the jar plugin to create the client.jar, and place it in the web resources dir

Re: multiple jar project split into two projects

2007-09-06 Thread Dan Tran
best practice is to break them up as much as you can so that you will have one build artifact per module. I my case which i use jaxws and here are my modules: core ws-client depends on core ws-server depend on core webapp depend on core and ws-server note both ws-client and ws-serve

Re: The processing order of Maven2's reactor

2007-09-06 Thread Tim Kettler
Hi, Huang, Yan schrieb: Hello, I'm wondering how maven is figuring out the Reactor build order Arnaud already explained this. and if there is a way to tweak this order? No. Only indirectly, by specifying dependencies between modules. If I see there are exact same line for a particular p

Re: The processing order of Maven2's reactor

2007-09-06 Thread Insitu
"Huang, Yan" <[EMAIL PROTECTED]> writes: > Hello, > > I'm wondering how maven is figuring out the Reactor build order and if > there is a way to tweak this order? If I see there are exact same line > for a particular project twice in this order, does it mean that maven 2 > would build twice? > Ma

Re: How to test a plugin

2007-09-06 Thread Insitu
"William Ferguson" <[EMAIL PROTECTED]> writes: > I haven't found it, so I have to ask. > Have you read this ? http://maven.apache.org/developers/committer-testing-plugins.html That said, I agree this is just some notes on testing tools, note a guide for creating meaningful tests for plugins.

Re: Maven plugin for Eclipse

2007-09-06 Thread Achim Abeling
Hi, did you refresh the settings in eclipse? It has to be done under Window->Preferences->Maven->Refresh Settings. Best regards Achim De Vleeschauwer Nele wrote: Hi, I have configured my settings.xml in this way and if I execute a maven command from a dos box, it is using our company's repos

Re: Creating Dynamic Web Projects for Eclipse and Tomcat

2007-09-06 Thread Arnaud HERITIER
You have to enable WTP in the eclipse:eclipse plugin mvn eclipse:eclipse -DwtpVersion=1.5 (2.0 isn't yet generated by maven, but eclipse will propose to you to convert it) If your packaging is defined as war in you pom, you'll see that in eclipse you have now a web project that you can dynamically

Re: Dependency computation differs between mvn eclipse:eclipse and mvn package

2007-09-06 Thread Tim Kettler
Hi, I suspect this is due to the eclipse plugin handling dependency resolution itself (see method doDependencyResolution() in [1]) instead of using the maven build-in one. You should file a jira issue in the eclipse-plugin [1] for this, as both mechanisms should resolve to the same dependenc

${basedir} Windows and ${file.separator}

2007-09-06 Thread Andrew Leer
Hello all, I am using Maven2 on Windows XP Lets say that I have this property in my pom.xml file: ${basedir}${file.separator}log${file.separator} This property is being used to write the location of a directory for holding log files, to a log4j.xml file. Now when I run some code to writ

How to test a plugin

2007-09-06 Thread William Ferguson
I haven't found it, so I have to ask. Is there a document describing best practice for testing a plugin? I keep running into what appear to be abberations in various Maven plugins, raising JIRAs for them and even submitting patches, but I haven't found any common pattern for constructing test cas

The processing order of Maven2's reactor

2007-09-06 Thread Huang, Yan
Hello, I'm wondering how maven is figuring out the Reactor build order and if there is a way to tweak this order? If I see there are exact same line for a particular project twice in this order, does it mean that maven 2 would build twice? Thanks Yan -