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 t

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: > > > springfr

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 li

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 li

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 cc : Objet : Re: abbot plug

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 ~/.maven/repository/junit/jars/junit-3.

Re: xerces

2005-02-25 Thread Nicolas Chalumeau
A corrupted jar ! java.lang.NoClassDefFoundError: com/sun/org/apache/xml/internal/serialize/OutputFormat This is a strange package path (com.sun and org.apache)! Nicolas On Fri, 25 Feb 2005 11:41:31 -, Adam Hardy <[EMAIL PROTECTED]> wrote: > Hi again All, > > I po

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 : > > http://ww

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: [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 i

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 automat

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 : (Note : it is a copy paste

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. Nicola

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 ta

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: Targeting multiple appservers

2005-03-31 Thread Nicolas Chalumeau
is easier than that, taken 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 cactu

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: 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: BUI

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 pr

[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 commons-logging commons-logging-api 1.0.4 If you use commons-logging as the artifactId the pom isn't here resources resources 1.0 Is it commons-resources ? there

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

Re: Generating the project site skipping the java:compile goal

2005-04-25 Thread Nicolas Chalumeau
try to change the src dir with something like ; maven site -Dmaven.compile.source=/empty/dir Nicolas On 4/25/05, A. Alonso Dominguez <[EMAIL PROTECTED]> wrote: > Hi guys, > > I'm porting an old project (James-with-Phoenix-2.2.0) that use a > deprecated third-party library from the Avalon project

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

[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 w

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=f

[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 --

[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 : org.apache.maven.plugins maven-project-info-reports-plugin o

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 pr

[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 example)

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 under

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 XDocl

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 > )? > ---

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: 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

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

2005-05-25 Thread Nicolas Chalumeau
ad the dependencies from 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 -

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 applicatio

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 @a

Re: /lib directory is overflooded

2005-05-27 Thread Nicolas Chalumeau
use true 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 common/lib dire

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 a

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 sam

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 pro

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 wr

Re: Maven 2.0 - compile - "No sources to compile"

2005-06-07 Thread Nicolas Chalumeau
Hi Nathan The default directory for the source is src/main/java and not src/main/javax You can overwrite in the pom with the element if you really want src/main/javax Nicolas, 2005/6/7, Nathan Sowatskey (nsowatsk) <[EMAIL PROTECTED]>: > Hi > > I am trying out Maven 2.0 for the first time. At

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

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 li

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

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 s

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 - makin

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 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.html# page it is said : > > Improved SN

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 ge

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 pr

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 Por

[m1] artifact problem when installing pom.xml in local repo

2005-06-17 Thread Nicolas Chalumeau
I just install 1.1-beta-1 all seems to be ok except with the pom installation in my local repository... When I execute a war:install the .war, .war.sha1, .war.md5 are copy in local repository war directory but the pom produce an exception. I don't know what is the cause so this is a part of the -

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. Nic

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

Re: [M1] Clover license problem

2005-07-21 Thread Nicolas Chalumeau
What is your maven-clover-plugin version? According to the change report this has been fixed with 1.9. Nicolas 2005/7/21, Michael Owen <[EMAIL PROTECTED]>: > Hi, > > I'm having trouble getting Clover to work with Maven 1.0.2. > > In my project.xml I have (almong other standard stuff): > >

Re: [M1] Clover license problem

2005-07-21 Thread Nicolas Chalumeau
> > 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 > > >From: Nicolas Chalumeau > <[EMAIL PROTECTED]>>Reply-To: Nicolas Chalumeau > <[EMAIL PROTECTE

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: How to include my application.xml and unversioned artifacts

2005-07-27 Thread Nicolas Chalumeau
Hi 2005/7/26, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > That is what i've tried to do(...among other things of course). The > relevant portion of my 'project.xml' is I think you meen project.properties... > > maven.ear.appxml.generate=false > maven.ear.appxml=${basedir}/META-INF/application

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 test seems to be an issue. Nicolas -- Forwarded message -- From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: 27 juil. 2005 13:00 Subject: Re: How to include my application.xml an

Re: Beautified source-code?

2005-08-09 Thread Nicolas Chalumeau
I think it was for the xdocs and the responce is no... Maybe some CSS/javscript can be reuse to do this (sorry don't know where point you here) Nicolas, 2005/8/8, dan tran <[EMAIL PROTECTED]>: > Joao, > > is there a reason maven should be able to show source? > > or you are asking if there is a

Re: Newbie question about Plugin versions

2004-03-15 Thread Nicolas . CHALUMEAU
Copy the new plugin jar (remove the old one) in your $MAVEN_HOME/plugin dir. Remove the ~/.maven/plugin content. Add restart maven. Nicolas, [EMAIL PROTECTED] 15/03/2004 07:56 Veuillez répondre à "Maven Users List" Pour : [EMAIL PROTECTED] cc : Objet : Newbie que

Re: Need to create two ear files (artifacts) in a single project

2004-03-24 Thread Nicolas . CHALUMEAU
Your situation is the inverse, you need to have 3 projects : - an EJB-JAR - a WAR for presentation -an EAR who have the ejb-jar and the war as dependencies (take a look at the ear plugin docs) Yoou can use multiproject to generate all these artifacts (3 kind of artifact => 3 project : http://wik

Re: having troubles with maven RC2

2004-03-24 Thread Nicolas . CHALUMEAU
It is probably a problem in the maven cactus plugin. To solve it you can add the next dependance to the ~/.maven/plugins/cactus-maven-1.6dev-20040226/project.xml commons-jelly commons-jelly-tags-xml 20030211.142705 Is it true ? Nicolas, nicolas De Loof <[EMAIL

Réf. : EJB files for client

2004-03-26 Thread Nicolas . CHALUMEAU
The ejb plugin have maven.ejb.client.* properties to generate the ejb client jar. http://maven.apache.org/reference/plugins/ejb/properties.html ejb:ejb-client goal will generate it. Nicolas, "Magnus Stattin" <[EMAIL PROTECTED]> 26/03/2004 12:47 Veuillez répondre à "Maven Users List"

Réf. : Réf. : EJB files for client

2004-03-26 Thread Nicolas . CHALUMEAU
The ejb plugin have maven.ejb.client.* properties to generate the ejb client jar. http://maven.apache.org/reference/plugins/ejb/properties.html ejb:ejb-client goal will generate it. Nicolas, "Magnus Stattin" <[EMAIL PROTECTED]> 26/03/2004 12:47 Veuillez répondre à "Maven Users List"

Réf. : [JDIFF Plugin] newbie question.

2004-03-30 Thread Nicolas . CHALUMEAU
Is you repository connexion in project.xml is compose of 6 elements like this : scm:cvs:pserver:[EMAIL PROTECTED]:/cvs/root:module-name Nicolas, Menetrieux Remy <[EMAIL PROTECTED]> 30/03/2004 10:54 Veuillez répondre à "Maven Users List" Pour : [EMAIL PROTECTED] cc :

Réf. : RE: changelog cvs access.

2004-04-21 Thread Nicolas . CHALUMEAU
You don't need to have the password in the connection url : scm:cvs:pserver:[EMAIL PROTECTED]:repository:module You can use an anonymous pserver acces with no password (and readonly right) or you can use an account with password but in that case you must do a cvs login before call the change log

Réf. : Plugins ready for use within the multiproject build.

2004-04-27 Thread Nicolas . CHALUMEAU
You meen that your plugin are subproject ? Define in project.properties : maven.multiproject.type = plugin Nicolas, Niclas Hedhman <[EMAIL PROTECTED]> 27/04/2004 13:55 Veuillez répondre à "Maven Users List" Pour : "'Maven Users List'" <[EMAIL PROTECTED]> cc : Obj

set log4j.configuration=log4j.xml

2004-04-29 Thread Nicolas . CHALUMEAU
I try to set the log4j.configuration to log4j.xml while I do my unit test. As I see in the archive "log4j.configuration=log4j.xml" must be in sys properties to redefine the log4j file name. With tomcat (I change the file name after deploy the war) It work by setting windows environment var JAV

Réf. : Generate javadoc of multiple projects

2004-05-03 Thread Nicolas . CHALUMEAU
Define the repports you want to include in each sub project and : maven multiproject:site Look at the multiproject plugin for more info Nicolas, Jörg Hohwiller <[EMAIL PROTECTED]> 03/05/2004 17:53 Veuillez répondre à "Maven Users List" Pour : Maven Users List <[EMAIL PROTECTED]>

RE: Multiproject as a sub-project?

2004-05-19 Thread Nicolas . CHALUMEAU
take a look at this architecture which could solve your problems : http://www.pivolis.com/pdf/J2EE_projects_Maven_V1.1.pdf Nicolas, Mark Slater <[EMAIL PROTECTED]> 19/05/2004 11:23 Veuillez répondre à "Maven Users List" Pour : [EMAIL PROTECTED] cc : Objet : Multip

RE: SNAPSHOT and multiproject

2004-05-25 Thread Nicolas . CHALUMEAU
SNAPSHOT have nothing in common whith pom.currentVersion. If you want you can have a 3.0.0-SNAPSHOT version, the artifact with this version will be considere as SNAPSHOT version too. Nicolas, [EMAIL PROTECTED] 25/05/2004 16:34 Veuillez répondre à "Maven Users List" Pour : [EMAIL

RE: subversion repo connection string: (again I know)

2004-05-25 Thread Nicolas . CHALUMEAU
didn't the scm:svn:pserver:[pserver [EMAIL PROTECTED]:/path/to/svn:my-project-name/trunk works ? Nicolas, Omair-Inam Abdul-Matin <[EMAIL PROTECTED]> Envoyé par : news <[EMAIL PROTECTED]> 25/05/2004 18:09 Veuillez répondre à "Maven Users List" Pour : [EMAIL PROTECTED] cc :

Réf. : How to execute maven from maven goal

2004-06-01 Thread Nicolas . CHALUMEAU
Why don't you use the multiproject plugin ? In the root : maven multiproject:goal -Dgoal=your-goal will execute "your-goal" in all sub project. Is it what you want to do ? Nicolas, Marcin Gurbisz <[EMAIL PROTECTED]> 01/06/2004 14:06 Veuillez répondre à "Maven Users List" Pour :

503 error when retrieving artifact for a local server

2004-06-03 Thread Nicolas . CHALUMEAU
I have a server (http://arsodev1:8080/maven-repo) where I get all my own jar and for all "other" jars I use ibiblio. maven.repo.remote = http://arsodev1:8080/maven-repo,http://www.ibiblio.org/maven But since I install maven-1.0-rc3 I have an 503 error when maven try to get my "own" jar on my

Re: Build emails

2004-06-03 Thread Nicolas . CHALUMEAU
Probably with something like this : http://wiki.codehaus.org/maven/EmailTestReports Nicolas Jesper Linvald <[EMAIL PROTECTED]> 03/06/2004 15:30 Veuillez répondre à "Maven Users List" Pour : [EMAIL PROTECTED] cc : Objet : Build emails Hello all, Do you know how

Re: maven.junit.format

2004-06-08 Thread Nicolas . CHALUMEAU
xml, plain or brief. Brief is the default value Nicolas Jord <[EMAIL PROTECTED]> 08/06/2004 16:25 Veuillez répondre à "Maven Users List" Pour : [EMAIL PROTECTED] cc : Objet : maven.junit.format Hi, Could someone help a poor newbie by describing the values avail

Réf. : Problem with and in unitTest

2004-06-18 Thread Nicolas . CHALUMEAU
Use the exclude only for file regexp who match the include regexp that you don't want to include in your unit test (**/*AbstractTest.java for example). unitTestSourceDirectory must be set to your test directory (src/test) src/test

Réf. : Re: Réf. : Problem with and in unitTest

2004-06-18 Thread Nicolas . CHALUMEAU
I see a first probleme with your resources : src src According to this section the directory where are the resources is src/src/**/*.xml for your src and your test. I sure you want it to be only src/*.xm

Re: proxy problem with RC4

2004-06-29 Thread Nicolas . CHALUMEAU
I think you now need to set : maven.proxy.ntlm.host maven.proxy.ntlm.domain The doc has change : http://maven.apache.org/reference/user-guide.html#Using_Proxies Nicolas Webb Morris <[EMAIL PROTECTED]> 29/06/2004 17:57 Veuillez répondre à "Maven Users List" Pour : [EMAIL PROTECT

RC4 plugin:install strange trace

2004-06-30 Thread Nicolas . CHALUMEAU
I don't know if it is normal but... In one of my plugin project I do an maven plugin:install. The plugin was install I see a 1.0 version in maven.plugin.dir but I don't find it in maven.plugin.user.dir. The doc says that maven.plugin.user.dir stand for "Where maven can find plugins for this user

RE: [test coverage] jcoverage and cactus tests

2004-07-16 Thread Nicolas . CHALUMEAU
I try to make the same with jcoverage (maven jcoverage:on cactus using the pregoal in the issue MPJCOVERAGE-4), it instrument my cactus classes. But when I want to generate a report it don't do any thing. I take a look at the jcoverage:html-report, it have a prereq jcoverage:on test so the repo

RE: [test coverage] jcoverage and cactus tests

2004-07-16 Thread Nicolas . CHALUMEAU
Yes of course but in that case you can't call maven site and include the coverage report without having a post goal for site in maven.xml to generate the xdoc report before. An other thing in maven.xml ;). I don't think that maven.xml "need" to have thing like this. And in the report you can't h

versioned snapshot

2004-07-29 Thread Nicolas . CHALUMEAU
In my own usage I need to have an indication of the version who the snapshot is for. I'm not alone when I look at the maven plugin. The way I do this actually is to define version as : 1.2-SNAPSHOT And I produce with *:install task. Is there a way to have some properties like maven.use.versio

Réf. : How to define a default value for a Maven argument?

2004-07-30 Thread Nicolas . CHALUMEAU
Did you try to set the MAVEN_OPTS environment variable ? Nicolas "Roberto Castro" <[EMAIL PROTECTED]> 30/07/2004 11:09 Veuillez répondre à "Maven Users List" Pour : <[EMAIL PROTECTED]> cc : Objet : How to define a default value for a Maven argument? Hi, all. I pa

Réf. : List all dependencies or only main ones?

2004-08-03 Thread Nicolas . CHALUMEAU
Actually yes but I think it will be not the case in maven 2. Search for transitive dependancies on the list to have more info. Nicolas, "Stijn de Witt" <[EMAIL PROTECTED]> 03/08/2004 12:09 Veuillez répondre à "Maven Users List" Pour : "Maven Users List" <[EMAIL PROTECTED]>

RE: excluding source

2004-08-03 Thread Nicolas . CHALUMEAU
You probably have to use maven.compile.src.set to include all the folder you want to be compile. http://maven.apache.org/reference/plugins/java/properties.html But a src/java could be better. Nicolas, Brant Gurganus <[EMAIL PROTECTED]> 03/08/2004 17:55 Veuillez répondre à "Maven Users List"

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,

Réf. : 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.

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 th

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 : src/main/resources/someresources **/*.xml and your xml are in src/main/resources/someresources/com/mtk/support/logging Nicolas jeff mutonho <[EMAIL PROTECTED]> 08

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. ${basedir}

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: 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). src/main/java Nicolas, Ben Anderson <[EMAIL PROTECTED]> 17/09/2004 14:24 Veuillez répondre à "Maven Users List" Pour : [EMAIL PROTECTED] cc : Ob

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 "MyApplicati

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 d

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 d

  1   2   3   >