RE: builds with subversion

2007-07-05 Thread Raúl Arabaolaza Barquín
Hi Javi: I´ve been using continuum and it takes the code using the scm element in your pom.xml or you can specify a scm url, it seems to take code from a checkout, I use subversion and i needed a svn client installed too to make it work. Regards, Raúl -Mensaje original- De:

RE: System time problem in Solaris 10 environment (Ant + Continuum)

2007-07-05 Thread LAMY Olivier
Hi, Related to this one http://jira.codehaus.org/browse/CONTINUUM-723 ? Can you attached to this a simple ant test project ? Does your .profile contains some settings related to TZ and/or LC_ ? Maybe, it's related to the CommandLine version of p-u which badly set envVars (I haven't tested this

Re: problems with mvn2, Spring and Hibernate... anyone could help?

2007-07-05 Thread Jon SlinnHawkins
I think this may be a problem with Surefire and the way spring uses classloaders : http://jira.codehaus.org/browse/SUREFIRE-340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel If you find a solution please post Thanks Marco Mistroni wrote: hi all, i know i should

Using axistools-maven-plugin to create Axis 1.1 stubs

2007-07-05 Thread Achim Abeling
Hi, I would like to use the axistools-maven-plugin to create Axis 1.1 stubs. Version 1.1-SNAPSHOT of the plugin has Axis 1.4 as dependencies and therefore creates stubs for Axis 1.4. I tried adding axis 1.1 dependencies to the plugin. From the maven output with option -X I can see the

Has the maven-dependency-plugin been moved or what?

2007-07-05 Thread Jeff Mutonho
My build is failing with the following: ERROR] BUILD ERROR [INFO] [INFO] The plugin 'org.apache.maven.plugins:maven-dependency-plugin' does not exist or no valid version could be found -- Don't take the name of root in

Re: Has the maven-dependency-plugin been moved or what?

2007-07-05 Thread Tim Kettler
No. It's stille there: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.0-alpha-4/ -Tim Jeff Mutonho schrieb: My build is failing with the following: ERROR] BUILD ERROR [INFO] [INFO]

Re: Has the maven-dependency-plugin been moved or what?

2007-07-05 Thread Dennis Lundberg
Jeff Mutonho wrote: My build is failing with the following: ERROR] BUILD ERROR [INFO] [INFO] The plugin 'org.apache.maven.plugins:maven-dependency-plugin' does not exist or no valid version could be found This error

problem of mutiple resources with the same location and names at classpath during testing

2007-07-05 Thread ywtsang
We have a spring configuration file located at main and test resources directory. This is for having different config file for testing and production. We guess that the test run by maven will see the spring config file at the test directory during testing, but we find that the test case will

changing the groupID causes a compilation failure.

2007-07-05 Thread Michael Mills
I have a problem on a 70+ module project. I have changed the group id of about 10 modules, then modified all the other poms to use that new group id. I clean out my local repository, then build the modules. This results in a compilation failure, stating that a library (hibernate), loaded as

Re: Has the maven-dependency-plugin been moved or what?

2007-07-05 Thread Jeff Mutonho
I cleaned out the repository and everything is back to normal.Thanks -- Don't take the name of root in vain. Jeff Mutonho Cape Town South Africa GoogleTalk : ejbengine Skype: ejbengine Registered Linux user number 366042

RE: Has the maven-dependency-plugin been moved or what?

2007-07-05 Thread Brian E. Fox
Did you recently upgrade to 2.0.7? If so, it's likely you were somehow picking up the old version from Mojo since the search order was backwards. Just a thought. Clear the o.a.m/plugins/ folder from your local repo and it should be ok assuming you don't also have proxies that need cleaning.

Re: changing the groupID causes a compilation failure.

2007-07-05 Thread Jörg Schaible
Hi Mike, Michael Mills wrote: I have a problem on a 70+ module project. I have changed the group id of about 10 modules, then modified all the other poms to use that new group id. I clean out my local repository, then build the modules. This results in a compilation failure, stating

