Re: [M2] Using Spring with Maven / Eclipse

2005-09-28 Thread Nicolas Chalumeau
post an issue at http://jira.codehaus.org/browse/MEV for it Nicolas 2005/9/28, Jose Gonzalez Gomez [EMAIL PROTECTED]: Hi there, I'm trying to use Spring / Maven / Eclipse in one of my projects with no success. I have included the following dependency in my pom: dependency

Fwd: [M2] Using Spring with Maven / Eclipse

2005-09-28 Thread Nicolas Chalumeau
-- Forwarded message -- From: Jose Gonzalez Gomez [EMAIL PROTECTED] Date: 28 sept. 2005 19:12 Subject: Re: [M2] Using Spring with Maven / Eclipse To: Nicolas Chalumeau [EMAIL PROTECTED] http://jira.codehaus.org/browse/MEV-98 Meanwhile, anybody has a list of spring dependencies

Re: xdoclet and ejb

2005-09-23 Thread Nicolas Chalumeau
there is 2 plugin for this : http://maven.apache.org/reference/plugins/jar/ http://xdoclet.sourceforge.net/xdoclet/maven-plugin.html 2005/9/23, Edgar Poce [EMAIL PROTECTED]: hi I'm working in a project and I'd like to build not only the jar but also to run xdoclet, is there any plugin that

Fwd: How to include my application.xml and unversioned artifacts

2005-07-27 Thread Nicolas Chalumeau
-- Forwarded message -- From: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: 27 juil. 2005 12:46 Subject: Re: How to include my application.xml and unversioned artifacts To: [EMAIL PROTECTED] Hi I think i've found the reason why my application.xml is not being included in the ear. In

Fwd: How to include my application.xml and unversioned artifacts

2005-07-27 Thread Nicolas Chalumeau
Bhaskar can you send your message directly to the list (I forward them to) because your comment about util:available file=${maven.earappxml test seems to be an issue. Nicolas -- Forwarded message -- From: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: 27 juil. 2005 13:00 Subject: Re:

Re: How to include my application.xml and unversioned artifacts

2005-07-26 Thread Nicolas Chalumeau
2005/7/26, [EMAIL PROTECTED] [EMAIL PROTECTED]: being new to maven i've started by creating one 'project.xml' per module without inheritence. My project consists of one ejeb module, one web module and two java modules. after generating all the articats individually from command prompt i'm

Re: name of final jar file

2005-07-21 Thread Nicolas Chalumeau
You can use maven.jar.final.name to redefine the jar name Nicolas 2005/7/21, [EMAIL PROTECTED] [EMAIL PROTECTED]: Hi, As you know, Maven appends the version with the name of the final JAR during building. We need to get rid of the version part and have the JARS retain their original name.

Re: [M1] Clover license problem

2005-07-21 Thread Nicolas Chalumeau
reportmaven-clover-plugin/report reportmaven-jxr-plugin/report /reports only. Have do I make sure I'm using right version etc. ie. what do I need to change.? Many thanks for your reply, Mike brbrbrFrom: Nicolas Chalumeau [EMAIL PROTECTED]brReply-To: Nicolas

Re: Still struggling with J2EE project

2005-07-08 Thread Nicolas Chalumeau
There was a talk about it sometime ago. Take a look at the article and book section: http://maven.apache.org/reference/articles.html You will find some good exemple here.I personnaly use the Vincent proposal at work (http://www.pivolis.com/pdf/J2EE_projects_Maven_V1.1.pdf) and it fit my need.

Re: [m2] error downloading resources:resources

2005-06-16 Thread Nicolas Chalumeau
I remember to have discuss about it but it was probably on the common list... The resources:resources is an internal test artifact that the commons-configuration use to execute some test. I thought it was fixed ! I fix it in my local repo by change its scope to test. Nicolas 2005/6/16, Brett

Re: [m2] JUnit test using files, with multiple modules

2005-06-15 Thread Nicolas Chalumeau
2 solutions I think : 1/ use the resources in the pom to locate your file in the test classpath 2/ use the basedir system properties to find the test file. I did not use this solution but using maven 1 with multiproject I needed to add ${basedir}/myResources to don't have the same problem that's

Re: Maven-test question

2005-06-14 Thread Nicolas Chalumeau
It look like an invalide unitTestSourceDirectory path in your project.xml Nicolas 2005/6/14, Simon McClenahan [EMAIL PROTECTED]: I am trying to use Maven 1 to manage an existing project(s), from within Eclipse plug-in Mevenide and/or the command line. When using the goal jar:jar , I get the

Re: How to organize shared subprojects?

2005-06-10 Thread Nicolas Chalumeau
Hi Daniele 2005/6/10, Daniele Pizzoni [EMAIL PROTECTED]: Suppose I have 2 big projects Big1 and Big2, they both use a little web sub-application WA. I use WA in Big1 and Big2 as a Maven subproject, say WA1 and WA2. The issue is that WA, WA1 and WA2 are not identical. That is they share

Re: Unable to get latest SNAPSHOT version from repository.

2005-06-10 Thread Nicolas Chalumeau
In the http://maven.apache.org/maven2/maven1.html# page it is said : Improved SNAPSHOT handling - Snapshots are now checked for updates only once per day by default - though can be configured to be once per build, on a particular interval, or never. A command line option can force a check -

Re: Unable to get latest SNAPSHOT version from repository.

2005-06-10 Thread Nicolas Chalumeau
oups!! You can do this in the settings.xml with the settingsprofilesprofilerepositoriesrepositorysnapshotPolicy/ element http://maven.apache.org/maven2/maven-settings/settings.html#class_Repository 2005/6/10, Nicolas Chalumeau [EMAIL PROTECTED]: In the http://maven.apache.org/maven2/maven1

Re: M2 EJB basics

2005-06-09 Thread Nicolas Chalumeau
Hi Nathan 2005/6/9, Nathan Sowatskey (nsowatsk) [EMAIL PROTECTED]: Hi It may be that I too much of a newbie to Maven to be considering M2, but I am trying anyway :-) In the example below I have some EJB code that won't compile as it can't find the EJB jars. What I can't see is how to

