[maven-idea-plugin] incorrect jar created after downloading test sources

2007-10-24 Thread GONNOT boris
Hi guys, We have found two issues regarding the download of test sources from the remote repository. 1. "test vs tests" artifact source classifier for test This first issue actually involves several maven plugins whilst deploying an artifact. First of all, the maven-jar-plugin generates into t

RE: New Maven Site is Live

2005-03-15 Thread GONNOT boris
Great Job! The link found in "Adapting an Existing Project to Use Maven" does not work: http://maven.apache.org/start/adapting.html > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 15, 2005 7:23 AM > To: Maven Users List > Subject: New Maven Sit

RE: environment variables...

2004-12-30 Thread GONNOT boris
You had to use the property ant's tag See http://ant.apache.org/manual/CoreTasks/property.html -Message d'origine- De : Tom Bostelmann [mailto:[EMAIL PROTECTED] Envoyé : jeudi 30 décembre 2004 12:34 À : Maven Users List Objet : environment variables... Is it possible to us

RE: Proxy

2004-07-19 Thread GONNOT boris
Hello, Or if you are behind a NTLM proxy (like us) you must define those properties (you must be in jdk 1.4+ to make it works) : maven.proxy.ntlm.host=proxy1 maven.proxy.ntlm.domain=AGF100 maven.proxy.host=proxy1 maven.proxy.port=80 maven.proxy.username=GONNOT maven.proxy.password=* -

RE: Maven & IntelliJ

2004-03-19 Thread GONNOT boris
> I am using IntelliJ and I would love to use Maven with it. > I tried the IntelliJ's Maven plugin, which didn't help much. It's quite old one. It works for IDEA 3.0. I suppose that you use IDEA 4 ? For our needs, we have made a new maven-idea-plugin for IDEA 4. We have planned to submit it to t

RE: Need help getting jcoverage to work

2003-12-10 Thread GONNOT boris
I had encountered a problem with the Jcoverage plugin. I do not know if it's related but my problem was due to inner class. The plugin failed during report generation (I patch the plugin to solve it). -Message d'origine- De : VLADIMIR TERZIC [mailto:[EMAIL PROTECTED] Envoyé : mercredi

RE: Input from Maven Users

2003-10-02 Thread GONNOT boris
We used maven for 7 month, and we found it very useful. It helps us : - to manage correctly and uniformly dependency version . - to provide (easily) project documentation - to remove our 'dirty fat' Ant scripts - ... The Cons: - Sometimes we had to update plug-in in order to

RE: JUnit taskdef

2003-09-23 Thread GONNOT boris
thanks -Message d'origine- De : Nathan Coast [mailto:[EMAIL PROTECTED] Envoyé : mardi 23 septembre 2003 16:49 À : Maven Users List Objet : Re: JUnit taskdef latest cvs checkout GONNOT boris wrote: > Please, can you tell me what version of maven are you using ? > >

RE: JUnit taskdef

2003-09-22 Thread GONNOT boris
Please, can you tell me what version of maven are you using ? -Message d'origine- De : Nathan Coast [mailto:[EMAIL PROTECTED] Envoyé : mardi 23 septembre 2003 08:44 À : Maven Users List Objet : Re: JUnit taskdef > > Your junit jar is not on the "root" class loader. You need to set thi

RE: JUnit taskdef

2003-09-22 Thread GONNOT boris
I had the same kind of problem with the optional ftp task (NoClassDefFoundError). After some investigations, we found that the "ant-optionnal.jar" was loaded with the "root" class loader whereas the external class "junit/framework/TestListener" (for you) is loaded with the "root.maven" class

RE: deploy:copy-deps

2003-07-16 Thread GONNOT boris
I think it's "drutt:DRUTT_ddr" But i'm not sure :) -Message d'origine- De : BRUNOT Sébastien [mailto:[EMAIL PROTECTED] Envoyé : mercredi 16 juillet 2003 09:42 À : '[EMAIL PROTECTED]' Objet : deploy:copy-deps Hi, I have the following dependency declared in my project.xml :

RE: system property

2003-05-29 Thread GONNOT boris
You had to define your properties for test in the "project.properties". For me to define the TEST_ENVIRONMENT and FAKE_DRIVER properties, i added this : TEST_ENVIRONMENT=com.agf.penelope.TestPenelope FAKE_DRIVER=OFF maven.junit.sysproperties=TEST_ENVIRONMENT FAKE_DRIVER -Message d'origi