Re: [Continuum 1.0.3] Is Changes section broken again?

2006-04-27 Thread Emmanuel Venisse
Check if date and time are correct on your cvs server. Emmanuel Mang Jun Lau a écrit : I had a real SCM change today with the following Continuum output: 216248 [Thread-11] DEBUG org.apache.maven.scm.manager.ScmManager - U MemberWebJSPs/WebContent/WEB-INF/altTextResources.properties 216623

Re: running Continuum 1.0.3 without wrapper

2006-04-27 Thread Reinhard Spisser
On 4/26/06, Wayne Fay [EMAIL PROTECTED] wrote: Reinhard, assuming you work this bug and get it working, please do contribute your fixes back to Continuum so it can be incorporated in future releases to benefit other users. Debian-sparc is one of the few not supported platforms of wrapper.

RE: scm url in continuum

2006-04-27 Thread Vandermi Joao da Silva
Ok, I modified my apps/continuum/conf/application.xml but the not work yet. See below the modifications. configuration allowedSchemes allowedSchemehttp/allowedScheme allowedSchemehttps://www.mysite.com.br/repos/cms/cms_src/trunk/allowedScheme

Re: release plugin clearcase

2006-04-27 Thread Wim Deblauwe
Can you give some more information on what you have done exactly? Normally it should work using ClearCase. regards, Wim 2006/4/27, Tom Huybrechts [EMAIL PROTECTED]: Hi all, has anybody successfully performed releases using Clearcase ? I have release:prepare working (with the latest svn

Re: release plugin clearcase

2006-04-27 Thread Marcel Schutte
I'm not a clearcase user, but it seems to me that cs doesn't like the location maven uses to checkout the source and do the release build. You could try changing this location with a -DworkingDirectory=yourdir. The default is ${project.build.directory}/checkout. Marcel --- Tom Huybrechts [EMAIL

RE: Applets

2006-04-27 Thread Edwin van der Elst
Completely correct! I have a war that contains a webstart application (more or less the same issues getting that to work). THis is in the pom.xml of the WAR project (I have subprojects for war, shared, client) build finalNameapp-war/finalName plugins plugin

Re: Doubt in using wagon plugin

2006-04-27 Thread RobJac
Hi Alexandre, could you please send me the upload plugin? -- View this message in context: http://www.nabble.com/Doubt-in-using-wagon-plugin-t1506734.html#a4115982 Sent from the Maven - Users forum at Nabble.com. - To

Re: [m2][surefire-report-plugin] Not picking up the surefire reports when generating html.

2006-04-27 Thread Allan Ramirez
hmm weird why there isnt any xml file on your surefire-reports? surefire-report parses those xml files to generate the report allan Mikael Andersson wrote: Hi, the surefire-report-plugin isn't picking up the surefire report files when generating the surefire-report.html file. The HTML file

Re: issue with mvn clean install

2006-04-27 Thread Tom Joad
Do you have parent groupIdMain/groupId artifactIdMain/artifactId packagingpom/packaging version1.0/version /parent for all modules? Tom. 2006/4/27, RobJac [EMAIL PROTECTED]: I have a maven project folder structure as shown below Main pom.xml Project A pom.xml Project

Re: issue with mvn clean install

2006-04-27 Thread Simon Kitching
This is very odd. Normally, mvn clean would simply run mvn clean in each of the defined modules. That's certainly what it does for me. The child modules would then respond by (normally) deleting the target directory, to get rid of any old .class directories etc. What does your project A's

Re: Notifier list gets duplicated at each build

2006-04-27 Thread Carlo Bonamico
Sorry to have forgotten... it's 1.0.3 Emmanuel Venisse wrote: What is your continuum version? Emmanuel Carlo Bonamico a écrit : I have this problem: I added a maven 1 project. If I add a mail notifier in the project config page, each time I request a build, the notifier list gets

Re: [ANN] Free Maven 2 Book now available: Better Builds with Maven

2006-04-27 Thread Youngho Cho
Hello When I tried, I got 'Not a Valid email address, please try again.' popup message How can I download it ? Thanks. Youngho - Original Message - From: Brett Porter [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Thursday, April 27, 2006 12:45 PM Subject:

RE: [ANN] Free Maven 2 Book now available: Better Builds with Maven

2006-04-27 Thread Ben Short
Youngho, It did the same for me for my .co.uk email address, but I tried a .com address and it worked. Ben -Original Message- From: Youngho Cho [mailto:[EMAIL PROTECTED] Sent: 27 April 2006 09:53 To: Maven Users List Subject: Re: [ANN] Free Maven 2 Book now available: Better Builds

Re: issue with mvn clean install

2006-04-27 Thread RobJac
Yes I do. This is how my Project A pom.xml looks like project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd; modelVersion4.0.0/modelVersion

Re: [ANN] Free Maven 2 Book now available: Better Builds with Maven

2006-04-27 Thread Simon Kitching
On Thu, 2006-04-27 at 17:52 +0900, Youngho Cho wrote: Hello When I tried, I got 'Not a Valid email address, please try again.' popup message How can I download it ? Yep, looks like mergere's download page is brain-dead. The address [EMAIL PROTECTED] works fine. The address [EMAIL

Re: issue with mvn clean install

2006-04-27 Thread Tom Joad
Why do you have to set explicitly ${basedir} On project A pom.xml for different location. Try to give relative path so without ${basedir} Tom. 2006/4/27, RobJac [EMAIL PROTECTED]: Yes I do. This is how my Project A pom.xml looks like project xmlns=http://maven.apache.org/POM/4.0.0;

Re: [ANN] Free Maven 2 Book now available: Better Builds with Maven

2006-04-27 Thread Marco Mistroni
hello, it worked for me just 5 minutes ago.. btw, thanx to all who wrote that book and make it available as free download rgds marco On 4/27/06, Simon Kitching [EMAIL PROTECTED] wrote: On Thu, 2006-04-27 at 17:52 +0900, Youngho Cho wrote: Hello When I tried, I got 'Not a Valid email

Re: [m2][surefire-report-plugin] Not picking up the surefire reports when generating html.

2006-04-27 Thread Mikael Andersson
Hi, tried again with the 2.1.3 maven-surefire-plugin but it didn't make a difference, still only generating the text files. When I specify the surefire-plugin in the pom I don't, give it any settings beside the version. Is there something that I am missing? - Micke On 27/04/06, Allan Ramirez

Re: [ANN] Free Maven 2 Book now available: Better Builds with Maven

2006-04-27 Thread Brett Porter
Thanks for letting us know. We'll get it sorted out as soon as possible. - Brett On 4/27/06, Marco Mistroni [EMAIL PROTECTED] wrote: hello, it worked for me just 5 minutes ago.. btw, thanx to all who wrote that book and make it available as free download rgds marco On 4/27/06, Simon

Re: [ANN] Free Maven 2 Book now available: Better Builds with Maven

2006-04-27 Thread Gareth Western
Just wanted to add my 2p by saying thanks very much for providing this book! It is by far the most comprehensive and easy-to-read documentation regarding Maven that I've found to date, and I would highly recommend it for anyone that's starting with Maven or struggling to get to grips with the core

Re: [2.0.4] release:perform without surfire reports not possible?

2006-04-27 Thread Igor Bljahhin
Test skipping in release:perform with the command line parameter -Dmaven.test.skip=true does not work in 2.0.4 version. I suppose this a bug in release plugin.

Re: issue with mvn clean install

2006-04-27 Thread Simon Kitching
Yep, that looks like the cause to me. if ${basedir} is mapping to ., then when maven tries to delete the output directory it would end up deleting the Project A dir, just as shown. Try removing the outputDirectory elemnt from the pom (so it defaults to its normal value). Cheers, Simon On Thu,

Re: New to Maven

2006-04-27 Thread Simon Kitching
On Wed, 2006-04-26 at 09:59 -0700, ajayasahoo wrote: I am new to Maven. I have downloaded maven-2.0.4 and following the Maven Getting Started Guide. I am under How do I make my first Maven project? and issue the following command mvn archetype:create -DgroupId=com.mycompany.app

MavenEmbedder and --no-plugin-updates

2006-04-27 Thread Kristian Nordal
Hi, When I'm executing a MavenEmbedder (trunk version), I have a problem with it trying to update the plugins defined in my POM. These plugins are not available when I run the embedder, so I would like to either remove them from the MavenProject, or define in some way that I don't want maven to

RE : [2.0.4] release:perform without surfire reports not possible?

2006-04-27 Thread Olivier Lamy
It works with the plugin in svn [1] (just try and works fine) Just checkout and install. svn co https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-release-plugi n cd maven-release-plugin mvn -Dmaven.test.skip=true install HTH, - Olivier [1]

Re: [ANN] Free Maven 2 Book now available: Better Builds with Maven

2006-04-27 Thread Geoffrey De Smet
Great work :) Thanks for making it free. Any chance it will be available as html on the maven site too? Keep up the good work Brett Porter wrote: Hi, You may have seen messages on the list recently about this, however the book that has been mentioned is now officially available, as are the

Re: [M2] Where to place project documentation?

2006-04-27 Thread Geoffrey De Smet
I would put them under /src/site/resources for now, so you can use them directly in your website. When a msoffice/openoffice plugin sooner or later is created, you 'll want to move the files to /src/??? so the files can be used to generate html (and optionally copied). Wayne Fay wrote:

Maven2 plugin to be used inside Eclipse 3.1.1 IDE -- where to ge t ?

2006-04-27 Thread Sharma, Jaikumar
Dear Maven Users, Where to get a plugin -- which can be used in Eclipse 3.1.1 to build so see what could be done like Ant inside eclipse. At least, It is a bit confusing for me the website : maven-eclipse-plugin ? maven-eclipse-plugin-plugin ? Both have different purposes ?

Updated : Maven2 plugin to be used inside Eclipse 3.1.1 IDE -- where to get ?

2006-04-27 Thread Sharma, Jaikumar
Dear Maven Users, Where to get a plugin -- which can be used in Eclipse 3.1.1 to build or see what could be done like Ant inside eclipse. At least, It is a bit confusing for me at the website : maven-eclipse-plugin ? maven-eclipse-plugin-plugin ? Both have

Re: Updated : Maven2 plugin to be used inside Eclipse 3.1.1 IDE -- where to get ?

2006-04-27 Thread Anshuman Srivastava
Hi I am also in search of same plugin.What I know is that there is one plugin for maven 1 but not for maven2.If anybody knows about plugin for maven2 please tell. Thanks Anshuman On 4/27/06, Sharma, Jaikumar [EMAIL PROTECTED] wrote: Dear Maven Users, Where to get a plugin -- which

New to Site

2006-04-27 Thread RobJac
I am trying to build a site for a project which will show me the Junit test results of the project after i had packaged it. Is this possible or is it that I will have to go into my surefire-reports folder of the project and then check the results of the Junit in the xml files that got

Re: Updated : Maven2 plugin to be used inside Eclipse 3.1.1 IDE -- where to get ?

2006-04-27 Thread Sebastien Cesbron
http://m2eclipse.codehaus.org/ still in alpha stage, no really usable for me I have followed what is explained in http://maven.apache.org/guides/mini/guide-ide-eclipse.html and it works quite well for me even if it is nore really integrated 2006/4/27, Anshuman Srivastava [EMAIL PROTECTED]: Hi

Re: New to Site

2006-04-27 Thread Sebastien Cesbron
try reporting plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-surefire-report-plugin/artifactId /plugin /plugins /reporting 2006/4/27, RobJac [EMAIL PROTECTED]: I am trying to build a site for a project which will show me the Junit

Re: New to Site

2006-04-27 Thread RobJac
i am not able to download this plugin. It says [INFO] Scanning for projects... [INFO] - --- [INFO] Building Maven Quick Start Archetype [INFO]task-segment: [site] [INFO]

Re: Deployment of war file using JBOSS

2006-04-27 Thread Anshuman Srivastava
hi thanks for your reply but there are lots of things on cargo so i am not able to understand which one i should use for deploying the war file in jboss4.0.4 using maven2. Any help would be great. Thanks Anshuman On 4/26/06, Serge Emmanuel Pagop [EMAIL PROTECTED] wrote: Cargo is a good tool

Re: New to Site

2006-04-27 Thread Sebastien Cesbron
update your maven version to the latest one (2.0.4) 2006/4/27, RobJac [EMAIL PROTECTED]: i am not able to download this plugin. It says [INFO] Scanning for projects... [INFO] - --- [INFO] Building Maven Quick Start

M2 - EAR deployment

2006-04-27 Thread Karthik Manimaran
Hi, Is there a way to start/stop the WebSphere server and deploy the EAR generated through Maven2. Thanks and regards, Karthik.

RE: M2 - EAR deployment

2006-04-27 Thread Artamonov, Juri
Please take a look at http://cargo.codehaus.org -Original Message- From: Karthik Manimaran [mailto:[EMAIL PROTECTED] Sent: Thursday, April 27, 2006 3:14 PM To: Maven Users List Subject: M2 - EAR deployment Hi, Is there a way to start/stop the WebSphere server and deploy the EAR

Re: Notifier list gets duplicated at each build

2006-04-27 Thread Emmanuel Venisse
File a bug and I'll look at it. Emmanuel Carlo Bonamico a écrit : Sorry to have forgotten... it's 1.0.3 Emmanuel Venisse wrote: What is your continuum version? Emmanuel Carlo Bonamico a écrit : I have this problem: I added a maven 1 project. If I add a mail notifier in the project

Re: Updated : Maven2 plugin to be used inside Eclipse 3.1.1 IDE -- where to get ?

2006-04-27 Thread Milos Kleint
while it might not be a solution for everyone.. but you can also try the maven2 support for netbeans. it does approximately the same stuff as the m1 eclipse/netbeans plugins did. Milos On 4/27/06, Anshuman Srivastava [EMAIL PROTECTED] wrote: Hi I am also in search of same plugin.What I know is

[m2] maven-site-plugin encoding problem

2006-04-27 Thread Dario Luis Coneglian Oliveros
Hi, Does anybody know if there's a plan to have the #MSITE-19 bug (http://jira.codehaus.org/browse/MSITE-19?rc=1) fixed soon ? It refers to various encoding problems with InputStream and XML when using maven-site-plugin. Thanks, Dário

Re: PMD plugin in multi-module help needed

2006-04-27 Thread William Simons
Ok. Thanks, I'll try that today. On 4/26/06 3:56 PM, Mike Perham [EMAIL PROTECTED] wrote: William, you don't say which version you are using. The SVN head of the PMD plugin appears to fix this bug (canGenerateReport() checks to ensure the source directory already exists). If you can't live

Re: M2 - EAR deployment

2006-04-27 Thread Dion Gillard
AFAICT, Cargo does not currently support WebSphere. On 4/27/06, Artamonov, Juri [EMAIL PROTECTED] wrote: Please take a look at http://cargo.codehaus.org -Original Message- From: Karthik Manimaran [mailto:[EMAIL PROTECTED] Sent: Thursday, April 27, 2006 3:14 PM To: Maven Users List

RE: M2 - EAR deployment

2006-04-27 Thread hermod.opstvedt
Hi I will submit a was5 plugin to the Maven2 community over the weekend. I am just finishing up on the documentation. It will start and stop the server, install, start and uninstall an application, generation ejb deployment code etc.. Hermod -Original Message- From: Karthik Manimaran

Re: Deployment of war file using JBOSS

2006-04-27 Thread Anshuman Srivastava
Hi Please tell me the exact link on http://cargo.codehaus.org/ fro deploying the war file on Jboss 4.0.4 using Maven 2.0.3 as there are lots of links there and I am confused which one to be used. PLease help me. Thanks Anshuman On 4/26/06, Serge Emmanuel Pagop [EMAIL PROTECTED] wrote: Cargo

scm url in continuum

2006-04-27 Thread Vandermi Joao da Silva
Hello everyone, I have a problem when work with maven modulesprojects in thecontinumm 1.0.3-SNAPSHOT I need config my scm url because using module is impossible use local pom.xml. But continuum say "invalid url" . See below. What the correct url to maven2 projects? That url is same

RE: PMD plugin in multi-module help needed

2006-04-27 Thread Mike Perham
There's a 2.0-SNAPSHOT build on http://cvs.apache.org/maven-snapshot-repository/ as of yesterday. -Original Message- From: William Simons [mailto:[EMAIL PROTECTED] Sent: Thursday, April 27, 2006 7:56 AM To: Maven Users List Subject: Re: PMD plugin in multi-module help needed Ok. Thanks,

RE: Deployment of war file using JBOSS

2006-04-27 Thread Vincent Massol
Hi Anshuman, -Original Message- From: Anshuman Srivastava [mailto:[EMAIL PROTECTED] Sent: jeudi 27 avril 2006 15:09 To: Maven Users List Subject: Re: Deployment of war file using JBOSS Hi Please tell me the exact link on http://cargo.codehaus.org/ fro deploying the war file on

RE: scm url in continuum

2006-04-27 Thread Vandermi Joao da Silva
Sorry imagem can't send. see below: my url scm:svn:https://www.mysite.com.br/repos/cms/cms_src/trunk/ continuum say Enter the URL to the Maven 2 POM[ You must provide a valid url ] Regards Vandermi Silva RD MAO - Core Engines BenQ Eletroeletrônica Ltda. TEL +55(92)

RE: scm url in continuum

2006-04-27 Thread Allison, Bob
Try removing the scm:svn: in front of the URL. -Original Message- From: Vandermi Joao da Silva [mailto:[EMAIL PROTECTED] Sent: Thursday, April 27, 2006 09:23 To: continuum-users@maven.apache.org Subject: RE: scm url in continuum Sorry imagem can't send. see below: my url

Re: scm url in continuum

2006-04-27 Thread Emmanuel Venisse
only http, https, ftp protocols are allowed, and file if you allow it in apps/continuum/conf/application.xml Emmanuel Vandermi Joao da Silva a écrit : Sorry imagem can't send. see below: my url scm:svn:https://www.mysite.com.br/repos/cms/cms_src/trunk/ continuum say Enter the URL to

Re: Multi module project and eclipse plugin

2006-04-27 Thread Giorgio Gallo
On Thursday 27 April 2006 13:20, Sebastien Cesbron wrote: I have a multi module project like this moduleA depends on module B with scope provided moduleB depends on module C with scope provided I have a parent module. When I use the goal eclipse:eclipse on my module A, it creates a

Re: Multi module project and eclipse plugin

2006-04-27 Thread Sebastien Cesbron
I am ok with that but the eclipse plugin does not create the dependency on project C. seb 2006/4/27, Giorgio Gallo [EMAIL PROTECTED]: On Thursday 27 April 2006 13:20, Sebastien Cesbron wrote: I have a multi module project like this moduleA depends on module B with scope provided moduleB

NTLM Proxy problems

2006-04-27 Thread Chris Polderman
Hello! I am currently developing from behind a proxy firewall (NTLM kind) and it causes all kinds of problems accessing resources on the net. I have put my proxy in the settings.xml file in my .m2 under home but it still gives me the following problems: [WARNING] repository metadata for:

Re: creating and using source archive

2006-04-27 Thread jdigger
I agree with both Jamie and Aaron -- getting the sources and/or javadocs if they are available should definately be a part of the standard grab that downloading from a repository should do. -Jim Moore Aaron Freeman wrote: I agree with Jamie. Since the ability to build javadoc and source

Re: Multi module project and eclipse plugin

2006-04-27 Thread Giorgio Gallo
I just tried to re-generate an oldish eclipse project and it seem to work here (I'm using maven 2.0.2): i can see project C in project A - properties - Java build path - Projects... Have you tryed if forcing maven to update the plugin solves the problem? $ mvn -cpu eclipse:eclipse

RE: M2 - EAR deployment

2006-04-27 Thread Vijay Shanker
Hi Hermod, Thanks for giving good news. I am also looking for plugin for was5. Thanks in advance. Vijay From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thu 4/27/2006 7:42 AM To: users@maven.apache.org Subject: RE: M2 - EAR deployment Hi I will

Re: Multi module project and eclipse plugin

2006-04-27 Thread Sebastien Cesbron
Do you have your dependencies declared as provided ? I mean in project A I have dependencies dependency groupIdproject/groupId artifactIdprojectB/artifactId scopeprovided/scope /dependency /dependencies and in project B dependencies dependency

Re: how to deploy binaries

2006-04-27 Thread raghurajan . x . gurunathan
Yes i'm talking the deploy which adds artifact to maven remote repository and this what i have in my pom groupIdorg.apache.maven.plugins/groupId artifactIdmaven-assembly-plugin/artifactId executions execution idTar-Creation/id

Re: M2 - EAR deployment

2006-04-27 Thread Karthik Manimaran
I will wait till the weekend for the WAS plugin :) Thanks. Regards, Karthik. On 4/27/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi I will submit a was5 plugin to the Maven2 community over the weekend. I am just finishing up on the documentation. It will start and stop the server,

Re: [Continuum 1.0.3] Is Changes section broken again?

2006-04-27 Thread Mang Jun Lau
Looks fine to me. The last file was dated 4/26/06 2:43 PM. The author is listed there in RAD as well. _Mang Emmanuel Venisse [EMAIL PROTECTED] 04/27/2006 03:08 AM Please respond to continuum-users@maven.apache.org To continuum-users@maven.apache.org cc Subject Re: [Continuum 1.0.3]

Re: release plugin clearcase

2006-04-27 Thread Tom Huybrechts
I have a simple multi-module project (parent child) with this scm url specified in parent: scm connectionscm:clearcase:\\astma\views\Common_2.vws\config_spec/connection developerConnectionscm:clearcase:\\astma\views\Common_2.vws\config_spec/developerConnection /scm I'm using UCM, and the

Disabling a project

2006-04-27 Thread Reinhard Spisser
Is it possible to disable a project so that continuum will not check for modifications ? If not, is such a feature planned for the future? Thanks Reinhard -- Reinhard Spisser

AW: Problem with maven-ear-plugin?

2006-04-27 Thread Gunzenreiner Simon
Hi, Don't know whether it will help, but apparently you have to set generateApplicationXml true /generateApplicationXml . My ear plugin config looks like this (I don't

Re: Multi module project and eclipse plugin

2006-04-27 Thread Giorgio Gallo
I specified provided as scope - it still generates a dependency in eclipse... Since you miss the version in your dependencies, i guess you're using dependencyManagement in the parent poms - I tried that too and it works... What do you get in your .classpath file in projectA? You should have

Re: Maven Proxy

2006-04-27 Thread Clifton Craig
On Wednesday 26 April 2006 5:41 pm, Alex Mayorga Adame wrote: Just for the record, what's the JIRA? I submitted mavenproxy-46 for this bug. --- Clifton C. Craig, Software Engineer Intelligent Computer Systems -  A Division of GBG [EMAIL

Re: NTLM Proxy problems

2006-04-27 Thread Tim Kettler
Hi, Have you read the proxy howto (http://maven.apache.org/guides/mini/guide-proxies.html)? Especially the paragraph cited below: Please note that currently NTLM proxies are not supported as they have not been tested. You may be able to use the relevant system properties on JDK 1.4+ to make

Re: Updated : Maven2 plugin to be used inside Eclipse 3.1.1 IDE -- where

2006-04-27 Thread G. B.
Sebastien Cesbron wrote: http://m2eclipse.codehaus.org/ still in alpha stage, no really usable for me I have followed what is explained in http://maven.apache.org/guides/mini/guide-ide-eclipse.html and it works quite well for me even if it is nore really integrated it does not

Re: Disabling a project

2006-04-27 Thread dan tran
you can set a schedule to a far distant in the future, for now. -D On 4/27/06, Reinhard Spisser [EMAIL PROTECTED] wrote: Is it possible to disable a project so that continuum will not check for modifications ? If not, is such a feature planned for the future? Thanks Reinhard --

Re: creating and using source archive

2006-04-27 Thread Wayne Fay
Discussions like these are great, but please make sure they result in a JIRA Enhancement request (or two) so the Maven Dev group can track, discuss, and perhaps even implement them. Otherwise the issues raised in these conversations will never be addressed. And I'll generally agree that sources

Re: [m2][surefire-report-plugin] Not picking up the surefire reports when generating html.

2006-04-27 Thread Mikael Andersson
Hi, Solved. Generated a site again after not messing around with it for a while, noticed that it downloaded/updated some plugins and now it works (xml files are generated). Hope I didn't waste to much of your time. - Micke On 26/04/06, Mikael Andersson [EMAIL PROTECTED] wrote: Hi, the

Re: Multi module project and eclipse plugin

2006-04-27 Thread Sebastien Cesbron
Ok, I tried to reproduce my problem on a simple test example and I think there is some problem with my project. It seems that the plugin behavior is correct : provided dependencies are not transitive. So as projectB and projectC are provided, if projectA depends on projectB that depends on

Re: New to Maven

2006-04-27 Thread ajayasahoo
Hi alan, I did try with -U option and get back the same error. Thx, Ajaya -- View this message in context: http://www.nabble.com/New-to-Maven-t1512971.html#a4123451 Sent from the Maven - Users forum at Nabble.com. - To

[M2] Changing system path

2006-04-27 Thread Doogie
Having a folder architecture like this root | ---A | ---B under root there is a pom.xml calling the pom.xml files from A and B using the modules tags. In test classes he cannot find files existing under A and B, because he is looking under root for these file. if calling the pom.xml out

release with clearcase

2006-04-27 Thread raghurajan . x . gurunathan
Hi All I'm trying to use the clearcase with releae plugin this is what i have in my scm tag in my pom.xml scm connectionscm:clearcase:\\views\My-View\view.stg\config_spec/connection developerConnectionscm:clearcase:\\views\My-View\view.stg\config_spec/developerConnection

First Maven Getting Started Guide example

2006-04-27 Thread Franz Fehringer
Hello, I have problems to get the first example from the Maven Getting Started Guide working, namely mvn -e -X archetype:create -DgroupId=de.isogmbh.iso-app -DartifactId=iso-app Basically i get [ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader. I

Re: release with clearcase

2006-04-27 Thread Emmanuel Venisse
release plugin use an old version of maven-scm. Release plugin in svn use the latest Emmanuel [EMAIL PROTECTED] a écrit : Hi All I'm trying to use the clearcase with releae plugin this is what i have in my scm tag in my pom.xml scm

Re: Disabling a project

2006-04-27 Thread Reinhard Spisser
On 4/27/06, dan tran [EMAIL PROTECTED] wrote: you can set a schedule to a far distant in the future, for now. Thanks, I did not think about this. I suggest to introduce states of the projects: active, disabled and archived - active: continuum will check for modifications and build it -

Re: Unable to run unit tests with RMI connections

2006-04-27 Thread Todd Nine
Hi all, hopefully this thread is not dead. I think the problem may be with the classworlds code. We recently tried to deploy the client with the uberjar, and we are experiencing the same problem. If I write a shell script to add all the jars to the classpath from the extracted Uber jar, the

Re: scm url in continuum

2006-04-27 Thread Emmanuel Venisse
What is this modification??? If you modify this part, you can only comment/uncomment allowedScheme so you'll have in application.xml : configuration allowedSchemes allowedSchemehttp/allowedScheme allowedSchemehttps/allowedScheme

Re: Disabling a project

2006-04-27 Thread Emmanuel Venisse
File an issue and it will perhaps be added in 1.1 Emmanuel Reinhard Spisser a écrit : On 4/27/06, dan tran [EMAIL PROTECTED] wrote: you can set a schedule to a far distant in the future, for now. Thanks, I did not think about this. I suggest to introduce states of the projects: active,

Re: Disabling a project

2006-04-27 Thread dan tran
evenisse, is it in 1.1 todo list? -D On 4/27/06, Reinhard Spisser [EMAIL PROTECTED] wrote: On 4/27/06, dan tran [EMAIL PROTECTED] wrote: you can set a schedule to a far distant in the future, for now. Thanks, I did not think about this. I suggest to introduce states of the projects:

Re: [ANN] Free Maven 2 Book now available: Better Builds with Maven

2006-04-27 Thread Brian K. Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Very rarely do I find a book that lets me know right off the bat that it's a book worthy of reading. I either go into it with that assumption, or I finish the book with the realization. Better Builds with Maven lets me know right on page 16 - Either

Re: Disabling a project

2006-04-27 Thread Emmanuel Venisse
not yet dan tran a écrit : evenisse, is it in 1.1 todo list? -D On 4/27/06, Reinhard Spisser [EMAIL PROTECTED] wrote: On 4/27/06, dan tran [EMAIL PROTECTED] wrote: you can set a schedule to a far distant in the future, for now. Thanks, I did not think about this. I suggest to

[ANN] Maven AspectJ Plugin 4.0 for Maven 1.x released

2006-04-27 Thread Lukas Theussl
We are pleased to announce the Maven AspectJ Plugin 4.0 release! http://maven.apache.org/maven-1.x/plugins/aspectj/ === Changes in this version include: New Features: o New property maven.aspectj.dest to define

[ANN] Maven JUnit Report Plugin 1.5.1 for Maven 1.x released

2006-04-27 Thread Lukas Theussl
We are pleased to announce the Maven JUnit Report Plugin 1.5.1 release! http://maven.apache.org/maven-1.x/plugins/junit-report/ Reports from JUnit tests. === Changes in this version include: New Features: o Add

[ANN] Maven Jar Plugin 1.8 for Maven 1.x released

2006-04-27 Thread Lukas Theussl
We are pleased to announce the Maven Jar Plugin 1.8 release! http://maven.apache.org/maven-1.x/plugins/jar/ Plugin for creating JAR files. === Changes in this version include: New Features: o Add tests for jar

Re: Unable to run unit tests with RMI connections

2006-04-27 Thread Wayne Fay
Are you running on Windows? Many people have reported issues with RMI on Windows, but they are not Maven bugs, simply JVM/JDK issues. You should take a look at this thread from April 25: [M2] Problem running tests on Windows (white-space in repository?) And here's some text from that thread,

Re: Unable to run unit tests with RMI connections

2006-04-27 Thread Todd Nine
No, no spaces, I eliminated them the first time. They're a bad idea anyway :). Todd On 4/27/06, Wayne Fay [EMAIL PROTECTED] wrote: Are you running on Windows? Many people have reported issues with RMI on Windows, but they are not Maven bugs, simply JVM/JDK issues. You should take a look at

Any progress on an MKS provider for Maven-SCM?

2006-04-27 Thread Dave Comeau
We use MKS as our SCM tool, and I've read a couple of threads in the mailing list archive that spoke of developing an MKS provider for Maven-SCM. Has anyone made any progress on this? We've built some Java classes (and subsequently some Ant tasks) to interface with MKS to suit our requirements

Re: Unable to run unit tests with RMI connections

2006-04-27 Thread Tom Huybrechts
Try moving your maven repository to a location without spaces (not below 'Documents and Settings'). There problem is that file URLs are not correctly encoded (space should become %20). This is a Java bug that will not be solved, see http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4273532 Tom

Set default deploy server in settings.xml?

2006-04-27 Thread Clifton Craig
Hello, I have a question. Is it possible to set the distributionManagement/ section in settings.xml? I don't want o have to specify that for each one of our projects inline in the POM. --- Clifton C. Craig, Software Engineer Intelligent Computer

Re: Unable to run unit tests with RMI connections

2006-04-27 Thread Wayne Fay
You can also try running Maven under Cygwin if you are on Windows. I've done it and it runs fine, but never run into this RMI issue, so not sure if it would help you. Wayne On 4/27/06, Tom Huybrechts [EMAIL PROTECTED] wrote: Try moving your maven repository to a location without spaces (not

Re: Set default deploy server in settings.xml?

2006-04-27 Thread Clifton Craig
On Thursday 27 April 2006 12:53 pm, Clifton Craig wrote: Hello, I have a question. Is it possible to set the distributionManagement/ section in settings.xml? I don't want o have to specify that for each one of our projects inline in the POM. Nope it doesn't look like that's possible. I

RE: Any progress on an MKS provider for Maven-SCM?

2006-04-27 Thread Dave Comeau
I'm thinking I'll (have to) take the batch file approach as well, at least initially :) I think the problem with the lack of tools (for 3rd party integration) provided by MKS is due to the fact that it's not really in their best interest to have MKS Source Integrity users integrating with build

Re: Any progress on an MKS provider for Maven-SCM?

2006-04-27 Thread Emmanuel Venisse
I don't have news on development of MKS provider. if you use command line for MKS call, it will work fine with Maven-SCM. Suscribe to Maven Scm developers list and we'll help you to start the implementation. Emmanuel Dave Comeau a écrit : We use MKS as our SCM tool, and I've read a couple of

Re: Unable to run unit tests with RMI connections

2006-04-27 Thread William Simons
I had the same problem and it did not work under Cygwin. Modifying the location of my repository to not include whitespace did fix it though. On 4/27/06 12:54 PM, Wayne Fay [EMAIL PROTECTED] wrote: You can also try running Maven under Cygwin if you are on Windows. I've done it and it runs

Re: [m2] Emacs mode

2006-04-27 Thread Bryan Shell
Arnaud Bailly [EMAIL PROTECTED] writes: Hello, There used to exist a flag in maven 1.0 for generating emacs-like error message that could allow one to jump straight from these messages to error location. Has it passed away silently or am I missing something ? I haven't seen it but you can

Re: Set default deploy server in settings.xml?

2006-04-27 Thread dan tran
If you plan to have all of your projects deployed on teh same server, you should be able to setup the global settings.xml in m2home/conf. Checkout Settings.xml doc at maven site -D On 4/27/06, Clifton Craig [EMAIL PROTECTED] wrote: On Thursday 27 April 2006 12:53 pm, Clifton Craig wrote:

M2 still downloads plugins from repo1.maven.org even with internal plugin repository

2006-04-27 Thread Morgan Rachell
Sorry if this seems like a basic config issue (I'm still new to M2), but I couldn't find an answer searching through the mail list archives. I'd like to setup an internal plugin repository (actually on our network). So I ran all mvn commands that I thought users may run (mvn ear:ear, mvn test,

  1   2   >