Re: [m2] /repository/releases tag

2005-08-18 Thread Emmanuel Venisse
This repository doesn't accept released artifacts, so, only snapshot. For a repository that accept only released artifacts, you use repository ... snapshot enabledfalse/enabled /snapshot /repository Emmanuel Marcell Manfrin Barbacena wrote: Hi, What is the meaning of releases tag

Re: m2, scm:update subversion

2005-08-29 Thread Emmanuel Venisse
maven-scm-plugin doesn't exist in ibiblio because it's a snapshot. If you want to use it, you need to use our snapshot plugins repositories. Add this in your pom : pluginRepositories pluginRepository idsnapshots-plugins/id nameMaven Snapshot Plugins Development

Re: M2: scm svn does not work on my machines....someone else must have them working together, right?

2005-09-06 Thread Emmanuel Venisse
maven scm plugin use the latest m2 code (beta-1-SNAPSHOT). m2 jars for this version aren't available at ibiblio or in a snapshot repository. If you want to use this plugin, you need to use the trunk version of m2 Emmanuel Kahn, Peter wrote: Guys, I continue to have scm problems with maven2.

Re: Advised Continous Integration tool?

2005-09-08 Thread Emmanuel Venisse
Clearcase is in the pipe for a future release, we don't have access for the moment to a Clearcase platform. When we'll support Clearcase, I hope you'll want to migrate to Continuum. Emmanuel [EMAIL PROTECTED] wrote: I'd say its much up to your environment and your other requirements. We've

Re: [m2] webapp archetype doesn't generate default sourcefiles

2005-09-08 Thread Emmanuel Venisse
webapp archetype doesn't generate a default servlet, you have all generated files, but we can add it. If you want to provide a patch for this archetype, sources are there : http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-archetype/maven-archetypes/maven-archetype-webapp/

Re: Advised Continous Integration tool?

2005-09-09 Thread Emmanuel Venisse
you can use continuum for maven1, maven2, ant and shell project Emmanuel emerson cargnin wrote: for someone who is using maven1, what would be the best option? We have also a big project using multiproject feature. We are intending to use CC, and as someone just said continuum is more

[Fwd: tasklist tag with todo support]

2005-09-09 Thread Emmanuel Venisse
---BeginMessage--- Good day developers. My team of 60 and I all use IntelliJ as our IDE. We create todo tasks by using the IntelliJ supported todo comment which looks like // TODO whatever we want We do not put @TODO in our javadocs. Is there anyway to get your maven tasklist

Re: [m2] quick update question

2005-09-12 Thread Emmanuel Venisse
you need to run m2-bootstrap.sh Emmanuel Ashley Williams wrote: First of all what's the quickest way to update my maven installation? I'm very keen to avoid running the tests so I was hoping to do something like svn update, followed by m2 clean:clean install at the maven-components level.

Re: SPAM: Re: [jira] Closed: (MNG-835) Default profile in pom.xml not activated

2005-09-13 Thread Emmanuel Venisse
Mark, it's activeByDefault and not activatedByDefault Emmanuel Mark Hobson wrote: Just trying this on the latest m2 and get: Error: 'Unrecognised tag: 'activatedByDefault' (position: START_TAG seen ...activation\r\n\t\t\t\tactivatedByDefault ... @60:25) ' I have: project ...

Re: Build process for different environments

2005-09-14 Thread Emmanuel Venisse
it's possible to do it with m2 beta-1 and profiles. you declare profile in your pom like this : profiles profile idenv-test/id activation property nameenv/name valuetest/value /property /activation properties

Re: Build process for different environments

2005-09-14 Thread Emmanuel Venisse
Siegfried Goeschl wrote: Hi Martin, I'm not sure if you should use maven 2.0 alpha 3 as maven newbie for production but this is a strictly personal opinion :-) it isn't my opinion ;-) For Maven 1.x you define a preGoal or postGoal and copy the file around Cheers, Siegfried

Re: [m2] scm:checkout

