Re: [ANN] Maven Dependency Plugin 2.0-alpha-4 Released

2007-04-02 Thread Wayne Fay
Also, any particular reason you're still running 2.0.4 when 2.0.5 has been out for a while, and 2.0.6 was just released? ;-) Wayne On 4/1/07, Brett Porter [EMAIL PROTECTED] wrote: It looks more like the metadata is out of date on internal_plugins. - Brett On 02/04/07, Barrie Treloar [EMAIL

Re: [ANN] Maven Dependency Plugin 2.0-alpha-4 Released

2007-04-02 Thread Barrie Treloar
On 4/2/07, Wayne Fay [EMAIL PROTECTED] wrote: Also, any particular reason you're still running 2.0.4 when 2.0.5 has been out for a while, and 2.0.6 was just released? ;-) We have only just come to the end of our iteration (a suitable place to reassess tooling) and 2.0.5 didn't offer anything

[m2] Maven-release-plugin subclipse:tags property

2007-04-02 Thread William Ferguson
Hi, we use SubVersion as our SCM, Eclipse as IDE and plan on using the maven-release-plugin to manage our release process. When we tag using the SubVersion Eclipse plugin (Subclipse), it updates the 'subclipse:tags SVN property on the target folder appending the tag just created. This is a

Customise multiple webapps

2007-04-02 Thread Greg Roodt
Hi I think maven is a great tool. I would like some suggestions/help for using it in my particular situation. Situation: 1. Multiple webapps already created using maven. Required: 1. Pull together varying versions of these webapps. 2. Modify configs of webapps. 3. Package up as archive. 4.

[MAVEN][2.0.5] JXR files not included in site report when using a custom build directory

2007-04-02 Thread Ephemeris Lappis
Hello. It seems the JXR generated files are not included in the site when the pom.xml uses a custom build directory. Files are generated in xref and xref-test directories, in the custom build directory, but they are not aggregated to the site report. It seems that running the site report

Unable to run it

2007-04-02 Thread Sagar Yerunkar
Hello, I have installed apache maven on my system. I have added all the directories to the path and have set the required variables. However, i get this error when i type mvn site : Usage: java [-options] class [args...] (to execute a class) or java [-options] -jar jarfile

Re: can not run webapp on Linux Tomcat 5.5.15

2007-04-02 Thread Emmanuel Venisse
Janos Mucsi a écrit : Hi I built the webapp on Windows and was able to run it on Tomcat 5.5.17 on Windows. However, when I run the same .war file on Tomcat 5.5.15 on Linux, I get the following: INFO main org.apache.catalina.startup.ContextConfig - Missing application web.xml, using

MVN 2.0.6 vs. Extensions with Version Ranges

2007-04-02 Thread Stefan Hübner
Hi all, keen to migrate to 2.0.6 this morning I've ran right into a problem concerning the wagon-webdav extension and the way I declared it (using a version range) in our company wide Super POM. Up to maven 2.0.5 the following declaration worked fine: extension

Re: Unable to run it

2007-04-02 Thread Maria Odea Ching
Hi Sagar, Maybe the maven you've installed in that system is corrupted. You just might need to re-install it :-) Thanks, Deng Sagar Yerunkar wrote: Hello, I have installed apache maven on my system. I have added all the directories to the path and have set the required variables. However,

How to prevent eclipse plugin rad goal for web project to create src/main/webapp directory and copying dependent jars into its lib directory.

2007-04-02 Thread Markku Saarela
Hi, Is it possible to prevent eclipse:rad goal to create src/main/webapp directory with all subdirectories and not to copy dependent libraries? This is because we are deploying Maven build ear's to Rad's WAS by WAS console. rgds, Markku

Re: Unable to run it

