Problem with Assembly plugin, MANIFEST and snapshots

2006-09-07 Thread olivier . lambert
Hi All, I have a problem but I don't know if the cause is the assembly plugin, the jar plugin that creates the MANIFEST or the mechanism that manage snapshot versions. I explain : 1) I have 2 projects : prjA dependding on prjB = in the pom.xml of prjA I have a dependency to prjB dependency

Quality Dashboard

2006-09-07 Thread Wim Deblauwe
Hi, reading through http://idisk.maven.org/jvanzyl/Public/presos/Feynman.pdf, there is talk of Vincent's Dashboard. Is this a plugin that is going to be released soon? I think many users would like a quality dashboard that can generate graphs of your metrics (PMD, unit test pass rate, code

override dependency used by a plugin

2006-09-07 Thread Nicolas De Loof
Hello, I'd like to use the jibx plugin (jibx.sourceforge.net) This maven2 plugin declares dependencies to jibx 1.0-RC1. I'd like to override this to use jibx 1.1 on plugin execution. I've added a dependencies element in my plugin configuration, to override jibx-run and jibx-bind to 1.1, but

Re: Problem with Assembly plugin, MANIFEST and snapshots

2006-09-07 Thread Barrie Treloar
On 9/7/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi All, I have a problem but I don't know if the cause is the assembly plugin, the jar plugin that creates the MANIFEST or the mechanism that manage snapshot versions. I explain : 1) I have 2 projects : prjA dependding on prjB = in the

Re:Where to put native libraries so maven can find them?

2006-09-07 Thread Christophe Deneux
Hi Dave, You can configure the surefire plugin to update the system path to add the output directory. Here an example for Windows: configuration environmentVariables PATH${basedir}\target;${java.library.path}/PATH /environmentVariables /configuration Christophe

Ant Maven 1.0.2 FTP

2006-09-07 Thread neeraj daffodil
Hi all i am using ant build file to transfer the file to remote ftp server and i am able to do ,but if i try to call the build file in maven it show error but before this i called the ant file in my maven 1.0.2 maven.xml file and that time it work by following project xmlns:ant=jelly:ant

Re: Problem with Assembly plugin, MANIFEST and snapshots

2006-09-07 Thread olivier . lambert
Thanks for your reply ! I tried the solution explained in the JIRA : Replacing the value of the attribute outputFileNameMapping in the assembly descriptor ${artifactId}-${version}.${extension} by ${artifactId}-${baseVersion}.${extension} ... but nothing changed ... the version contains the

Re: Problem with Assembly plugin, MANIFEST and snapshots

2006-09-07 Thread Barrie Treloar
I tried the solution explained in the JIRA : [del] For information, I currently used maven-assembly-plugin 2.1 ... What's wrong ? That version 2.1 doesn't contain the patch. It's a snapshot release. You need to follow the roll-your-own instructions. Alternatively, just manually rename all

Maven Site : Plugin Goal Description

2006-09-07 Thread olivier . lambert
Hi All, I 'm generating a site for a maven plugin I developed. Is there a way to automatically generate the descriptions of all the plugin's goals and the goals' parameters ? Thanks Olivier - To unsubscribe, e-mail: [EMAIL

Re: override dependency used by a plugin

2006-09-07 Thread Max Bowsher
Nicolas De Loof wrote: Hello, I'd like to use the jibx plugin (jibx.sourceforge.net) This maven2 plugin declares dependencies to jibx 1.0-RC1. I'd like to override this to use jibx 1.1 on plugin execution. I've added a dependencies element in my plugin configuration, to override jibx-run

exporting database files through maven 1.0.2

2006-09-07 Thread manoj kaushik
hi everybody i want to know that if there is any plugin or way in maven 1.0.2 with which i can export database files . any help regarding this will be highly appreciated. thanks in advance Manoj Kaushik

Re: [m1.1-rc1] javadoc does not generate anything...

2006-09-07 Thread Benoitx
I though that the issue may be related to generics and calling this invokeStatic on java.util.Arrays but this seems to work when I try at home with JDK 1.5.08 however, I'm having trouble with JDK 6-b2 May be the interface has changed or one cannot use the following jelly code:

Re: [m1.1-rc1] javadoc does not generate anything...

2006-09-07 Thread Arnaud HERITIER
Personnally I didn't test Maven 1.x with J2SE6. Only with 1.4 and 5. We don't yet support it (and I'm not sure we'll do it). I suppose that m2 supports it ;-) Arnaud On 9/7/06, Benoitx [EMAIL PROTECTED] wrote: I though that the issue may be related to generics and calling this invokeStatic