2005-09-14 Thread Emmanuel Venisse
I create an issue for this problem (http://jira.codehaus.org/browse/MNG-893) I think that if you create a basic pom.xml file in your directory and run your command, it will be ok. Emmanuel [EMAIL PROTECTED] wrote: Hi All, I'm using the scm plugin as follows: m2 scm:checkout

Re: [m2] scm:checkout

2005-09-15 Thread Emmanuel Venisse
second [INFO] Finished at: Wed Sep 14 16:03:01 PDT 2005 [INFO] Final Memory: 2M/4M [INFO] Any ideas what's going wrong? Thanks for any assistance! John -Original Message- From: Emmanuel Venisse [mailto:[EMAIL

Re: Build process for different environments

2005-09-15 Thread Emmanuel Venisse
[EMAIL PROTECTED] wrote: Thanks for answering, when I understand it right there is a properties file with a different name in the build dependent on the enviroment value. But when I load the properties file in java I use a defined name (config.properties instead of prod-config.properties,

Re: [m2] scm:checkout

2005-09-15 Thread Emmanuel Venisse
system property I should be setting? Thanks for any help! John -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Thursday, September 15, 2005 12:23 AM To: Maven Users List Subject: Re: [m2] scm:checkout checkout mojo don't look at scmConnection in pom. My previous

Re: maven scm libraries

2005-09-16 Thread Emmanuel Venisse
a m2 scm plugin is available (http://www.ibiblio.org/maven2/org/apache/maven/plugins/maven-scm-plugin/) Sources are in maven-scm svn repo. The correct list is scm-dev@maven.apache.org ;-) Emmanuel Ashley Williams wrote: Looks like the plugin I need. Is it available for m2 since I don't see

Re: [m2] repo - what kind of problem is it?

2005-09-19 Thread Emmanuel Venisse
Some checksum are incorrect on the server, we need to fix them. Emmanuel Vitaly Berdinskikh wrote: Hi! I just install maven2-beta-1. Run m2 archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app Log: [INFO] Searching repository for plugin with prefix: 'archetype'. [INFO]

[ANN] Continuum 1.0 Alpha 4 Released

2005-09-20 Thread Emmanuel Venisse
The Maven team is pleased to announce the 1.0-alpha-4 release of Continuum. This release offers users both an advance look at what's in Continuum 1.0 and a head start in helping to shape the final Continuum release. You can find everything here: http://maven.apache.org/continuum The binaries

Re: RE : RE : [ANN] Continuum 1.0 Alpha 4 Released

2005-09-21 Thread Emmanuel Venisse
ok, can you open an issue? Emmanuel Olivier Lamy wrote: Using scm:cvs:pserver:anoncvs:@ip:/local/cvs/Repository:module Display the error : You must provide an scm url. The cvs login doesn't work. Cheers, Olivier -Message d'origine- De : Emmanuel Venisse [mailto:[EMAIL PROTECTED

Re: RE : RE : RE : RE : RE : RE : [ANN] Continuum 1.0 Alpha 4 Released

2005-09-21 Thread Emmanuel Venisse
Can you download the new snapshot and test it? Emmanuel Olivier Lamy wrote: Ok thanks. Now is there any possible workaround ? By using a user with a password (do I need to specify it in the scmUrl) Olivier -Message d'origine- De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] Envoyé

Re: JIRA CONTINUUM-315

2005-09-22 Thread Emmanuel Venisse
-q checkout -d 1 module works fine -Message d'origine- De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] Envoyé : mercredi 21 septembre 2005 17:46 À : continuum-users@maven.apache.org Objet : Re: RE : RE : RE : RE : RE : RE : RE : [ANN] Continuum 1.0 Alpha 4 Released hmm, I tryied

Re: Newbie Startup Question

2005-09-26 Thread Emmanuel Venisse
Can you try to add this line allowedScheme implementation=java.lang.Stringfile/allowedScheme after line 430 in apps/continuum/conf/application.xml? And after you try to use an url file:///path_to_your_pom Let me know the result. Emmanuel Yann Le Du a écrit : Hi Bob, Ran into the same

Re: [beta-1-snasphot] trouble with bad entry in the cron's expression of a new schedule

2005-09-26 Thread Emmanuel Venisse
Can you send the stacktrace? Emmanuel Olivier Lamy a écrit : Hi all, I have encountered a trouble by setting a bad cron expression for a new scheduler : 0 0 0,4,8,12,16,20 * * * instead of 0 0 0,4,8,12,16,20 * * ? The continuum application fails and stop. Then it's was impossible to restart

Re: [m2] multiple Suites and surefire

2005-09-27 Thread Emmanuel Venisse
use this : test*Suite*/test surefire plugin add **/ Emmanuel Mike Perham a écrit : I've got a project with multiple TestSuites and I have surefire configured like so: test**/*Suite*/test I find that only the first TestSuite is being run. Are projects not allowed to have more than

Re: [m2] Help with SCM plugin and CVS?

2005-09-29 Thread Emmanuel Venisse
your scm connection url seems to be incorrect. You need to fix it before use the scm plugin. This error is a cvs error. Emmanuel [INFO] Executing: cvs -f -q update -d -rHEAD [INFO] Working directory: C:\dev\v2\framework\common [DEBUG] Working directory: C:\dev\v2\framework\common [DEBUG]

Re: can't get alpha4 to work with java 5

2005-09-30 Thread Emmanuel Venisse
report and must confess I don't know enough about plexus, wrapper or OS X to even begin to understand what the problem is. AW On 30 Sep 2005, at 13:48, Emmanuel Venisse wrote: Apparently it's a bug between java 5 and wrapper on OSX : http://thread.gmane.org/gmane.comp.java.wrapper.user/1179

Re: can't get alpha4 to work with java 5

2005-09-30 Thread Emmanuel Venisse
original failed to create database exception from this morning. To be clear, after copying a fresh application over I did the following: chmod -R 777 continuum sudo sh bin/plexus.sh Does this mean that there is a separate problem? On 30 Sep 2005, at 14:59, Emmanuel Venisse wrote: I suggest

Re: svn push build scheduling

2005-09-30 Thread Emmanuel Venisse
Mark Hobson a écrit : On 30/09/05, Emmanuel Venisse [EMAIL PROTECTED] wrote: Where do you see it in planned features? Well, it's not explicitly mentioned as such, but I inferred that it was a typical use-case of push scheduling: Yes, it's a possibility. We already have a xml-rpc

Re: svn push build scheduling

2005-09-30 Thread Emmanuel Venisse
Mark Hobson a écrit : On 30/09/05, Emmanuel Venisse [EMAIL PROTECTED] wrote: Yes, it's a possibility. We already have a xml-rpc (and xfire) client/server in continuum. It isn't finished, but you can try to use it a svn push build process. I think it will be availaible for 1.0. Our priority

Re: svn push build scheduling

2005-09-30 Thread Emmanuel Venisse
Mark Hobson a écrit : On 30/09/05, Emmanuel Venisse [EMAIL PROTECTED] wrote: Yes, it's a possibility. We already have a xml-rpc (and xfire) client/server in continuum. It isn't finished, but you can try to use it a svn push build process. I think it will be availaible for 1.0. Our priority

[ANN] Continuum 1.0 Beta 1 Released

2005-10-07 Thread Emmanuel Venisse
The Maven team is pleased to announce the 1.0-beta-1 release of Continuum. This release offers users both an advance look at what's in Continuum 1.0 and a head start in helping to shape the final Continuum release. You can find everything here: a

Re: Add project on linux

2005-10-07 Thread Emmanuel Venisse
It's fixed in beta-1 Emmanuel Mark Hobson a écrit : Hi there, I've got continuum alpha4 installed on linux within a continuum user's homedir, but am getting the following error in the logs when adding projects via the ui: org.apache.maven.continuum.store.ContinuumStoreException: Could not

Re: Cannot find m2.. and then builds

2005-10-07 Thread Emmanuel Venisse
Thanks. Mark Hobson a écrit : On 07/10/05, Emmanuel Venisse [EMAIL PROTECTED] wrote: can you send logs or open an issue for it? Sure, http://jira.codehaus.org/browse/CONTINUUM-344. Mark

Re: Adding projects with parent poms

2005-10-07 Thread Emmanuel Venisse
, Emmanuel Venisse [EMAIL PROTECTED] wrote: Do you have try the command I wrote in my previous mail? I've just tried that it works fine from the console. By default, we don't use a specific settings.xml file. I suppose you don't define the use of an other settings.xml file in your build

Re: continuum support in CC plugin for Firefox

2005-10-14 Thread Emmanuel Venisse
Hi Dimitri, I forward your mail to the continuum user list. I didn't known your plugin, but it's a good idea , perhaps you'll need to rename it if you support continuum ;-) We have actually two possibility (not finished yet) to interact with continuum. They're continuum-xmlrpc

Re: How to do EJB Compile

2005-10-18 Thread Emmanuel Venisse
[EMAIL PROTECTED] a écrit : Hi All, In my project i have ejbs to compile but if use m2 compile life cycle it just compiles and i don't think its doing ejbgen what do i need to do for that? run m2 package and also can any one please tell me how to use scm tag with clear case

Re: Suggestions on implemeting the Continuum User Authentication via LDAP

2005-10-19 Thread Emmanuel Venisse
With the actual code, you can't do it. Continuum code need a little refactoring for support other user management implementation - create a user management api project - create a user management store project that use only database for authentication/add/delete/search user - create a user

Re: [m2] scm:checkout requires a pom.xml to be present

2005-10-19 Thread Emmanuel Venisse
it works for me. Check if you have the correct plugin version. Emmanuel Miks Rozenbergs a écrit : Hi! I'm trying to do initial checkout of project from CVS, but receiving error. According to http://jira.codehaus.org/browse/MNG-885 this is fixed in Beta 3... c:\temp m2 scm:checkout

Re: [m2] scm:checkout requires a pom.xml to be present

2005-10-20 Thread Emmanuel Venisse
try m2 -U scm:checkout -DconnectionUrl=scm:cvs:local:/cvs/src:my-app for update scm plugin Emmanuel Miks Rozenbergs a écrit : Emmanuel Venisse wrote: it works for me. Check if you have the correct plugin version. Emmanuel Hmm, seems like I do not have the right version -- it's maven-scm

Re: [m2] scm:checkout requires a pom.xml to be present

2005-10-20 Thread Emmanuel Venisse
sorry, this pb was fix in maven-scm-plugin 1.0-alpha-4 that will be release in few days. Emmanuel Miks Rozenbergs a écrit : Emmanuel Venisse wrote: try m2 -U scm:checkout -DconnectionUrl=scm:cvs:local:/cvs/src:my-app for update scm plugin Nope. No success. I even deleted the whole local

Re: [m2/mvn] CVS Mayhem

2005-10-20 Thread Emmanuel Venisse
what is your command? Do you have more infos with -e cli parameter? Emmanuel Wilfred Springer a écrit : Hmmm, I omitted the obligatory m2 (or should it be mvn from now on?) tag in the subject: All, Could anybody give me a clue why this isn't working? (I have been working with CVS and Maven

Re: [M2] Docbook support

2005-10-20 Thread Emmanuel Venisse
Jason van Zyl a écrit : On Thu, 2005-10-20 at 11:28 +0200, Jose Gonzalez Gomez wrote: Hi there, In the announcement docbook support is mentioned, but I haven't been able to find anything about it in the docs. I've also found some thread talking about docbook support in Doxia, but its web

Re: [M2] Docbook support

2005-10-21 Thread Emmanuel Venisse
Jose Gonzalez Gomez a écrit : 2005/10/20, Emmanuel Venisse [EMAIL PROTECTED]: Jason van Zyl a écrit : On Thu, 2005-10-20 at 11:28 +0200, Jose Gonzalez Gomez wrote: Hi there, In the announcement docbook support is mentioned, but I haven't been able to find anything about it in the docs

Re: [M2] Docbook support

2005-10-24 Thread Emmanuel Venisse
We have a patch to apply (DOXIA-20). It will be a good start for everyone. Emmanuel Brett Porter a écrit : There seem to be a few people working on a the docbook support right now. It would be good to see folks collaborating on a solution that covers everyone's needs. - Brett On 10/24/05,

Re: NPE in InitializerChecker when guest account is disabled

2005-10-24 Thread Emmanuel Venisse
It's fixed in trunk Emmanuel Eli Doran a écrit : I just setup Continuum and received a NullPointerException when trying to use disabled guest option. The problem is in org.apache.maven.continuum.web.action.InitializationChecker at line 164. I've included the neighboring lines below. The

Re: new sites

2005-10-25 Thread Emmanuel Venisse
Thanks Jason Jason van Zyl a écrit : Howdy, Not a whole lot but a tiny start for the Maven SCM and Maven Wagon sites. Just enough to make people ask where the real documentation is :-) Maven SCM http://maven.apache.org/scm Maven Wagon http://maven.apache.org/wagon

Re: Need help to build Continuum for the first time

2005-10-26 Thread Emmanuel Venisse
Frank Zhao a écrit : I would like to do my best to make my contribution to the Continuum project. Please help me on building the Continuum. I have Ant, Maven 2 and Java 1.4 installed on my Linux machine. When I tried to build Continuum for the first time and here is the error I got: 1)

Re: new sites

2005-10-26 Thread Emmanuel Venisse
Mark Hobson a écrit : On 25/10/05, Jason van Zyl [EMAIL PROTECTED] wrote: Howdy, Not a whole lot but a tiny start for the Maven SCM and Maven Wagon sites. Just enough to make people ask where the real documentation is :-) Maven SCM http://maven.apache.org/scm Maven Wagon

Re: Migration path

2005-10-26 Thread Emmanuel Venisse
The migration tool is planned for continuum 1.1, so you need to re-add all your projects. Sorry. Emmanuel Mark Hobson a écrit : Hi there, We've been using continuum 1.0-beta-1 since it's release and it's currently happily building away 86 projects. Now I'm wanting to upgrade to 1.0 final -

[ANN] Continuum 1.0 Final released

2005-10-26 Thread Emmanuel Venisse
The Maven team is pleased to announce the 1.0 of Continuum. Continuum is a continous integration server. We have progressively improved Continuum over five previous releases and now provides the following features: * Support for Maven 2.x * Support for Maven 1.x * Support for Ant *

Re: how to maven 1 multiprojects

2005-10-27 Thread Emmanuel Venisse
Can you filed a jira issue? Emmanuel Doug Douglass a écrit : OK, replying to myself -- bad form, but here's what I've got so far: * Added some maven.xml goals to wrapup multiproject goals * Added multiproject to continuum (failed with NPEs until I added xmlns attribute to project

Re: [m2] scm:clearcase

2005-10-27 Thread Emmanuel Venisse
Jason van Zyl a écrit : On Thu, 2005-10-27 at 08:27 +0200, Wim Deblauwe wrote: Does it work with clearcase snapshot views and with dynamic views? I've never had the pleasure of working with ClearCase all that frequently so I'm not sure :-) I think, but I never use it too. Dan Tran is

Re: Unable to load M1 Project by URL

2005-10-27 Thread Emmanuel Venisse
The certificate of this url isn't correct. It's a certificat for codehaus sites. The exception is : java.io.IOException: HTTPS hostname wrong: should be svn.activemq.org at sun.net.www.protocol.https.HttpsClient.checkURLSpoofing(HttpsClient.java:493) at

Re: Question about Schedules

2005-10-27 Thread Emmanuel Venisse
It's a pause after the end of execution of build job. If you set a value different of zero for this field a new build job for this schedule cannot be start before the end of the current build job. It can be useful if your build duration is equivalent to the time between two execution. I'll

Re: -source 1.5

2005-10-27 Thread Emmanuel Venisse
http://maven.apache.org/maven2/general.html#Compiling-J2SE-5 Guido Zockoll a écrit : I am trying to mavenize my current project. It is a Java 5 project and i get to following error from mvn: java:[24,9] annotations are not supported in -source 1.3 (try -source 1.5 to enable annotations)

Re: new format on md5 and sha1 files on ibiblio?

2005-10-27 Thread Emmanuel Venisse
it isn't a new format, but wrong files. I fixed them. It can take few hours before they're available on ibiblio and mirrors. Emmanuel Orjan Nygaard Austvold a écrit : Hi, Today we have received a lot of POM validation failures due to checksum failure. I noticed that the content of md5 and

Re: pom problem in junit-addons/junit-addons/1.4/junit-addons-1.4.pom

2005-10-27 Thread Emmanuel Venisse
Filed an issue there : http://jira.codehaus.org/browse/MEV Emmanuel [EMAIL PROTECTED] a écrit : Hei, There is also a problem with missing dependencies in junit-addons-1.4.pom. snip project modelVersion4.0.0/modelVersion groupIdjunit-addons/groupId

Re: Startup of continuum on MacOS X fails from run.sh but seems to work from plexus.sh

2005-10-27 Thread Emmanuel Venisse
It's a known issue on Java Service Wrapper (http://wrapper.tanukisoftware.org/) that we use, but you can file an issue so we upgrade jsw version when it'll be fix You can find a previous discussion I got with an other user about this :

Re: Migration path

2005-10-28 Thread Emmanuel Venisse
/05, Mark Hobson [EMAIL PROTECTED] wrote: On 26/10/05, Emmanuel Venisse [EMAIL PROTECTED] wrote: The migration tool is planned for continuum 1.1, so you need to re-add all your projects. Sorry. I feared you'd say that ;) I'll look forward to the migration tool.. Cheers, Mark

Re: Why continuum always auto stopped?

2005-10-28 Thread Emmanuel Venisse
your shell console or shell session is always open? Emmanuel Hong Xing a écrit : I starup continuum using command ./run.sh start. Continuum can run for a while(3 or 4 mins), then it stopped, but nobody stop it! wrapper.log: INFO | jvm 1| 2005/10/28 12:41:54 | [INFO] The

Re: How to force rebuild of projects depending on changed Project

2005-10-28 Thread Emmanuel Venisse
It's planned for 1.1 Emmanuel Christian Schlaefcke a écrit : Hi folks, I have a java module that is shared by two webapps (all as m2 projects). At the moment I have to build the webapps war files manually when I change the java module. Can I tell continuum to force a rebuild/war of the

Re: SPAM: Seems like the CVS checkout command is not compatible with CVSNT

2005-10-28 Thread Emmanuel Venisse
Yes, your are several people that have this pb. cvsnt doesn't seems to respect arguments of cvs command line. You can install cygwin and cvs, and put cvs in your path. Emmanuel Miks Rozenbergs a écrit : Hello! Continuum can't checkout sources from CVS using following SCM URL

Re: Does CruiseControl support M2?

2005-10-28 Thread Emmanuel Venisse
I don't think but continuum does. Emmanuel Hong Xing a écrit : Does CruiseControl support M2? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Why continuum always auto stopped?

2005-10-28 Thread Emmanuel Venisse
thread 'build-project' exited. There was no such logger 'org.codehaus.plexus.taskqueue.execution.TaskQueueExecutor:build-project' 32846483. There was no such logger 'org.codehaus.plexus.i18n.I18N' 32846483. [INFO] Stopping XML-RPC service. 在 05-10-28,Emmanuel Venisse[EMAIL PROTECTED] 写道

Re: checkout and build (with ant)

2005-10-28 Thread Emmanuel Venisse
out the code first) ala cruise control. it doesn't seem to be checking out the code into the working-directory. no stack trace in the build results window either :-( On 10/27/05, Emmanuel Venisse [EMAIL PROTECTED] wrote: if your project is a maven project, you need to install maven. if your

Re: checkout and build (with ant)

2005-10-28 Thread Emmanuel Venisse
control. it doesn't seem to be checking out the code into the working-directory. no stack trace in the build results window either :-( On 10/27/05, Emmanuel Venisse [EMAIL PROTECTED] wrote: if your project is a maven project, you need to install maven. if your project is a ant project, you need

Re: Continuum and ClearCase

2005-10-28 Thread Emmanuel Venisse
Continuum doesn't support clearcase for the moment. Some users will try to do it in Maven-SCM. If you want to join to the effort, you're welcome. The next time, it would be better if you send message on the continuum user list. Emmanuel Wim Deblauwe a écrit : I'm trying to get my maven 2

Re: [m2] CVSNT problem

2005-10-28 Thread Emmanuel Venisse
I'm not sure if maven-scm works with cvsnt, but you can try this: mvn -e scm:checkout -DconnectionUrl=scm|cvs|pserver|USERNAME:[EMAIL PROTECTED]|E:\cvs\common|MODULE and mvn -e scm:checkout -DconnectionUrl=scm|cvs|pserver|USERNAME:[EMAIL PROTECTED]|E:/cvs/common|MODULE Emmanuel Nitko2 a

Re: [m2] Unit test report in website

2005-10-28 Thread Emmanuel Venisse
You can generate test report with surefire-report plugin available in Mojo project : http://mojo.codehaus.org/surefire-report-maven-plugin/ Emmanuel Wim Deblauwe a écrit : Wow, so you're saying that the released version of Maven 2, can't generate a report of the unit tests??? any idea when

Re: Continuum and ClearCase

2005-10-28 Thread Emmanuel Venisse
here) Is there a workaround? Can I just point to a file location somewhere and tell continuum to build that? regards, Wim 2005/10/28, Emmanuel Venisse [EMAIL PROTECTED]: Continuum doesn't support clearcase for the moment. Some users will try to do it in Maven-SCM. If you want to join