2007-04-02 Thread Sagar Yerunkar
Hello, I tried reinstalling it. I tried reinstalling in and specified a different directory and updated all the required paths and environment variables. I even tried reinstalling it on another drive. It still does not work. :( Regards, Sagar M. Yerunkar Maria Odea Ching [EMAIL

Need some clarity with using Maven 2 alongside the Eclipse and Subversion

2007-04-02 Thread Victor Katte
Hello, I am new to these tools and am to understand how they can be configured to work together. Basically, I have these tools installed and they are working fine independently, but need to link them up if possible. My Maven repository is located at C:\Documents and

Re: Need some clarity with using Maven 2 alongside the Eclipse and Subversion

2007-04-02 Thread Trent Rosenbaum
Hi Victor, I set my workspace to an arbitary location of the filesystem. I then use the import an existing project menu action to make eclipse aware of the new maven project, Eclipse will then understand the project because you executed the eclipse plugin with the myapp directory. This can be

Re: Unable to run it

2007-04-02 Thread Maria Odea Ching
What version of maven are you using? :-) You downloaded it from the maven.apache right? Or did you build from source? - Deng Sagar Yerunkar wrote: Hello, I tried reinstalling it. I tried reinstalling in and specified a different directory and updated all the required paths and environment

Project Reports won't be generated by mvn site:site

2007-04-02 Thread M Wurm
Hello, when running mvn site:site a site with the following navigation bar will be generated: Project Documentation Project Information Continuous Integration Dependencies Issue Tracking Mailing Lists Project License Project Team Source Repository However, no section for

Re: Unable to run it

2007-04-02 Thread Sagar Yerunkar
I have downloaded the software from maven.apache. It runs fine on another system. It recognizes the mvn command, but then it throws the error i have pasted below. Regards, Sagar M. Yerunkar Maria Odea Ching [EMAIL PROTECTED] 04/02/2007 03:12 PM Please respond to Maven Users List

Re: Need some clarity with using Maven 2 alongside the Eclipse and Subversion

2007-04-02 Thread Thorsten Heit
Hi Victor, When I launch Eclipse, it asks me to specify a workspace. Thus my question; Is the eclipse workspace; 1) the location of the Maven repository, C:\Documents and Settings\Victor\.m2\repository ? 2) the location containing the source code, C:\myapp ? 3) any arbitary location on

Trying to install sources for 3rd party library...

2007-04-02 Thread Wojtek Ciesielski
Hi all, I am trying to install sources of a 3rd party library into my repository. But after trying: mvn install:install-file -DgroupId=lib.group -DartifactId=some-lib -Dversion=0.12.2 -Dclassifier=sources -Dpackaging=jar -Dfile=some-lib-0.12.2-sources.jar a sources library IS copied into

Customise multiple webapps

2007-04-02 Thread Greg Roodt
Hi I think maven is a great tool. I would like some suggestions/help for using it in my particular situation. Situation: 1. Multiple webapps already created using maven. Required: 1. Pull together varying versions of these webapps. 2. Modify configs of webapps. 3. Package up as archive. 4.

Re: Need some clarity with using Maven 2 alongside the Eclipse and Subversion

2007-04-02 Thread Victor Katte
Hi Trent, Thankx for the info. Its has advanced my understanding of the various resources. I have successfully imported the project and it appears to have been built by Eclipse successfully. However, I am not able to view the java source code tree. I can see the project OK. I thought importing

Re: Project Reports won't be generated by mvn site:site

2007-04-02 Thread Nick Stolwijk
Create a file called src/site/site.xml which contains something like the following: ?xml version=1.0 encoding=UTF-8? project name=Your project name bannerLeft nameExample Company BV./name srchttp://example.com/logo.gif/src hrefhttp://www.example.com//href /bannerLeft bannerRight

Re: [ANN] Maven 2.0.6 Released

2007-04-02 Thread Donnchadh Ó Donnabháin
On 4/1/07, Jason van Zyl [EMAIL PROTECTED] wrote: The Apache Maven team would like to announce the availability of Maven 2.0.6. We have closed out 22 issues for this release and the upgrade from 2.0.5 should be pain free. We corrected a major flaw in the artifact resolution mechanism and we

Re: Trying to install sources for 3rd party library...

2007-04-02 Thread Nick Stolwijk
Are you sure you are using the newest install plugin (version 2.2). It seems that this issue was fixed in that version, see [1]. Hth, Nick Stolwijk [1]http://jira.codehaus.org/browse/MINSTALL-24 Wojtek Ciesielski wrote: Hi all, I am trying to install sources of a 3rd party library into my

Re: Need some clarity with using Maven 2 alongside the Eclipse and Subversion

2007-04-02 Thread Trent Rosenbaum
I am guessing that you are viewing the project through the java perspective and that you have used the lestest version of the eclipse maven plugin. Would you be able to post the directory structure of you basic project. I am under the impression that you have used the quickstart archetype a

Support for CM Synergy?

2007-04-02 Thread henrik . jonsson
Hi, I read on the SCM website that the SCM Plugin now has support for CM Synergy. But Continuum does not seem to support CM Synergy yet. Are there any plans for this? /Henrik ___

