RE: Issues with recent update of maven-changes-plugin

2007-10-27 Thread LAMY Olivier
d the checksums in the Apache repo. This will be synced to the central repo in a couple of hours. LAMY Olivier wrote: > Looks to be only a workaround. > It's not normal to not have 2.0-beta-2 in the metadata here : > http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-chan

RE: Issues with recent update of maven-changes-plugin

2007-10-26 Thread LAMY Olivier
endredi 26 octobre 2007 15:39 À : Maven Users List Objet : Re: Issues with recent update of maven-changes-plugin Thanks! I've forced the version to 2.0-beta2 and it worked. -- Géraud On 10/26/07, LAMY Olivier <[EMAIL PROTECTED]> wrote: > Have you try with force the maven-changes-pl

RE: Issues with recent update of maven-changes-plugin

2007-10-26 Thread LAMY Olivier
Have you try with force the maven-changes-plugin version to 2.0-beta-2 or using a mvn version >= 2.0.6 ? -- Olivier -Message d'origine- De : Geraud Geraud [mailto:[EMAIL PROTECTED] Envoyé : vendredi 26 octobre 2007 12:32 À : Maven Users List Objet : Issues with recent update of maven-c

RE: Site Plugin 2.0-beta-6-SNAPSHOT ".vm" filtering fails now

2007-10-23 Thread LAMY Olivier
quot; filtering fails now Really nice, I will use it as soon as possible. I think this new feature is very useful and lot of people ask for it. I am not sure that it is very well known. It will be great to upgrade the maven-site-plugin website to indicate this filtering feature. Thanks, Rémy Le

RE: Site Plugin 2.0-beta-6-SNAPSHOT ".vm" filtering fails now

2007-10-23 Thread LAMY Olivier
Work in last snapshot. I have just try with this content in site.xml : http://maven.apache.org/${currentVersion}"/> http://maven.apache.org/${cliVar}"/> In the pom : 2.0.7 ${cliVar} In my cli : mvn clean site -DcliVar=test Generated content : http://mave

RE: Site Plugin 2.0-beta-6-SNAPSHOT ".vm" filtering fails now

2007-10-23 Thread LAMY Olivier
Hi, Just renaming the page is enough. You have sample here : https://svn.apache.org/repos/asf/maven/site/trunk/src/site/apt/ file download.apt.vm https://svn.apache.org/repos/asf/maven/site/trunk/src/site/xdoc/ file index.xml.vm -- Olivier -Message d'origine- De : Rémy Sanlaville [m

RE: Packaging type "zip"??

2007-10-09 Thread LAMY Olivier
Hi, There is an issue here http://jira.codehaus.org/browse/MNG-1683. The issue is closed. As I remember it's in the current trunk (not checked). -- Olivier -Message d'origine- De : Yan Huang [mailto:[EMAIL PROTECTED] Envoyé : mardi 9 octobre 2007 17:22 À : Maven Users List Objet : Re:

RE: Connecting to the Continuum Derby Database

2007-09-07 Thread LAMY Olivier
Maybe you can add an issue and explain what kind of reports you need ? -- Olivier -Message d'origine- De : Morgovsky, Alexander (US - Glen Mills) [mailto:[EMAIL PROTECTED] Envoyé : vendredi 7 septembre 2007 16:44 À : [EMAIL PROTECTED] Objet : RE: Connecting to the Continuum Derby Data

RE: Always send EMail mitting in 1.1 beta 2

2007-09-07 Thread LAMY Olivier
Have a look in the webapp file WEB-INF/classes/META-INF/plexus/application.xml . -- Olivier -Message d'origine- De : Mac-Systems [mailto:[EMAIL PROTECTED] Envoyé : vendredi 7 septembre 2007 10:26 À : [EMAIL PROTECTED] Objet : Re: Always send EMail mitting in 1.1 beta 2 Anyone knows abo

RE: site-deploy asks for password...

2007-09-05 Thread LAMY Olivier
Do you have this directory $HOME/.ssh in your file system ? -- Olivier -Message d'origine- De : Nick Stolwijk [mailto:[EMAIL PROTECTED] Envoyé : mercredi 5 septembre 2007 16:07 À : Maven Users List Objet : Re: site-deploy asks for password... Do you have more than one item in your set

RE: Cannot checkout sources....Invalid SCM URL

