Re: Decorating Dependency Collection

2004-08-26 Thread Nicolas De Loof
Did you try a pregoal for build:start ? Nico. > Hi All, > > I'm attempting to write a plug-in for writing Eclipse plug-ins that > scans the project dependencies for eclipse JARs and copies them from the > local eclipse installation into the local maven repo. > > Obviously, I would like this

XMLRPC -1.2 on ibiblio ?

2004-08-12 Thread Nicolas De Loof
Hi all, On ibiblio repository they're is an "1.2" version of xmlrpc (apache xmlrpc client) >From http://ws.apache.org/xmlrpc/index.html, it seems only 1.2-beta1 is available. Where does this 1.2 comes from ? What version is it for ? Nico. Our name has changed. Please update your address bo

Re: use of castor plugin

2004-08-10 Thread Nicolas De Loof
Sory for this, I had forgotten the xmlns:castor="castor" Now I get another error when running the Castor generator : castor:prepare-filesystem: [echo] Generating sources for D:\eclipse\workspace\crbt-metier\src\schemas\add_group_response.xsd -- Suppressing non fatal warnings. -- Disabling

Re: web.xml and maven.war.webxml

2004-06-25 Thread Nicolas De Loof
What version of maven / war plugin are you using ? I use war:webapp goal with maven.war.webxml=${basedir}/src/conf/myweb.xml and it is copied into target/project/WEB-INF/web.xml. Nico. > if you open up the war, I think you'll find the correct one is inside > there, it just doesn't get copied

about transitive dependencies

2004-06-25 Thread Nicolas De Loof
Some simple (?) questions about (future) transitive dependencies : If jar A declares in his POM some dependencies, let's say jaxb, jaxbimpl and easymock - jaxb is used at build time - jaxb impl is needed at runtime - easymock is used in junit tests If my webapp depends on this jar, will transiti

Re: please upload to ibiblio XmlStubs & easymock

2004-05-05 Thread Nicolas De Loof
easymock : Done (thanks) xmlstubs : project template attached to MAVEN-1260 > Follow this guide: > > http://maven.apache.org/repository-upload.html > > -- > Trygve > > On Wed, 5 May 2004 10:11:33 +0200, Nicolas De Loof > <[EMAIL PROTECTED]> wrote: >

please upload to ibiblio XmlStubs & easymock