Re: [m2] CVSNT problem

2005-10-28 Thread Emmanuel Venisse
can you send us the logs? Nitko2 a écrit : Yes, 'pserver' is not recognized as an internal or external command,operable program or batch file. Emmanuel Venisse wrote: Do you have an error or message with this command? Nitko2 a écrit : No, this doesn't work. Do I have any other

Re: [m2] CVSNT problem

2005-10-31 Thread Emmanuel Venisse
a écrit : No, this doesn't work. Do I have any other possiblities? Server is CVSNT on Windows 2003 server. Emmanuel Venisse wrote: I'm not sure if maven-scm works with cvsnt, but you can try this: mvn -e scm:checkout -DconnectionUrl=scm|cvs|pserver|USERNAME:[EMAIL PROTECTED]|E:\cvs\common|MODULE

Re: Build Error

2005-11-01 Thread Emmanuel Venisse
This pb is fixed in svn, it's due to a pb in scm execution. Emmanuel Malcolm Wong Ho a écrit : Continuum build failing, not sure what the cause is. Using Maven2 and Continuum1. Log :- jvm 1| 2005-11-01 09:00:00,013 [scheduler1_Worker-11] INFO SchedulesActivator -

Re: Build problem

2005-11-01 Thread Emmanuel Venisse
I already answer to your previous mail but it seems it never arrive on the list. This pb is fixed in svn, it's due to a pb in scm execution. Emmanuel Malcolm Wong Ho a écrit : Continuum build failing, not sure what the cause is. Using Maven2 and Continuum1. Log :- jvm 1|