Re: [m2] Using xdoclet to generate EJB artefacts

2005-06-09 Thread Nicolas Chalumeau
There is not actually any xdoclet plugin for M2. 2005/6/9, Nathan Sowatskey (nsowatsk) [EMAIL PROTECTED]: Hi all Plodding progress. Now that I get the code compiled (see passim), I need to use xdoclet to generate my interfaces and deployment descriptors. A similar subject on the list

Re: [m2] Using xdoclet to generate EJB artefacts

2005-06-09 Thread Nicolas Chalumeau
2005/6/9, Kenney Westerhof [EMAIL PROTECTED]: On Thu, 9 Jun 2005, Nathan Sowatskey wrote: Hi there, I'm currently working on an xdoclet plugin for m2. It's an unofficial plugin, and I plan to donate it to either maven or the xdoclet team. As soon as it's alpha ready I'll announce it

Re: [Mavenbook.org] What content would you like to see?

2005-06-07 Thread Nicolas Chalumeau
Hi Vincent 2005/6/7, Vincent Massol [EMAIL PROTECTED]: Hi there, Tim O'Brien and I have started a web site called http://www.mavenbook.org. I just take a quick look, it seems (and is) a good idea. One of its goal is to advertise the Maven: A Developer's Notebook that we have written for

Re: Maven 1.0.2 Proxy Problem

2005-06-02 Thread Nicolas Chalumeau
Hi Michael 2005/6/2, Michael [EMAIL PROTECTED]: Thanks for the tip. I looked at using maven-proxy but was afraid of the 0.1 release number. What has your experience been using it? Is it ready for a production development environment? Here is my feed back. There is absolutly no problem in

Re: EAR multiproject sample

2005-06-01 Thread Nicolas Chalumeau
Look in the article section http://maven.apache.org/reference/articles.html Particulary to the Vincent pdf : http://www.pivolis.com/pdf/J2EE_projects_Maven_V1.1.pdf Nicolas 2005/6/1, Manos Batsis [EMAIL PROTECTED]: Hello, I know i may be asking too much, but i tried googling for a sample

Re: Site generation on UNIX: problem with accents in POM

2005-05-31 Thread Nicolas Chalumeau
I don't check it in the POM as my compagny have no accent in its name/descrition. But you can try to add this property in your project.properties file : maven.docs.outputencoding = ISO-8859-1 Nicolas, 2005/5/31, [EMAIL PROTECTED] [EMAIL PROTECTED]: Hi guys, I have a problem with accents

Re: Task list of // TODO comments

2005-05-27 Thread Nicolas Chalumeau
Good luck and all my admiration expression if you provide the velocity patch for this... It will be really really hard as : - this kind of comment can be every where (ie not in a class / method / attribut comment) - $class.getTags(aTag) will not work are they are not regular javadoc comment ie

Re: /lib directory is overflooded

2005-05-27 Thread Nicolas Chalumeau
use war.bundletrue/war.bundle to specify witch dependancies you want to incluse in the war. http://maven.apache.org/reference/plugins/war/ 2005/5/27, Igor Deruga [EMAIL PROTECTED]: Dear members! I have a project that contains several modules. One module is a .war. Other are .jars that end in

Re: Problem in using Tomcat Web Server on a Linux OS as the Central repository

