Re: Trouble with JIRA

2004-06-09 Thread Emmanuel Boudrant
I think you are right, I did not see the login form on right side ... ;) -emmanuel Jeff Turner wrote: On Tue, Jun 08, 2004 at 11:55:05PM +0200, Emmanuel Boudrant wrote: Hi, I cannot login to jira on codehaus. I have an username but when I click on login, jI have the project list but no login

maven-jar-plugin deployment method

2004-06-08 Thread Emmanuel Boudrant
Hi, Currently, maven-jar-plugin 1.5 use a different deployment method comparing to ear, war ... theses last use the tag artifact. The advantage of artifact tag is we can deploy on windows OS (the only system used in our departement;). Is it possible to fix this before maven 1.0 final release ? T

Trouble with JIRA

2004-06-08 Thread Emmanuel Boudrant
Hi, I cannot login to jira on codehaus. I have an username but when I click on login, jI have the project list but no login form. Any idea ? Thx, -emmanuel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

RE: SNAPSHOT and multiproject

2004-05-25 Thread emmanuel . boudrant
Nicolas, I know what you said and, for some reasons, we don't want to put some X.X.X-SNAPSHOT version, only X.X.X So, in our master projects we set the pom.currentVersion at 3.0.0. All subprojects use this version number. In all our subprojects, we use ${pom.currentVersion} to references thems

RE: SNAPSHOT and multiproject

2004-05-25 Thread emmanuel . boudrant
Nicolas, I know what you said and, for some reasons, we don't want to put some X.X.X-SNAPSHOT version, only X.X.X So, in our master projects we set the pom.currentVersion at 3.0.0. All subprojects use this version number. In all our subprojects, we use ${pom.currentVersion} to references thems

SNAPSHOT and multiproject

2004-05-25 Thread emmanuel . boudrant
Hi, I have two question, first, how can I make this code working (in a maven.xml) : ${pom.currentVersion} SNAPSHOT ${pom.currentVersion} Display is : [echo] 3.0.0 [echo] 3.0.0 But I want [echo] 3.0.0 [echo] SNAPSHOT Second question, I have a multiproject v

Webwork jars

2004-03-16 Thread emmanuel . boudrant
Hi, Does anybody can tell me where are located the opensymphony Webwork 2 jars, of course I'm looking for a maven repository ? I'm looking for : * webwork-2.0.jar * xwork-1.0.jar * ognl-2.6.3-modified.jar Thx, -emmanuel ---

Re: How can I intercept artifact downloading

2004-01-18 Thread emmanuel . boudrant
Selon Marco Tedone <[EMAIL PROTECTED]>: > If you have a project that depends on some dependencies, then I think you > should indicate those dependencies in one of the project files. In fact I want to execute some code within my maven plugin (with Jelly context access) before Maven try to download

How can I intercept artifact downloading

2004-01-18 Thread emmanuel . boudrant
Hi, I have a special kind of project (Eclipse PDE project) which require some dependencies I can't put in my maven repository so I want to use a special plugin to retrieve these dependencies. Is it possible to intercept the Maven bootstrap which download the dependencies ? In fact I want to reso

Re: Generating md5 checksums

2004-01-15 Thread emmanuel . boudrant
Simply use the artifact tags : http://maven.apache.org/reference/plugins/artifact/ -emmanuel Selon "Mark R. Diggory" <[EMAIL PROTECTED]>: > Are there any details available on goals/properties necessary for > generating md5 checksums for distributions and jars produced by maven? > > Thanks, > -

Re: javadoc plugin error : java.io.IOException: CreateProcess

2003-12-18 Thread emmanuel . boudrant
Ok, I found the solution ;) use the property maven.javadoc.useexternalfile=true -emmanuel Selon [EMAIL PROTECTED]: > > I've an error with the javadoc plugin. I think the problem is there is too > much > dependencies in the project. So the command line used to launch javadoc.exe > is > very

javadoc plugin error

2003-12-18 Thread emmanuel . boudrant
I've an error with the javadoc plugin. I think the problem is there is too much dependencies in the project. So the command line used to launch javadoc.exe is very long and it is not complete, an error is raised. Is there any solution ? BUILD FAILED File.. file:/C:/Documents and Settings/eb

multiproject:site problem

2003-12-12 Thread emmanuel . boudrant
Hi, I've got "strange" error with multiproject:site. I have a set of project [X, Y, Z], if I use goal [multiproject:site], it fail on project X. Error is : Goal [xdoc:register-reports] has no action definition But if I run goal [site] inside project X, it works fine and the site is generated.

ear/war:deploy problem

2003-12-10 Thread emmanuel . boudrant
Hi, I want to deploy my artifacts (jar, ear, war...) on out remote reposipory. We use scp protocole with key authentification. When I use jar:deploy, it is working fine (I think it is using my Putty configuration). When I use ear/war:deploy (which use artifact plugin) it is fail. I've got this exc