2007-08-30 Thread LAMY Olivier
Hi, Not really sure scm:svn://localhost/svn/repos/pdfp is a valid url. The scheme is missing. -- Olivier -Message d'origine- De : mfs [mailto:[EMAIL PROTECTED] Envoyé : jeudi 30 août 2007 18:39 À : [EMAIL PROTECTED] Objet : Cannot checkout sourcesInvalid SCM URL Hello Everyone,

RE: shell execution from 1.1-beta-1

2007-08-28 Thread LAMY Olivier
I can't execute any script.sh... Is there a way to change the default command /bin/bash called? (I'm working on Solaris 8) Thanks, Rémi. "LAMY Olivier" <[EMAIL PROTECTED]> 06/08/2007 23:04 Veuillez répondre à [EMAIL PROTECTED] A <[EMAIL PROTECTED]> cc Objet RE:

RE: Upgrade Strategy from 1.1-beta-1 to 1.1-beta-2

2007-08-20 Thread LAMY Olivier
Hi, Actually, data-management tools doesn't really work as expected. This could be a real improvment for next versions. But you can have a look at the brett's notes [1]. -- Olivier [1] http://www.nabble.com/brief-notes%3A-upgrading-1.1-beta-1-to-1.1-beta-2-tf4283770.html -Message d'origi

RE: Continuum 1.1-beta-1 profile does not seem to work

2007-08-08 Thread LAMY Olivier
ation.java:188) at org.codehaus.plexus.redback.xwork.interceptor.PolicyEnforcementInterceptor.intercept(PolicyEnforcementInterceptor.java:103) at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188) LAMY Olivier wrote: > > I think it's due to CONTINUUM-1361. > > Rewrite the end of the workflow ;

RE: [m2] mvn launch script under cygwin and release-plugin / svn

2007-08-07 Thread LAMY Olivier
It's a know issue (don't remember the id). A simple workaround is add first in your PATH the windows svn. If svn is in C:\Subversion\bin. export PATH=C:\\Subversion\\bin:$PATH Then release plugin works fine. HTH, -- Olivier -Message d'origine- De : James Abley [mailto:[EMAIL PROTECTED]

RE: shell execution from 1.1-beta-1

2007-08-06 Thread LAMY Olivier
Hi, What is your ? AIX ? -- Olivier -Message d'origine- De : L. J. [mailto:[EMAIL PROTECTED] Envoyé : lundi 6 août 2007 22:11 À : continuum-users Objet : shell execution from 1.1-beta-1 I have a build definition: Build File /usr/bin/sh Arguments buildAdmin.sh" It works in alpha and ea

RE: Accessing Continuum Webapp