Re: [M2] What is wrong with my scm url?

2005-11-02 Thread Emmanuel Venisse
The correct url is http://maven.apache.org/scm/scm-url-format.html Emmanuel Yann Le Du a écrit : Hi Alexandre, Please check this page : http://maven.apache.org/reference/plugins/scm/scmurl.html Is spssoww11 your username or your host ? Regards, Yann --- Alexandre Poitras [EMAIL PROTECTED]

Re: [M2] How to get maven-scm-plugin-1.0-alpha-4

2005-11-03 Thread Emmanuel Venisse
the best way is to use the -U parameter on command line for update the plugin Emmanuel Jose Gonzalez Gomez said: As a workaround, it seems that manually editing the maven-metadata-central.xml file in the local repository and adding the version is enough to make maven download the new version.

RE: Updating a plugin with pluginManagement?

2005-11-03 Thread Emmanuel Venisse
pluginManagement is used for define the default configurztion of a plugin. Your sub-project can use it without redeclaring all conf if it's the same, in sub-projects, your declare only groupId and artifactId of the plugin and m2 will use the conf of parent defined in parent pom. It's the same

Re: [M2] How to get maven-scm-plugin-1.0-alpha-4

2005-11-03 Thread Emmanuel Venisse
metadata seems to be wrong in repository, filed an issue and we'll fixed it. Emmanuel Jose Gonzalez Gomez said: I've tried to do that, even deleting the repository before doing it, and I keep getting alpha-3 Jose 2005/11/3, Emmanuel Venisse [EMAIL PROTECTED]: the best way is to use the -U

