test-classes not used as classpath

2011-08-05 Thread Michel Jung
en.apache.org/guides/getting-started/index.html#How_do_I_add_resources_to_my_JAR Thanks in advance. Michel

Re: JEE project

2010-09-28 Thread Michel
2010/9/28 Antonio Petrelli : > 2010/9/28 Michel : >> Thank you I have create an parent pom and I créate my ".jar" (ejb) and >> my ".war" with it. > > Remember that, for the EJB project, the packaging must be "ejb". > >> The two last poi

Re: JEE project

2010-09-27 Thread Michel
2010/9/27 Antonio Petrelli : > 2010/9/27 Michel : >> 2010/9/26 Antonio Petrelli : >>> 2010/9/26 Michel : >>>> 2010/9/26 Antonio Petrelli : >>>>> 2010/9/25 Michel : >>>>>> I'm new maven user and I start in maven with a JEE proj

Re: JEE project

2010-09-26 Thread Michel
2010/9/26 Antonio Petrelli : > 2010/9/26 Michel : >> 2010/9/26 Antonio Petrelli : >>> 2010/9/25 Michel : >>>> I'm new maven user and I start in maven with a JEE project. >>>> The project have 3 parts : >>>> - ejb with persistance (JPA

Re: JEE project

2010-09-26 Thread Michel
Thanks for your answer. 2010/9/26 Antonio Petrelli : > 2010/9/25 Michel : >> I'm new maven user and I start in maven with a JEE project. >> The project have 3 parts : >> - ejb with persistance (JPA) >> - web with JSF >> - client connect with ejb by RMI >

JEE project

2010-09-25 Thread Michel
: ejb-javaee6 and maven-archetype-webapp for 2 firsts parts but I don't find an archetype for the client. I have found an archetype named ear-javaee6, with this archetype can I create my project ? Thanks very much _____ Mic

Re: Maven and WTP integration

2010-03-15 Thread Michel Pawlak
Hi I have the same issue, have you found a solution or reported a bug ? Thank you in advance Martin Schayna-2 wrote: > > Hi all, > > we have pretty large project, successfully "mavenized" with Maven 2, > split into several module projects under one parent pom. We are using > m2eclipse plug

Running unit tests in a specific order

2010-01-07 Thread Michel Barakat
ever, this does not necessarily execute the tests in the specified order (eg. CTest is executed before ATest or BTest). Is it possible to specify a strict order, through which unit tests should be executed? Cheers Michel - To unsu

Exception while creating with archetype

2008-05-08 Thread Michel Erard
Hello, I've created my first archetype and wanted to generate a project out of this whith the following command. mvn -up archetype:create -DarchetypeGroupId=ch.corix -DarchetypeArtifactId=corix-archetype -DarchetypeVersion=1.0-SNAPSHOT -DprojectName=Testproject -DartifactId=testproject -Dv

a question

2007-12-22 Thread michel
Hello, I have just installed Maven 2.0.8 on Windows XP SP2. Commands do not seem to work-- and I cannot find the response in the doc. It is my first installed version of Maven, and I don't use a proxy... Please could you help me ? Thanks, -michel --- Here are examples the trace: C:\Pr

Maven 2 and Dependencies injection

2006-11-24 Thread Guillaume Michel
Dear Maven 2 users, I encountered an annoying issue using Maven 2 in my project. This project is (simplified view of it) composed of 4 modules. ModuleA depends on nothing and propose services interfaces (no implementation). ModuleA has a src directory. ModuleA has a test directory, that contai

[Maven-1.1-beta3] Ant scp task

2006-10-23 Thread Jean-Michel PATER
Hi, I want to use the ant scp task with maven but I don't know how to proceed. I tried the following command but no files were copied. passphrase="" keyfile="path_to_key" trust="true"/> with ant, this command line works correctly, it is only with maven that the problem occurs. -

[MAVEN-1.0.2] HowTo set environment and project.properties variables