Re: Why Failed to create database?

2006-09-07 Thread jiangshachina
I'm so puzzled about the matter. Is it a must step for initalizing !? By the way, it seems that Continuum cann't refresh pages automatically! For example, I want to build a project, and click the build icon. Factlly, the build is running, but I can not find the status of the project is changed.

SCM, changelog and subversion

2006-09-07 Thread Rémy Sanlaville
Hi all, I'm trying to use 2.0-snapshot maven-changelog-plugin, with subversion, but i'm some trouble to configure it. I put this scm section in my pom scm connectionscm:svn:https://.../connection developerConnectionscm:svn:https://[EMAIL PROTECTED] /developerConnection /scm

Re: [m1.1-rc1] javadoc does not generate anything...

2006-09-07 Thread Benoitx
Hi Arnaud, Thanks for your reply. Could somebody confirm that it is a JDK6 issue? Just maven multiproject:site or maven site should do it... Thanks Benoit Arnaud HERITIER wrote: Personnally I didn't test Maven 1.x with J2SE6. Only with 1.4 and 5. We don't yet support it (and I'm not

phases executed twice when declaring maven-surefire-report-plugin

2006-09-07 Thread Martin Börlin
Hi! I have a problem regarding the life cycle in Maven 2. I need to run an ANT-script before the package phase, i.e. in the test phase. I want to install the application and generate a Maven-site to a remote location, hence I run the folllowing Maven command: mvn install site-deploy

FTP deployment of ear in maven1.0.2

2006-09-07 Thread neeraj daffodil
hi all i want to deploy the ear file in remote ftp server by using following code in maven.xml goal name=ftpcopy ftp server=203.187.242.74 userid=neeraj password=hrhk fileset dir=C:\Program Files\xampp\htdocs\repository\com.daffodil.dak.gwt\ears include name=**/*.ear/ /fileset

Problem with maven-aspectj-plugin version 4.0

2006-09-07 Thread Orford, Ian
I'm using Maven 1.1-beta-2. I recently had to upgrade the aspectj plugin to version 4.0 because I was getting a compile error and needed to use aspectj 1.5. I've got the standard post-goal hool in my maven.xml file... postGoal name=java:compile attainGoal name=aspectj/ /postGoal

changelog and changes

2006-09-07 Thread Roald Bankras
Hi All What is needed for the changelog and changes plugins to get release? Roald Bankras Software Engineer JTeam b.v. -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.405 / Virus Database: 268.12.1/440 - Release Date: 9/6/2006

Re: Why Failed to create database?

2006-09-07 Thread Emmanuel Venisse
jiangshachina a écrit : I'm so puzzled about the matter. Is it a must step for initalizing !? The first run initialize continuum whith database/tables creation and default value initialization in database. By the way, it seems that Continuum cann't refresh pages automatically! For

Re: SCM, changelog and subversion

2006-09-07 Thread Emmanuel Venisse
Rémy Sanlaville a écrit : Hi all, I'm trying to use 2.0-snapshot maven-changelog-plugin, with subversion, but i'm some trouble to configure it. I put this scm section in my pom scm connectionscm:svn:https://.../connection developerConnectionscm:svn:https://[EMAIL PROTECTED]

Re: Problem with maven-aspectj-plugin version 4.0

2006-09-07 Thread Lukas Theussl
Shouldn't aspectj be called as a preGoal of java:compile? I would also try to upgrade to Maven 1.1-beta-3, a lot has changed between beta-2 and beta-3! HTH, -Lukas Orford, Ian wrote: I'm using Maven 1.1-beta-2. I recently had to upgrade the aspectj plugin to version 4.0 because I was

Create a component with a jar

2006-09-07 Thread Richard Fagot
Hi all, I have a jar (I don't have the sources) I want to put in my Maven2 local repository only. And I have a project that need this jar. How can I do that ? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Create a component with a jar

2006-09-07 Thread Emmanuel Venisse
http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html Emmanuel Richard Fagot a écrit : Hi all, I have a jar (I don't have the sources) I want to put in my Maven2 local repository only. And I have a project that need this jar. How can I do that ? Thanks

How to tell the rar packager to create an interfaces.jar?

2006-09-07 Thread Markus KARG
The JCA 1.5 specification allows a RAR not only to contain the implementation.jar but also to contain an interfaces.jar containing the implemented interfaces. The interfaces.jar is useful for developers that just need to have access to the interfaces (like MDB coders) but not to the

Re: SCM, changelog and subversion

2006-09-07 Thread Rémy Sanlaville
Or which svn client (on Windows XP) can I use with maven-changelog-plugin ? You can install the standard svn client. You need to download it from the official svn site : http://subversion.tigris.org/ Thanks Emmanuel, it works well ! The svn client can be reached at this URL

Re: SCM, changelog and subversion

2006-09-07 Thread Emmanuel Venisse
Rémy Sanlaville a écrit : Or which svn client (on Windows XP) can I use with maven-changelog-plugin ? You can install the standard svn client. You need to download it from the official svn site : http://subversion.tigris.org/ Thanks Emmanuel, it works well ! The svn client can be

site.xml inheritence

2006-09-07 Thread Geoffrey De Smet
Are there any examples of this available? The docs doesn't show how to make a module site.xml extend from the parent project's site.xml. -- With kind regards, Geoffrey De Smet - To unsubscribe, e-mail: [EMAIL PROTECTED] For

localRepository in user settings.xml

2006-09-07 Thread Borut Bolčina
Hello, I want my local repository to be at C:\m2\repository so I included ?xml version=1.0 encoding=UTF-8? settings localRepositoryC:\m2\repository/localRepository in settings.xml in C:\m2\settings.xml mvn help:effective-settings spits out [INFO] [help:effective-settings] [INFO]

Re: localRepository in user settings.xml

2006-09-07 Thread Emmanuel Venisse
Try this: ?xml version=1.0 encoding=UTF-8? settings localRepositoryC:/m2/repository/localRepository Emmanuel Borut Bolčina a écrit : Hello, I want my local repository to be at C:\m2\repository so I included ?xml version=1.0 encoding=UTF-8? settings

Re: SCM, changelog and subversion

2006-09-07 Thread Rémy Sanlaville
Any ideas for the point (1) (1) I don't find too much documentation that explain the scm section. Don't you have a link ? http://maven.apache.org/scm/subversion.html Nice, but i found any references that explain the scm section in the pom.xmland particularly the developerConnection

Re: localRepository in user settings.xml

2006-09-07 Thread Borut Bolčina
Tried with no success. In continuation - nothing from c:\m2\settings.xml is merged into the effective settings. This only happens if user settings are at default (~/.m2) location. 2006/9/7, Emmanuel Venisse [EMAIL PROTECTED]: Try this: ?xml version=1.0 encoding=UTF-8? settings

Maven compile error mystery

2006-09-07 Thread rudy.bistrovich
Hey guys, For some reason I'm getting a compile error from Maven for this code that compiles fine in eclipse, with javac, and with ant. Maven is the only thing that reports this error. Anyone have any ideas? Here is the error: [INFO]

Re: Maven compile error mystery

2006-09-07 Thread Rémy Sanlaville
It seems that you used java 1.5. Do you specify it in your pom ? plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-compiler-plugin/artifactId configuration source1.5/source target1.5/target /configuration /plugin 2006/9/7,

Re: localRepository in user settings.xml

2006-09-07 Thread Emmanuel Venisse
Weird, I use it and it works fine. Emmanuel Borut Bolčina a écrit : Tried with no success. In continuation - nothing from c:\m2\settings.xml is merged into the effective settings. This only happens if user settings are at default (~/.m2) location. 2006/9/7, Emmanuel Venisse [EMAIL PROTECTED]:

RE: Problem with maven-aspectj-plugin version 4.0

2006-09-07 Thread Orford, Ian
Thanks for the suggestion. I've upgraded to -beta3 and changed my postGoal to a preGoal. The output looks different now, but the effect is essentially the same maven test works, but maven site gets into this loop. [echo] Generating the Unit Tests.. junit-report:report: test:test:

Re: SCM, changelog and subversion

2006-09-07 Thread Emmanuel Venisse
Rémy Sanlaville a écrit : Any ideas for the point (1) (1) I don't find too much documentation that explain the scm section. Don't you have a link ? http://maven.apache.org/scm/subversion.html Nice, but i found any references that explain the scm section in the pom.xmland

Re: localRepository in user settings.xml

2006-09-07 Thread Borut Bolčina
What system variables concerning maven do you have? 2006/9/7, Emmanuel Venisse [EMAIL PROTECTED]: Weird, I use it and it works fine. Emmanuel Borut Bolčina a écrit : Tried with no success. In continuation - nothing from c:\m2\settings.xml is merged into the effective settings. This only

RE: Maven compile error mystery

2006-09-07 Thread rudy.bistrovich
Yeah. I think this is actually an issue where Eclipse can magically handle this but not javac. Upon further investigation javac fails with the same error. Sorry for wasting anyone's time. --Rudy -Original Message- From: Rémy Sanlaville [mailto:[EMAIL PROTECTED] Sent: Thursday,

Re: SCM, changelog and subversion

2006-09-07 Thread Rémy Sanlaville
Nice, but i found any references that explain the scm section in the pom.xmland particularly the developerConnection node and how to manage it if you have several developer. if you have one or several developer, the scm url is the same is you don't put a username in it. It isn't necessary

Re: localRepository in user settings.xml

2006-09-07 Thread Emmanuel Venisse
M2_HOME=path to maven home and PATH=%M2_HOME%/bin;%PATH% Borut Bolčina a écrit : What system variables concerning maven do you have? 2006/9/7, Emmanuel Venisse [EMAIL PROTECTED]: Weird, I use it and it works fine. Emmanuel Borut Bolčina a écrit : Tried with no success. In continuation -

Re: How to build JEE 5 EJB-JARs?

2006-09-07 Thread Markus KARG
Alexandre Russel wrote: According to BetterBuildsWithMaven.pdf I switched from packagingejb/packaging to packagingejb3/packaging. Unfortunately change it to jar. Alex You mean there is no difference between ejb3 and jar? For what is ejb3 good then? Markus smime.p7s Description:

[solved] product codes at java 1.4, test sources at java 1.5

2006-09-07 Thread Nicolas De Loof
I solved the issue of compiling the application code for Java 1.3 AND using java5 for tests : Application code is compiled based on java 1.3 using compiler bootclasspath argument. Tests are compiled by adding a compiler execution prior to test-phase (as I didn't find a way to configure

include jar(s) when packaging

2006-09-07 Thread Richard Fagot
Hi all, I tried to package my project including a jar that is a dependency for the project. To do this I used the scope compile in the pom.xml but the jar does not appear in the project jar. What's wrong ? cheers. - To

[Solved] RE: Problems with Contonuum XML-RPC interface

2006-09-07 Thread Ryan Slobojan
Hi, I believe we've discovered the source of this problem. We are currently using the version of Continuum that is distributed by Mergere (it's called Maestro, and the version is 1.0.1), and when we installed Continuum 1.0.3 by itself, the XML-RPC interface worked as expected. It looks like

Re: How to build JEE 5 EJB-JARs?

2006-09-07 Thread Markus KARG
Actually I didn't want to have a ejb-jar.xml any longer with EJB3. What about the status of that ejb3 plugin: When will it be finished? I mean, this is a thing I expect Maven to do for me. Takashi Nishigaya wrote: The maven-ear-plugin does not recognized the jar project as ejb3 module. If you

Re: include jar(s) when packaging

2006-09-07 Thread ben short
Dependancies only get added to wars. You need to use the maven assembly plugin http://maven.apache.org/plugins/maven-assembly-plugin/ On 9/7/06, Richard Fagot [EMAIL PROTECTED] wrote: Hi all, I tried to package my project including a jar that is a dependency for the project. To do this I

Re: Maven for .Net

2006-09-07 Thread Markus KARG
AFAIK it should be possible to write a plugin that handles .net flavours, since Maven is 100% pure Java, and Java can use JNI or exec() to call native tools. So even there might be no such plugin yet, you might want to contribute one? Lakshman Srilakshmanan wrote: Hi All, My company has a fair

weblogic-maven-plugin, appc failed

2006-09-07 Thread Marc Chételat ML
Hi all, I m currently trying to precompile my jsps for weblogic 8.1. I use the weblogic-maven-plugin from mojo with Maven 2. This my pom.xml file : ... build finalNamewebmedialbum/finalName plugins plugin groupIdorg.codehaus.mojo/groupId

RE: Where to put native libraries so maven can find them?

2006-09-07 Thread Dave Hoffer
Thanks, that works great! -dh -Original Message- From: Christophe Deneux [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 3:50 AM To: users Subject: Re:Where to put native libraries so maven can find them? Hi Dave, You can configure the surefire plugin to update the

Re: How to build JEE 5 EJB-JARs?

2006-09-07 Thread Alexander Sack
Yea, I don't like having ejb-jar.xml either and I use JBoss which has its own quirks regarding Class-Path. To answer your question, EJB3 is conceptually SUPPOSE to be simpler and essentially a special JAR file with annotationed classes. What do you envision the EJB3 plugin to do for you

RE : [solved] product codes at java 1.4, test sources at java 1.5

2006-09-07 Thread LECAN Damien
Waoh, good job. Your special configuration gave me a lot of ideas (Especially dependencies section in plugin configuration) Thanks Damien Lecan Message d'origine De: Nicolas De Loof [mailto:[EMAIL PROTECTED] Date: jeu. 07/09/2006 17:33 À: Maven Users List Objet : [solved]

Re: Build result output containing xml

2006-09-07 Thread Lee Meador
http://jira.codehaus.org/browse/CONTINUUM-530 was already there. On 9/6/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: http://jira.codehaus.org/browse/CONTINUUM Lee Meador a écrit : When there is xml in the build result output it should probably be converted to use lt; and such. The actual

Re: [solved] product codes at java 1.4, test sources at java 1.5

2006-09-07 Thread Wendy Smoak
On 9/7/06, Nicolas De Loof [EMAIL PROTECTED] wrote: I solved the issue of compiling the application code for Java 1.3 AND using java5 for tests : Thank you! And to keep it from being lost forever in the mail archives:

Re: site.xml inheritence

2006-09-07 Thread Phil Steitz
On 9/7/06, Geoffrey De Smet [EMAIL PROTECTED] wrote: Are there any examples of this available? The docs doesn't show how to make a module site.xml extend from the parent project's site.xml. Have a look at the inheritence section in the site plugin howto:

Re: How to build JEE 5 EJB-JARs?

2006-09-07 Thread Alexandre Russel
According to BetterBuildsWithMaven.pdf I switched from packagingejb/packaging to packagingejb3/packaging. Unfortunately change it to jar. Alex You mean there is no difference between ejb3 and jar? For what is ejb3 good then? no, I mean the packaging is the same. It is just a jar with

[m2] all our builds are failing...

2006-09-07 Thread Russ Tremain
we are using a mirror to ibiblio, and have been having this error since yesterday: GroupId: org.apache.maven.plugins ArtifactId: maven-plugins Version: 3 Reason: Unable to download the artifact from any repository org.apache.maven.plugins:maven-plugins:pom:3 from the specified remote

Have Maven Eclipse Plugin specify Eclipse file encoding

2006-09-07 Thread Ralph Pöllath
Hi, My work environment requires that all source files are encoded as UFT-8. Since we're using Eclipse, this means we have to change the file encoding to UTF-8 whenever we create a new workspace, which is inconvenient and error-prone. Since all of our Eclipse config is generated by the

Re: [m2] all our builds are failing...

2006-09-07 Thread Emmanuel Venisse
The pom is available at repo1.maven.org : http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/3/maven-plugins-3.pom ibiblio is the first mirror of repo1.maven.org Emmanuel Russ Tremain a écrit : we are using a mirror to ibiblio, and have been having this error since

RE: Clover and additional target/src directory

2006-09-07 Thread Vincent Massol
-Original Message- From: Ingo Düppe [mailto:[EMAIL PROTECTED] Sent: lundi 4 septembre 2006 15:55 To: Maven Users List Subject: Re: Clover and additional target/src directory Hi Vincent, my intension to clover generated sources is that we also write some unit tests for

Re: [m2] How to get source JARs when sharing eclipse config -- best p ractices?

2006-09-07 Thread Dirk Olmes
Amshoff Christoph, Köln wrote: Hi, we are using the eclipse plugin to create the Eclipse configuration, and specify the -DdownloadSources=true switch to download the source JARs and include them into the .classpath file. This is pretty cool, but As usual, the .project and .classpath

Re: Compiler plugin configuration

2006-09-07 Thread Laurie Harper
Wendy Smoak wrote: On 9/6/06, Laurie Harper [EMAIL PROTECTED] wrote: Everything seems to be working except that I can't figure out how to get the compiler plugin to compile the right set of sources and put the resulting classes where I want them, so integration tests remain separate from unit

Re: [m2] all our builds are failing...

2006-09-07 Thread Russ Tremain
thanks, that worked. normally we have had good luck with sunsite.dk, but it is still out of sync after 24 hours. -Russ At 8:01 PM +0200 9/7/06, Emmanuel Venisse wrote: The pom is available at repo1.maven.org :

Re: Why does my project have SNAPSHOT dependencies?

2006-09-07 Thread Tamás Cservenák
Hi, 1. Try something like this (explicitly forbid SNAPSHOTs): repositories repository id.../id layoutdefault/layout name.../name releases

Re: Maven for .Net

2006-09-07 Thread Brett Porter
http://svn.apache.org/viewvc/maven/sandbox/csharp/ On 08/09/06, Markus KARG [EMAIL PROTECTED] wrote: AFAIK it should be possible to write a plugin that handles .net flavours, since Maven is 100% pure Java, and Java can use JNI or exec() to call native tools. So even there might be no such

Combining multiple wars

2006-09-07 Thread johne
Hello, I am mostly through the process of switching from Ant to Maven2. I have seperated one big project into 5 sub-projects using a hierarchy of poms. I have the following hierarchy: service-platform.war - baseservices.war - servicesusa.war Originally these were all gobbed together in

Calling a Mojo from within another Mojo

2006-09-07 Thread Andres Almiray
Hi, I've been searching the docs at the maven site and there is no mention of this, is it possible ? What I want to do is re-run the Cobertura report Mojo with 'xml' format if the actual format is 'html'. This is because Cobertura doesn't provide a 'friendly' API to its report facilities. BTW,

hibernate3 plugin can't resolve maven-hibernate3-api

2006-09-07 Thread SkipWalker
I'm trying to use the hibernate3-maven-plugin from codehaus with maven 2.0.4. I keep getting stuck with the following error regarding hibernate3-api and hibernate3-jdk I don't understand why the dependencies are missing The . Any help is a appreciated. Missing: -- 1)

Re: Combining multiple wars

2006-09-07 Thread johne
Matt, Thank you so much for the lead. I have been struggling over this for days trying different things feeling a bit stupid as there is no real documentation on it. I will check out the plugin you mentioned. I am using Netbeans 5.5 beta so hope it integrates with that. I had found it was

Re: Combining multiple wars

2006-09-07 Thread johne
P.S.: Where might I get the latest version? -- View this message in context: http://www.nabble.com/Combining-multiple-wars-tf2235662.html#a6200990 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail:

Re: Why Failed to create database?

2006-09-07 Thread jiangshachina
Actually, you need to click Show Project, but I don't recommend to use the refresh button of your browser. Yes. If I click my browser's refresh button, my action will be send repeatly. a cup of Java, cheers! Sha Jiang Emmanuel Venisse wrote: jiangshachina a écrit : I'm so puzzled about

Re: [m2] How to get source JARs when sharing eclipse config -- best p ractices?

2006-09-07 Thread Barrie Treloar
we are using the eclipse plugin to create the Eclipse configuration, and specify the -DdownloadSources=true switch to download the source JARs and include them into the .classpath file. This is pretty cool, but As usual, the .project and .classpath files are checked into CVS to share them

CVS Blame mechanism in 1.0.3

2006-09-07 Thread Anoop kumar V
Hi, We use Continuum 1.0.3. It is a great and very focussed product - thank you, developers. We use CVS as our SCM - but when a build fails, we only see a list of changed files and no other information about those files - like who checked it in - comments etc.. I read somewhere that the blame

Re: hibernate3 plugin can't resolve maven-hibernate3-api

2006-09-07 Thread Wayne Fay
I'd copy that Codehaus pluginRepo as a regular repository and see if that fixed it. Try mvn -U to update your plugins. Also try mvn -X to get full debug log, and make sure Maven is looking at the Codehaus repo for those deps. Wayne On 9/7/06, SkipWalker [EMAIL PROTECTED] wrote: I'm trying to

RE: Maven for .Net

2006-09-07 Thread Lakshman Srilakshmanan
Ya, I would, if I new the next thing about .Net world. How would tools like code coverage (cobertura), PMDCPD, checkstyle integrate with .Net ? If I need compatible tools in .Net does anyone know what they are called ? Thanks Lakshman -Original Message- From: Markus KARG

RE: localRepository in user settings.xml

2006-09-07 Thread Lakshman Srilakshmanan
Hi, I would imagine you need to include the settings.xml under C:\Documents and Settings\borutb\.m2\ Why ? because that's where maven will look for the settings.xml file. Once maven has read your settings.xml it will relocated your localRepository to C:\m2\repository. Thanks Lakshman

Re: Combining multiple wars

2006-09-07 Thread Matt Raible
You can download the latest drop I received form Mike Horwitz (the author of this plugin) at: http://static.appfuse.org/downloads/maven-warpath-plugin-20060905.zip Matt On 9/7/06, johne [EMAIL PROTECTED] wrote: P.S.: Where might I get the latest version? -- View this message in context: