Re: Maven and macker plugin working??[UPDATES]

2007-09-03 Thread copernic Jeremy
it locally. Wayne On 8/28/07, copernic Jeremy [EMAIL PROTECTED] wrote: Hi Wayne, First of all, thanks for your updates! I was a little bit busy these last days with personal stuff so I wasn't able to try it at all. But now that I am back, I'll try it right away. Thanks again and be sure

copernic Jeremy wants to chat

2007-08-28 Thread copernic Jeremy
--- copernic Jeremy wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-343cfbc0c9-62ea441ab5-75f2453e951bd631 You'll need

sorry!

2007-08-28 Thread copernic Jeremy
Hi all, just to appologies for the last email, I accidently sent gmail invitation on the mailing list... sorry again and have a nice day! Jeremy

Re: Maven and macker plugin working??[UPDATES]

2007-08-20 Thread copernic Jeremy
the configuration directly in the pom.xml file as well. Wayne On 8/13/07, copernic Jeremy [EMAIL PROTECTED] wrote: Hi all, just to let you know some updates on my maven-macker-plugin issue: I was not able to use the maven-macker-plugin available on repo1 http://repo1.maven.org/maven2

Maven and macker plugin working??[UPDATES]

2007-08-13 Thread copernic Jeremy
Hi all, just to let you know some updates on my maven-macker-plugin issue: I was not able to use the maven-macker-plugin available on repo1 http://repo1.maven.org/maven2/maven-plugins/maven-macker-plugin/ In fact I found a link explaining how to use Macker with Maven 2 through the

Maven and macker plugin working??

2007-08-03 Thread copernic Jeremy
Hi all, I am looking for the maven-macker-plugin, if there is one of course! Indeed, the project website seems to say that there are no version available yet: http://maven-plugins.sourceforge.net/maven-macker-plugin/downloads.html I have been googling the web for a few hour now but I only found

Maven-jetty-plugin with multiple jetty.xml possible??

2007-05-29 Thread copernic Jeremy
Hi everyone! I was wondering if it is possible with the embemdded maven-jetty-plugin to launch the server with more than only one jetty.xml configuration file, like under the normal jetty server? For example, with the normal jetty server, the launching command with multiple configuration files

Generating ejb-client jar using ejb 3.0??

2007-05-04 Thread copernic Jeremy
Hy everyone, Is there any way to generate an ejb-client jar with EJB 3.0? I have tried these following configuration using the maven-ejb-plugin 2.1-Snapshotwithout success : Note that I have a dependency on javax.ejb. Thanks in advance! Copernic ... dependency groupIdjavax.ejb/groupId

Re: Maven 2.0.6 using JDK 1.3

2007-05-04 Thread copernic Jeremy
Add this to your POM.xml: build plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-compiler-plugin/artifactId configuration source1.5/source target1.5/target

Re: pom executions

2007-04-30 Thread copernic Jeremy
Might not help, but just in case: shouldn't you add the following headlines in your pom.xml?? best regards, ?xml version=1.0 encoding=UTF-8? project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0

Re: pom executions

2007-04-30 Thread copernic Jeremy
Might not help but just in case: shouldn't you add the following headlines in your pom.xml?? ?xml version=1.0 encoding=UTF-8? project xmlns= http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation= http://maven.apache.org/POM/4.0.0