2005-05-25 Thread Nicolas Chalumeau
Can you try with the -X option to have more info on the exact error (404...)? Personnaly i do exactly the same thing and have no problem (i add a WEB-INF/web.xml too) Nicolas On 5/25/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Graham, Thanks for your immediate response. I had created

Re: Problem in using Tomcat Web Server on a Linux OS as the Central repository

2005-05-25 Thread Nicolas Chalumeau
the Maven Central repository (Tomcat Web Server). Thanks Regards, Deepa -Original Message- From: Nicolas Chalumeau [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 25, 2005 5:08 PM To: Deepa Muthukumar (WT01 - Technology,Media,TransportationServices) Subject: Re: Problem in using Tomcat

Re: run continuum as webapp

2005-05-25 Thread Nicolas Chalumeau
The deployed war is in C:\continuum-1.0-alpha-1\apps\continuum. You probably can use it to generate a war Nicolas On 5/25/05, Christian Schlaefcke [EMAIL PROTECTED] wrote: Hi Folks, because I cannot find a war file I wonder if it´s possible to run continuum as a webapp in an application

Re: release-plugin - deprecated?

2005-05-24 Thread Nicolas Chalumeau
On 5/24/05, Maciej Zywno [EMAIL PROTECTED] wrote: Hi, I wanted to use the release plugin. I can see that it is deprecated. What plugin is the successor of it? The scm plugin have some useful goal in your case : http://maven.apache.org/reference/plugins/scm/releasing.html Nicolas

Re: [m2] how to control the plugin execution order

2005-05-23 Thread Nicolas Chalumeau
Hi Anatol I's actually just a project in my todo list but I will do it as I need it ;-). I let you know when it will be ready. Do you want I open an issue for this (xdoclet2 project or xdoclet2 plugin project ?) Nicolas On 5/23/05, Anatol Pomozov [EMAIL PROTECTED] wrote: PS: if my M2 XDoclet2

Re: Assembly and deploy

2005-05-23 Thread Nicolas Chalumeau
I thing m2 assembly:assembly will do the job Nicolas, On 5/23/05, Ilyevsky, Leonid (Equity Trading) [EMAIL PROTECTED] wrote: How can I tell assembly plugin to upload the assembly file in remote repository (similar to what deploy pluging is doing, using distributionManagement)?

Re: Location of non-distributed resource files

2005-05-21 Thread Nicolas Chalumeau
Very Interresting discution. In fact I'm having same problem. I think they are multiple resources file nature (like the dependancies) : 1/ Plugin resources (xdocs, checkstyle definition) : here they are every thing ie ./checkstyle.xml, $HOME/.maven/..., /xdocs (I like the m2 approach : xdocs

[m2] how to control the plugin execution order

2005-05-20 Thread Nicolas Chalumeau
I want to develop a mojo plugin for my project. The goal is to generate java file from generated java file ie I use modello to generate my class file but I want to generate interface for this classes probably with XDoclet2 (GUI component will implement this interface and extends JFrame for

Re: How to gracefully stop the M(1) current set of queued processes

2005-05-18 Thread Nicolas Chalumeau
Simple solution : ctrl c Nicolas, On 5/18/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have written a set of goals to deploy to our server our configuration. The process requires a set of properties to be defined that are used to customize the deployment descriptors. If a required

[m2] ignore some report

2005-05-17 Thread Nicolas Chalumeau
I have a site module that contain no src java file? The main project have no report and the list of report to generate are only in the module sub project. In all the module I have : reports plugins plugin groupIdorg.apache.maven.plugins/groupId

[m2] bug in eclipse:eclipse

2005-05-14 Thread Nicolas Chalumeau
I find a bug in the eclipse pluggin and want to file it to jira but where MNG or to the eclipse plugin one? the bug is the the generate file are note portable like in the M1 plugin path=C:/Documents and Settings/Nicolas/.m2/repository/... the path is hard coded

Re: Unsatisfied dependencies

2005-05-12 Thread Nicolas Chalumeau
The error message I get is as follows: The build cannot continue because of the following unsatisfied dependencies: commons-jelly-tags-antlr-20030211.143720.jar antlr-2.7.2.jar The command I'm running is as follows: maven -p project.xml -Dmaven.mode.online=false

[m2] site and modules design question

2005-04-29 Thread Nicolas Chalumeau
I have a classical layout : /root |--/module1 |--/module2 |--/user-site moduleX will have some dev doc and report (clover, junit...) and user-site provide only doc for the user. I think first having a /root/src/site/xdoc/navigation.xml that make the link to the module deployed doc, it will work

Re: [m2] Multiproject Dependecies

2005-04-27 Thread Nicolas Chalumeau
Personnaly I use eclipse with my multiprojects. I define 1 project per subproject (as most the other developer in it allways work on only a part and I manage all of them). In fact, in my case I don't see any need to use a multiproject structure directly in eclipse (i really like command line with

Réf. : Re: Enterprise Build Presentation sample

2005-04-14 Thread Nicolas . CHALUMEAU
I don't know if it is what you want to know but multiproject use a pattern to locate subproject maven.multiproject.includes = **/project.xml maven.multiproject.excludes = project.xml maven.multiproject.basedir=${basedir} This config will match all the subproject in any sub folder. That the one

[M2] use maven-proxy ?

2005-04-13 Thread Nicolas Chalumeau
We use for maven 1 the maven-proxy between our server repo and ibiblio. I try to find the way to do the same with m2 (I maybe doesn't look on the good place). Is it possible ? Nicolas, - To unsubscribe, e-mail: [EMAIL PROTECTED]

[Maven 2] [commons-configuration] dependencies problems

2005-04-13 Thread Nicolas Chalumeau
For commons-configuration I find that some deps of the maven 2 pom have problems dependency groupIdcommons-logging/groupId artifactIdcommons-logging-api/artifactId version1.0.4/version /dependency If you use commons-logging as the artifactId the pom isn't here

Re: multiproject

2005-04-06 Thread Nicolas Chalumeau
You need to use SNAPSHOT version to force maven to resolve the build order Nicolas On Apr 6, 2005 3:14 PM, Kenney Westerhof [EMAIL PROTECTED] wrote: On Wed, 6 Apr 2005, Bahaa Nasrallah wrote: Looks like you have a dependency on A somewhere. Anyway, building C which depends on B (you

Re: maven-cruisecontrol-plugin

2005-04-05 Thread Nicolas Chalumeau
I think that your maven.scm.cvs.root property is not set... Is the value of repository connection and developerConnection are valid ? Nicolas, On Apr 5, 2005 10:38 AM, Stephen Gray [EMAIL PROTECTED] wrote: Hi, I have maven running cruisecontrol but Im getting the following error: BUILD

Re: Targeting multiple appservers

2005-03-31 Thread Nicolas Chalumeau
into consideration that the article dated from 2003 I hoped that something orthogonal to projects had been introduced to manage portability... Georg Nicolas Chalumeau wrote: One good this is to have in-container tests : look at cactus (jakarat.apache.org/cactus), it allow you to run

Re: Dependencies for HtmlUnit

2005-03-31 Thread Nicolas Chalumeau
For the dependancies a good thing is to look in the pom of this project : http://www.ibiblio.org/maven/htmlunit/poms/ Nicolas, On Thu, 31 Mar 2005 04:42:15 -0500, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all, I am just trying to get a maven project running which uses htmlunit. I just

Re: Targeting multiple appservers

2005-03-30 Thread Nicolas Chalumeau
One good this is to have in-container tests : look at cactus (jakarat.apache.org/cactus), it allow you to run the test in multiple server. A great pdf talk about a possible structuration (it's not the unique one) : http://www.pivolis.com/pdf/J2EE_projects_Maven_V1.1.pdf Nicolas, On Wed, 30 Mar

Re: maven roadmap - should i stay or should i go

2005-03-24 Thread Nicolas Chalumeau
All old plugin in jelly will be suported. As far I know the trouble will be with all the goal you have in your maven.xml as (I am maybe wrong) this file not be use in M2 Nicolas On Thu, 24 Mar 2005 08:39:49 -0500, Steve Molloy [EMAIL PROTECTED] wrote: Huh... Exactly how much trouble are we

Re: multiproject deps

2005-03-22 Thread Nicolas Chalumeau
A best structure should be : - root project (multiproject) - project A - ear - project A.1 - ejbs - project A.2 - webapps (war) - project A.3 - webservices (war) And then use X.X-SNAPSHOT as version number. In that case the dependancies order will be resolve with multiproject.

Re: Multiproject plugin

2005-03-17 Thread Nicolas Chalumeau
You maybe can try something like : ${pom.getPluginContext('maven-multiproject-plugin').getVariable('multiprojects')} I know it work to acces to the plugin's properties but for an internal one I never try. An other way could be to do the same as multiproject ie : maven:reactor

Re: [ANN] Maven book and Maven Quiz

2005-03-10 Thread Nicolas Chalumeau
Hi Vincent On Thu, 10 Mar 2005 10:50:31 +0100, Gisbert Amm [EMAIL PROTECTED] wrote: Vincent Massol wrote: Hi everyone, Here it is, it's now official! I'm currently writing a Maven book for O'Reilly with Tim O'Brien. I can't say much more at this point in time except that it'll be

Re: commons-jelly-tags-ant-1.1-SNAPSHOT.jar - cannot be found

2005-03-10 Thread Nicolas Chalumeau
You will find it here http://cvs.apache.org/repository/commons-jelly/jars/ Nicolas, On Thu, 10 Mar 2005 14:37:00 +0100, Maciej Zywno [EMAIL PROTECTED] wrote: Hi, Please, could anyone send this library to me? I cannot build maven because this library cannot be downloaded neither

Add Vicent Massol pdf to the article section (Re: breaking a PROJECT up into multiple Maven Projects)

2005-03-04 Thread Nicolas Chalumeau
Yet an other reference to this great pdf. So I think it could be a good thing to add it in the misc/articles section in the website. What is the other user vote for this ? Nicolas, On Fri, 4 Mar 2005 00:14:06 +0100, Arnaud HERITIER [EMAIL PROTECTED] wrote: You can read this :

iutest properties

2005-03-04 Thread Nicolas . CHALUMEAU
In the doc of the test plugin I see the maven.iutest.* properties for the integration test but I don't see any reference of this properties in the plugin.jelly of this plugin. So Is this fonctionnallity is enable or not ? Nicolas,

Re: [Vote] to release maven-plugin-plugin ;-)

2005-02-23 Thread Nicolas Chalumeau
Is there now a way to generate plugin in maven.plugin.user.dir instead of MAVEN_HOME/plugin? I remember discust about this on the mailling list but don't find issue in jira! On Tue, 22 Feb 2005 14:37:54 -0800, dan tran [EMAIL PROTECTED] wrote: maven-plugin-plugin has added ton of features like

Re: abbot plugin problem

2005-02-23 Thread Nicolas . CHALUMEAU
Caused by: java.lang.NoClassDefFoundError: junit/framework/TestListener Is this class is in your junit jar ? Nicolas, Henrard Frédéric [EMAIL PROTECTED] 23/02/2005 11:15 Veuillez répondre à Maven Users List Pour : Maven Users List users@maven.apache.org cc :

Re: abbot plugin problem

2005-02-23 Thread Nicolas Chalumeau
Looking to the log, junit-3.8.1.jar is not in your classpath. Did you define the unitTestSourceDirectory ? Is maven test:compile works ? Nicolas, On Wed, 23 Feb 2005 11:34:17 +0100, Henrard Frederic [EMAIL PROTECTED] wrote: Yes I can find it into the

Re: Glogal Changes and Roadmap documents

2005-02-03 Thread Nicolas Chalumeau
http://maven.apache.org/reference/plugins/changes/ and http://maven-plugins.sourceforge.net/maven-tasks-plugin/index.html Are probably the simple solution. No ? Nicolas, On Thu, 03 Feb 2005 09:30:24 +0100, Laurent Michenaud [EMAIL PROTECTED] wrote: Hi, I would like to manage a document

Re: Clover license expired?

2005-02-02 Thread Nicolas Chalumeau
You need to use an other version of the clover jar i think (maybe a free one or not) and look at the http://maven.apache.org/reference/plugins/clover/faq.html to change it in your project. An other solution is to use an other coverage tool like jcoverage (a maven plugin exist) or emma (don't know

Re: Maven and CruiseControl

2005-01-18 Thread Nicolas Chalumeau
Call first the update of your project I your list of goal to attain schedule interval=30 maven goal=scm:update-project|clean|test projectfile=project.xml mavenscript=c:/maven/bin/maven /maven /schedule Nicolas On Tue, 18 Jan 2005 08:28:20 -0700, Guy

Re: maven and the abbot-plugin (webstart)

2005-01-17 Thread Nicolas Chalumeau
Maybe the plugin test applications can help you : http://cvs.apache.org/viewcvs.cgi/maven-plugins/abbot/src/plugin-test Nicolas, On Mon, 17 Jan 2005 15:35:51 +0100, Christian Netthöfel [EMAIL PROTECTED] wrote: Hi there, I'm currently trying to test a webstart-application with abbot. Testing

Re: Dependencies problem

2005-01-07 Thread Nicolas Chalumeau
It is the role of the ejb.bundle property in the pom : dependency idjarid/id versionjarversion/version properties ejb.bundlefalse/ejb.bundle /properties /dependency Look at : http://maven.apache.org/reference/plugins/ejb/properties.html Nicolas, On Fri,

Re: multiple-platform

2004-12-29 Thread Nicolas Chalumeau
Java is multiplatform or I don't understand what you want to know ! If you have some plateform specific thing you better use 1 subproject per platform and play with the dependancies to include them in some project Nicolas, On Wed, 29 Dec 2004 11:41:47 +0200, Glasman, AdiX [EMAIL PROTECTED]

Re: Automated testing using cactus...

2004-12-29 Thread Nicolas Chalumeau
cactus user list is probably the best location for your question but you probably want something like : http://nagoya.apache.org/jira/browse/CACTUS-144 The patch is here Nicolas, On Wed, 29 Dec 2004 16:44:49 +0100, Claudius Spellmann [EMAIL PROTECTED] wrote: Hi, I've got a problem when I

Re: More of multiproject questions

2004-12-15 Thread Nicolas Chalumeau
It is the classic transitive dependancies reponce : Transitive dependancies will be support in maven2 but they are not support in maven1.X actually But one thing you can do is declare this jar in the project.xml that your PL extends so they don't be in your PL pom directly Nicolas, On Wed, 15

Re: Overriding plugin jars

2004-12-15 Thread Nicolas Chalumeau
Change the version number and use it in your pom. Nicolas, On Wed, 15 Dec 2004 13:14:15 +0100, Jose Gonzalez Gomez [EMAIL PROTECTED] wrote: Hi there, I have patched a jar that is used by a plugin (xdoclet-hibernate-module and maven-xdoclet-plugin). Is there any way to tell the xdoclet

Re: Maven and C\CPP development

2004-12-13 Thread Nicolas Chalumeau
native :-) http://maven.apache.org/reference/plugins/native/ On Mon, 13 Dec 2004 23:30:23 +0200, Graham Leggett [EMAIL PROTECTED] wrote: Brett Porter wrote: There is a native plugin which hopefully will fit your needs. Please let us know if it doesn't. What is the plugin called?

Re: Has anyone integrated Jester with Maven? (Plugin or maven.xml)?

2004-12-09 Thread Nicolas Chalumeau
Hi Michael, It look in Jester feature request and find : - A maven plugin request : http://sourceforge.net/tracker/index.php?func=detailaid=968968group_id=23959atid=380054 - An ant task request : http://sourceforge.net/tracker/index.php?func=detailaid=920569group_id=23959atid=380054 Maybe you

Re: Snapshot etiquette

2004-12-08 Thread Nicolas Chalumeau
For me the better way to do is the approch 1.5 ;-). During the development use the X.X-SNAPSHOT and before release the artifact use the X.X version number. With this way you can use the power of snapshot dependancies with a version number notion. Nicolas, On Tue, 7 Dec 2004 17:42:15 -0500,

Re: Using Snapshots.

2004-12-03 Thread Nicolas Chalumeau
On Fri, 3 Dec 2004 10:14:51 -, Roy, Anthony [EMAIL PROTECTED] wrote: Hi all, We have recently started using Maven for our build process on one of the projects. The project in question is in a stable state, and I want to version it and use the snapshot feature for the future builds. I

Re: need some pointers

2004-11-29 Thread Nicolas Chalumeau
Right now I have an Ant script written for each module, and another ant script that call those three ant scripts in order to build the project. How would I get Maven to do the same thing as my ant scripts? Use the multiproject plugin. The next command do what you want : maven

Re: sending mail if compailation fails

2004-11-26 Thread Nicolas Chalumeau
The nagEmailAddress element in the pom is use by CC to send email when build fail I don't think you can send an email in a postGoal of test as if there is test failure the build stop. The solution to don't stop the build when there are test failure is probably to set the maven.test.failure.ignore

Re: sending mail if compailation fails

2004-11-26 Thread Nicolas Chalumeau
it better to use cruise control and let it fail and mail when the tests fail. I am totaly agree with you : a build tool isn't a continious integration tool Nicolas, - Brett On Fri, 26 Nov 2004 14:05:14 +0100, Nicolas Chalumeau [EMAIL PROTECTED] wrote: The nagEmailAddress element

Re: maven automation of webspher deployment

2004-11-25 Thread Nicolas . CHALUMEAU
Cargo provides a Java API to start/stop and configure Java containers. I think it is what you are looking for ! http://cargo.codehaus.org/ Nicolas, Dion Gillard [EMAIL PROTECTED] 25/11/2004 07:28 Veuillez répondre à Maven Users List Pour : Maven Users List [EMAIL PROTECTED]

Re: Add dynamic dependiences

2004-11-24 Thread Nicolas Chalumeau
On Wed, 24 Nov 2004 11:20:05 -0500, Adrian Tarau [EMAIL PROTECTED] wrote: Hi, I want to build an ear, and in the ear I want to put a war or jar which is not define in the dependences (it is build in this project). Why don't define one project per artifact type and use multiproject ?

Re: SCM plugin

2004-11-22 Thread Nicolas . CHALUMEAU
Actually the scm plugin only work with cvs Nicolas, [EMAIL PROTECTED] 22/11/2004 14:06 Veuillez répondre à Maven Users List Pour : [EMAIL PROTECTED] cc : Objet : SCM plugin Does the scm plugin work with ClearCase? Jeff Registered Linux user number 366042

Re: Grouping related projects

2004-11-18 Thread Nicolas . CHALUMEAU
Use the multiproject with a directory structure like /root /common-prj1 /common-prj2 ... /common-all common-prj* are maven.multiproject.type=jar common-all is maven.multiproject.type=uberjar and have all the common-prj* in his dependancies On the root dir using

Réf. : maven cvs commit goal?

2004-11-18 Thread Nicolas . CHALUMEAU
What you want is the ant:cvs task. Example for checkout in the scm plugin it is done with : ant:cvs command=checkout ${maven.scm.cvs.checkout.flags} quiet=${maven.scm.cvs.quiet} cvsRsh=${maven.scm.cvs.rsh} cvsRoot=${maven.scm.cvs.root} dest=${maven.scm.checkout.dir}

Do scm:perform-release deploy really in the remote repository?

2004-11-17 Thread Nicolas . CHALUMEAU
It is said in the goal doc of the scm plugin that the scm:perform-release : ... It then builds a clean version of the code and deploys it to the remote repository... But when I use it all works fine but the artifact is not deploy anywhere just in my local repository as the

Re: Do scm:perform-release deploy really in the remote repository?

2004-11-17 Thread Nicolas . CHALUMEAU
Please ignore this mail when I reread it I realyse that I need to use : maven.scm.bootstrap.goals=jar:deploy But there is a problem in the doc here ! Nicolas [EMAIL PROTECTED] 17/11/2004 12:08 Veuillez répondre à Maven Users List Pour : Maven Users List [EMAIL PROTECTED]

Re: How should I use SNAPSHOT?

2004-11-17 Thread Nicolas Chalumeau
For your solution see after. Steve Molloy wrote: Remove the 1.0- in the dependency, SNAPSHOT means latest, no version... Yes it solve the problem but just a remarque. I use versionned snapshot because user can view whitch version is underdevellopement. How a project could whitch final version

RE: Problem with Reactor build order

2004-11-12 Thread Nicolas . CHALUMEAU
Use SNAPSHOT version will solve it. Nicolas, Louis Burroughs [EMAIL PROTECTED] 12/11/2004 15:39 Veuillez répondre à Maven Users List Pour : Maven Users List [EMAIL PROTECTED] cc : Objet : Problem with Reactor build order I am having trouble with Reactor

Réf. : A war dependency

2004-11-04 Thread Nicolas . CHALUMEAU
Use the type element : dependency idmy_war/id version2.0/version typewar/type /dependency Nicolas, MIDON ALEXIS [EMAIL PROTECTED] 04/11/2004 11:57 Veuillez répondre à Maven Users List Pour : Maven Users List [EMAIL PROTECTED] cc : Objet : A war

Re: problem with maven

2004-10-21 Thread Nicolas . CHALUMEAU
2) Take a look at : http://wiki.codehaus.org/maven/DirectoryLayout 3) As the log say, you have define the properties : maven.appserver.version and maven.appserver.name in your project.properties file : maven.appserver.name=[serveur name] maven.appserver.version=[server version] 4) maven jar ---

Re: problem with maven

2004-10-21 Thread Nicolas . CHALUMEAU
3) The best is to read the user guide but for the properties : http://maven.apache.org/reference/user-guide.html#Properties_Processing plugin.jelly is the plugin code so it is independant of any project / user setting. The variable whitch are use by the plugin are redefine in your properties

