maven + cactus problem (Missing Cactus property [cactus.contextURL] but I have set cactus.contextURL in cactus.properties)

2005-05-31 Thread sheep
hi. I have a problem when i do a servlet test anybody who can help me. //- maven+cactus do servlet test.but it always report miss cactus.contextURL.I put cactus.contextURL=http://localhost:8080/test i

Re: Multiproject plugin and "maven.build.dir" restrictions?

2005-05-31 Thread Brett Porter
> - Dashboard report is an empty page I have a feeling this one doesn't like build.dir changes, but I don't know enough about it (see the excludes you have, for example). > - Clicking subproject links from the multiproject page is invalid - the > pages do not exist (none of the standard HTML fi

RE: Multiproject plugin and "maven.build.dir" restrictions?

2005-05-31 Thread Jeff Jensen
Yes Brett, thanks for asking. I've been trying to get multiproject running for quite awhile now and am very stuck, grasping at straws...wondering what I have configured wrong. Or what is odd about our product setup that causes it to not work. Basically, only some pages are generated in multiproj

[ANN] Maven Gump Plug-in 2.0.1 released

2005-05-31 Thread brett
The maven team is pleased to announce the Maven Gump Plug-in 2.0.1 release! http://maven.apache.org/reference/plugins/gump/ Changes in this version include: New Features: o Add maven.gump.svn.dir property for setting the subdirectory under the svn repository o Add the ability to specif

[ANN] Maven Gump Plug-in 2.0.1 released

2005-05-31 Thread brett
The maven team is pleased to announce the Maven Gump Plug-in 2.0.1 release! http://maven.apache.org/reference/plugins/gump/ Changes in this version include: New Features: o Add maven.gump.svn.dir property for setting the subdirectory under the svn repository o Add the ability to specif

Test suite failure does not cause a site build failure

2005-05-31 Thread Adrian Herscu
Hi all, When running the test goal against a failing test suite, Maven outputs BUILD FAILED. When running the site goal against a failing test suite (the same test suite as before), Maven outputs BUILD SUCCESSFUL. Why? Adrian.

Re: Maven @ Sydney JUG meeting next Wednesday, 1 June, 6:00pm for 6:30

2005-05-31 Thread Rahul
Hi, I have recently started with Maven and working on streamlining release engineering process for our company. I would be interested in talks like these and wondering if we have any slides/docs for this talk available online? Just talking out loud here but would it be easy to get audio/vide

Re: Multiproject plugin and "maven.build.dir" restrictions?

2005-05-31 Thread Brett Porter
They shouldn't. Are you having a problem? - Brett On 6/1/05, Jeff Jensen <[EMAIL PROTECTED]> wrote: > Are there any restrictions with the setting of "maven.build.dir" in the > multiproject project or in the subprojects? > > Another way to ask that is does the plugin, or the goals it calls, make

Re: Maven @ Sydney JUG meeting next Wednesday, 1 June, 6:00pm for 6:30

2005-05-31 Thread Brett Porter
Yes, I will put them online after the meeting tonight. Cheers, Brett On 6/1/05, Rahul <[EMAIL PROTECTED]> wrote: > Hi, > > I have recently started with Maven and working on streamlining release > engineering process for our company. I would be interested in talks like > these and wondering if we

Multiproject plugin and "maven.build.dir" restrictions?

2005-05-31 Thread Jeff Jensen
Are there any restrictions with the setting of "maven.build.dir" in the multiproject project or in the subprojects? Another way to ask that is does the plugin, or the goals it calls, make any assumptions as to the location of its own "maven.build.dir" or those of the subprojects?

Problems with Maven Repository and Eclipse Plugins

2005-05-31 Thread Martin Jäger
Hi there I have a question regarding Maven and RCP Plugin development: I have different subprojects, that produce libraries (jars) that I need in an eclipse plugin. Because the development speed is high, I want to use our internal maven repository to access the jars. In simple java projects I

Re: Required multisite settings in project.xml?

2005-05-31 Thread Brett Porter
The settings are mostly in the properties file. The XSD only seemed to have one problem previously (the omission of artifactId) which shouldn't be relevant to this. - Brett On 6/1/05, Jeff Jensen <[EMAIL PROTECTED]> wrote: > What are the required elements in project.xml for the multiproject plug

Maven 1.0.2 and Eclipse Web Tools

2005-05-31 Thread Michael
Has anyone setup the eclipse plugin to generate project files compatible with eclipse web tools? I was following the steps in http://www.eclipse.org/webtools/jst/components/j2ee/scenarios/MavenEclipseIntegration.html except I am using Maven best practices for project layout. The Eclipse project s

Re: multiproject of multiprojects site generation - infinite loop

2005-05-31 Thread Kenney Westerhof
On Tue, 31 May 2005, Julian C. Dunn wrote: I don't see any loop there, but I guess the next step would be that c1 gets built again. The problem here is that C1 and C2 inherit B's settings, so the site goal there is actually the site goal from B, which calls multiproject:site. You should wither o

j2ee project best practices?

2005-05-31 Thread Kenney Westerhof
Hi there, I've been looking for the j2ee project best practices document which was referenced on maven.apache.org but couldn't find it. In particular, I'm wondering how to set up the project. We use xdoclet to generate the local/remote/home interfaces of EJB's which should go in a separate artif

multiproject of multiprojects site generation - infinite loop

2005-05-31 Thread Julian C. Dunn
I know (from reading the list archives) that the Multiproject plugin doesn't support multiproject nesting. From my understanding if one has a project structure like: projectA \ projectB \ - projectC1 | - projectC2 and you try to run "maven mult

Required multisite settings in project.xml?

2005-05-31 Thread Jeff Jensen
What are the required elements in project.xml for the multiproject plugin to run correctly, besides those required by the XSD? I ask because numerous emails note that its XSD is incorrect and I cannot get multiproject to run reports of subprojects. ---

RE: Réf. : RE: [OT]Re: Réf. : Re: [m2] Multiproject with flat layout

2005-05-31 Thread Jeff Jensen
Thanks for your help Fabrice. I am using your settings, and multiproject still doesn't completely run all of the reports for the subprojects. Between trying to solve this and JCoverage problems over the past couple of weeks, I am very frustrated!! :-( Thanks again for sending your settings. --

Re: PMD jar override not respected when in master project

2005-05-31 Thread Wim Deblauwe
There is already a JIRA issue for the PMD upgrade. I added a new one for the maven inheritance problem. regards, Wim 2005/5/31, Kenney Westerhof <[EMAIL PROTECTED]>: > On Tue, 31 May 2005, Wim Deblauwe wrote: > > Still no answer on the maven users list? > I think you should file 2 requests: one

Re: How to send build status in email...

2005-05-31 Thread Muser007
Yes, I have combined multiple goals into maven.xml (even though some are not working yet, and others need to be added !) I was wondering how to incorporate this, if i have to schedule nightly-builds. Thanks! dan tran wrote: Can you combine your multiple goals into one single maven goal ? -

Re: How to send build status in email...

2005-05-31 Thread dan tran
Can you combine your multiple goals into one single maven goal ? -D On 5/31/05, Muser007 <[EMAIL PROTECTED]> wrote: > Thanks Dan! That worked. But since I need to specify multiple goals in > maven.xml, including running the nightly-build, is there a way this can > be incorporated into maven.xml i

Re: PMD jar override not respected when in master project

2005-05-31 Thread Kenney Westerhof
On Tue, 31 May 2005, Wim Deblauwe wrote: Still no answer on the maven users list? I think you should file 2 requests: one for the failing inheritance in project.properties on the maven JIRA, and one on the PMD plugin JIRA asking to upgrade the PMD lib. > ok, thank you for looking into it. I want

Re: Site generation on UNIX: problem with accents in POM

2005-05-31 Thread fabrice . belingard
Hi Vincent, I'm not sure this has only to do with the site.jsl file. For instance, if I look to the "team-list.xml" file that is generated in "target/generated-xdocs" (which is before the JSL transformation), there is the same problem with developer names that have an accent (and that are writ

Integration Testing

2005-05-31 Thread Craig McDaniel
I have noticed that has been deprecated. What is good solution for running unit tests and integration tests separately? Is there a way to do this without a lot of ant scripting in maven.xml? I am using Maven 1.0.2 -- Craig McDaniel ---

nightly-build goal not building jars...

2005-05-31 Thread Muser007
Hi, I have two issues. One is to schedule the build to occur once a week, instead of nightly. How do I do that? Second, the goal set up for nightly-build in maven.xml is not creating the jar file, or running the send-report goal. . I think there is somethign wrong in the way I have set the

Réf. : Re: Site generation on UNIX: problem with accents in POM

2005-05-31 Thread fabrice . belingard
Nicolas, Unfortunately, ISO-8859-1 is already the default value for this property, so that wouldn't change anything. Best Regards / Cordialement, Fabrice BELLINGARD DINQ/DSIN/INSI/EATE/IDVS/AIDV (+33) (01 61) 45 15 91 - [EMAIL PROTECTED]

Re: Site generation on UNIX: problem with accents in POM

2005-05-31 Thread Vincent Siveton
Hi Fabrice, Sound like an encoding error in in the site.jsl file from the Maven XDoc plugin (AFAIK no encoding is set in) Please add an issue to Jira. Cheers Vincent 2005/5/31, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > > Hi guys, > > I have a problem with accents in my POM, which is written

Re: Site generation on UNIX: problem with accents in POM

2005-05-31 Thread Nicolas Chalumeau
I don't check it in the POM as my compagny have no accent in its name/descrition. But you can try to add this property in your project.properties file : maven.docs.outputencoding = ISO-8859-1 Nicolas, 2005/5/31, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > > Hi guys, > > I have a problem with a

Re: How to send build status in email...

2005-05-31 Thread Muser007
Thanks Dan! That worked. But since I need to specify multiple goals in maven.xml, including running the nightly-build, is there a way this can be incorporated into maven.xml itself? Savitha dan tran wrote: here is a sample for bat file set LOG=target\build.snapshot.x86.txt set LOG_JAVA=targ

Site generation on UNIX: problem with accents in POM

2005-05-31 Thread fabrice . belingard
Hi guys, I have a problem with accents in my POM, which is written and declared "ISO-8859-1". For instance, the name of my company is "PSA Peugoet Citroën". When Maven generates the site, the footer of each page is "© 2005, PSA Peugeot-Citro?n" (<- this is copied from the page source). This p

Re: building binary distributions without report information

2005-05-31 Thread Brett Porter
On 5/31/05, Simon Kitching <[EMAIL PROTECTED]> wrote: > Can anyone suggest how to achieve this? I think dist would need to be modified to allow exclusions, it doesn't have anything AFAICT. > One other thing: there isn't any Maven info on wiki.apache.org; it might > be nice to at least have a welc

Re: Maven 2 Hello World Failure

2005-05-31 Thread Brett Porter
It seems that it is out of date. We will look at correcting it. A better introduction can be found here: http://maven.apache.org/maven2/getting-started.html Cheers, Brett On 5/31/05, fenallen <[EMAIL PROTECTED]> wrote: > Hi, > > I haven been using Maven 1.0.x for some time now and have just sta

Re: PMD jar override not respected when in master project

2005-05-31 Thread Wim Deblauwe
ok, thank you for looking into it. I want to open a JIRA issue. Should I add this to the Maven JIRA or PMD plugin JIRA? 2005/5/31, Kenney Westerhof <[EMAIL PROTECTED]>: > On Tue, 31 May 2005, Wim Deblauwe wrote: > > Well, it seems you're right. Didn't know you could also only specify > the versio

multiproject:site -> You must exclude siems:siems (the top level project) from the subproject set

2005-05-31 Thread Guillaume Lederrey
I'm using AndroMDA to generate my projects. It creates a very nice structure with a few subprojects. Everything works fine until I try to generate the projects web site with : "maven multiproject:site" and get the following error : BUILD FAILED File.. /home/gehel/.maven/cache/maven-multipro

Maven 2 Hello World Failure

2005-05-31 Thread fenallen
Hi, I haven been using Maven 1.0.x for some time now and have just started looking into Maven 2. Unfortunately, the Hello World example seems to fail with the following error when running the command 'm2 install'. java.lang.NullPointerException at org.codehaus.marmalade.metamodel.Abst

Re: Sample maven pom.xml file

2005-05-31 Thread Anatol Pomozov
If you had m2 installed on your machine just type m2 archetype:create -DgroupId=com.mycompany.app -DartifactId=my-webapp -DarchetypeArtifactId=maven-archetype-webapp and maven will generate webapplication for you. Or m2 archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app and you'l

Re: building binary distributions without report information

2005-05-31 Thread Simon Kitching
On Tue, 2005-05-31 at 20:44 +1200, Simon Kitching wrote: > Hi, > > Target maven:dist creates a target/distributions/${artifactId}.tar.gz > file whose "docs" subdir contains: > * the javadoc html files [good] > * all the html files generated by reports [bad] > > I do want the report stuff for

Sample maven pom.xml file

2005-05-31 Thread Ben Gill
Hi I am looking for a simple example maven 2 project, with a couple of java sources, that gets compiled / jar'd / war'd.. with a few files copied around etc.. as a quickstart to get me up and running... I could not see anything like this? or can anyone send in a snippet? Thanks

building binary distributions without report information

2005-05-31 Thread Simon Kitching
Hi, Target maven:dist creates a target/distributions/${artifactId}.tar.gz file whose "docs" subdir contains: * the javadoc html files [good] * all the html files generated by reports [bad] I do want the report stuff for "maven site" but not in the binary distribution. Can anyone suggest how

Show failures in log when maven.multiproject.ignoreFailures=true

2005-05-31 Thread Wim Deblauwe
Is it possible to show any errors/failures when the "maven.multiproject.ignoreFailures" property is set to true? I use multiproject to build all the projects every night. I don't want the failure of 1 project to make the whole build not happen at night, so that is why I set that property. However,