Re: [M2] How to get maven-scm-plugin-1.0-alpha-4

2005-11-03 Thread Emmanuel Venisse
yes, please. sorry for my fault. Emmanuel Jose Gonzalez Gomez said: Do you want me to file the issue? That d in filed an issue makes me doubt :o) 2005/11/3, Emmanuel Venisse [EMAIL PROTECTED]: metadata seems to be wrong in repository, filed an issue and we'll fixed it. Emmanuel Jose

Re: make - maven

2005-11-03 Thread Emmanuel Venisse
Harnett, Brendan said: Hi We are currently responsible for developing and maintaining a large code base (mainly C++ but also Java) which is currently built using Make. We are considering replacing make with maven for our builds as it provides good support for distributed builds, release

Re: [m2] does a plugin bound to a phase execute before or after that phase?

2005-11-04 Thread Emmanuel Venisse
it run in the phase. All plugin bound to a phase will be run in this phase without order. why do you want to run it between this two phases? Emmanuel David Sag said: Hi there, I want my plugin to run after the process-sources phase, and before the generate-resources phase. if i bind it to

Re: [m2] does a plugin bound to a phase execute before or after that phase?

2005-11-04 Thread Emmanuel Venisse
. dave Emmanuel Venisse [EMAIL PROTECTED] wrote on 04-11-2005 13:20:27: it run in the phase. All plugin bound to a phase will be run in this phase without order. why do you want to run it between this two phases? Emmanuel David Sag said: Hi there, I want my plugin to run after

Re: [m2] does a plugin bound to a phase execute before or after that phase?

2005-11-04 Thread Emmanuel Venisse
Emmanuel Venisse [EMAIL PROTECTED] wrote on 04-11-2005 13:46:29: m2 collect all plugins bound in a specific phase and run them one by one without a specific order. David Sag said: That's interesting. To try this I bound checkstyle to my compile phase and lo - the compile happened

Re: Updating a plugin with pluginManagement?

2005-11-04 Thread Emmanuel Venisse
you can file it in core component. Emmanuel [EMAIL PROTECTED] said: Brett, have you filled an issue in JIRA for this, or should I do it? If so, in which component? - Fabrice Yes, it sounds like a bug. The version in plugin management should be used. -U is only for when the version

Re: WAR

2005-11-08 Thread Emmanuel Venisse
It isn't possible for the moment to use continuum as a war. We'll try to do it for 1.1 Emmanuel Rafael Silva a écrit : Hi, First, thanks to Emmanuel Venisse, it's all right now with the CVS. Now I'd like to know if has any way to use the continuum in my tomcat. Usually I take

Re: [m2] How to exclude goal from a phase of the standard life-cycle ?

2005-11-09 Thread Emmanuel Venisse
you can't exclude a goal from a phase, but you can disable test compilation and execution (it isn't a best practice) mvn -Dmaven.test.skip=true package http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html Emmanuel Christophe DENEUX a écrit : Hi friends, When starting the