ear/war:deploy problem

2003-12-10 Thread emmanuel . boudrant
Hi, I want to deploy my artifacts (jar, ear, war...) on out remote reposipory. We use scp protocole with key authentification. When I use jar:deploy, it is working fine (I think it is using my Putty configuration). When I use ear/war:deploy (which use artifact plugin) it is fail. I've got this exc

aspectj:compile

2003-11-14 Thread emmanuel . boudrant
Hi, I want to compile a project with some aspects but I've got this error : __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc1-SNAPSHOT aspectj:compile: [ajc] Compiling 16 source and 0 arg files to C:\projects\j2eeser

Multiple generated jars for one project

2003-10-16 Thread emmanuel . boudrant
I've got a J2EE project managed with our own plugin, this plugin use EJBGen... The problem is there is many jars and one ear for one maven project. Here the main artifacts : myj2eeapp-rmi-client.jar myj2eeapp-webservice-client.jar myj2eeapp.ear (include myj2eeapp.jar containing the ejbs) But w

j:file and xml files

2003-10-16 Thread emmanuel . boudrant
Hi, How can I generate XML files with , notice that I need to add DTD declaration in generated files. http://java.sun.com/dtd/application_1_3.dtd'> ${j2ee.displayName} ${j2ee.displayName} ${ejb} ${uri} ${j2ee.contextRoot}

Ant task

2003-10-16 Thread emmanuel . boudrant
Hi, How can I use a custom ant task (with a ) inside a maven.xml file. I try to put my task lib inside MAVEN_HOME\lib but ant is unable to find my class. Thx, -emmanuel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

context, pom ...?

2003-10-15 Thread emmanuel . boudrant
Hi, What are the object context, pom (ex: ${context.getVariable(...)}) Is there any documentation about them ? Thx, -emmanuel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to check in a property is setted [found]

2003-10-15 Thread emmanuel . boudrant
No, it's Thx, -emmanuel Selon khote <[EMAIL PROTECTED]>: > > > > > > > > - Original Message - > From: "Marc Portier" <[EMAIL PROTECTED]> > To: "Maven Users List" <[EMAIL PROTECTED]> > Sent: Wednesday, October 15, 2003 7:51 AM > Subject: Re: How to check in a prop

RE: How to fail inside a maven plugin

2003-10-15 Thread emmanuel . boudrant
It's because I was thinking the 'fail' exist in Maven or Jetty... ;) work fine ;) Thx, -emmanuel Selon Vincent Massol <[EMAIL PROTECTED]>: > I guess that if you're asking, it's because doesn't work? > > -Vincent > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PR

How to check in a property is setted

2003-10-15 Thread emmanuel . boudrant
Hi there, Ho ca I check if a property is setted in project.properties (or ~/build.properties...). This is not working : ... Thx, -emmanuel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

How to fail inside a maven plugin

2003-10-15 Thread emmanuel . boudrant
Hi there, How to fail inside a maven plugin ? example: false true FAIL HERE

Re: MavenProxy

2003-09-30 Thread emmanuel . boudrant
I've just created an issue : http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-871 Selon Trygve Laugstøl <[EMAIL PROTECTED]>: > On Tue, 30 Sep 2003 [EMAIL PROTECTED] wrote: > > > > > Here my maven out : > > > > T:\eb\maven-proxy\core>maven artifact:load > > __ __ > > | \/ |__ _Apache

Re: MavenProxy

2003-09-30 Thread emmanuel . boudrant
Selon Paul Libbrecht <[EMAIL PROTECTED]>: > Dare I ask what MavenProxy is ? > Google doesn't seem to find anything on this topic. > Is it simply the proxy settings in Maven... or is it a Servlet-based > maven at work ? It's just a great tool, more info on : http://wiki.codehaus.org/maven/MavenP

Re: MavenProxy

2003-09-30 Thread emmanuel . boudrant
Here my maven out : T:\eb\maven-proxy\core>maven artifact:load __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc1-SNAPSHOT Tentative de t¥Èl¥Èchargement de maven-fetch-SNAPSHOT.jar. BUILD SUCCESSFUL Total time: 14 seconds F

Re: MavenProxy

2003-09-30 Thread emmanuel . boudrant
> On Tue, 2003-09-30 at 09:41, [EMAIL PROTECTED] wrote: > > Hi, > > > > I've just installed maven proxy and I've got an error on retriving some > > SNAPSHOP > > dependencies : > > > > 15:21:37.878 WARN!! Exception for /maven/jars/maven-fetch-SNAPSHOT.jar > > java.lang.IllegalArgumentException:

MavenProxy

