RE: test failures

2007-05-14 Thread dohadwala_moiz
Hello, I am still blocked, does anyone have any more ideas on this? I am running with the latest version of maven 2.0.6. Thanks, -Moiz -Original Message- From: dohadwala, moiz Sent: Saturday, May 12, 2007 8:58 AM To: dohadwala, moiz; Maven Users List Subject: RE: test failures Sorry,

RE: test failures

2007-05-12 Thread dohadwala_moiz
Sorry, that one got away: I tried setting that property: [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] [INFO] Nothing to compile - all classes are up to date [INFO] [resources:testResources] [INFO] Using default encoding to copy fi

RE: test failures

2007-05-12 Thread dohadwala_moiz
Thanks for the response. I tried that, here's what I got: -Original Message- From: Andrew Williams [mailto:[EMAIL PROTECTED] Sent: Saturday, May 12, 2007 12:40 AM To: Maven Users List Subject: Re: test failures they are logged to a file, do mvn test -Dsurefire.useFile=false to log t

test failures

2007-05-12 Thread dohadwala_moiz
I am getting a test failure message from maven: [INFO] Trace org.apache.maven.BuildFailureException: There are test failures. at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Default LifecycleExecutor.java:560) at org.apache.maven.lifecycle.DefaultLifecycleExecu

"Unable to execute javadoc command" error

2006-11-07 Thread dohadwala_moiz
Hello, I am getting "Unable to execute javadoc command" errors while running mvn site on my project. I have maven 2.0.4 and javadoc plugin 2.1. The error happens in one of the modules only. The projects parent pom includes cobertura, surefire, and javadoc reporting. When I run maven with -Dmave

Maven releases?

2006-11-05 Thread dohadwala_moiz
When is the next maven released scheduled? It is 7 months since the last maven 2 release. Thanks, -Moiz

RE: Consistency of deployed modules

2006-11-02 Thread dohadwala_moiz
Skipping tests before in the deploy makes me nervous. I have considered that too. You are right, snapshots only add up on the remote repository not the local one. So, at least disk space is not impacted. -Moiz -Original Message- From: Max Cooper [mailto:[EMAIL PROTECTED] Sent: Wednesday,

RE: Consistency of deployed modules

2006-11-01 Thread dohadwala_moiz
Thanks for response. That's similat what I have in place, and I am using luntbuild: mvn clean install (on success: post build ) mvn deploy site site:deply But the problem is that now I have to run unit tests multiple times. My unit tests run for around 15 minutes. That brings the total build ti

Consistency of deployed modules

2006-10-31 Thread dohadwala_moiz
I have a multi-project build. I run a "mvn clean deploy" build every night. Sometimes the builds fail with one of the modules and I end up with an inconsistent set of deployed modules. How can I delay the deployment of the modules so that the deploy happens only when all of the modules have sucessf

Site plugin and modules

2006-07-11 Thread dohadwala_moiz
I have a multi-module project. The modules POMs are inheriting from a super-POM ( which is different from the aggregator POM ). When I run the site plugin, the sites for aggregator POM does not list the modules under the Modules section. If I change the module POMs to inherit from the project POM

Compile error looking for SiteRenderer.java

2006-03-20 Thread dohadwala_moiz
I had a report plugin that used to compile with maven-reporting-impl-2.0.1. When I switched to using maven 2.0.2. I tried to switch to using maven-reporting-impl-2.0.2. However, now I get unresolved symbol errors for SiteRenderer.java. It is no longer in doxia-core version 1-alpha-7. Is there a m