Re: Need some clarity with using Maven 2 alongside the Eclipse and Subversion

2007-04-02 Thread Victor Katte
Trent, I have just had to import again via; File Import File system to point to my source code location. I can now see the source tree with Eclipse and can navigate to the java files. Is this the correct way of making a source directory available to eclipse? Thankx Victor. On 4/2/07,

401 error adding project pom

2007-04-02 Thread Kevin Stembridge
Hi folks, I'm trying to add a new project for the first time where the repository is CVS and accessed via CVSWeb. The URL for the remote repository requires basic authentication. How do I get Continuum to provide authentication details? Cheers, Kevin --- This e-mail may contain confidential

AW: Dependency version ignored

2007-04-02 Thread Ecker Severin
Hi, I've just tried maven 2.0.6 with and without dependencyManagement, exclusions, no change. Versions simply are ignored even though the dependency plugin resolves correctly. Someone any more ideas? Thanks in advance. Cheers, Severin -Ursprüngliche Nachricht- Von: Andrew Williams

Re: Trying to install sources for 3rd party library...

2007-04-02 Thread Wojtek Ciesielski
Nick Stolwijk wrote: Are you sure you are using the newest install plugin (version 2.2). It seems that this issue was fixed in that version, see [1]. yes, this is probably the case as I have version 2.1 of install plugin. Sorry for probably a bit lame question but how can I force mvn to

Re: Trying to install sources for 3rd party library...

2007-04-02 Thread Wojtek Ciesielski
Nick Stolwijk wrote: Are you sure you are using the newest install plugin (version 2.2). It seems that this issue was fixed in that version, see [1]. yes, this is probably the case as I have version 2.1 of install plugin. Sorry for probably a bit lame question but how can I force mvn to

Re: 401 error adding project pom

2007-04-02 Thread Emmanuel Venisse
http://user:[EMAIL PROTECTED]/ Emmanuel Kevin Stembridge a écrit : Hi folks, I'm trying to add a new project for the first time where the repository is CVS and accessed via CVSWeb. The URL for the remote repository requires basic authentication. How do I get Continuum to provide

Re: Support for CM Synergy?

2007-04-02 Thread Emmanuel Venisse
Continuum support it too. We'll include it in the distrib in few days. Emmanuel [EMAIL PROTECTED] a écrit : Hi, I read on the SCM website that the SCM Plugin now has support for CM Synergy. But Continuum does not seem to support CM Synergy yet. Are there any plans for this? /Henrik

Re: Need some clarity with using Maven 2 alongside the Eclipse and Subversion

2007-04-02 Thread Trent Rosenbaum
Hi there, I have to say that this is not the method I user when I import an existing project, (that was created through the maven eclipse plugin). I removed several projects from my workspace to double check and I was able to view everything fine with the previous method metntioned in the email.

Re: Trying to install sources for 3rd party library...

2007-04-02 Thread Nick Stolwijk
It's not a very lame question. I just saw that the 2.2 version is not yet deployed at the central repository [1], because it is the current development version (2.2-SNAPSHOT). You can try to add the apache snapshot repository [2] to your pluginRepositories section in the pom file. Not the

Re: Schedule I've created isn't working

2007-04-02 Thread Eric Pugh
Or, have a cron job call Curl and pass it in the URL of the Build Now button for your project! Hokey, but works. Eric On Mar 30, 2007, at 2:04 PM, Anoop kumar V wrote: Continuum would only build if there was anything checked into your source control repository. If you are using Continuum

Re: how to get build number?

2007-04-02 Thread Eric Pugh
I've got a chunk of Ruby script that uses Hpricot to parse the list builds page for a project that works. Eric On Mar 30, 2007, at 5:02 PM, Emmanuel Venisse wrote: not yet. It won't be available in 1.1-alpha-1 but probably in alpha-2 Emmanuel [EMAIL PROTECTED] a écrit : Hi All I'm

Re: Trying to install sources for 3rd party library...

2007-04-02 Thread Wojtek Ciesielski
I've done: or download the jar file [2] and mvn install:install-file it yourself. with command: mvn install:install-file \ -DpomFile=maven-install-plugin-2.2-20060512.011525-1.pom \ -Dfile=maven-install-plugin-2.2-20060512.011525-1.jar \ -Dpackaging=maven-plugin -Dversion=2.2 \

