Re: [m1] Xdoc open in new window and external link

2005-08-11 Thread Arnaud HERITIER
It's certainly not documented :-( but gisbert gave you the good answer. the navigation.xsd wasn't updated because it was in core and not in xdoc plugin. Can you open an issue to add the doc and update the schema please. Thx Arnaud On 8/11/05, Gisbert Amm [EMAIL PROTECTED] wrote: What about

RE: [m1] xdoc fillbuf error on jdepend-report.xml

2005-08-11 Thread Arnaud HERITIER
Which jdk are you using ? It's certainly a bug in crimson :-( Arnaud -Message d'origine- De : Jeff Jensen [mailto:[EMAIL PROTECTED] Envoyé : jeudi 11 août 2005 16:38 À : Maven Users List Objet : [m1] xdoc fillbuf error on jdepend-report.xml This has been running flawlessly for

RE: [m1] Xdoc open in new window and external link

2005-08-11 Thread Arnaud HERITIER
Thank you Gisbert and Arnaud. That works nicely! Where is the maven-navigation-1.0.xsd file hosted? It is not http://maven.apache.org/xsd where I expected... In subversion (core\trunk\src\xsd\navigation-1.0.xsd) or in the web site : http://maven.apache.org/maven-navigation-1.0.xsd

RE: [m1] xdoc fillbuf error on jdepend-report.xml

2005-08-11 Thread Arnaud HERITIER
, quite hopefully, but rather doubting the optimism... ;-). Quoting Arnaud HERITIER [EMAIL PROTECTED]: Which jdk are you using ? It's certainly a bug in crimson :-( Arnaud -Message d'origine- De : Jeff Jensen [mailto:[EMAIL PROTECTED] Envoyé : jeudi 11 août 2005

Re: [m1] Xdoc open in new window and external link

2005-08-12 Thread Arnaud HERITIER
if the dev team is agree, I'll move the navigation schema from the core to the xdoc plugin. thanks. Arnaud On 8/12/05, Jeff Jensen [EMAIL PROTECTED] wrote: MAVEN-1661 for the schema changes. MPXDOC-156 for the doc changes. -Original Message- From: Arnaud HERITIER [mailto

Re: [MULTIPROJECT]

2005-08-12 Thread Arnaud HERITIER
You should set this property in your root project : maven.multiproject.includes=**/project.xml Arnaud On 8/12/05, Faucher Aurélie [EMAIL PROTECTED] wrote: And when I execute maven multiproject:site, it doesn't generate any report. -Message d'origine- De : Faucher Aurélie

RE: [m1.1] ant-optional classes not found

2005-08-13 Thread Arnaud HERITIER
It's only an ant warning (new in 1.6.X). Don't care about it if you don't have a problem. Anraud -Message d'origine- De : Lukas Theussl [mailto:[EMAIL PROTECTED] Envoyé : vendredi 12 août 2005 23:07 À : Maven Users List Objet : [m1.1] ant-optional classes not found I just

RE: [1.1Beta] BUILD FAILED on jelly plugin. Please help.

2005-08-13 Thread Arnaud HERITIER
Can you fill an issue for the xdoc plugin please. The error message isn't really explicit :-) Arnaud -Message d'origine- De : Hogeweg, Erwin (GE Infrastructure) [mailto:[EMAIL PROTECTED] Envoyé : samedi 13 août 2005 16:10 À : Maven Users List Objet : RE: [1.1Beta] BUILD FAILED on

New PDF plugin SNAPSHOT

2005-08-14 Thread Arnaud HERITIER
Hi Maven users, I applied a lot of patchs on the PDF plugin. Thanks a lot to all contributors and particularly to Lukas Theussl. I published the snapshot and the documentation. To automatically install the plugin, type the following on a single line: maven plugin:download

RE: [M1] New PDF plugin SNAPSHOT

2005-08-14 Thread Arnaud HERITIER
I forgot to clarify that it's the pdf plugin for maven 1. Arnaud -Message d'origine- De : Arnaud HERITIER [mailto:[EMAIL PROTECTED] Envoyé : lundi 15 août 2005 04:48 À : 'Maven Users List' Objet : New PDF plugin SNAPSHOT Hi Maven users, I applied a lot of patchs

Re: [MULTIPROJECT]

2005-08-16 Thread Arnaud HERITIER
By default : maven.multiproject.basedir=${basedir} This is the root directory where the multiproject search your projects using properties maven.multiproject.includes andmaven.multiproject.excludes. Arnaud On 8/16/05, Faucher Aurélie [EMAIL PROTECTED] wrote: What is the

RE: genapp for struts

2005-08-16 Thread Arnaud HERITIER
This directory is used by xdoclet (see their web site and their maven plugin) ig you want to generate some files like the struts config. Arnaud -Message d'origine- De : Simon McClenahan [mailto:[EMAIL PROTECTED] Envoyé : mardi 16 août 2005 23:26 À : Maven Users List Objet :

Re: New PDF plugin SNAPSHOT

2005-08-19 Thread Arnaud HERITIER
support is broken (again :-( ) You can download it with this command : maven plugin:download -Dmaven.repo.remote=http://cvs.apache.org/repository/-DgroupId=maven -DartifactId=maven-pdf-plugin -Dversion= 2.3.1-SNAPSHOT Let us know what you think about it. Thx Arnaud On 8/15/05, Arnaud HERITIER

RE: [maven-1.1-beta-1] native2ascii

2005-08-21 Thread Arnaud HERITIER
Hi scott, It is documented here : http://maven.apache.org/reference/backwards-compatibility.html You did the good thing. Arnaud -Message d'origine- De : Scott Lamb [mailto:[EMAIL PROTECTED] Envoyé : samedi 20 août 2005 02:54 À : Maven Users List Objet : Re: [maven-1.1-beta-1]

RE: New PDF plugin SNAPSHOT

2005-08-21 Thread Arnaud HERITIER
Hi Lukas, It's weird because I downloaded the fop 0.25 distrib used in this plugin and I successfully created the pdf from our project.fo generated in our test n°2 :-( Arnaud This new snapshot has a new bug I didn't fixed actually : SVG support is broken (again :-( ) As far

RE: New PDF plugin SNAPSHOT

2005-08-21 Thread Arnaud HERITIER
août 2005 08:20 À : Maven Users List Objet : Re: New PDF plugin SNAPSHOT From: Arnaud HERITIER [EMAIL PROTECTED] I published a new snapshot which fixe incompatibilities with maven 1.0 and some jdk. ... Let us know what you think about it. I'm still getting: [java] [ERROR] file

RE: New PDF plugin SNAPSHOT

2005-08-22 Thread Arnaud HERITIER
I found the solution by accident: you just have to remove the 'dir=${internal_pdf_workingDir}' option when you call fop in plugin.jelly. Apparently a problem of relative url resolution (it only failed for svgs containing relative url links within the same document, ie starting with #,

PDF plugin 2.4-SNAPSHOT available

2005-08-22 Thread Arnaud HERITIER
A new snapshot is available. Changes in this version include: New Features: o Allow the pdf plugin to be added as a project's report. Issue: MPPDF-9. Thanks to Fabrizio Giustina. Fixed bugs: o sub-/superscripts do not work. Issue: MPPDF-43. Thanks to Lukas Theussl. o Error when logo

RE: How to access default value of property of another plugin

2005-08-22 Thread Arnaud HERITIER
Maven:pluginVar is deprecated. You must use maven:get http://maven.apache.org/tags.html#maven:get Arnaud -Message d'origine- De : Thomas Van de Velde [mailto:[EMAIL PROTECTED] Envoyé : mardi 23 août 2005 00:46 À : Maven Users List Objet : Re: How to access default value of

RE: searching the archives??

2005-08-22 Thread Arnaud HERITIER
You can also try this one : http://www.mail-archive.com/users@maven.apache.org/index.html Arnaud -Message d'origine- De : Thomas Van de Velde [mailto:[EMAIL PROTECTED] Envoyé : mardi 23 août 2005 00:48 À : Maven Users List Objet : Re: searching the archives?? Try

Re: How can I use environment variables in project.properties?

2005-08-24 Thread Arnaud HERITIER
don't know if it works but you can try something like : preGoal name=build:start ant:property environment=env/ /preGoal Arnaud On 8/24/05, Ralph Pöllath [EMAIL PROTECTED] wrote: On 24.08.2005, at 11:55, Ruud Wijnands wrote: I would like to know how I can use environment variables in

RE: [m1] bootstrap build error

2005-08-24 Thread Arnaud HERITIER
I fixed some errors on the core. If you can update it and re-launch the bootstrap. Arnaud -Message d'origine- De : Jeff Jensen [mailto:[EMAIL PROTECTED] Envoyé : mercredi 24 août 2005 14:36 À : 'Maven Users List' Objet : [m1] bootstrap build error I have been attempting to

RE: [m1] bootstrap build error

2005-08-24 Thread Arnaud HERITIER
\xdocs\changes.xml U maven-1\plugins\trunk\pdf\xdocs\changes.xml Checked out revision 239972. And I get the same build errors. -Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 24, 2005 6:30 PM To: 'Maven Users List' Subject: RE: [m1

Re: [m1.1b1] log4j error

2005-08-25 Thread Arnaud HERITIER
This is a problem between velocity 1.4 and log4J. Arnaud On 8/25/05, Wim Deblauwe [EMAIL PROTECTED] wrote: Hi, I get the following error in my build since I upgraded to Maven 1.1beta1. Any idea what might be the problem? log4j:ERROR Attempted to append to closed appender named [null].

Re: [m1.1b1] log4j error

2005-08-25 Thread Arnaud HERITIER
you can safely ignore them we'll try to remove them as soon as possible. an issue is open in velocity Arnaud On 8/25/05, Wim Deblauwe [EMAIL PROTECTED] wrote: And is there a fix for it or can I safely ignore those errors? 2005/8/25, Arnaud HERITIER [EMAIL PROTECTED]: This is a problem

RE: [m1.1b1] jdepend plugin problem

2005-08-25 Thread Arnaud HERITIER
No idea Can you check if an issue already exists or can you open one. Arnaud Hi, I get the following error when using the jdepend plugin with Maven 1.1beta1: -- maven maven-jdepend-plugin:report __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_|

RE: broken Maven: +

2005-08-28 Thread Arnaud HERITIER
I suppose that an updated snapshot break it :-( Did you try to remove yours plugins cache directory ? Arnaud -Message d'origine- De : goffredo [mailto:[EMAIL PROTECTED] Envoyé : dimanche 28 août 2005 19:08 À : Maven Users List Objet : broken Maven: + Hi, I installed and

RE: [m1.1] Can't get ftp deployment to work

2005-08-28 Thread Arnaud HERITIER
You should add : maven.site.deploy.method = ftp Arnaud -Message d'origine- De : Hogeweg, Erwin (GE Infrastructure) [mailto:[EMAIL PROTECTED] Envoyé : dimanche 28 août 2005 23:33 À : Maven Users List Objet : [m1.1] Can't get ftp deployment to work All, I am trying to deploy

RE: [m1.1] Can't get ftp deployment to work

2005-08-28 Thread Arnaud HERITIER
.. 141 Column 36 could not put file: 425 Failed to establish connection. Thanks, Erwin -Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: Sunday, August 28, 2005 7:29 PM To: 'Maven Users List' Subject: RE: [m1.1] Can't get ftp deployment to work

Re: Jetty Plugin: java.lang.NoClassDefFoundError:sun/tools/javac/Main

2005-08-31 Thread Arnaud HERITIER
I added ant to the jetty classpath can you try it : maven plugin:download -DgroupId=maven -DartifactId=maven-jetty-plugin -Dversion=1.2-SNAPSHOT -Dmaven.repo.remote=http://cvs.apache.org/repository/ Arnaud On 8/31/05, Greg Hall [EMAIL PROTECTED] wrote: Hi Vincent, I've tried the new

Re: Running maven torque fails

2005-09-04 Thread Arnaud HERITIER
Do you know if this plugin is compatible with maven 1.1 ? Maven 1.1 doesn't include xerces anymore. Arnaud On 9/4/05, Gary Baranzini [EMAIL PROTECTED] wrote: Hi, I just installed torque and maven and I'm running maven against a torque generated schema, under Win XP Pro. I'm getting the

[ANN] Maven XDoc Plug-in 1.9.2 released

2005-09-05 Thread Arnaud HERITIER
with older customised site.jsl. Issue: MPXDOC-155. Thanks to Lukas Theussl. o System locale setting makes test cases fail. Issue: MPXDOC-154. Thanks to Juan F. Codagnone,Vincent Siveton,Lukas Theussl. o cvs-usage link not shown in project-info page Issue: MPXDOC-152. Thanks to Arnaud Heritier

[ANN] Maven FAQ Plug-in 1.5 released

2005-09-05 Thread Arnaud HERITIER
We are pleased to announce the Maven FAQ Plug-in 1.5 release! http://maven.apache.org/reference/plugins/faq/ Creates XDoc documentation from an FAQ XML document. Changes in this version include: New Features: o Optional toplinks and layout fix. Issue: MPFAQ-19. Thanks to Lukas Theussl. o

[ANN] Maven PDF Plug-in 2.4 released

2005-09-05 Thread Arnaud HERITIER
We are pleased to announce the Maven PDF Plug-in 2.4 release! http://maven.apache.org/reference/plugins/pdf/ PDF Documentation generator Changes in this version include: New Features: o Allow the pdf plugin to be added as a project's report. Issue: MPPDF-9. Thanks to Fabrizio Giustina.

RE: ant plugin doesnt work?

2005-09-06 Thread Arnaud HERITIER
You are using maven 1.0.2 ? maven ant -Dmaven.ant.use.properties=true should create the build.xml in your project's root directory. Then in your build.properties (stored in your project's root dir or in your user's home dir) you should set the properties for the script :-( Arnaud Hi all

RE: ant plugin doesnt work?

2005-09-06 Thread Arnaud HERITIER
--- Arnaud HERITIER [EMAIL PROTECTED] wrote: You are using maven 1.0.2 ? maven ant -Dmaven.ant.use.properties=true should create the build.xml in your project's root directory. Then in your build.properties (stored in your project's root dir or in your user's home dir) you

RE: ant plugin doesnt work?

2005-09-06 Thread Arnaud HERITIER
Hi Phil, [SNIP] Thx for the summary. If what you want is to get the plugin to generate a build script with a different default value for libdir, I do not think that is possible now. One improvment that might make sense would be to at least have it use ${maven.repo.local} instead of

Re: ant plugin doesnt work?

2005-09-07 Thread Arnaud HERITIER
We setted libdir to ${user.home}/.maven/repository instead of ${ maven.repo.local} to not use maven properties in the generated ant script. Sorry, what I meant was to have the plugin grab the *value* of ${maven.repo.local} and put that into the generated script by default. I'm not

Re: ant plugin doesnt work?

2005-09-07 Thread Arnaud HERITIER
ramework/jars/spring-1.1.5.jar (this is in the section with all the get dest statements. remember, im using linux, with the latest stable version of maven and the latest ant plugin. --- Arnaud HERITIER [EMAIL PROTECTED] wrote: Thanx for the quick reply. Yes, I am using 1.0.2. I

Re: Directory structure... xdoc or xdocs?

2005-09-07 Thread Arnaud HERITIER
It will be the place for m2. I'll propose to move the default directory in the next release of the xdoc plugin. We'll advice usrs to move their sources if possible or to define themself the maven.docs.src=${basedir}/xdoc. I'll propose also to move genapp templates to use this new layout.

RE: [m1] Jetty plugin classpath error

2005-09-07 Thread Arnaud HERITIER
maven plugin:download -DgroupId=maven -DartifactId=maven-jetty-plugin -Dversion=1.2-SNAPSHOT -Dmaven.repo.remote=http://cvs.apache.org/repository/ Arnaud OK, pardon my ignorance. How do I use/get/install the SVN version of the Jetty plugin? On 9/7/05, Vincent Massol [EMAIL PROTECTED]

RE: maven projects and eclipse plugins

2005-09-13 Thread Arnaud HERITIER
You can use the tag deploy:copy-deps to copy your project dependencies but I don't find a documentation about it on the new site :-( Here is the old one : http://maven.apache.org/reference/user-guide.html#Copying_Dependency_JARs My 2 cents Arnaud -Message d'origine- De : Duncan

Re: [m1.1b2] StackOverflowError when using commons-attributes plugin

2005-09-14 Thread Arnaud HERITIER
[SNIP] PS: I had to remove packageName from my POM. It is documented on maven .apache.org/reference to be part of POM v3 XSD but sax parser found it invalid. I just put on the server the update for the schema and the project.xmlreference documentation. It'll be available online in few

Re: use maven 1.1 properties with maven 1.0.2

2005-09-14 Thread Arnaud HERITIER
be careful. ${pom.properties} don't replaces properties you defined in your project.properties. it's only (I think) for a future use. maven itself and its plugins don't use them ! Arnaud On 9/14/05, Nicolas De Loof [EMAIL PROTECTED] wrote: Hello I'm trying ot prepare my projects for

Re: Multiproject plugin problem in Maven 1.1

2005-09-15 Thread Arnaud HERITIER
There's a problem with scope of variables in 1.1-betaX http://jira.codehaus.org/browse/MAVEN-1691 Perhaps it's a side effect of this bug, but I don't beleive it. Arnaud On 9/15/05, Brett Porter [EMAIL PROTECTED] wrote: Yep, as far as I know! What I'd like to investigate more is the lack of

Re: [m1.1b2] maven.test.skip not working

2005-09-16 Thread Arnaud HERITIER
Did you try something like maven:set plugin=maven-test-plugin property=maven.test.skip value=true/ instead of j:set var=trueValue value=true / ${pom.getPluginContext('maven-test-plugin').setVariable('maven.test.skip ',trueValue)} or just : j:set var=maven.test.skip value=true/ Arnaud On

RE: Cannat generate PDF

2005-09-17 Thread Arnaud HERITIER
Hi Stephan, I never saw this error :-( Did you check if your xdocs are valid ? Otherwise, do you have images in your xdocs ? Can you check also if these images are valid (in a browser for example) ? logo.jpg perhaps ? If the problem

RE: Cannat generate PDF

2005-09-17 Thread Arnaud HERITIER
: --- snip --- ?xml version=1.0 encoding=UTF-8? --- snip --- Could it be that I have to add some content here myself? Thanks, Stefan -Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: Saturday, September 17, 2005 3:34 PM To: 'Maven Users List' Subject: RE: Cannat

RE: Cannat generate PDF

2005-09-17 Thread Arnaud HERITIER
Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: Saturday, September 17, 2005 5:43 PM To: 'Maven Users List' Subject: RE: Cannat generate PDF This file is (should be) generated by the plugin itself. What is the version of the pdf plugin ? The one bundled in maven 1.0.2

RE: Cannat generate PDF

2005-09-17 Thread Arnaud HERITIER
to it (in the documentation or in the FAQ). Thanks for your help and thank you for the work you share, Stefan With pleasure, Arnaud -Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: Saturday, September 17, 2005 6:33 PM To: 'Maven Users List' Subject: RE

RE: newbie problem downloading depenencies

2005-09-18 Thread Arnaud HERITIER
Do you use maven 1 or 2 ? Transitive dependencies aren't supported in maven 1. Thus if you have a project A which uses an artifact B and if this artifact B needs an artifact C, you should declare the dependency for C in the project A. Arnaud -Message d'origine- De : Jeroen Verhagen

Re: Passing params/variables through reactor

2005-09-19 Thread Arnaud HERITIER
Which release of maven do you use ? I'll try to create a simple testcase ... Arnaud On 9/19/05, Haldi, Silvio [EMAIL PROTECTED] wrote: Hi I'm having a problem passing variables set in top level maven.xml by using x:set var=myVar select=.. or j:set var=myVar value=foo to subproject when

Re: [m1.1b2] maven.test.skip not working

2005-09-19 Thread Arnaud HERITIER
It seems we have weird problems with variables scope in m1.1 your problem is certainly a side-effect of this issue : http://jira.codehaus.org/browse/MAVEN-1691 It's a workaround you can use, waiting for a fix, but it's very dangerous to use the parent scope. You must check if it doesn't create

Re: clean plugin

2005-09-19 Thread Arnaud HERITIER
It's not possible in maven 1. Dependencies are checked for any goal called. It's a feature already implemented in m2. Arnaud On 9/19/05, jan_bar [EMAIL PROTECTED] wrote: Hi, the clean plugin should clean the ${maven.build.dir}, but it reguires that all depends are satisfied. If I remove

Re: clean plugin

2005-09-19 Thread Arnaud HERITIER
I didn't see it. I'll take a look at it. I thought it was impossible because the artifacts were downloaded by the core after it loaded the pom. Thanks Jorg. Arnaud On 9/19/05, Jörg Schaible [EMAIL PROTECTED] wrote: Jörg Schaible wrote on Monday, September 19, 2005 5:25 PM: Arnaud

Re: ejb and war plugins (maven 1.1 beta2)

2005-09-20 Thread Arnaud HERITIER
I never used it but it seems to be a missing feature in the war plugin. Can you open an issue. We'll fix it ASAP. The behavior of the ejb plugin was certainly changed recently and the war plugin wasn't updated. We should add the support for types : ejb and ejb-client (generated if

Re: ejb and war plugins (maven 1.1 beta2)

2005-09-20 Thread Arnaud HERITIER
/plugin.jelly definition, search for : define:tag name=assertPluginAvailable usage : assert:assertPluginAvailable groupId=maven artifactId=maven-artifact-plugin minRelease=1.3 neededBy=${plugin.artifactId}/ Arnaud Arnaud Arnaud HERITIER [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED

Re: [m1.1b1] log4j error

2005-09-20 Thread Arnaud HERITIER
Not it's not yet resolved :-( I'll take a look at it. I'm not sure that an issue was opened. Arnaud On 9/20/05, Wim Deblauwe [EMAIL PROTECTED] wrote: Is this solved in Maven 1.1 beta 2? Also what is the JIRA issue related to this problem? 2005/8/25, Arnaud HERITIER [EMAIL PROTECTED

Re: ejb and war plugins (maven 1.1 beta2)

2005-09-20 Thread Arnaud HERITIER
I opened on Jira a release 1.6.2 So we're working on the 1.6.2-SNAPSHOT The name of the patch isn't important Arnaud On 9/20/05, jan_bar [EMAIL PROTECTED] wrote: Thanks Arnaud, one more question: If I want to create my patch, which version of the plugin should I use so it will not

Re: ejb and war plugins (maven 1.1 beta2)

2005-09-20 Thread Arnaud HERITIER
, Arnaud HERITIER [EMAIL PROTECTED] wrote: I opened on Jira a release 1.6.2 So we're working on the 1.6.2-SNAPSHOT The name of the patch isn't important Arnaud On 9/20/05, jan_bar [EMAIL PROTECTED] wrote: Thanks Arnaud, one more question: If I want to create my patch, which version

Re: ejb and war plugins (maven 1.1 beta2)

2005-09-20 Thread Arnaud HERITIER
He should add a requirement for the war plugin. I'll see with him.. Arnaud On 9/20/05, jan_bar [EMAIL PROTECTED] wrote: Thanks for your time Arnaud, it works for me. Vincent should fix code for http://www.onjava.com/pub/a/onjava/2005/09/07/maven.html?page=4 Jan Arnaud HERITIER [EMAIL

RE: Maven genapp issue!

2005-09-22 Thread Arnaud HERITIER
Yes you need to have an internet connection to download jars from ibiblio in your local repository. Without this, you'll need to download manually a lot of jars... Arnaud Do u need the HTTP connection to run the maven script. Can't you download all the jar files manaully and run the

RE: [m1.1b1] IntelliJ IDEA plugin with Maven 1.1beta1

2005-09-26 Thread Arnaud HERITIER
Can you open an issue on Jira please, if this one doesn't yet exist. Arnaud Hi, when generating the iml file with Maven 1.1beta1, I always get the following error when using that iml file: Cannot determine module type for the following module: mymodule. Assuming it is a JAVA module.

RE: how do I install/deploy my ear to my own remote repository

2005-09-28 Thread Arnaud HERITIER
With maven 1 : maven ear:deploy Arnaud -Message d'origine- De : Mick Knutson [mailto:[EMAIL PROTECTED] Envoyé : mercredi 28 septembre 2005 20:57 À : users@maven.apache.org Objet : how do I install/deploy my ear to my own remote repository how do I install/deploy my ear to my

RE: how do I override a parameter for a value in my build.props in crusieControl?

2005-09-28 Thread Arnaud HERITIER
If it's for all your projects you can set it in the build.properties on the account you use to launch CC. Arnaud -Message d'origine- De : Mick Knutson [mailto:[EMAIL PROTECTED] Envoyé : mercredi 28 septembre 2005 22:20 À : users@maven.apache.org Objet : how do I override a

RE: how do I override a parameter for a value in my build.props in crusieControl?

2005-09-28 Thread Arnaud HERITIER
If it's only for one project in CC, you could create a custom goal on this project : maven.xml : goal name=myProject:CC-goal j:set property=XXX value=YYY/ attainGoal name=myRealGoal/ /goal And you call this goal from CC Arnaud -Message d'origine- De : Mick Knutson

Re: how do I override a parameter for a value in my build.props in crusieControl?

2005-09-28 Thread Arnaud HERITIER
, inc. (415) 648-1804 (S.F., CA) http://www.BASELogic.com HP Consulting Services (Walnut Creek, CA) From: Arnaud HERITIER [EMAIL PROTECTED] Reply-To: Maven Users List users@maven.apache.org To: 'Maven Users List' users@maven.apache.org Subject: RE: how do I override a parameter for a value

RE: Antlr plugin not running from reactor in Maven 1.1-beta2

2005-10-04 Thread Arnaud HERITIER
Hi Pedro, It's possible that your problem in antlr is a side effect of another bug in maven 1.1 (variables scope). For the upgrade you can open an issue. We'll do it if this new release is available on ibiblio. Arnaud -Message d'origine- De : Pedro Romano

RE: Antlr plugin not running from reactor in Maven 1.1-beta2

2005-10-04 Thread Arnaud HERITIER
a snapshot if you want to use it temporarly... Arnaud -Message d'origine- De : Pedro Romano [mailto:[EMAIL PROTECTED] Envoyé : mardi 4 octobre 2005 11:42 À : Arnaud HERITIER Objet : Re: Antlr plugin not running from reactor in Maven 1.1-beta2 Hi Arnaud, Thanks for your

RE: [m1.1b1] multiproject failed projects

2005-10-08 Thread Arnaud HERITIER
Can't it be related to MAVEN-1691 ? Arnaud Hi Brett, yes, this is still an issue for us. I filed an issue in jira here: http://jira.codehaus.org/browse/MAVEN-1710 regards, Wim 2005/10/7, Brett Porter [EMAIL PROTECTED]: Hi Wim, Did you get this resolved? If not, could you

RE: Running the test plugin

2005-10-10 Thread Arnaud HERITIER
Hi Peter, Is there no way way you can do new FileInputStream( config1.xml ) under Maven ? You can do something like : new FileInputStream( System.getProperty( basedir ) + /src/test/ ); Arnaud - To unsubscribe,

Re: [m102] unreleased scm plugin 1.5.1

2005-10-11 Thread Arnaud HERITIER
You can get it with : maven plugin:download -Dmaven.repo.remote=http: www.ibiblio.org/maven,http://cvs.apache.org/repository/http://www.ibiblio.org/maven,http://cvs.apache.org/repository/-DgroupId=maven -DartifactId=maven-scm-plugin -Dversion= 1.5.1-SNAPSHOT If you want to build it you'll find

RE: [m1] Changing multiproject lists?

2005-10-12 Thread Arnaud HERITIER
Is it with maven 1.0.2 or 1.1-beta-X ? Arnaud -Message d'origine- De : Matthew Beermann [mailto:[EMAIL PROTECTED] Envoyé : mercredi 12 octobre 2005 19:59 À : users@maven.apache.org Objet : [m1] Changing multiproject lists? I've got a maven.xml snippet that looks like: j:set

Re: Cannot use my ant task as a maven plugin : classloader issue !

2005-10-14 Thread Arnaud HERITIER
Hi Nicolas In maven 1.X there's 2 classloaders The root classloader where is ant and the root.maven classloader where is maven and its dependencies. If you use an ant task which need a dependency you must add the in the root classloader to allow ant to find it. In your POM these dependencies

RE: 1.0.2 project dependencies

2005-10-15 Thread Arnaud HERITIER
If you don't want to use your local repository to get a dependency you can override this one : http://maven.apache.org/using/managing-dependencies.html Is it what you are looking for ? Arnaud -Message d'origine- De : Adrian Zaharie [mailto:[EMAIL PROTECTED] Envoyé : vendredi 14

RE: 1.0.2 project dependencies

2005-10-15 Thread Arnaud HERITIER
AND PLEASE. DO NOT CROSS POST YOUR MESSAGES in DEV and USERS ML Arnaud (Sorry for the previous reply-all) -Message d'origine- De : Arnaud HERITIER [mailto:[EMAIL PROTECTED] Envoyé : samedi 15 octobre 2005 09:54 À : 'Maven Users List' Objet : RE: 1.0.2 project dependencies

RE: Proxy Properties in Maven1.0.2 for GridPort3.5.1

2005-10-15 Thread Arnaud HERITIER
In your ~/build.properties (you must create it the first time) you add maven.proxy.host=... maven.proxy.port=... maven.proxy.username=... maven.proxy.password=... http://maven.apache.org/reference/properties.html#Proxy_Properties Arnaud -Message d'origine- De : F-a-r-h-a-n-a

RE: [urgent]Maven1.0.2 deploy Failed in GridPort3.5.1

2005-10-17 Thread Arnaud HERITIER
Hi Ive been trying to deploy maven in my GridPort3.5.1 Project for past 1 week on redhat Linux 9...im using command 'maven deploy' and following is the error that I get every time .Plz suggest sloution : [SNIP] It seems that this jar is invalid :

RE: How to add html parser dependency?

2005-10-18 Thread Arnaud HERITIER
Yes this is the faster solution. You can also follow the instructions given in [1] to upload it to ibiblio. [1] http://maven.apache.org/reference/repository-upload.html Arnaud -Message d'origine- De : Siegfried Heintze [mailto:[EMAIL PROTECTED] Envoyé : mercredi 19 octobre 2005

RE: Need an example of calling a batch file from maven please.

2005-10-18 Thread Arnaud HERITIER
In m1 you can use the ant:exec task in your maven.xml scripting file Arnaud -Message d'origine- De : Mick Knutson [mailto:[EMAIL PROTECTED] Envoyé : mercredi 19 octobre 2005 00:55 À : users@maven.apache.org Objet : Need an example of calling a batch file from maven please. I

RE: How to add html parser dependency?

2005-10-19 Thread Arnaud HERITIER
not. I'm confused. Thanks, Siegfried -Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 10:41 PM To: 'Maven Users List' Subject: RE: How to add html parser dependency? Yes this is the faster solution. You can also follow

RE: [m102]: Problem with war:deploy

2005-10-19 Thread Arnaud HERITIER
In fact I'm not sure you can deploy on a maven repository an artifact without a version. It's the fundation of the repository. Arnaud -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : mercredi 19 octobre 2005 22:09 À : Maven Users List Objet : [m102]:

RE: [m102]: Problem with war:deploy

2005-10-19 Thread Arnaud HERITIER
to ${pom.artifactId}.war Thanks, Rk x77309 On Wed, 19 Oct 2005, Arnaud HERITIER wrote: In fact I'm not sure you can deploy on a maven repository an artifact without a version. It's the fundation of the repository. Arnaud -Message d'origine- De : [EMAIL PROTECTED

RE: Maven SQL tasks

2005-10-20 Thread Arnaud HERITIER
I'm not sure there's a SQL plugin for maven 1 but you effectively can do it with ant in your maven.xml. Arnaud -Message d'origine- De : Marco Mistroni [mailto:[EMAIL PROTECTED] Envoyé : jeudi 20 octobre 2005 11:03 À : Maven Users List Objet : Maven SQL tasks hello all, i was

RE: [m1.1] Email notification on build failure.

2005-10-20 Thread Arnaud HERITIER
You can use a CI tool like continuum, cruise control and it'll do it for you Arnaud -Message d'origine- De : Hogeweg, Erwin (GE Infrastructure) [mailto:[EMAIL PROTECTED] Envoyé : jeudi 20 octobre 2005 14:10 À : Maven Users List Objet : [m1.1] Email notification on build failure.

Re: Problem with the POM version

2005-10-21 Thread Arnaud HERITIER
You must add a currentVersion in your project.xml project ... currentVersion1.0-SNAPSHOT/currentVersion ... /project Arnaud On 10/21/05, Gansel, Toni (EXTERN: LOGICA) [EMAIL PROTECTED] wrote: Hello, I have to work with mavon now and have the first problem. I have created a maven project

RE: [M1.0.2] How to change resources dependencies at runtime

2005-10-22 Thread Arnaud HERITIER
I don't understand what you want to do. Can you explain it a little bit more ? What do you call at runtime ? When you are running maven ? Arnaud -Message d'origine- De : Alexandre Touret [mailto:[EMAIL PROTECTED] Envoyé : vendredi 21 octobre 2005 11:53 À : Maven Users List Objet

RE: build release process using maven

2005-10-22 Thread Arnaud HERITIER
Hi, You can take a look at the JDIFF plugin which allow you to tracks changes in your APIs : http://maven.apache.org/reference/plugins/jdiff/ (be careful, I don't know if we'll not replace this URL - in some hours/days - by http://maven.apache.org/maven-1.x/reference/plugins/jdiff/) Arnaud

RE: [m1] Manifest-only Jar

2005-10-24 Thread Arnaud HERITIER
Hi Michael, I didn't never see that !! Can you open an issue and send us if possible a little project to reproduce it (with all you environment informations...). Arnaud -Message d'origine- De : Michael Böckling [mailto:[EMAIL PROTECTED] Envoyé : lundi 24 octobre 2005 17:55 À :

RE: Running Test Cases

2005-10-24 Thread Arnaud HERITIER
To run tests you must call the goal test:test (aka test) http://maven.apache.org/maven-1.x/reference/plugins/test/goals.html Arnaud -Message d'origine- De : Padmanabha Rao A. [mailto:[EMAIL PROTECTED] Envoyé : lundi 24 octobre 2005 17:26 À : Maven Users List Objet : Running Test

RE: SNAPSHOT problems

2005-10-26 Thread Arnaud HERITIER
Snapshots were removed in ibiblio some days ago Snapshots delivered by apache projects are now available here : http://cvs.apache.org/repository/ You can setup your maven build to retreive your dependencies from ibiblio and this repository with the property :

RE: create an entry into internal repository

2005-10-26 Thread Arnaud HERITIER
It depends. With m2 there's the maven repository plugin. With m1 you can create a bundle and use the repository:upload-bundle goal or you can do it manually (ftp, ...) Arnaud -Message d'origine- De : Luca Gmail [mailto:[EMAIL PROTECTED] Envoyé : mercredi 26 octobre 2005 10:09 À

Re: Issue with maven 1.0.2 and ibiblio site

2005-10-27 Thread Arnaud HERITIER
It's a problem on ibiblio. http://jira.codehaus.org/browse/MAVEN-1718 Carlos ? When do you think it will be fixed ? Arnaud On 10/27/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello, I just installed a fresh copy maven 1.0.2 on a computer. I used the Windows executable version to do

Re: Issue with maven 1.0.2 and ibiblio site

2005-10-27 Thread Arnaud HERITIER
The problem is that they weren't versioned items. It's why all these artifacts were removed (*-dev.jar, *-SNAPSHOT.jar). Our error was to publish plugins which used artifacts not yrt released :-( Sorry. Arnaud On 10/27/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: It's a problem on ibiblio.

Re: new sites

2005-10-27 Thread Arnaud HERITIER
The site for JXR should also be redeployed with the new LF. Arnaud On 10/27/05, Jason van Zyl [EMAIL PROTECTED] wrote: On Thu, 2005-10-27 at 09:54 +0100, Mark Hobson wrote: On 26/10/05, Brian Bonner [EMAIL PROTECTED] wrote: I presume these are both for M2? It's probably because I'm new,

RE: Setting global properties - is it even possible?

2005-10-27 Thread Arnaud HERITIER
You can take a look at the tag set in Jelly http://jakarta.apache.org/commons/jelly/tags.html#core:set Arnaud -Message d'origine- De : Mironenko, Philip [mailto:[EMAIL PROTECTED] Envoyé : jeudi 27 octobre 2005 16:18 À : users@maven.apache.org Objet : Setting global properties -

RE: SNAPSHOT problems (please verify maven 2 repository)

2005-10-27 Thread Arnaud HERITIER
we be using: http://www.ibiblio.org/maven??? or http://repo1.maven.org/maven2 which redirects to http://www.ibiblio.org/maven2. Thanks, Brian On 10/27/05, Arnaud HERITIER [EMAIL PROTECTED] wrote: Snapshots were removed in ibiblio some days ago Snapshots delivered by apache

RE: Overriding plugin properties

2005-10-27 Thread Arnaud HERITIER
Which maven 1.X are you using ? 1.1-beta-something or 1.0(.2) ? Arnaud -Message d'origine- De : Michael Böckling [mailto:[EMAIL PROTECTED] Envoyé : jeudi 27 octobre 2005 17:33 À : Maven Users List Objet : Overriding plugin properties Hi, I have a similar question as

RE: jxr site

2005-10-27 Thread Arnaud HERITIER
Hi Jason, Thanks. Should we add it in the links of all sites like SCM and Wagon? Arnaud -Message d'origine- De : Jason van Zyl [mailto:[EMAIL PROTECTED] Envoyé : jeudi 27 octobre 2005 18:39 À : Maven Users List Objet : jxr site Hi Arnaud, There you go:

RE: [M102] can I build a site only for a major.minor release?

2005-10-27 Thread Arnaud HERITIER
Hi Thomas, What you want to do is to build/deploy your code from the trunk and generate/publish your site from a tag ? It's not really possible within maven because you should switch between these two versions. What about reports ? Do you want to generate reports for the trunk

  1   2   3   4   5   6   7   8   >