Re: Servlet not initialized error

2006-11-16 Thread nik gonzalez
David Roussel wrote: I've not seen that. Any thing in your logs? David, Here's the error in the log file: INFO | jvm 1| 2006/09/26 09:48:07 | Error while deploying application 'continuum-plexus-application-1.0.3.jar'. INFO | jvm 1| 2006/09/26 09:48:07 |

Servlet not initialized error

2006-11-14 Thread Nik Gonzalez
Hi all, I'm running continuum 1.0.3 on a linux server. After restarting continuum, I always get Servlet not initialized error on my browser. Whenever this happens, the only solution I could find is to reinstall a fresh copy of continuum and load all my projects again. TIA Nik

Re: anyone is running surefire-report-plugin 2.1 on m2?

2005-12-27 Thread Nik Gonzalez
Man-Chi Leung, Build the maven-surefire-plugin-2.1 that you checked out again but this time using mvn install -DupdateReleaseInfo=true. This will update your plugin registry and the next time you call on this plugin, maven will use the updated version. hth, Nik Man-Chi Leung wrote: hi,

Re: [m2] site and site:deploy running tests twice.

2005-12-13 Thread Nik Gonzalez
Ben, I can't replicate this. Please send your entire pom.xml. Thanks! Nik Ben Gidley wrote: I am trying to set up site/site deploy so that they automatically run during the deploy phase. However when I do this and have the surefire reports plugin it runs the tests twice - is there a way to

Re: How to organize of a set of interrelated projects for Maven 2.0

2005-12-12 Thread Nik Gonzalez
Hi Mathew, Please see my inline comments below... thanks! Nik Mathew Kuppe wrote: I am trying to create a set of new projects that are related as modules of a larger application however each module should produce its own independent artefact. The individual modules can be organized into

Re: Not being able to use Maven2.0

2005-12-09 Thread Nik Gonzalez
ShamimA wrote: Hi! I am a user of maven's previous version. I have taken Maven2.0 and installed in my machine. While trying to run : mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app I am getting the following error: The plugin

Re: Preventing some tests from compiling

2005-12-05 Thread Nik Gonzalez
Hi Benedict, plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-compiler-plugin/artifactId configuration testExcludes testExclude

Re: [m2] Executing the assembly plugin with different configurations

2005-12-04 Thread Nik Gonzalez
Hi Yossi, I tried this before and it worked. You're pom seems to be correct. What mvn command did you run? This will only work if you executed mvn install or deploy. Thanks. -Nik Allan Ramirez wrote: Hi Yossi, I tried something like this before and it worked for me. :) regards, -allan

Re: The getting started example - Maven 2

2005-12-02 Thread Nik Gonzalez
Hello, What error did you get? Please post the stacktrace here. Nik Haigh, Andrew J wrote: Hi, I'm using Windows XP. I downloaded Maven 2, unzipped and started on the getting started - How do I make my first Maven project? I am getting so many problems with the archetype plugin. I

Re: [m2] exlusion behaving wierd (known bug?)

2005-12-01 Thread Nik Gonzalez
Hi Geoffrey, Please check this out: http://jira.codehaus.org/browse/MNG-705 hth, Nik Geoffrey wrote: My parent pom: !-- Security -- dependency groupIdacegisecurity/groupId artifactIdacegi-security/artifactId

Re: [m2] Artifact Override

2005-11-30 Thread Nik Gonzalez
Michael, Please take a look at this: http://maven.apache.org/guides/mini/guide-installing-3rd-party-jars.html hth, Nik Michael Thompson wrote: I am doing eclipse plugin development using maven 2.0. In my pom for my eclipse plugin, I have the packaging set to jar. So in the end, the file:

Re: Cannot override read-only parameter: classesDirectory in goal: war:war

2005-11-24 Thread Nik Gonzalez
Hi, http://docs.codehaus.org/display/MAVENUSER/FAQs Please see the answer to the question: Why am I getting the following error when I run the plugin_name: ERROR: Cannot override read-only parameter: parameter_name? -Nik [EMAIL PROTECTED] wrote: Dear all: I met with a

Re: Newbie: problem creating checkstyle report

2005-11-22 Thread Nik Gonzalez
Hi Volker, What error did you get when you ran mvn site:site? Please copy it here. Thanks, Nik Volker Hartmann wrote: Hi, I tried to generate a report for my first project. (I used the Maven Quick Start Archetype.) I added the following lines in the pom.xml project ... reporting

Re: [m2] tests running twice

2005-11-22 Thread Nik Gonzalez
Hi, Try bringing the configuration tag out from the executions tag. Then, delete the executions tag... You'll have something that looks like the ff: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-surefire-plugin/artifactId version2.0/version