Re: Trying to install sources for 3rd party library...

2007-04-02 Thread Nick Stolwijk
First, try installing it with version 2.2-SNAPSHOT. You can always try to call it yourself bij: mvn org.apache.maven.plugins:maven-install-plugin:2.2-SNAPSHOT:install-file Hth, Nick Stolwijk Wojtek Ciesielski wrote: I've done: or download the jar file [2] and mvn install:install-file it

Re: Trying to install sources for 3rd party library...

2007-04-02 Thread Wojtek Ciesielski
Nick Stolwijk wrote: First, try installing it with version 2.2-SNAPSHOT. You can always try to call it yourself bij: mvn org.apache.maven.plugins:maven-install-plugin:2.2-SNAPSHOT:install-file It's still not working :( mvn

Re: 401 error adding project pom

2007-04-02 Thread Kevin Stembridge
Fantastic! Thanks Emmanuel. --- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution

Re: Trying to install sources for 3rd party library...

2007-04-02 Thread Nick Stolwijk
I just see the issue is fixed at 08/Jul/06 and the snapshot is of 12/05/06, so it is possible the fix is not yet in the snapshot and you have to build it yourself. Hth, Nick Stolwijk Nick Stolwijk wrote: First, try installing it with version 2.2-SNAPSHOT. You can always try to call it

Re: [ANN] Maven 2.0.6 Released

2007-04-02 Thread Jason van Zyl
Provide a test project with your setup so I can track it down. I've run hundreds of projects with that snapshot so you have something in your POM that's causing the problem. Jason. On 2 Apr 07, at 7:05 AM 2 Apr 07, Donnchadh Ó Donnabháin wrote: On 4/1/07, Jason van Zyl [EMAIL PROTECTED]

RE: [ANN] Maven Dependency Plugin 2.0-alpha-4 Released

2007-04-02 Thread Brian E. Fox
Barrie, you'll probably need to clear that info from your maven-proxy. -Original Message- From: Barrie Treloar [mailto:[EMAIL PROTECTED] Sent: Monday, April 02, 2007 1:36 AM To: Maven Users List Subject: Re: [ANN] Maven Dependency Plugin 2.0-alpha-4 Released On 4/2/07, Brett Porter

RE: Trying to install sources for 3rd party library...