Re: m2 notifier configuration

2005-11-09 Thread Emmanuel Venisse
http://maven.apache.org/maven-model/maven.html#class_notifier set sendOn* to false in your pom Emmanuel Richard Wallace a écrit : Hello again, Right now I have my maven 2 project ciManagement notification setup with: ciManagement systemcontinuum/system notifiers

Re: m2 notifier configuration

2005-11-09 Thread Emmanuel Venisse
and success talk about the jar or whatever that is being build? regards, Wim 2005/11/9, Emmanuel Venisse [EMAIL PROTECTED]: http://maven.apache.org/maven-model/maven.html#class_notifier set sendOn* to false in your pom Emmanuel Richard Wallace a écrit : Hello again, Right now I have my

Re: quesiton about maven 2 projects with modules

2005-11-09 Thread Emmanuel Venisse
you can't disable it. if you want only one project, you'll can use the shell project in continuum 1.0.1 and choose mvn as executable. You can't actually with 1.0 Emmanuel Frank Zhao a écrit : It seems for each modules, Continuum creates a seperate project for it. Is there a way to disable

Re: 'ciManagement' element in parent pom

2005-11-10 Thread Emmanuel Venisse
you can add your parent pom in continuum too. Emmanuel Wim Deblauwe a écrit : Never mind, it is solved. I did not do a mvn install of my parent pom first. 2005/11/10, Wim Deblauwe [EMAIL PROTECTED]: Hi, I get the following error when I add my Maven 2 project in continuum: Missing