2006-10-20 Thread Jean-Michel PATER
Hi all, I'm a newbie in Maven. I'd like to know if the project.properties file can be edited with a jelly script and if the system environment variables can be modified from maven ? Thanks - To unsubscribe, e-mail: [EMAIL PR

RE: Arbitrary Classpath Entry in MANIFEST.MF

2006-08-02 Thread michel . verbist
I'm having the same problem as Chas Douglass (2006/05/02) I want to add '.' (the current directory) to the classpath. The main reason for this is to be able to access files like log4j.properties hibernate.cfg.xml ... outside the jar, so I don't have to rebuild my jar if, e.g., I want to increase

Maven2 plugin classloader and annotations

2006-05-03 Thread Michel Goldstein
ass("InterfaceToUse"); Method m = cl.getMethod("interface1"); getLog().info("Annotation is present? " + m.isAnnotationPresent(MyAnnotation.class)); } catch (Exception e) { getLog().error("Exception: " + e.getMessage()); }

Download of Plugins does not start

2005-12-17 Thread Michel Erard
Hello, it's the first time I try to using maven 2. I've downloaded and made some changes in settings.xml: /usr/local/maven_repository planetmirror Australian Mirror of http://repo1.maven.org/maven2/ http://public.planetmirror.com/maven2/ central

RE: [m2] Problem to specify project using JDK 5.0

2005-10-26 Thread Jean-Michel TOURNIE
va 5 settings any further from > within > the pom from what you are saying here. > > AW > > On 26 Oct 2005, at 12:56, Jean-Michel TOURNIE wrote: > > >> Hi, >> >> I am using Maven 2.0 . >> I can't compile my project using JDK 5.0, I have the followin

[m2] Problem to specify project using JDK 5.0

2005-10-26 Thread Jean-Michel TOURNIE
Should I modify my pom.xml ? Thanks for your help J-Michel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

jboss plugin

2005-09-01 Thread Michel Erard
hello, I've testet the jboss plugin and have to questions to this. What is exactly the function of the goals jboss:deploy-ejb and jboss:undeploy-ejb? I've output on the console but don't know what the goals are changing. And the two goals are working with a jar file named -VERSION> but if I u

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

2005-06-15 Thread Tournié Jean-Michel
The solution 2 using basedir system property works fine whith m2. Thank you Nicolas. J-Michel -Message d'origine- De : Nicolas Chalumeau [mailto:[EMAIL PROTECTED] Envoyé : mercredi 15 juin 2005 11:47 À : Maven Users List Objet : Re: [m2] JUnit test using files, with multiple modul

[m2] JUnit test using files, with multiple modules

2005-06-15 Thread Tournié Jean-Michel
app”, not “my-app/my-module1”. How can I solve my problem? Thanks, Jean-Michel

Howto add a menu after development process?

2005-04-01 Thread Thomas Michel
Hi, i would like to add a menu after the item "development process" in the navigation menu. How can i do this? All menu items defined in my navigation.xml are arranged above the project documentation area. Thanks for answer and sorry for my english. Bye Thomas ---

Re: Maven console plugin

2005-01-13 Thread Jean-Michel FRANCOIS
eady entered. There must be a way to configure jline with the list of goals but I didn't find how in the doc... Note that it is a hack, I hope commons-jelly-tags-interaction will integrate jline in next release. Cheer, Jean-Michel ---

Re: Maven console plugin

2005-01-13 Thread Jean-Michel FRANCOIS
You're right Brett, there is already an issue in commons-jelly-tags-interaction : http://issues.apache.org/jira/browse/JELLY-175 with a joined patch. I'll have a look. Cheers, - To unsubscribe, e-mail: [EMAIL PROTECTED]

Maven console plugin

2005-01-13 Thread Jean-Michel FRANCOIS
nyone else hadn't already do the job. Thanks, Jean-Michel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]