2007-08-03 Thread LAMY Olivier
ME to Java 1.5, and define the version of Java for my build to 1.4 using the build profile? -Original Message- From: LAMY Olivier [mailto:[EMAIL PROTECTED] Sent: Friday, August 03, 2007 3:41 PM To: [EMAIL PROTECTED] Subject: RE: Accessing Continuum Webapp Yep a feature coming with this re

RE: Accessing Continuum Webapp

2007-08-03 Thread LAMY Olivier
Yep a feature coming with this release. Have a look : http://maven.apache.org/continuum/guides/mini/guide-build-profile.html - Olivier -Message d'origine- De : Morgovsky, Alexander (US - Glen Mills) [mailto:[EMAIL PROTECTED] Envoyé : vendredi 3 août 2007 20:30 À : [EMAIL PROTECTED] Obje

RE: Jetty port in 1.1-beta-1

2007-08-02 Thread LAMY Olivier
Hi, Have a look http://maven.apache.org/continuum/guides/mini/guide-configuration.html section Example Jetty Configuration -- Olivier -Message d'origine- De : Oscar Picasso [mailto:[EMAIL PROTECTED] Envoyé : jeudi 2 août 2007 18:16 À : [EMAIL PROTECTED] Objet : Jetty port in 1.1-beta-

RE: deployment

2007-07-25 Thread LAMY Olivier
Share your Deployment Repository Directory in which continuum install (no need of deploy) artifacts as a snapshot repository. Add this directory in a apache http server and you will have a snapshot repository. Or use the other option with distributionManagement/snapshotRepository. IMHO, this di

RE: [M2] creating Jndi context programmatically

2007-07-04 Thread LAMY Olivier
Hi, Have a look at plexus-naming [1] which can certainly help. Configure a component as this [2], add this component in loadOnStartup. Note : Your testCase must extends PlexusTestCase. -- Olivier [1] http://fisheye.codehaus.org/browse/plexus/plexus-components/trunk/plexus-naming [2] http://

RE: site:deploy works deploy:deploy hangs

2007-06-22 Thread LAMY Olivier
Try just : deploy (not deploy:deploy) -Message d'origine- De : Aaron Morand [mailto:[EMAIL PROTECTED] Envoyé : vendredi 22 juin 2007 18:32 À : Maven Users List Objet : Re: site:deploy works deploy:deploy hangs Hi all, I'm was getting the same problem. Nathan, did you get a fix for

RE: Unable to build when no changes in repository 1.1-alpha2

2007-06-20 Thread LAMY Olivier
Hi, Is-it possible to have more informations ? - operating system (JAVA_HOME value) - do you continuum war in the servlet container or the plexus-appserver -- Olivier -Message d'origine- De : Jerry DuVal [mailto:[EMAIL PROTECTED] Envoyé : mercredi 20 juin 2007 15:37 À : [EMAIL PROTECTE

RE: Problems with preparationGoals config in the release plugin

2007-05-18 Thread LAMY Olivier
Hi, Just try : assembly:assembly If you have more than one, just use as this : clean test-compile Have a look : http://maven.apache.org/plugins/maven-release-plugin/prepare-mojo.html#preparationGoals HTH, -- Olivier -Message d'origine- De : Evan Toliopoulos [mailto:[EMAIL PROTECTED]

Sync of repository.jboss.com to repo1.maven.org

2007-05-09 Thread LAMY Olivier
Hi, I'd like to know why the repository http://repository.jboss.com/maven2 isn't synch with http://repo1.maven.org/maven2. Specially the jboss folder (http://repository.jboss.com/maven2/jboss/). Is there any special request to made ? Or it's impossible ? Thanks, -- Olivier This e-mail, a

RE: 1.1 alpha 1 release?

2007-04-20 Thread LAMY Olivier
Objet : Re: 1.1 alpha 1 release? A tag is created before the release, so we can test the tag. If it is correct and the vote (not started yet) is ok, we perform the release. Emmanuel LAMY Olivier a écrit : > Hi, > Just to know why there is already a tag ? > > https://svn.apache.or

RE: 1.1 alpha 1 release?

2007-04-19 Thread LAMY Olivier
Hi, Just to know why there is already a tag ? https://svn.apache.org/repos/asf/maven/continuum/tags/continuum-1.1-alpha-1/ An undocumented release :-) -- Olivier -Message d'origine- De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] Envoyé : jeudi 19 avril 2007 14:45 À : [EMAIL PROTECTED

RE: release plugin lifecycle binding

2007-04-18 Thread LAMY Olivier
Hi, No it's not a maven "phase". What is your use case ? You need to made something with the generated artifact ? Maybe you can invoke the maven-release-plugin with this : -Dgoals=deploy,my:my-goal (or add the configuration in your pom) (you need to have my.group in your pluginGroups/pluginGroup

RE: Using the assembly plugin to package up WARs and ZIPs

2007-03-27 Thread LAMY Olivier
Hi, Add a vote http://jira.codehaus.org/browse/MNG-1683 :-) IMHO, it's a better solution than using the assembly workaround. I can't see any fix version to this. No chance to have this feature one day ? -- Olivier -Message d'origine- De : mraible [mailto:[EMAIL PROTECTED] Envoyé : m

RE: Any Archiva download soon?

2007-03-09 Thread LAMY Olivier
Strange I can't see link to this artifact in plexus-slf4j-logging I see org.slf4j:slf4j-simple:1.2 Just try : mvn -P apache-snapshots -Dmaven.test.skip=true clean install -U If doesn't work no more idea :-( -- Olivier [1] http://snapshots.repository.codehaus.org/org/codehaus/plexus/plexus-slf

RE: Any Archiva download soon?

2007-03-09 Thread LAMY Olivier
You need to add repos. You can add a profile in your settings : apache-snapshots people.apache.org http://people.apache.org/repo/m2-snapshot-repository snapshots.repository.codehaus.org http://snapshots.repositor

RE: Using the plexus-interactivity jars

2007-03-09 Thread LAMY Olivier
In your mojo try something like /** * @component * @required * @readonly */ private Prompter prompter; Or longer one /** * @component role="org.codehaus.plexus.components.interactivity.Prompter" role-hint="default" * @required * @readonly */

RE: Maven 2.0 Plugin for ZIP Archive

2007-01-28 Thread LAMY Olivier
http://jira.codehaus.org/browse/MNG-1683 -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : dimanche 28 janvier 2007 00:12 À : users@maven.apache.org Objet : Maven 2.0 Plugin for ZIP Archive I am looking for a Maven 2.0 plugin that would help me prepare a ZIP

RE: xdoclet2 maven2 plugin

2007-01-10 Thread LAMY Olivier
oclet2. Is there active dev on xDoclet2 ? Nico. Le 10/01/07, LAMY Olivier <[EMAIL PROTECTED]> a écrit : > > Hi, > > http://repo1.maven.org/maven2/org/codehaus/mojo/xdoclet-maven-plugin/ > > Try with > > xdoclet-maven-plugin > org.codehaus.mojo > 1.0-alpha-

RE: xdoclet2 maven2 plugin

2007-01-10 Thread LAMY Olivier
Hi, http://repo1.maven.org/maven2/org/codehaus/mojo/xdoclet-maven-plugin/ Try with xdoclet-maven-plugin org.codehaus.mojo 1.0-alpha-2 ... Look http://mojo.codehaus.org/xdoclet-maven-plugin/usage.html I think http://xdoclet.codehaus.org/Maven2+plugin is not up to date. -- Olivier -

RE: Multiproject in eclipse VS subversion client

2007-01-03 Thread LAMY Olivier
Hi, Perso, I only record modules (java project) in eclipse and not the root. The content of myproj which is pom packaging (contains only pom, src/site/* and not sources) can be managed with cli. -- Olivier -Message d'origine- De : news [mailto:[EMAIL PROTECTED] De la part de Geoffrey De

RE: maven proxy question

2006-12-08 Thread LAMY Olivier
Is there any chance to revert this redirection in ibiblio ? Because in a corporate environnemt some servers doesn't have full internet access and it's difficult/long to configure this (firewall + proxy). And due to this some build fails. Is there any maven guy which can ask ibibio for revert ?

RE: [m2] need short Help: switching settings.xml with -D ?!

2006-11-03 Thread LAMY Olivier
mvn -h ... -s,--settings Alternate path for the user settings file ... -- Olivier -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : vendredi 3 novembre 2006 09:47 À : users@maven.apache.org Objet : [m2] need short Help: switching settings.xml

RE: Problems with Repos?

2006-11-02 Thread LAMY Olivier
Hi, Look : http://jira.codehaus.org/browse/MNG-2339 I think it's a big issue because sometimes it's impossible to use ${project.version}. Sometimes works sometime not (that's certainly why this issue will be hard to solved). -- Olivier -Message d'origine- De : JRatTFT [mailto:[E

RE: Maven XSLT Plugin Question

2006-10-11 Thread LAMY Olivier
Lifecycle site has this phases [1] : site pre-site site post-site site-deploy org.apache.maven.plugins:maven-site-plugin:site org.apache.maven.plugins:

RE: How do i get more sensible test reports on the command line

2006-10-06 Thread LAMY Olivier
mvn -Dtest=HttpParserTest -Dsurefire.useFile=false test -Message d'origine- De : Hilco Wijbenga [mailto:[EMAIL PROTECTED] Envoyé : vendredi 6 octobre 2006 18:08 À : Maven Users List Objet : Re: How do i get more sensible test reports on the command line Look in target/surefire-reports

RE: Display the failed test from surefire

2006-10-05 Thread LAMY Olivier
Try the subject of your email "Display the failed test from surefire" in google ;-) -- Olivier -Message d'origine- De : Stephen More [mailto:[EMAIL PROTECTED] Envoyé : jeudi 5 octobre 2006 19:47 À : users@maven.apache.org Objet : Display the failed test from surefire I am fairly new t

RE: M2 release plugin snapshot version does not handle new development d

2006-10-04 Thread LAMY Olivier
As kenney said "not unless perhaps you explicitly tell the release plugin to do so". I have asked this in my proposal patch [1]. parameter called rewriteReactorsWithNextDev (true/false) in prepare mojo (true by default ?). But no response. Or an other parameter name instead of this huge one ;-)

RE: M2 release plugin snapshot version does not handle new development d

2006-09-30 Thread LAMY Olivier
"This is not a bug" in case of reactor projects : sure ? Have a look : http://jira.codehaus.org/browse/MRELEASE-91 Personnaly, I have trouble using ${pom.version} due to http://jira.codehaus.org/browse/MNG-2339. -- Olivier -Message d'origine- De : Kenney Westerhof [mailto:[EMAIL PROTE

RE: A way to name jar zip?

2006-09-24 Thread LAMY Olivier
Have a look : http://jira.codehaus.org/browse/MNG-1683 -- Olivier -Message d'origine- De : Thomas Lindback [mailto:[EMAIL PROTECTED] Envoyé : dimanche 24 septembre 2006 21:23 À : users@maven.apache.org Objet : A way to name jar zip? Hello. I want to get a zip instead of a jar file. Is

RE: [m2] Packaging as directory

2006-09-23 Thread LAMY Olivier
Hi, Workarounds for this : I have done this with putting schema in src/main/resources. The result is an artifact which contains only the schemas. For validation : add the artifact in dependencies and load the schema with a getResource and use your favorite parser. An other one is to put your sche

RE: Missing checkstyle documentation ?

2006-09-22 Thread LAMY Olivier
TED] [mailto:[EMAIL PROTECTED] Envoyé : vendredi 22 septembre 2006 10:38 À : users@maven.apache.org Objet : RE: Missing checkstyle documentation ? Hi It's not missing (would have given a 404) - It's just empty -Original Message- From: LAMY Olivier [mailto:[EMAIL PROTECTED] Sent:

Missing checkstyle documentation ?

2006-09-22 Thread LAMY Olivier
Hi, Do I have a problem with my internet connection or my proxy or I need to drink more coffee ;-) But the page [1] seems to missing. Can someone comfirms this ? Thanks, -- Olivier [1] http://maven.apache.org/plugins/maven-checkstyle-plugin/checkstyle-mojo. html This e-mail, any attachments

RE: [m2] Include project version into generated site

2006-09-18 Thread LAMY Olivier
In ${basedir}/src/site/site.xml But not in title, I think there is an issue [1] concerning interpolation in site.xml. Displaying publishing date with HTH, -- Olivier [1] : http://jira.codehaus.org/browse/MSITE-88 -Message d'origine- De : ArneD [mailto:[EMAIL PROTECTED] Envoyé :

Using taskdef

2003-06-23 Thread LAMY Olivier
Hi all, I would like to use something as : But the class org.apache.catalina.ant.DeployTask is not fund . How to do this ? Adding a dependency ? But the catalina-ant.jat does not exist in the maven repository ? Olivier - To u

RE: war task including properties file

2003-06-19 Thread LAMY Olivier
Sorry it works, I have added the property maven.war.src=src/conf/war Olivier -Message d'origine- De : LAMY Olivier [mailto:[EMAIL PROTECTED] Envoyé : jeudi 19 juin 2003 16:47 À : Vincent Massol; Maven Users List Objet : RE: war task including properties file I do this but it do

RE: war task including properties file

2003-06-19 Thread LAMY Olivier
À : 'Maven Users List'; 'LAMY Olivier' Objet : RE: war task including properties file Hi Olivier, You need to include your properties file in a src/conf folder and add a section in your project.xml so that they get copied to your runtime classes directory. Then the war

war:war task including properties file

2003-06-19 Thread LAMY Olivier
Hi all, I'm trying to use the war:war task. My directory is src /conf /war /WEB-INF web.xml /classes *.properties I want to build my war file to dist/war #war plugin properties #war plugin properties maven.war.webxml=src

RE: Maven help

2003-06-16 Thread LAMY Olivier
Yes it is Thanks a lot -Message d'origine- De : Cuong Tran [mailto:[EMAIL PROTECTED] Envoye : mardi 17 juin 2003 07:42 A : Maven Users List; LAMY Olivier Objet : Re: Maven help Isn't "maven -g" what you're looking for? --- LAMY Olivier <[EMAIL PROTEC

Maven help

2003-06-16 Thread LAMY Olivier
Hi all, I'm looking the command to list of the goals. I can't find it. Olivier - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]