RE: Access Denied

2007-07-05 Thread Sreedar Chava
Hi, Am trying to run maven from my machine ..but seems like am not able to run maven error says Access denied even though I've administrator rights on my machine.. and set the environmental variable path. Any ideas/suggestions Thanks Sree.

Can continuum dynamically update the version number in an m2 pom?

2007-07-05 Thread Jared Blitzstein
I have a few apps that I build using maven2 as part of a sweet and they all have the same version number of 4.8.x (major.minor.build) right now. When building with maven2 by hand, the pom has version4.8.${buildVersion}/version and when I call the goal of war:exploded I pass in

Re: Access Denied

2007-07-05 Thread Dennis Lundberg
1. What command are you trying to run? 2. What version of Maven are you using? 3. What OS are you running? Looks like Windows. 4. What is the exact output of the command? 5. If all it says is access denied, try running mvn -X That will turn on debugging, which can help in finding out

RE: Access Denied

2007-07-05 Thread Sreedar Chava
Hi Dennis, My bad, the path for the endorsed directory was wrongly specified in environmental variables section in my computer advanced tab..i corrected it..and it works fine now. And I tried mvn --version it works..to test..maven. This has been my problem from 2 days.. Thanks Sree.

RE: war:war exception

2007-07-05 Thread Timothy Reilly
I was able to find my issue using this document: http://docs.codehaus.org/display/MAVENUSER/Dealing+with+Eclipse-based+ID E Quite helpful. It was caused by the interpolation process trying to process jar files. I will post a new thread on our cause of this (basically we have been configuring the

Re: Current CVS tag

2007-07-05 Thread Steven Rowe
Hi Peter, Just to make sure terminology is in sync: local repository in Maven-speak is the cache Maven uses for project dependencies (plugins and external libraries), and is managed by Maven. Is this what you mean when you say local repository? If so, then what are you doing with CVS and

Re: Missing poms

2007-07-05 Thread Steven Rowe
Hi Niraj, I can't claim to know what's going on, but until you provide Maven version numbers for before and after the strict checking started happening, I'm certain that no-one will be able to help. Steve Alok, Niraj wrote: Hi, We found an issue where we had pom files missing from the

Re: can't checkout continuum sources

2007-07-05 Thread Jesse McConnell
can you ping and traceroute svn.apache.org? if not I would start talking to whoever you need to in order to be able to do that. If you can then best look into your companies policies regarding why they would prevent you from doing this kinda action...and if they don't then get them to relax

Re: can't checkout continuum sources

2007-07-05 Thread Wendy Smoak
On 7/3/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: $svn checkout http://svn.apache.org/repos/asf/maven/continuum/trunk/ continuum I receive the following error message: svn: PROPFIND request failed on '/repos/asf/maven/continuum/trunk' svn: PROPFIND of '/repos/asf/maven/continuum/trunk':

Re: problems with mvn2, Spring and Hibernate... anyone could help?

2007-07-05 Thread Marco Mistroni
Hello Jon actually it has nothing to do with maven, as i discovered later.. since scope=compile will be visible in the test it has to do with Spring classloading actually.. i'll post a solution here as soon as i finish to try some code i found on the web with kindest regards marco On 7/5/07,

Access Denied

2007-07-05 Thread Sreedar Chava
Hi, Am trying to run maven from my machine ..but seems like am not able to run maven error says Access denied even though I've administrator rights on my machine.. and set the environmental variable path. Any ideas/suggestions Thanks Sree.

cobertura 2.1 not displaying graphs properly

2007-07-05 Thread Sundling, Paul
Just in case someone has run into this recently, the code coverage report doesn't graph results properly and shows everything as 100%. This is even the case with some public sites like the PMD plugin. (Notice how everything is 100%, I'm skeptical that's real:

RE: cobertura 2.1 not displaying graphs properly