Re: Multiproject with maven 2

2005-11-10 Thread Emmanuel Venisse
it doesn't work for the moment. Actually, you can only modules in sub-directories of parent project like this : root + pom.xml = your parent project + moduleA + moduleB and define in pom.xml modules like this : modules modulemoduleA/module modulemoduleB/module /modules Please, file an

Re: Schedules

2005-11-10 Thread Emmanuel Venisse
do you have assotiated this schedule with a build definition? Do you have the message Executing build job (Test)... in your logs? If not, you need to enable your schedule. The quiet period is the sleep time after a schedule execution. It can be useful if your build time is near of the time

Re: Multiproject with maven 2

2005-11-10 Thread Emmanuel Venisse
2005/11/10, Emmanuel Venisse [EMAIL PROTECTED]: it doesn't work for the moment. Actually, you can only modules in sub-directories of parent project like this : root + pom.xml = your parent project + moduleA + moduleB and define in pom.xml modules like this : modules modulemoduleA/module

Re: Multiproject with maven 2

2005-11-10 Thread Emmanuel Venisse
no, we won't support multiproject in upload method. I'll explain why in my previous mail Emmanuel Wim Deblauwe a écrit : ok, that works. Should I file a bug that it does not work with the file upload or is there already a bug for that? regards, Wim 2005/11/10, Emmanuel Venisse [EMAIL

Re: Multiproject with maven 2

2005-11-10 Thread Emmanuel Venisse
, Wim 2005/11/10, Emmanuel Venisse [EMAIL PROTECTED]: You must activate file protocol, it's disabled by default for security reason. open $CONTIUUM_HOM/apps/continuum/conf/application.xml and uncomment line allowedScheme implementation=java.lang.Stringfile/allowedScheme and restart continuum

Re: AW: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2005-11-10 Thread Emmanuel Venisse
Are you behind a proxy? There was an error during the download of this plugin. Remove directory $local_repo/org/apache/maven/plugins/maven-archetype-plugin and retry Emmanuel [EMAIL PROTECTED] a écrit : Hey, that will be my next problem. But my actuall problem is, the task, witch should

Re: howto: Module definition in a POM

2005-11-10 Thread Emmanuel Venisse
Yann Le Du a écrit : just a directory or a complete (relative) path OK, so just a directory then. Maybe a complete relative path is working, but I never tried it. yes, it work. modules module../mydirectory/module /modules Emmanuel Yann --- Jörg Schaible [EMAIL PROTECTED] a écrit :

Re: AW: AW: The plugin 'org.apache.maven.plugins:maven-archetype-plug in' does not exist or no valid version could be found

2005-11-10 Thread Emmanuel Venisse
... -Ursprüngliche Nachricht- Von: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 10. November 2005 18:07 An: Maven Users List Betreff: Re: AW: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found Are you behind a proxy

Re: mvn eclipse:eclipse try to download dependency jar doesn't exist

2005-11-10 Thread Emmanuel Venisse
run mvn with -X parameter for find which artifact use this dependency or search it in your local repo. Emmanuel Igor Bljahhin a écrit : Hi! I got same problem. My project uses JDK 5.0, so I don't have Java 1.4 on my computer at all. Recently, I added three libraries from Spring framework

Re: [m2]site:deploy (trouble with url starting with /local)

2005-11-10 Thread Emmanuel Venisse
file url must be have 3 '/' after ':' so you should use file:///local/maven/... If you define a string between the second and the third slash, and this string is the name of a network machine, it will be use as a machine name like this : file://localhost/rep1/rep2 Emmanuel Emmanuel Olivier

  1   2   3   4   5   6   7   8   9   10   >