maven 1.1 and inherited properties

2006-01-31 Thread Nicolas De Loof
Hello, I'm trying to upgrade to maven 1.1-beta2. My project uses commons-attributes and it's maven plugin When I run a "maven war:install" on my web sub-project, attributes classes are generated by plugin. When I run a "multiproject:install", everything SEEMS good, but attributes classes are

Re: commons-attributes and maven 1.1 (Was: maven 1.1 and inherited properties)

2006-01-31 Thread Nicolas De Loof
Sory for this stupid subjet : I was thinking this comes from a properties failure... created [http://jira.codehaus.org/browse/MAVEN-1741] for this with a minimalist test-case Hello, I'm trying to upgrade to maven 1.1-beta2. My project uses commons-attributes and it's maven plugin When I

Re: maven 1.1 and inherited properties

2006-01-31 Thread Nicolas De Loof
aus.org/browse/MAVEN-1691 ? Arnaud On 1/31/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: Hello, I'm trying to upgrade to maven 1.1-beta2. My project uses commons-attributes and it's maven plugin When I run a "maven war:install" on my web sub-project, attri

Re: maven 1.1 and inherited properties

2006-02-01 Thread Nicolas De Loof
Copy paste error : please read [http://jira.codehaus.org/browse/MAVEN-1741] Nicolas De Loof a écrit : I was first thinking about "org.apache.commons.attributes.enable" not beeing correctly set, but I've was wrong. I've created http://jira.codehaus.org/browse/MAVEN-

xdoc plugin and "comment" in dependencies

2006-02-10 Thread Nicolas De Loof
Hello, I'm building my project doc using maven site. The xdoc-plugin dependencies template uses a "comment" child-element for dependencies that is not in maven "http://maven.apache.org/POM/3.0.0"; XSD. Is this a change to maven POM ? This message contains information that may be privileged

Re: xdoc plugin and "comment" in dependencies

2006-02-10 Thread Nicolas De Loof
ns. That's right that it is supported by the xdoc plugin but I don't find the documentation. Thanks to noticed it. We'll fix it asap. arnaud On 2/10/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: Hello, I'm building my project doc using maven site. The xdoc-plugin d

Re: xdoc plugin and "comment" in dependencies

2006-02-13 Thread Nicolas De Loof
It's exactly what I was thinking about. I'd like the "scope" property in m1 to be only informative and used by xdoc "dependencies" tempate to add a scope column, or even better, to group dependencies by scope ? Arnaud HERITIER a écrit : Yes, it's how it was defined to : http://mavenbook.xwi

html2xdocs and accentuated characters

2006-02-13 Thread Nicolas De Loof
Hello, I'm writing my doc in html and use html2xdoc to produce the maven site. It works fine, but fails to render accentuated characters (I'm french) My HTML uses entities (é for "é") as I'm using a nice html editor (openoffice) generated xdoc includes accentuated characters, not entities. g

cobertura plugin

2006-02-16 Thread Nicolas De Loof
Is there any plan to upgrade cobertura plugin to use cobertura 1.7 ? I'm using AspectJ and JiBX that both operate on bytecode and are not compatible with cobertura 1.6 instrumentation (plugin fails) Upgrading dependency to 1.7 solves this problem I've created http://sourceforge.net/tracker/

Re: cobertura plugin

2006-02-16 Thread Nicolas De Loof
on you compiled. Update svn and recompile it. -Original Message- From: Nicolas De Loof [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 8:36 AM To: Maven Users List Subject: cobertura plugin Is there any plan to upgrade cobertura plugin to use cobertura 1.7 ? I'm using A

Re: cobertura plugin

2006-02-17 Thread Nicolas De Loof
1.2-SNAPSHOT works fine for me. Thanks ! Nicolas De Loof a écrit : I'm using maven-cobertura-plugin from [EMAIL PROTECTED] As this site uses CVS, this seems you've in mind another cobertura plugin. Where to find it ? Mike Perham a écrit : The plugin code in SVN already uses

[continuum] where to put build.properties

2006-02-17 Thread Nicolas De Loof
Where to put a build.properties for continuum maven1 builds, when continuum is started as a Linux service (as explained in doc) ? I need to configure some server specific properties, and don't know where to set this. Nico. This message contains information that may be privileged or confid

Re: [continuum] where to put build.properties

2006-02-17 Thread Nicolas De Loof
So simple... Thanks. Emmanuel Venisse a écrit : in the user directory of user that run the service Emmanuel Nicolas De Loof a écrit : Where to put a build.properties for continuum maven1 builds, when continuum is started as a Linux service (as explained in doc) ? I need to configure

[m2] how to use in pom ?

2006-02-22 Thread Nicolas De Loof
Hello, I've just trying to migrate my project to maven2. It is a shared component, so I have to setup a well designed POM to make transitive dependencies works as expected. It defines optional classes to be use with other librairies, that I've marked in POM as true If I do this, mvn install d

Re: [m2] how to use in pom ?

2006-02-22 Thread Nicolas De Loof
Sorry, du to PATH error I was running maven 2.0, not 2.0.2 It works fine now. Stephen Duncan a écrit : What version of Maven are you using? There are bugs about this, but they all appear to have been resolved prior to 2.0.2. -Stephen On 2/22/06, Nicolas De Loof <[EMAIL PROTECTED]>

[1.1] plugin classpath

2006-02-23 Thread Nicolas De Loof
How is the plugin runtime classpath set ? I'm writing a (maven 1) plugin that uses velocity, so I'd like to load a Velocimacro file from classpath. My .vm file is declared as resource and gets packaged in the plugin root. It seems it is not added to plugin classpath at runtime. Is there a w

Re: [1.1] plugin classpath [Solved]

2006-02-23 Thread Nicolas De Loof
I've solved my problem. This was a velocity missuse. Nicolas De Loof a écrit : How is the plugin runtime classpath set ? I'm writing a (maven 1) plugin that uses velocity, so I'd like to load a Velocimacro file from classpath. My .vm file is declared as resource and gets

Re: maven 1.0 to 1.1 migration question

2006-02-24 Thread Nicolas De Loof
I'm doing this with 1.1-beta2 : My parent project has all mave.jar.foo = x.y.z My sub-projects all define ${maven.jar.foo} This way I can upgrade all dependencies in two clics. Arnaud HERITIER a écrit : Except if we have a bug, you can use the properties to share your release number. I alrea

mvn clean "postGoal"

2006-03-13 Thread Nicolas De Loof
Hello, I'm trying to migrate to maven2 ... For maven1, some of my project use a postGoal to clean some directories (not in /target) What would be the maven2 way to do this ? I did not find any configuration on clean mojo to add custom directory/file to clean Nico. This message contains

Re: mvn clean "postGoal"

2006-03-13 Thread Nicolas De Loof
Thanks ! Emmanuel Venisse a écrit : org.apache.maven.plugins maven-clean-plugin your_directory **/*.txt Emmanuel Nicolas De Loof a écrit

[m2] and private/restricted artifacts

2006-03-13 Thread Nicolas De Loof
Hello, I'm using maven-proxy to store restricted artifacts (com.*, javax.*) I'm trying to add dependencies on them, but download fails whatever I do For example I've added javax.resource connector 1.0 I've also added : restricted http://sai1rennes:8099/repository /

[solved] Re: [m2] and private/restricted artifacts

2006-03-13 Thread Nicolas De Loof
rict the search order, anyway the first solution is better because it's hide everything to the end users. On 3/13/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: Hello, I'm using maven-proxy to store restricted artifacts (com.*, javax.*) I'm trying to add dependencies on th

m2 is too verbose

2006-03-14 Thread Nicolas De Loof
Hello, I've setup my m2 repository using maven-proxy (for ibiblio + [EMAIL PROTECTED]) and http for restricted and private artifacts. Now when I run maven I get lot's of : "[WARNING] Unable to get resource from repository ..." Can I change maven2 logging using settings.xml ? This message co

[m2] dependency conflicts using jibx 1.0.1

2006-03-14 Thread Nicolas De Loof
Hello I'm trying to use JiBX plugin (from http://jibx.sourceforge.net/maven-jibx-plugin ) but have some version conflicts : maven downloads 1.0-RC1.jar of jibx artifacts even if I've set from 1.0.1 on my pom and on the jibx dependencies. In

Maven generate-source guide

2006-03-21 Thread Nicolas De Loof
Hello, I'm writing a source-generator plugin (I'm trying to migrate a custom ant task to maven2) I've read http://maven.apache.org/guides/mini/guide-generating-sources.html with interest, but I cannot find where the "project" variable comes from. I'd like to take a look at antlr plugin sour

Re: Maven generate-source guide

2006-03-21 Thread Nicolas De Loof
OK thanks, I've found excaclty what I was looking for ! Piéroni Raphaël a écrit : Plugins are there : http://svn.apache.org/repos/asf/maven/plugins/trunk<http://svn.apache.org/repos/asf/maven/components/trunk> 2006/3/21, Nicolas De Loof <[EMAIL PROTECTED]>: Hello, I&#

Cannot use my ant task as a maven plugin : strange classloader issue ?

2005-10-13 Thread Nicolas De Loof
Hello, I'm using maven 1.0.2 and try to create a plugin for an ant task, that itself uses Springframework. As I get strange troubles, I've dropped all specific code to get only an ant task that creates a spring context. The spring context is reduced to a single bean of type String. When I

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

2005-10-14 Thread Nicolas De Loof
= [EMAIL PROTECTED] So It may be the same from a maven.xml script ! When I run "maven ndl:test" (maven 1.0.2) I get ndl:test: [test] Thread.currentThread().getContextClassLoader() = *null* BUILD SUCCESSFUL Is there any reason for this, a workaround or anything to do ? Nico. Nico

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

2005-10-14 Thread Nicolas De Loof
u must add the in the root classloader to allow ant to find it. In your POM these dependencies must have : root Also, you can take a look at this issue : http://jira.codehaus.org/browse/MAVEN-1712 Arnaud On 10/14/05, Nicolas De Loof <[EMAIL PROTECTED]> wrote: I've found the cause of t

Re: transitive dependencies? [ dueme Frage]

2005-10-17 Thread Nicolas De Loof
In maven 1.x, if your project depends on jar A and jar A itself requires jar B, you have to manually add dependency to jar B. In maven 2, dependencies are *transitive*, this means your project will automatically be dependent to jar B. Maven 2 includes version conflicts algorithm so that it

Re: sun jars

2005-10-18 Thread Nicolas De Loof
I think the only legal way to build a download script would be to use a console mode browser to follow the $BIGCORP download process. But I don't think sun download process may be clean viewed on a console mode browser. Another solution maybe to patch a graphical browser like hotjava to lan

from m1 to m2

2005-10-18 Thread Nicolas De Loof
Hi, I'm migrating a project from m1 to m2. I'm using a pregoal that was published on this list to download artifact sources (zip) and attach them to eclipse classpath. m1 Eclipse plugin expect them to be in "/src(without s)/-.zip What's about m2 eclipse plugin ? - Does it manage source a

Re: from m1 to m2

2005-10-18 Thread Nicolas De Loof
itory. So, adding source downloads to your eclipse plugin's execution simply requires something like the following: m2 -Declipse.downloadSources=true eclipse:eclipse Try that, and see if it matches your expectations. Cheers, john Nicolas De Loof wrote: | | Hi, | | I'm migrating a pro

[m2] jaxb-api POM in repo

2005-10-19 Thread Nicolas De Loof
on ibiblio, poms for jaxb-* libs are for version 1.0.5 I've downloaded the latest (1.6) java web serice developer pack (http://java.sun.com/webservices/downloads/webservicespack.html) that only contains the 1.0.1 jaxb-api (according to manifest) Others jaxb-* jars are 1.0.5 according to the

[m2] sun poms

2005-10-19 Thread Nicolas De Loof
I'm building a private repo with sun libs jaxrpc comes in JWSDK 1.6 as 3 libs (api, impl and spi) on maven repo, there is a pom for jaxrpc-1.1, I supose this is for the API jar. Other API are using the api-suffix in maven conventions http://maven.apache.org/reference/standard-sun-jar-names.h

invalid digest for commons-logging 1.0.4

2005-10-19 Thread Nicolas De Loof
Looks like digests for commons-logging-1.0.4.pom are invalid From downloaded (that looks fine) I get SHA1(commons-logging-1.0.4.pom)= 56435f861bb6811dc4de5f462ecd402c5fee49be MD5(commons-logging-1.0.4.pom)= 2f5d9ab70d64aa79719e5427df5e92f4 http://www.ibiblio.org/maven2/commons-logging/commons-l

How to share JSPs between 2 wars projects ?

2005-10-21 Thread Nicolas De Loof
Hi all, I've got a packaging problem : my webapp requires to be "customized" for the target servers -> change web.xml, add some xml (spring) configuration files, add some target-server-specific classes All other things in my webapp are commons. I'd like maven to build the 3 wars (I've got 3

[m2] quick way to exclude dependencies

2005-10-21 Thread Nicolas De Loof
Hi, My webapp uses spring and transitive dependencies (that is a cool feature) adds tons of dependencies to my war. I have to setup lot's of exclusions rules... more than dependencies I have in my project ! Is there any way to make this quicker, perhaps some regexp matching exclusion/inclus

Re: [m2] quick way to exclude dependencies

2005-10-21 Thread Nicolas De Loof
what dependency has introduced some jar, + detecte the groupId from the jar name (that can be != from artifactId) I'll take me lo'ts of time ! Matt Raible a écrit : On 10/21/05, Nicolas De Loof <[EMAIL PROTECTED]> wrote: Hi, My webapp uses spring and transitive depende

Re: [m2] quick way to exclude dependencies

2005-10-21 Thread Nicolas De Loof
This make madatory to declare a dependency in final app, but this avoid lot's of exclusion rules. Nicolas De Loof a écrit : But thos poms are NOT invalid : spring-web requires spring-core + beans + context, that themselves depends on lot's of tools that spring supports. My WEB-INF/li

Re: [m2] quick way to exclude dependencies

2005-10-21 Thread Nicolas De Loof
exclusion at top level : I need to know what dependency has introduced some jar, + detecte the groupId from the jar name (that can be != from artifactId) I'll take me lo'ts of time ! Matt Raible a écrit : On 10/21/05, Nicolas De Loof <[EMAIL PROTECTED]> wrote:

Re: Spring Dependencies

2005-11-04 Thread Nicolas De Loof
You may take a look at http://jira.codehaus.org/browse/MEV-133 I've setup poms for spring 1.2.5 to make all the tools spring supports optionnal and reduce transitive dependencies to expected ones. Brian Bonner a écrit : I'm working with Spring 1.2.5 and retrofitting an older application that

Re: Spring Dependencies

2005-11-04 Thread Nicolas De Loof
looks like spring-support is the only one left. I'm hoping that If we fix these and use spring-full it will only pull in the "required" libraries. Your thoughts? Thanks, Brian On 11/4/05, Nicolas De Loof <[EMAIL PROTECTED]> wrote: You may take a look at http://jira.c

Re: How to make a quick mirror of the repository central ?

2005-11-10 Thread Nicolas De Loof
You can use maven-proxy that can merge downloads from ibilio (and get repository upgrades) and private artifacts. This is usefull as you will get a private copy of maven repo limited to the artifact you're realy using in your projects. Blaise Gosselin a écrit : Hello, I have to use to my

Re: How to make a quick mirror of the repository central ?

2005-11-10 Thread Nicolas De Loof
entication: org.apache.commons.httpclient.UsernamePasswordCredentials Any idea ?? Thanks in advance. ___ _ _ _ bgOnline -Original Message----- From: Nicolas De Loof [mailto:[EMAIL PROTECTED] Sent: jeudi 10 novembre 2005 10:20 To: Maven Users List Subject: Re: How to make a quick mirror of the

Re: Réf. : RE: Task list of "// TODO" comments

2005-05-27 Thread Nicolas De Loof
${line} ${comment} Extraction des commentaires "TODO"

commons-dbcp : no-JDBC3 version on ibiblio ?

2005-05-29 Thread Nicolas De Loof
Hello, I'm using commons-dbcp in my project, that runs on a JDK 1.3. It requires the commons-dbcp project to be compiled with some options to "exclude" JDBC3 code. The commons-dbcp jar in maven ibiblio repository is the "official" full JDBC3 aware version. What is the "best-practice" way t

site:deploy on multiproject

2005-06-17 Thread Nicolas De Loof
Hi Using maven site:deploy generates the site and use configured method to deploy site on my HTTP server But my project is the "parent" of a multiproject application. Running site:deploy doesn't run the "multiproject:site" goal to produce the full site. Is they're some property to set to ge

wsdl2java

2005-06-17 Thread Nicolas De Loof
Hi I'm trying to use the axis plugin (from maven-plugins.sf.net) to generate wsdl from my java classes. I get error "Attempted to write schema for bad QName (no namespace)" There is no doc about this feature on plugin site. Can someone give me a working example ? Nico. This message conta

[solved] Re: wsdl2java

2005-06-17 Thread Nicolas De Loof
I made it work I just didnt' understood the requirement for a property for each service to set location and namespace : maven.axis.classnames = com.MyService com.MyService = http://location,urn:namespace Nico. Nicolas De Loof a écrit : Hi I'm trying to use the axis plugin (

Re: site:deploy on multiproject

2005-06-17 Thread Nicolas De Loof
Ooops. Was so simple I didn't had the idea to look at multiproject doc... Hopefully, Week-end is near. Nico. Brett Porter a écrit : multiproject:site-deploy ? http://maven.apache.org/reference/plugins/multiproject/goals.html On 6/17/05, Nicolas De Loof <[EMAIL PROTECTED]> wr

[Fwd: [ANNOUNCEMENT] Right Commons-Cli 1.0 Jar Now In Java Repository]

2005-08-01 Thread Nicolas De Loof
Sujet: [ANNOUNCEMENT] Right Commons-Cli 1.0 Jar Now In Java Repository Date: Mon, 01 Aug 2005 23:24:02 +0100 De: robert burrell donkin <[EMAIL PROTECTED]> Répondre à: Maven Users List Pour: Jakarta Commons Users List Copie: users@maven.apache.org, announcements@jakarta.apache.or

how to deploy artifact sources ?

2005-08-04 Thread Nicolas De Loof
Hello, I'm using eclipse plugin and the "eclipse.source" property to get artifact sources as zip from my private repo. I'd like to add src deployment to the build process of our commons libs. I've tried this : This doesn't work as the artifact plugin creates a "srcs" directory.

how to setup an ibiblio-upload-request for native code ?

2005-08-18 Thread Nicolas De Loof
Hello, I'd like to set an upload request for javadesktop JDIC : https://jdic.dev.java.net/ This toolkit allow me to setup a windows system-tray icon for my java application It requires 4 artifacts : - a common (portable) jar - a native stub jar - a native DLL - a tray specialized DLL On linu

Re: xdoclet dependency

2005-08-22 Thread Nicolas De Loof
xjavadoc-1.0.* exists on ibiblio with groupId 'xdoclet' latter versions (1.1) are registered under groupId xjavadoc. Dennis Geurts a écrit : Dmitry, maven-xdoclet-plugin depends on xjavadoc-1.0.2 this file seems to have disappeared from ibiblio.org/maven! i do not k

Re: xdoclet dependency

2005-08-22 Thread Nicolas De Loof
from its (apparently) default location to some other undocumented location. any comments ?? dennis On 8/22/05, Nicolas De Loof <[EMAIL PROTECTED]> wrote: xjavadoc-1.0.* exists on ibiblio with groupId 'xdoclet' latter versions (1.1) are registered under groupId xjavadoc

WIX plugin ?

2005-09-01 Thread Nicolas De Loof
Hello, I'd like to build a windows installer. I've fond the maven NSIS plugin and will try it. I also have found that Microsoft MSI tool is opensource (!!!) http://sourceforge.net/projects/wix. Is they're any maven plugin for it ? Nico. This message contains information that may be privil

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

2005-09-13 Thread Nicolas De Loof
I've tryed maven 1.1 beta2 on a simple project that uses commons-attributs for metadata. I get StackOverflowException. Does maven 1.1 has so much changes that it requires update from all plugins ? LA CONSTRUCTION A ╚CHOU╚ Fichier... D:\Maven 1.1-beta-2\cache\commons-attributes-plugin-2.

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

2005-09-14 Thread Nicolas De Loof
ar/www/sandbox ndeloof Nicolas De Loof [EMAIL PROTECTED] maven-dashboard-plugin scm:cvs:pserver:[EMAIL PROTECTED]:2402/user2/commons/commons/cvsroot:sandbox

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

2005-09-14 Thread Nicolas De Loof
maven process ? -X dump lot's of interesing debugs that I cannot analyse. Nico. PS: I had to remove from my POM. It is documented on maven .apache.org/reference to be part of POM v3 XSD but sax parser found it invalid. Brett Porter a écrit : On 9/14/05, Nicolas De Loof <[EMAI

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

2005-09-14 Thread Nicolas De Loof
fine. Perhaps it's not the recommended way to set such properties, but it seems there is some incompatibility between 1.0.x and 1.1 on properties handling. What would be an alternative to set such properties using new tag in POM ? Nicolas De Loof a écrit : You're right about end

use maven 1.1 with maven 1.0.2

2005-09-14 Thread Nicolas De Loof
Hello I'm trying ot prepare my projects for maven 1.1, so I'm setting my project.xml files to include properties defined in project.proeprties. Using maven 1.0.2, this tag is not used and project.properties is required. To avoid duplicated declaration, do you know any hack to make maven 1.0.

Re: use maven 1.1 with maven 1.0.2

2005-09-14 Thread Nicolas De Loof
use. maven itself and its plugins don't use them ! Arnaud On 9/14/05, Nicolas De Loof <[EMAIL PROTECTED]> wrote: Hello I'm trying ot prepare my projects for maven 1.1, so I'm setting my project.xml files to include properties defined in project.proeprties. Using maven

[totally OT] Text Based UI

2005-09-15 Thread Nicolas De Loof
Hello, I'm looking for a Text based UI framework to build a "pretty" management application in console mode. I've found some solutions : http://www.nongnu.org/jcurzez/news.html : Ncurses Java library : requires DLL http://www.pitman.co.za/projects/charva/Screenshots.html : Swing/Awt in text

How to get logs from my plugin ?

2005-10-11 Thread Nicolas De Loof
Hello, I've writen a code generator as a maven plugin. It uses commons-logging, and I'd like to get debugs from my generator code. Running maven with -X doesn't trace anything usefull to me (only lot's of "Class java.lang.Object loaded from parent loader"...) How to get my logs from maven

Re: How to get logs from my plugin ?

2005-10-11 Thread Nicolas De Loof
, I get none of my debugs in any case Jesse McConnell a écrit : getLog().debug("your info here"); On 10/11/05, Nicolas De Loof <[EMAIL PROTECTED]> wrote: Hello, I've writen a code generator as a maven plugin. It uses commons-logging, and I'd like to get debugs fr

Re: How to get logs from my plugin ?

2005-10-11 Thread Nicolas De Loof
a écrit : m1? doh...I'll keep my mouth shut then :) sorry to lead you astray Nicolas On 10/11/05, Nicolas De Loof <[EMAIL PROTECTED]> wrote: I don't understand your reply. My code uses commons-logging : private static Log log = LogFactory.getLog(OracleDesignerReverse.class); ..

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

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

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

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

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

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

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

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

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

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 -

[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

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-

[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

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

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

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

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

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

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

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]

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

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

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

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]

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

[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

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

  1   2   3   4   5   6   7   >