2007-07-05 Thread Sundling, Paul
So in other words, using cobertura-maven-plugin avoids the problems. Sorry for the premature send. Paul Sundling -Original Message- From: Sundling, Paul Sent: Thursday, July 05, 2007 1:07 PM To: users@maven.apache.org Subject: cobertura 2.1 not displaying graphs properly Just in case

scm:update failed with java.io.IOException: Illegal seek

2007-07-05 Thread Jerome Thibaud
Hi All, Suddenly, this morning I got: [INFO] [scm:update] [INFO] Executing: cvs -z3 -q update -d [INFO] Working directory: /home/infra/workspace/project java.io.IOException: Illegal seek at java.io.FileInputStream.skip(Native Method) at

Re: How to use doxia-module-twiki?

2007-07-05 Thread Dirk Olmes
Dave Syer wrote: Zeltner Martin wrote: I can't find any doc how to declare the doxia-module-twiki in my pom that mvn site will render my twiki files in src/site/twiki to target/site. If anyone else is interested, I think something has changed here. I just tried it this morning

Re: How to use doxia-module-twiki?

2007-07-05 Thread Dave Syer
Sorry, I forgot to include the other essential ingredient: pluginRepositories pluginRepository idapache-snapshots/id url http://people.apache.org/maven-snapshot-repository

Changelog with perforce

2007-07-05 Thread Sundling, Paul
Does anyone have a working sample of a pom.xml that actually has a working changelog report with perforce? I saw an unanswered post on nabble from: http://www.nabble.com/Need-help-regarding-the-Changelog-plugin.-tf207798 0s177.html#a5723516 After lots of effort, I still can't get anything

Re: changelog plugin not working for top-level project

2007-07-05 Thread Dennis Lundberg
maarten roosendaal wrote: Hi I've been trying to use the changelog plugin for Maven 2 and it works fine for the modules but not for the top-level project. I have a project consisting of 3 modules and the changes for each module can be seen, but when the top-level pom.xml changes or any file

null pointer exception when maven attempts to generate dependency reports

2007-07-05 Thread Mooney, Kevin C
Hello all, I seem to be experiencing a strange issue when generating webpages with mvn site on a project. Most of the artifacts work fine however there are two with quite similar poms that will return a null pointer exception. Here is the error output [INFO] Generating CPD Report report.

maven-assembly-plugin and signed jars

2007-07-05 Thread Sebastien Arbogast
I'm using maven-assembly-plugin and jar-with-dependencies descriptor to generate an executable jar for my desktop application. But when I try to execute this jar, I have the following exception: Exception in thread main java.lang.SecurityException: no manifiest section for signature file entry

Re: M2 Changelog plugin

2007-07-05 Thread Dennis Lundberg
Dennis Lundberg wrote: Paul Spencer wrote: Emmanuel, Any idea when the next release of the changelog plugin will be released? Per the JIRA, their are no blockers and all issued attached to version 2.1 are resolved. I'm working through the remaining JIRAs for this plugin. If we get

Re: problems with mvn2, Spring and Hibernate... anyone could help?

2007-07-05 Thread Trevor Torrez
The problem is with the ability of the JVM to enumerate resources in the root of the classpath when these resources are in jars. The mappingJarLocations property would be used to search through jars that are *not* normally on the classpath, so you shouldn't be using that for WEB-INF/lib jars; in

Converting maven.xml to build.xml

2007-07-05 Thread Sabahat Adil
Hi All, Below is a goal written in maven.xml of maven 1.0.2. I want to convert the below goal in ant. How can I do that? goal name=config description=This updates config files by the values specified in user.tdd and env.tdd as referred in user.tdd ant:taskdef

RE: Missing poms

2007-07-05 Thread Alok, Niraj
Steve, I was using Maven 2.0.4 before and after the strict checking started. After looking into all the files, I saw one issue with the id in settings.xml Previous it was : repositories repository idcustom_name/id nameRepository/name