Re: Unversioned artifacts

2004-10-12 Thread Nicolas . CHALUMEAU
use maven.final.name to force maven to produce artifact with name like ${maven.final.name}.ear Nicolas, Colin Hawkett [EMAIL PROTECTED] 12/10/2004 13:08 Veuillez répondre à Maven Users List Pour : [EMAIL PROTECTED] [EMAIL PROTECTED] cc : Objet : Unversioned

Re: logging in jelly tags

2004-10-12 Thread Nicolas . CHALUMEAU
Hi Nathan, Use common-loggin like it's done in the artifact-plugin for example : http://cvs.apache.org/viewcvs.cgi/maven-plugins/artifact/src/main/org/apache/maven/artifact/deployer/DefaultArtifactDeployer.java?rev=1.23view=auto Nicolas, Nathan Coast [EMAIL PROTECTED] 12/10/2004 16:44

Re: Deploying artifacts: 0 byte files

2004-09-28 Thread Nicolas . CHALUMEAU
This sound like my Problem with dependancies where snapshot are download with 0K if they are all ready present on my local repo. Unfurtunatlety no body answer me. I am curious to see if your -X trace is same as mine : Getting URL:

Re: urgent , executing goals of parent project and sub projects

2004-09-23 Thread Nicolas . CHALUMEAU
First idea maven -Dgoal=goal1,goal2 multiproject:goal or maven -Dgoal=all multiproject:goal where the goal all is define in your module and do attainGoal on all your maven.xml goals. Need to have a pre/postGoal in that attain the all goal of you main project Nicolas ashutosh kumar