2004-05-05 Thread Nicolas De Loof
I opened 2 jira tickets for upload on ibiblio : - easymock 1.1 and easymockclassextension 1.1 (http://www.easymock.org) - xmlstubs 1.0.1 (http://azote.sf.net/xmlstubs.html) Nico. Our name has changed, please update your address book to the following format for the latest identities received

aopalliance

2004-05-03 Thread Nicolas De Loof
I opened MAVEN-1256 to upload aopalliance.jar on ibiblio (needed to use spring AOP) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Is they're a way to put my build.properties in aother place tha n $h ome ?

2004-04-28 Thread Nicolas De Loof
> -Duser.home=whatever > > from the command line that you are using. > > sandeep > > -Original Message- > From: Nicolas De Loof [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 28, 2004 2:43 AM > To: Maven Users List > Subject: Is they're a way to

Is they're a way to put my build.properties in aother place than $h ome ?

2004-04-28 Thread Nicolas De Loof
Hello, I have to configure some nightly builds for several projects on a "nightly runner" PC. Lot's of the projects it has to handle need some config on local machine ($home/build.properties) but some of them are not compatible. How can I set maven to use another location than ${user.home}/buil

Re: UnknownHostException on Windows

2004-04-20 Thread Nicolas De Loof
Xerces is trying to open an URL that seems to use a windows path D:\... Check for syntax in your XML files to use a full URL ("file:///D:/foo") - Original Message - From: "Dominik Dahlem" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 20, 2004 5:20 PM Subject: UnknownHo

xmlParserAPIs

2004-04-01 Thread nicolas De Loof
Hi, They're is two "groups" on ibiblio repository that contains a "xmlParserAPIs" jar : xml-apis and Xerces. Both have 2.0.0 and 2.0.2 versions that looks same (same size). What to tink about this ? What should be the "good" groups for such artifact ? Nico. ---

Re: suggestion for using multiproject and cruisecontrol

2004-03-25 Thread nicolas De Loof
thanks for help ! Nico. Rafal Krzewski a écrit : Emmanuel Venisse wrote: How to set CruiseControl to checkout the 5 CVS modules and run "multiproject:install" and "multiproject:site" ? Would it be easier if I had only one CVS module with subdirectories ? Yes, it's the better option if it's

suggestion for using multiproject and cruisecontrol

2004-03-25 Thread nicolas De Loof
Hello guys, I'm trying to use CruiseControl for nightly builds. I've tried maven RC2 cruisecontrol plugin to generate a cruisecontrol config file. Looks good. I just don't know how to handle my multiples subprojects. Here is how they're set one module in CVS is the master "project" 4 other m

Re: having troubles with maven RC2

2004-03-24 Thread nicolas De Loof
jelly commons-jelly-tags-xml 20030211.142705 Is it true ? Nicolas, nicolas De Loof <[EMAIL PROTECTED]> 24/03/2004 15:48 Veuillez répondre à "Maven Users List" Pour : Maven Users List <[EMAIL PROTECTED]> cc : Objet : Re: having troubles wi

Re: having troubles with maven RC2

2004-03-24 Thread nicolas De Loof
bier Gabriel a écrit : I verified in maven rc2, and I didn't find this jar in default distribution (ie in lib folder). -----Message d'origine- De : nicolas De Loof [mailto:[EMAIL PROTECTED] Envoyé : mercredi 24 mars 2004 14:55 À : Maven Users List Objet : Re: having troubles with

Re: having troubles with maven RC2

2004-03-24 Thread nicolas De Loof
ne- De : nicolas De Loof [mailto:[EMAIL PROTECTED] Envoyé : mercredi 24 mars 2004 14:55 À : Maven Users List Objet : Re: having troubles with maven RC2 OK about that, but didn't maven dependency ensure this when runing the eclipse plugin ? I re-installed maven RC2 and deleted my loca

Re: having troubles with maven RC2

2004-03-24 Thread nicolas De Loof
open a new bug for this ? Nico. nicolas De Loof a écrit : OK about that, but didn't maven dependency ensure this when runing the eclipse plugin ? I re-installed maven RC2 and deleted my local repo for test. without the cactus plugin, eclipse:generate-classpath goal works fine with cactu

Re: having troubles with maven RC2

2004-03-24 Thread nicolas De Loof
Do I need to use and earlier cactus plugin version ? Nico. Barbier Gabriel a écrit : this jar must be place in your folder ${MAVEN_HOME_LOCAL}/repository/commons-jelly/jars/ and not in folder where maven is installed. -Message d'origine- De : nicolas De Loof [mailto:[EMAIL PROTECT

having troubles with maven RC2

2004-03-24 Thread nicolas De Loof
Hello, I'm trying to use maven RC2 on some of our projects that are using RC1. Everything looks good (build, test, cactus with new cactus-maven plugin...), but I get some troubles with maven-eclipse plugin : maven eclipse:generate-classpath fails with this error : __ __ | \/ |__ _Apache__ _

Re: [jelly] howto loop against files in some dir ?

2004-03-22 Thread nicolas De Loof
Thank you for help ! To solve this, I have extended the solex ant tag to accept a fileset. This way, I can build a XML repport with all sessions merged. Nico. Gilles Dodinet a écrit : nicolas, i think something like that should work : hope this helps -- gd nicolas De Loof wrote

bug when multiproject is used twice ?

2004-03-16 Thread nicolas De Loof
Hello, I'm trying to write a "nightly-build" goal in my maven.xml. I'm using scm plugin to get latest sources from CVS and I would like to use multiproject:site to build project docs and metrics. my script looks like this : descriptor="${checkout}/master/project.x

Re: tasklist plugin and eclipse "TODO"

2004-03-10 Thread nicolas De Loof
construct its internal task list jmp -Original Message- From: nicolas De Loof [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 7:55 PM To: Maven Users List Subject: Re: tasklist plugin and eclipse "TODO" I would like maven tasklist plugin to get the "// TODO" tags

Re: tasklist plugin and eclipse "TODO"

2004-03-10 Thread nicolas De Loof
rit : Just add the @todo to Preferences/Java/TaskTags.. Mvgr, Martin On Tue, 2004-03-09 at 10:09, nicolas De Loof wrote: Hi all, using eclipse IDE, the TODO keyword is used in comments to notice some task in the code. The tasklist plugin uses the javadoc @todo tag to get all tasks. Is they&

tasklist plugin and eclipse "TODO"

2004-03-09 Thread nicolas De Loof
Hi all, using eclipse IDE, the TODO keyword is used in comments to notice some task in the code. The tasklist plugin uses the javadoc @todo tag to get all tasks. Is they're a way to get "eclipse style" task using tasklist without having to change Eclipse configuration ? Nico. ---

unit test javadoc

2004-03-08 Thread nicolas De Loof
Hi all, is they're a "simple" way (properties or preGoal) to use the javadoc plugin to build javadoc for my unit test classes ? Test is described in it and I would like to have a printable version of this that I can join to test-reports. This way I can use it to agree with our QC way of work N

Re: SNMP jar on ibilio repository

2004-03-03 Thread nicolas De Loof
ices across the state every 24 hours) Cheers, Ben nicolas De Loof wrote: Please can someone upload the SNMP stack from http://snmp.westhawk.co.uk/ on maven ibiblio repository, (or suggest me another SNMP implementation to use ?) T

SNMP jar on ibiblio

2004-03-03 Thread nicolas De Loof
Please can someone upload the SNMP stack from http://snmp.westhawk.co.uk/ on maven ibiblio repository, (or suggest me another SNMP implementation to use ?) Thank you. Nico. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

SNMP jar on ibilio repository

2004-03-03 Thread nicolas De Loof
Please can someone upload the SNMP stack from http://snmp.westhawk.co.uk/ on maven ibiblio repository, (or suggest me another SNMP implementation to use ?) Thank you. Nico. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Re: [Repost] no jbosssx-client.jar on iBiblio

2004-02-24 Thread nicolas De Loof
Thanks a lot. Emmanuel Venisse a écrit : I uploaded jboss client jars (3.2.3). Emmanuel - Original Message - From: "nicolas De Loof" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Tuesday, February 24, 2004 11:21 AM Subject: [

[Repost] no jbosssx-client.jar on iBiblio

2004-02-24 Thread nicolas De Loof
Hi all, I'm looking for Jboss client jars on ibiblio. I don't find the jBosssx-client-3.2.1.jar (jBoss security AFAIK). Do I need to use the jbossall-client.jar (1.3MB !) or can someone upload it on ibilio ? As jBoos 3.2.3 is the current stable version, can someone upload jars for this jBoss

no jbosssx-client.jar on iBiblio

2004-02-23 Thread nicolas De Loof
Hi all, I'm looking for Jboss client jars on ibiblio. I don't find the jBosssx-client-3.2.1.jar (jBoss security AFAIK). Do I need to use the jbossall-client.jar (1.3MB !) or can someone upload it on ibilio ? As jBoos 3.2.3 is the current stable version, can someone upload jars for this jBoss

MD5 checksum

2004-02-10 Thread nicolas De Loof
Just a simple question : "How to build the MD5 checksum for my artifacts (I use multiproject:install goal) ?" Nico. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ejb:ejb-client usage

2004-02-09 Thread nicolas De Loof
ot even sure where to begin patching the ejb plugin until we have pluggable artifact types in maven. In this model, I just execute a maven process in place of the other definition of which you all defined below. It works pretty well... -john -----Original Message- From: nicolas De Loof [mailto:[

Re: ejb:ejb-client usage

2004-02-09 Thread nicolas De Loof
... and I defined this in my webapp project.xml to make Eclipse .classpath have a src reference to the ejb project : ${project.name} ${project.name}-ejbxxx client-${pom.currentVersion} jar true true Hope it can help. Nico. nicolas De Loof a écrit : Just for info to

Re: ejb:ejb-client usage

2004-02-09 Thread nicolas De Loof
client.jar"/> artifact="${maven.ejb.final.client.name}" type="jar" project="${pom}"/> Nico. Emmanuel Venisse a écrit : - Original Message - From: "nicolas De Loof" <[EMAIL PROTECTED]> To: "Maven Users L

ejb:ejb-client usage

2004-02-09 Thread nicolas De Loof
Hi I'm trying to migrate an existing project to maven. This projects has some Ejbs, and I would like multiproject:install to build Ejb.jar AND Ejb-client.jar. Another sub-project (webapp) has ejb-client.jar for dependency. When using multiproject:install, Ejb.jar is build but not Ejb-client.j

wsdl2java

2004-01-30 Thread nicolas De Loof
Is they're some plugin for axis (or any other tool) WSDL2Java integration ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jelly expression

2004-01-05 Thread Nicolas De Loof
Sorry, it works with && I got some errors elsewhere. Nico. - Original Message - From: "Nicolas De Loof" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Monday, January 05, 2004 4:49 PM Subject: jelly expression > I&

jelly expression

2004-01-05 Thread Nicolas De Loof
I'm writing a maven plugin, and I need in the jelly script to test two variables to be empty : ... But I need to escape the "&". If I use "&" it doesn't works. How can I set an AND operator in jelly expression language ? Nico.

Re: maven.repo.remote as a local filesystem

2003-12-19 Thread Nicolas De Loof
Notice that ant 1.6.0 is just out. You should try it too. Nico. > Dunno if this counts as a bug or feature request or what, but some of > the implicit Ant commands (such as javah) don't work with Maven 1.0-rc2 > and JDK1.4.2. I found out that the trick is to install ant 1.5.4, copy > the ant.jar

fop dependencies

2003-12-19 Thread Nicolas De Loof
My project use apache FOP for PDF generation. I need to set POM dependencies. FOP (version 0.20.5) comes with binaries versions of it's dependencies, that I cannot fond on ibiblio : batik 1.5beta4 avalon-framework-cvs-20020806 - Latest batik version on ibiblio is 1.1.1. Batik is now in 1.5, a

[solved] how to set dependecy between sub-projects

2003-12-19 Thread Nicolas De Loof
all on your pacila-metier.jar for put it in your > local repo. > > Emmanuel > > - Original Message - > From: "Nicolas De Loof" <[EMAIL PROTECTED]> > To: "Maven Users List" <[EMAIL PROTECTED]> > Sent: Friday, December 19, 2003 10:40 AM >

Re: how to set dependecy between sub-projects

2003-12-19 Thread Nicolas De Loof
" must be build before pacila-webapp to resolve this dependency ? Nico. > > whats the version of the pacila-metier jar that you have in your > local repository? I think you should reference one of the > versions you have installed there. > > greetings > Fábio > >

how to set dependecy between sub-projects

2003-12-19 Thread Nicolas De Loof
I'm back with my multiproject ! - pacila-metier builds a jar (pacila-metier.jar) - pacila-webapp builds a war. I want pacila-metier.jar to be bundled into the war, so I set : pacila pacila-metier SNAPSHOT jar true When I run multiproject, it tries to build p

[solved] multiproject does nothing

2003-12-19 Thread Nicolas De Loof
Solved by setting : maven.multiproject.basedir=${basedir}/.. maven.multiproject.includes=pacila-webapp/project.xml,pacila-metier/project.xml Nico. - Original Message - From: "Nicolas De Loof" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTE

multiproject does nothing

2003-12-19 Thread Nicolas De Loof
Hy all, I've got 2 sub-projects : - pacila-metier (simple jar) - pacila-webapp (war) I'm trying to use multiproject to build app in one command. I added a 3d project "pacila" with a minimalist POM and this project.properties : maven.multiproject.includes=../pacila-webapp/project.xml,../pacila-

[Patch avaible] Re: jdiff plugin

2003-12-18 Thread Nicolas De Loof
itory. Nico. - Original Message - From: "Nicolas De Loof" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Thursday, December 18, 2003 4:06 PM Subject: Re: jdiff plugin > I made some simple changes in plugin.jelly and jdiff goal

Re: jdiff plugin

2003-12-18 Thread Nicolas De Loof
003 3:37 PM Subject: Re: jdiff plugin > Apparently, you're the first person that use this plugin since a long time. > I think we don't update it when we modify maven apis. > > If you have a patch, it will be xelcome. > > Emmanuel > > - Original Message -

jdiff plugin

2003-12-18 Thread Nicolas De Loof
Hello all, I'm trying to use the jdiff plugin with maven 1.0 RC1 I got it from CVS and done a "maven plugin:install" now, when I use "maven jdiff" I get this error : BUILD FAILED File.. file:/C:/Documents and Settings/ndeloof/.maven/plugins/maven-jdiff-plugin-1.1/ Element... maven:makeRela

JCoverage plugin (Was "How to pass arguments to JVM")

2003-12-05 Thread Nicolas De Loof
e in your project.properties, and that should clear it up. > > > > Nick > > > > > -Original Message- > > > From: Nicolas De Loof [mailto:[EMAIL PROTECTED] > > > Sent: 03 December 2003 16:53 > > > To: Maven Users List > > > Sub

Re: How to pass arguments to JVM

2003-12-05 Thread Nicolas De Loof
e to > true in your project.properties, and that should clear it up. > > Nick > > > -Original Message- > > From: Nicolas De Loof [mailto:[EMAIL PROTECTED] > > Sent: 03 December 2003 16:53 > > To: Maven Users List > > Subject: Re: How to pass arguments to JVM >

[REPOST] How to declare compile-time / run-time dependencies

2003-12-04 Thread Nicolas De Loof
Does anybody have a suggestion for this ? > Hi, > > My project has some dependencies that are needed for test classes > (compile/build-time) but not at runtime : junit, > cactus, easymock ... > > How to set my project.xml so that they aren't visible in generated doc as > dependencies, so that us

Re: maven site : "Too many open files"

2003-12-04 Thread Nicolas De Loof
I tried with -Xmx1024m and it fails "Out of memory". Why is linkcheck such a memory consumer ? Nico. > > > From: Nicolas De Loof [mailto:[EMAIL PROTECTED] > > > Sent: 04 December 2003 14:09 > > > > > > That works ! > > > > >

Re: maven site : "Too many open files"

2003-12-04 Thread Nicolas De Loof
That works ! I just had to disable linkcheck because I got OutOfMemory. thanks. Nico. > Nicolas De Loof wrote: > > I get troubles generating doc-site in a (big) webapp : > > > > I get lot's of > > > > "Caught java.io.IOException: Too many open f

Re: maven site : "Too many open files"

2003-12-04 Thread Nicolas De Loof
l apply the Nicolas patch for reduce a little open files. > > Emmanuel > > - Original Message - > From: "Joakim Erdfelt" <[EMAIL PROTECTED]> > To: "Maven Users List" <[EMAIL PROTECTED]> > Sent: Thursday, December 04, 2003 1:55 PM

Re: maven site : "Too many open files"

2003-12-04 Thread Nicolas De Loof
ream in JavaFileImpl class in the parse method. > I don't have time for correct this, but if you can try to write a patch for > it and test it with your big project, it will be cool. > > Emmanuel > > - Original Message - > From: "Nicolas De Loof" <[

maven site : "Too many open files"

2003-12-04 Thread Nicolas De Loof
Hello, I get troubles generating doc-site in a (big) webapp : I get lot's of "Caught java.io.IOException: Too many open files processing xref/com" Caught java.io.IOException: Too many open files processing team-list.html Exception Message: Too many open files BUILD FAILED File.. fi

Re: How to pass arguments to JVM

2003-12-04 Thread Nicolas De Loof
Thank you, it works fine. Nico. Your commandline for javadoc is too long, you need to use a file to intermediate. Simply set the property maven.javadoc.useexternalfile to true in your project.properties, and that should clear it up. Nick > -Original Message- > From: Nicolas D

Re: How to pass arguments to JVM

2003-12-03 Thread Nicolas De Loof
Thank you ! I get another error when using maven javadoc : BUILD FAILED File.. file:/C:/Documents and Settings/ndeloof/.maven/plugins/maven-javadoc- plugin-1.3/ Element... ant:javadoc Line.. 106 Column 60 Javadoc failed: java.io.IOException: CreateProcess: C:\j2sdk1.4.2\bin\javadoc.e

How to pass arguments to JVM

2003-12-03 Thread Nicolas De Loof
Hi, I want to generate doc for a huge application. Javadoc fails because of out of memory. How to set jvm max memory arg (-Xmx) when using maven ? I tried "maven -Xmx256 site", but it fails. Nico. - To unsubscribe, e-mail: [E

How to declare compile-time / run-time dependencies

2003-12-03 Thread Nicolas De Loof
Hi, My project has some dependencies that are needed for test classes (compile/build-time) but not at runtime : junit, cactus, easymock ... How to set my project.xml so that they aren't visible in generated doc as dependencies, so that users can have a list of runtime-dependencies (what they ne

Re: how to use multi-projects with eclipse

2003-11-20 Thread Nicolas De Loof
||-project.xml (extends ${basedir}/../master-project/project.xml > > This is pretty simple and works well. You can easily add a third > subproject for common utilities shared by both the other subprojects... > > jeff > > Nicolas De Loof wrote: > > Hi all, > > &

how to use multi-projects with eclipse

2003-11-20 Thread Nicolas De Loof
Hi all, I'm using maven on a project involving two jars and I understood to late I should use multi-projects to do that. Not a big problem, but I would like some suggestions for the next project that will use mave : We use eclipse for java developments. I would like to define a multi-project th

Re: Using local repository

2003-11-19 Thread Nicolas De Loof
You can make it work with maven RC1 with this syntax : maven.repo.remote=file:/path_to_remote_repo (only one "/") RFC compliant URL for "maven.repo.remote" property has been corrected in RC2. Nico. -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 1

maven development synthesis

2003-11-14 Thread Nicolas De Loof
Hi all, I'm surprised by maven development process. I used to read about "fonctional freeze" or "code freeze" on open-source projects, but even in RC2, maven seems to get fonctional or technical ad-ons. Is they're any "synthetic" changelog - or migration guide - or technical / functional propos

Re: maven war doesn't copy properties (!?)

2003-11-10 Thread Nicolas De Loof
sulting > Blog: http://blogs.codehaus.org/people/dion/ > Pub Key:http://blogs.codehaus.org/people/dion/public-key.asc > > > "Nicolas De Loof" <[EMAIL PROTECTED]> wrote on 11/11/2003 02:20:06 > AM: > > > Webapp has java sources (200 classes) > &

Re: maven war doesn't copy properties (!?)

2003-11-10 Thread Nicolas De Loof
va source? > > Until recently, if the webapp didn't have java source, the resources > weren't copied. > -- > dIon Gillard, Multitask Consulting > Blog: http://blogs.codehaus.org/people/dion/ > Pub Key:http://blogs.codehaus.org/people/dion/public-key.asc >

maven war doesn't copy properties (!?)

2003-11-10 Thread Nicolas De Loof
Hi all, I get troubles using war goal on some developer's PC: The project.xml defines some ressources to include : ... webapp/WEB-INF/src/java **/*.xml **/*.properties On lot of developpement PC, "maven war" works fine and generate the WEB-INF/classe

Re: Re:maven convert-snapshots

2003-10-22 Thread Nicolas De Loof
9:11 AM Subject: Re: Re:maven convert-snapshots > On Wed, 2003-10-22 at 02:55, Nicolas De Loof wrote: > > Ok, so I've got to build my snapshots with version = ${version}-SNAPSHOT. > > > > I'm using jar:deploy-snapshot goal to build my snaphots, but this goal doesn't add

Re: Re:maven convert-snapshots

2003-10-21 Thread Nicolas De Loof
isn't a snapshot version. I think we'll correct this point in the next plugin release. You can add an issue in jira for keep a trace of your request. Emmanuel -Message d'origine- De: "Nicolas De Loof" <[EMAIL PROTECTED]> A: "Maven Users List" <

maven convert-snapshots

2003-10-21 Thread Nicolas De Loof
Hi all, I'm using maven 1.0-RC1 on windows. I'm trying to use maven convert-snapshots goal. On my remote repository, I've got SNAPSHOT jars with timestamped version and ${artifact}-snapshot-version text file, with correct timestamp inside it. when I use "maven convert-snapshots", maven ask for

about maven user guide

2003-10-21 Thread Nicolas De Loof
Hi all, just a comment on "maven user guide", usefull document for every new maven user. I cannot print it on A4 paper. It seems it comes from long lines in preformated text (POM examples), like : " scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:jakarta-commons/${pom.artifactId} " It

jar:deploy fails using windows (samba) access

2003-10-16 Thread Nicolas De Loof
Hi all, My central repository is set on a file server accessed from windows as "network neighbour" (samba/netbios). I cannot use jar:deploy as it use a ssh connection to the server. I changed the jar-plugin to use ant tag instead of using "deploy" goal. It works fine, but I would like to know

Re: same project, different properties

2003-10-15 Thread Nicolas De Loof
t generate a jar witch is use as dependency in sub 1 and 2. Sub 1 and 2 define in maven.xml a pregoal to war:init witch copy the ../src/webapp in the ${maven.war.src} Nicolas "Nicolas De Loof" <[EMAIL PROTECTED]> 15/10/2003 15:41 Veuillez répondre à "

Re: same project, different properties

2003-10-15 Thread Nicolas De Loof
projects, it is so simple to do ;) and a good > approche > > And see the WhyYouCantCreateMultipleArtifactsInOneProject page. > http://wiki.codehaus.org/maven/WhyYouCantCreateMultipleArtifactsInOneProject > > Nicolas > > --- > > > > > "Nicolas De Loof" <[EMAIL

Re: same project, different properties

2003-10-15 Thread Nicolas De Loof
roperties Nicolas, you could make 2 subprojects, it is so simple to do ;) and a good approche And see the WhyYouCantCreateMultipleArtifactsInOneProject page. http://wiki.codehaus.org/maven/WhyYouCantCreateMultipleArtifactsInOneProject Nicolas ------- "Nicolas De

Re: same project, different properties

2003-10-15 Thread Nicolas De Loof
I tried this too, and it doesn't work : project.xml pacila-back-office pacila-back-office pacila Nico. - Original Message - From: "Nicolas De Loof" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 15, 2003 3:

same project, different properties

2003-10-15 Thread Nicolas De Loof
Hello all, I'm a newbie maven user. I use maven for a webapp project, and I need to build a second war file from the same java sources (same web application, but different web.xml) I want to use war-plugin "maven.war.webxml" property to set the web.xml that is used in the war, and change it re

<    2   3   4   5   6   7