2007-04-02 Thread Peter Nilsson
Another solution is to use deploy:deploy-file with a file url to the local repository instead of install:install-file. The deploy plugin handles the classifier correctly. Peter -Original Message- From: Nick Stolwijk [mailto:[EMAIL PROTECTED] Sent: den 2 april 2007 15:14 To:

Re: [ANN] Maven 2.0.6 Released

2007-04-02 Thread Donnchadh Ó Donnabháin
OK, I'll try to create a simplified pom which exposes this bug. It seems to occur on this line: resetArtifact.selectVersion( resetArtifact.getVersionRange().matchVersion(resetArtifact.getAvailableVersions() ).toString() ); Maybe it's related to the following bug (same piece of code)

Re: Need some clarity with using Maven 2 alongside the Eclipse and Subversion

2007-04-02 Thread Thorsten Heit
Hi, I have to say that this is not the method I user when I import an existing project, (that was created through the maven eclipse plugin). I removed several projects from my workspace to double check and I was able to view everything fine with the previous method metntioned in the email.

Re: eclipse and maven discrepancies

2007-04-02 Thread Thorsten Heit
Hi Rolf, this is not a junit test but a testng. Transactions are handled in the testmethods themselves. The error messages are not describing the real error. The problem is that for some reason during the maven execution of the test. Testng and the embeddable ejb container have some

ConcurrentModificationException

2007-04-02 Thread nicolas de loof
Hello, I've setup archiva as proxy to maven central. I'm using a recent snapshot build. I get sometimes (?) 500 errors when downloading artifacts. According to logs, this is a ConcurrentModificationException. Is this a known bug ? Here is the stacktrace : 2007-04-02 10:11:25,392

Cannot delete project

2007-04-02 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hi, I am trying to delete a project from the Continuum Web-App GUI, and I receive the following error. What may I do to solve this? Thanks. ognl.MethodFailedException: Method removeProject failed for object [EMAIL PROTECTED] [javax.jdo.JDOUserException: One or more instances could not be deleted

Re: Cannot delete project

2007-04-02 Thread Wayne Fay
Quoting Emmanuel from a previous thread: It's a known bug in 1.0.3 that appear sometimes. If you remove first build definitions on your projects, you'll can after remove your projects. Wayne On 4/2/07, Morgovsky, Alexander (US - Glen Mills) [EMAIL PROTECTED] wrote: Hi, I am trying to delete a

RE: Cannot delete project

2007-04-02 Thread Morgovsky, Alexander \(US - Glen Mills\)
I just tried this, and I have an empty set of goals now. However, I am still unable to delete the project. Is there anything else I may do? Thanks. -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Monday, April 02, 2007 11:01 AM To: continuum-users@maven.apache.org

Re: Schedule I've created isn't working

2007-04-02 Thread Chris Russell
Hi Eric, I actually like that idea - it solves some odd issues on my side. My question is what do I pass to Curl (I'd never heard of Curl until you mentioned it)? if my form definition looks like this: form method=post action=http://wd2013.us.oracle.com:8080/continuum/servlet/continuum;*

Re: Cannot delete project

2007-04-02 Thread Wayne Fay
I would probably just connect directly to the database using Squirrel and delete the offending records. And if/when you hit FK errors, go into each FK table in turn and delete the related row(s), etc. Someone else might have other advice, but this is what I'd probably do in this situation.

Re: Schedule I've created isn't working

2007-04-02 Thread Wayne Fay
Perhaps Eric will reply with his specific curl command line... but in the meantime. http://curl.netmirror.org/docs/httpscripting.html Go down to 4.2 POST. Wayne On 4/2/07, Chris Russell [EMAIL PROTECTED] wrote: Hi Eric, I actually like that idea - it solves some odd issues on my side. My

Conditional code generation

2007-04-02 Thread Steffen Mazanek
Hello, I have something like the following project layout: -project -- library -- program -- examples -- examples-that-compile-only-if-eclipse-is-installed -- examples-that-do-not-need-eclipse Concretely I use eclipse in headless mode to generate some sources via maven-emfgen-plugin.

Re: Schedule I've created isn't working - Curl

2007-04-02 Thread Chris Russell
Thanks Wayne! I checked out that link and it makes sense. This command line seems to do the trick: curl -d action=camcid=buildAllProjectsbuild-all=Build%20All wd2013.us.oracle.com:8080/continuum/servlet/continuum Thanks, Chris Wayne Fay wrote: Perhaps Eric will reply with his specific

WebDAV uploading in Tomcat

2007-04-02 Thread Jan Delannoy
Hi all, I deployed archiva in Tomcat (5.5.23) according to the instructions on http://docs.codehaus.org/display/MAVENUSER/Archiva+on+Tomcat and all seems to be fine, except that when I try to deploy something to my archiva repository Maven repeatedly gives me the following message: INFO:

Cannot deploy using webdav with Maven 2.0.6

2007-04-02 Thread jrduncans
I can't deploy using webdav after upgrading to Maven 2.0.6 I get the following output: [INFO] [deploy:deploy] altDeploymentRepository = null [INFO] Retrieving previous build number from ce-snapshots [WARNING] repository metadata for: 'snapshot mil.jfcom.cie.guard:guardtransport:1.0-SNAPSHOT'

RE: Cannot delete project

2007-04-02 Thread Morgovsky, Alexander \(US - Glen Mills\)
Thanks, I will try this. -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Monday, April 02, 2007 11:22 AM To: continuum-users@maven.apache.org Subject: Re: Cannot delete project I would probably just connect directly to the database using Squirrel and delete the

Re: Conditional code generation

2007-04-02 Thread Eric Redmond
Check out build profiles. You can check for the existance of some tell-tale eclipse installation, such as the eclipse executable file. http://maven.apache.org/pom.html Eric On 4/2/07, Steffen Mazanek [EMAIL PROTECTED] wrote: Hello, I have something like the following project layout:

FML and stripped XML entities?

2007-04-02 Thread Manos Batsis
Hello, Just created a FAQ for my project that includes XML snippets using entities like amp; and lt;. The less-than and greater-than (lt;, gt;) entities are stripped from the result HTML document, while entities like quot; are unaffected. Any ideas? Thanks, Manos

Re: Cannot deploy using webdav with Maven 2.0.6

2007-04-02 Thread Wendy Smoak
On 4/2/07, jrduncans [EMAIL PROTECTED] wrote: I can't deploy using webdav after upgrading to Maven 2.0.6 I get the following output: [INFO] [deploy:deploy] altDeploymentRepository = null [INFO] Retrieving previous build number from ce-snapshots [WARNING] repository metadata for: 'snapshot

Re: WebDAV uploading in Tomcat

2007-04-02 Thread Wendy Smoak
On 4/2/07, Jan Delannoy [EMAIL PROTECTED] wrote: I deployed archiva in Tomcat (5.5.23) according to the instructions on http://docs.codehaus.org/display/MAVENUSER/Archiva+on+Tomcat and all seems to be fine, except that when I try to deploy something to my archiva repository Maven repeatedly

Re: Conditional code generation

2007-04-02 Thread Steffen Mazanek
I have defined a property eclipse.dir in my settings.xml. Is it possible to skip a submodule completely whenever eclipse.dir is not set? Or to check whether eclipse.dir is a valid path? What is best practice? Eric: I am pretty new to maven so I would be very happy if you could work out the

Re: WebDAV uploading in Tomcat

2007-04-02 Thread Wendy Smoak
On 4/2/07, Wendy Smoak [EMAIL PROTECTED] wrote: Have you granted the 'Repository Manager' role and followed the instructions here to configure a userid/password? The link would help... http://maven.apache.org/archiva/guides/getting-started/maven-configuration.html -- Wendy

RE: Maven release plug-in and SNAPSHOT dependencies

2007-04-02 Thread Andreas Guther
I was thinking the same as a workaround solution. It is always possible to use a classifier to mark the version as an internal release. -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Sunday, April 01, 2007 9:10 PM To: Maven Users List Subject: Re: Maven release

Re: Conditional code generation

2007-04-02 Thread Wayne Fay
Here's more info: http://maven.apache.org/guides/introduction/introduction-to-profiles.html Wayne On 4/2/07, Steffen Mazanek [EMAIL PROTECTED] wrote: I have defined a property eclipse.dir in my settings.xml. Is it possible to skip a submodule completely whenever eclipse.dir is not set? Or to

JXR versus javadoc linking

2007-04-02 Thread Kathryn Huxtable
I can't get it to work in 2.0.5 using the javadocDir configuration element. My links come out as www.kathrynhuxtable.org/apidocs/... Instead of www.kathrynhuxtable.org/projects/shibshimfilter/apidocs/... In my pom.xml I'm specifying javadocDirtarget/site/apidocs//javadocDir This

Re: eclipse and maven discrepancies

2007-04-02 Thread Wayne Fay
Rolf, just wondering how far along you got in converting the CaveatEmptor JPA/EJB3/Hibernate app from Ant to Maven... I've been working on this myself some this morning. Were you ever 100% successful? Assuming you were, we should send your modified zip to Hibernate for inclusion on their

Indexer: cannot find artifact

2007-04-02 Thread Ben Tatham
Hi, Whenever I run the indexer on my repository, I get a this error: Couldn't find artifact /disk1/maestro-1.1/project-server/data/project-server/repository/ca/nanometrics/apollo/core/1.0.9/core-1.0.9-test.jar If I just create that file, it works, but of course this error happens over and over

Getting the full path of a dependency in a POM

2007-04-02 Thread David Jackman
For a particular project I have, I need to add a parameter to the JVM when running the tests (using the argLine configuration property for surefire, I assume) that includes the full path of a particular dependency jar. Is there some kind of property notation that I can use that Maven will resolve

Re: Unable to run it

2007-04-02 Thread Kalle Korhonen
Looking at the error trace, I'd assume it's the Java installation that's corrupted. Check what you get when you run java and and what the $JAVA_HOME is pointing to. Kalle On 4/2/07, Sagar Yerunkar [EMAIL PROTECTED] wrote: I have downloaded the software from maven.apache. It runs fine on

Re: Multi-module site is not working

2007-04-02 Thread shinsato
This might be useful to others in the same quandry. When I deleted the url tag in the pom.xml files of the sub-projects, the generated URL's would work. But they did not point to the correct locations. I suspect it might be something you can fix with the site descriptor, but the site mojo

FW: maven-2.0.6 throws NPE in surefire

2007-04-02 Thread Jason Chaffee
Carlos, this seems to be the same issue with surefire forking and you previously mentioned that it was because the wrong version of surefire was being used. Which version should be used with 2.0.6? -Original Message- From: Jason Chaffee [mailto:[EMAIL PROTECTED] Sent: Sunday, April 01,

Re: FW: maven-2.0.6 throws NPE in surefire

2007-04-02 Thread Carlos Sanchez
the surefire issue is illegalargumentexception check http://jira.codehaus.org/browse/MNG-2920 On 4/2/07, Jason Chaffee [EMAIL PROTECTED] wrote: Carlos, this seems to be the same issue with surefire forking and you previously mentioned that it was because the wrong version of surefire was being

Ear problem

2007-04-02 Thread DavidWilliams
Hi All, I'm trying to find out why the servlet-api jar is being copied into the ear file. I've checked my project's dependencies, only three call this jar and all three list the scope as provided. Does anyone know why this is still getting copied into my ear? Or is there another way to stop

WAR Archiver: avoiding JAR files in WEB-INF/lib

2007-04-02 Thread Gonzalo Vásquez Sáez
Is there any way to tell some dependencies just to be used on the compile phase and not to be included in the run phase during a WAR packaging? I have some Application Server specific JAR files needed during compile time (IBM WAS 6), but which they don't need to be included in the WAR itself, as

Re: Support for CM Synergy?

2007-04-02 Thread henrik . jonsson
Great! Thanks alot. /Henrik Emmanuel Venisse [EMAIL PROTECTED] 2007-04-02 14:27 Please respond to continuum-users@maven.apache.org To continuum-users@maven.apache.org cc Subject Re: Support for CM Synergy? Continuum support it too. We'll include it in the distrib in few days.

Re: WAR Archiver: avoiding JAR files in WEB-INF/lib

2007-04-02 Thread Kathryn Huxtable
'provided'. -K On 4/2/07 1:29 PM, Gonzalo Vásquez Sáez [EMAIL PROTECTED] wrote: Is there any way to tell some dependencies just to be used on the compile phase and not to be included in the run phase during a WAR packaging? I have some Application Server specific JAR files needed during

Re: WAR Archiver: avoiding JAR files in WEB-INF/lib

2007-04-02 Thread Manos Batsis
Gonzalo Vásquez Sáez wrote: Perhaps some other scope / other than compile provided - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: WAR Archiver: avoiding JAR files in WEB-INF/lib

2007-04-02 Thread Gonzalo Vásquez Sáez
Thanks Kathryn and Manos, worked great! On 02/04/07, Manos Batsis [EMAIL PROTECTED] wrote: Gonzalo Vásquez Sáez wrote: Perhaps some other scope / other than compile provided - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Configure buildnumber and Subversion/Subclipse

2007-04-02 Thread Julian Wood
It probably has something to do with how you've set up your subversion repository on a network drive. I've never tried it like that, so I can't say whether or not your scm config is correct. My scm config looks like this and works fine. scm

Re: Cannot deploy using webdav with Maven 2.0.6

2007-04-02 Thread jrduncans
Sorry, I realize I wasn't clear. That IS how I am using is. I have the build extension defined, it worked in Maven 2.0.5, but it does not work in Maven 2.0.6. (The build extension is defined in a parent POM, but I tested adding it directly to the POM of the project I was testing, and the

XD2 maven2 plugin / problems with mergedir

2007-04-02 Thread Marco Mistroni
hi all, i am trying to move my current m2 project to use xd2 maven2 plugin but i am encountering big problems, so i appreciate if anyone could help me out. this is my pom.. i have used previously xd maven2 plugin where i specified mergedir attribute to merge files about servlets, filters etc...

Re: Cannot deploy using webdav with Maven 2.0.6

2007-04-02 Thread Carlos Sanchez
open a jira http://jira.codehaus.org/browse/MNG and attach a sample with as much detailas possible On 4/2/07, jrduncans [EMAIL PROTECTED] wrote: Sorry, I realize I wasn't clear. That IS how I am using is. I have the build extension defined, it worked in Maven 2.0.5, but it does not work in

CHECKSUM FAILED during release:perform deployment of artifacts to local repository

2007-04-02 Thread olegula
Hi, I am having a problem with maven 2.0.5 during release:perform, during its deploy goal, it uploads my artifacts to my local repository, but for some reason, its .pom files are uploaded partially, and it also gives a warning about [WARNING] *** CHECKSUM FAILED - Error retrieving

Server Authentication Question

2007-04-02 Thread DavidWilliams
Has any used windows LDAP with Maven to authenticate users to internal, remote repositories? David

Re: MVN 2.0.6 vs. Extensions with Version Ranges

2007-04-02 Thread Alexey Kakunin
we had same problem with 2.0.5 - it seems for me the problem is: 1. you tried to get some artifacts 2. getting was failed 3. information about it was placed into local repository 4. next time maven did not tried to get them Try to remove local repository - or part related to this group/artifact

Re: [MAVEN][2.0.5] JXR files not included in site report when using a custom build directory

2007-04-02 Thread Dennis Lundberg
Ephemeris Lappis wrote: Hello. It seems the JXR generated files are not included in the site when the pom.xml uses a custom build directory. Files are generated in xref and xref-test directories, in the custom build directory, but they are not aggregated to the site report. It seems that

Re: JXR versus javadoc linking

2007-04-02 Thread Dennis Lundberg
Kathryn Huxtable wrote: I can't get it to work in 2.0.5 using the javadocDir configuration element. My links come out as www.kathrynhuxtable.org/apidocs/... Instead of www.kathrynhuxtable.org/projects/shibshimfilter/apidocs/... In my pom.xml I'm specifying

Re: Cannot deploy using webdav with Maven 2.0.6

2007-04-02 Thread Stephen Duncan
If I can reproduce it in an example, I'll create an issue. I was surprised to find, in my attempt to make a sample, that I couldn't reproduce it in the sample, though it continues to occur on my actual project. I notice that in my project (that doesn't work) I get the following at the beginning

Re: Configure buildnumber and Subversion/Subclipse

2007-04-02 Thread Pankaj Tandon
Julian, Thanks a lot for the suggestions. I tried all possible url formats but no dice.. I suspect that maven is not able to find my scm. That is where I'm really puzzled..Shouldn't the pom of the buildnumber plugin have all dependencies in it and if so, Maven should get them for me...no? Here

Re: [m2][javadoc-plugin] currentYear, inceptionYear

2007-04-02 Thread shinsato
Here's an answer for anyone else who may have stumbled around unnecessarily for this one, as did I. The unclear documentation in the javadoc-mojo is only really clarified if you look at the source code. The {x} items referenced are place holders for different things, they are not standard ${x}

Re: MVN 2.0.6 vs. Extensions with Version Ranges

2007-04-02 Thread Stefan Hübner
Hi Alexey, thanks for your response! 2007/4/2, Alexey Kakunin [EMAIL PROTECTED]: we had same problem with 2.0.5 with 2.0.5 there was no problem at all here. it seems for me the problem is: 1. you tried to get some artifacts 2. getting was failed 3. information about it was placed into local

RE: Cannot delete project

2007-04-02 Thread Morgovsky, Alexander \(US - Glen Mills\)
Could you please tell me how to access this table? Here is what I see when I open the client: APP NULLID SQLJ ... SYSSTAT Which Object should I select to reach the relevant tables? Thanks. -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Monday, April 02, 2007

maven-1.0.2 and hibernate-3.0 support

2007-04-02 Thread Kalaveshi, Adrian
Greetings -- Does a hibernate-3.0 plugin (specifically supporting the hbm2ddl task and annotations) exist for maven-1.0.2? If not, has anyone cobbled one together? -adrian- - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [ANN] Maven Dependency Plugin 2.0-alpha-4 Released

2007-04-02 Thread Barrie Treloar
On 4/2/07, Brian E. Fox [EMAIL PROTECTED] wrote: Barrie, you'll probably need to clear that info from your maven-proxy. Done, and sorted. I figured it was something to do with my environment. More incentive to get Archiva complete and working. Thanks

Re: Getting the full path of a dependency in a POM

2007-04-02 Thread franz see
Good day to you, David, On top of my head, copy the dependency ( using maven-dependency-plugin ) somewhere in your target directory and add that path to your argLine. Cheers, Franz David Jackman wrote: For a particular project I have, I need to add a parameter to the JVM when running the

Re: Conditional code generation

2007-04-02 Thread franz see
Good day to you, Steffan, Yes, that would do just fine. You can have something like ... profile idadd-examples-that-compile-only-if-eclipse-is-installed/id activation property nameeclipse.dir/name /property /activation modules

Re: FML and stripped XML entities?

2007-04-02 Thread franz see
Good day to you, Manos, Try using ![CDATA[...]]. Cheers, Franz Manos Batsis wrote: Hello, Just created a FAQ for my project that includes XML snippets using entities like amp; and lt;. The less-than and greater-than (lt;, gt;) entities are stripped from the result HTML document,

  1   2   >