cruisecontrol:configure

2004-09-22 Thread Nicolas . CHALUMEAU
I use cc 2.1.6 with the the 1.5 plugin. It seem I have a probleme with the jsl:template tag. I try by setting the properties maven.cruisecontrol.template=cruisecontrol or use it with the default value but there is no change allways the same message. I probally forgot to set some properties or

Re: unit test fail problem

2004-09-22 Thread Nicolas . CHALUMEAU
You just have test faillure look in target/test-reports/*.txt to get them. Copy test in src for jar:install works of course in that case your test classes are not execute just compile (as it is do when you execute your test). Nicolas jsona laio [EMAIL PROTECTED] 22/09/2004 10:48 Veuillez

Re: cruisecontrol:configure

2004-09-22 Thread Nicolas . CHALUMEAU
In the MPCRUISECONTROL or MAVEN jira module ? Brett Porter [EMAIL PROTECTED] 22/09/2004 12:36 Veuillez répondre à Maven Users List Pour : Maven Users List [EMAIL PROTECTED] cc : Objet : Re: cruisecontrol:configure classpath issue. Please post this to JIRA with

Re: turning off versioning

2004-09-21 Thread Nicolas . CHALUMEAU
try maven.final.name=MyApplication Nicolas, jeff mutonho [EMAIL PROTECTED] 21/09/2004 14:49 Veuillez répondre à Maven Users List Pour : [EMAIL PROTECTED] cc : Objet : turning off versioning If I just want to create a jar that's not versioned as

Problem with dependancies

2004-09-21 Thread Nicolas . CHALUMEAU
I use 2 repo one at ibiblio and one in my local network (linux machine) For ibiblio I need to use a proxy but not for the local one. If the snapshot jar is in my ~/.maven/repository (windows machine) them it try to download the snapshot and get a 0K jar. But if the jar is not presente then the

Re: stupid newbie

2004-09-17 Thread Nicolas . CHALUMEAU
sourceDirectory is the path to your java src file. It is relative to your project directory (ie where project.xml is). sourceDirectorysrc/main/java/sourceDirectory Nicolas, Ben Anderson [EMAIL PROTECTED] 17/09/2004 14:24 Veuillez répondre à Maven Users List Pour : [EMAIL

Re: Eclipse Plugin

2004-09-09 Thread Nicolas . CHALUMEAU
It is not a real problem if you don't have cactus test. But you can to install the cactus-maven-plugin : http://jakarta.apache.org/cactus/integration/maven/installing.html Nicolas, Christian Mouttet [EMAIL PROTECTED] 09/09/2004 15:23 Veuillez répondre à Maven Users List Pour :

Re: Copying some resources to the same directory of compiled classes

2004-09-08 Thread Nicolas . CHALUMEAU
Did you define in your build section something like : resources resource directorysrc/main/resources/someresources/directory includes include**/*.xml/include /includes /resource /resources and your xml are in