2003-09-30 Thread emmanuel . boudrant
Hi, I've just installed maven proxy and I've got an error on retriving some SNAPSHOP dependencies : 15:21:37.878 WARN!! Exception for /maven/jars/maven-fetch-SNAPSHOT.jar java.lang.IllegalArgumentException: Cannot convert date: mar., 30 sept. 2003 13:00:17 at org.mortbay.http.HttpField

Re: weblogic plugin

2003-09-09 Thread Emmanuel Boudrant
Here the file sorry, -emmanuel [-- En réponse à Emmanuel Boudrant <[EMAIL PROTECTED]>: --] >>Hi, >> >>Here a maven.xml I made quickly for weblogic 8.1, the >>goals are : >> >>Generate EJB with ejbgen >>Gererate Stubs with weblogic.appc

Re: weblogic plugin

2003-09-09 Thread Emmanuel Boudrant
Hi, Here a maven.xml I made quickly for weblogic 8.1, the goals are : Generate EJB with ejbgen Gererate Stubs with weblogic.appc Generate WebServices with weblogic.servicegen Generate WWebServices web client with weblogic.clientgen Deploy all on weblogic 8.1 This script isn't VERY CLEAN but it a

Weblogic ejbgen task

2003-08-18 Thread Emmanuel Boudrant
Does anybody try to launch the weblogic 8.1 ejbgen ant task inside a maven plugin ? I've got this error : BUILD FAILED File.. file:/D:/eclipse/workspace/g-contact/ Element... ant:wlappc Line.. 104 Column 35 java.lang.NullPointerException Total time: 10 seconds By the way, is there

Ant teskdef question

2003-08-18 Thread Emmanuel Boudrant
Hello, With a Ant build file, I made a Maven plugin. The Ant build file use some custom taskdef. When I run it with maven (I put build.xml in maven.xml), I've got an error on the taskdef : - BUILD FAILED File.. file:/D:/eclipse/workspa

Multiple source directory

2003-08-18 Thread Emmanuel Boudrant
Hello, Can I have 2 or more source directories in a maven project. The reason is, I have some java classes generated with ejb-gen and I don't want to use my src/java. src/java >> My sources files src/gen >> Sources generated by ejb-gen src/test >> My unit tests Thx, -emmanuel --

Re: Struts TLDs dependencies

2003-08-14 Thread Emmanuel Boudrant
Consulting >>Blog: http://blogs.codehaus.org/people/dion/ >> >> >>"Emmanuel Boudrant" <[EMAIL PROTECTED]> wrote on >>14/08/2003 02:16:15 AM: >> >>> Hi, >>> >>> I've got a struts application described by maven, in my

Continous integration question

2003-08-14 Thread Emmanuel Boudrant
Hi, I'm a little lost ;) ... Does Maven reactor replace Gump ? If no, what are the differences between Maven reactor and Gump ? Thx, -emmanuel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

Re: Struts TLDs dependencies

2003-08-14 Thread Emmanuel Boudrant
illard, Multitask Consulting >>Blog: http://blogs.codehaus.org/people/dion/ >> >> >>"Emmanuel Boudrant" <[EMAIL PROTECTED]> wrote on >>14/08/2003 08:13:41 PM: >> >>> Only because my TLDs déclarations in my JSPs does not >>conta

Struts TLDs dependencies

2003-08-14 Thread Emmanuel Boudrant
Hi, I've got a struts application described by maven, in my dependencies I add all the struts 1.1 TLDS. When I build the war (maven war), maven copy all the TLDs in my webapp but it's keeping the version suffix (struts-html-1.1.tld). How can I tell maven to remove the version suffix in my webap

Jelly question

2003-07-09 Thread Emmanuel boudrant
Hi, Is it possible to update an xml file with Jelly ? For example, modify the content of an attribute or a tag. Thx, -emmanuel

RE : maven and eclipse-plugins

2003-07-07 Thread Emmanuel boudrant
el, Not yet. I was planning to make one but haven't found the time. That would be a great contribution :-) Including the support for unit testing of Eclipse plug-in would also be great... Thanks -Vincent > -Original Message- > From: Emmanuel boudrant [mailto:[EMAIL PROTECTED]

maven and eclipse-plugins

2003-07-06 Thread Emmanuel boudrant
Hi, Is there any maven plug-in/goal in project to distribute Eclipse plug-in and features (build+upload on update site)? Thx -emmanuel

About ibiblio.org

2003-07-05 Thread Emmanuel boudrant
Hi, Who is in charge in managing the repository ibiblio.org/maven ? What is the position between apache/ibiblio ? And can we request for adding new libraries in ibiblio repository (like eclipse-pde, eclipse-form.) And can I use in a project.xml dependencies some libraries located on ibiblio.or