Réf. : Re: Copying some resources to the same directory of compiled classes

2004-09-08 Thread Nicolas . CHALUMEAU
It is normal :) with the directory value you use that meen ${basedir}/com/mtk/support/logging/**/*.xml are copy to /target/classes/**/*.xml The dir structure of the file who are include is the same that the dir structure after the directory value. build

Réf. : suppressing goals

2004-09-03 Thread Nicolas . CHALUMEAU
Why don't you use maven.test.skip=true? Nicolas, [EMAIL PROTECTED] 03/09/2004 10:39 Veuillez répondre à Maven Users List Pour : [EMAIL PROTECTED] cc : Objet : suppressing goals I'm sure this will trigger many reponses of don't do that!, but anyway... Is there

Réf. : includes for jar and war

2004-09-02 Thread Nicolas . CHALUMEAU
I see a simple solution for your problem : make 2 projects one for the jar that don't include any resources And one for the war that incule your resource and have your jar project as dependancy http://wiki.codehaus.org/maven/WhyYouCantCreateMultipleArtifactsInOneProject Nicolas Charles N.

Re: struts module maven plugin

2004-09-01 Thread Nicolas . CHALUMEAU
I just start a similar work. I use multiproject to create a webapp structure where the web application could be the maven main project or only a sub project and the modules are sub project. This part of my plugin should work. I plan to add the possibility to use war artifact as struts module,

  1   2   >