http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html

2006-09-16 Thread Markus KARG
Request: I want to ask to add the following line: JEE / javax.jee / jee Justification: Since Version 1.5 of the Java Enterprise Edition, the "2" is removed. The specification officially is called "Java Enterprise Edition" (JEE). The maven repository should take respect of this decision and add t

Java EE 5 available on central repository soon!

2006-09-16 Thread Markus KARG
Dear Maven Community, Today I asked the Glassfish community (= Java EE 5 Reference Implementation) to publish a j2ee.jar (= Java EE 5 APIs) on the Maven 2 central repository to allow coders to easily use the Java EE technology with Maven, without the need to download the complete SDK manually. A

EJB3 Packaging is not working a told on the Maven web site

2006-09-16 Thread Markus KARG
Dear Maven Community, Today I have seen on the Maven web site (http://maven.apache.org/plugins/maven-ejb-plugin/ejb-mojo.html) that the ejb plugin is able to package EJB3 compliant JARs. So I wanted to try that out and have set up a sample project. Unfortunately it seems it is not working as expe

Re: EJB3 Packaging is not working a told on the Maven web site

2006-09-16 Thread Arik Kfir
Hi Markus, What version of the plugin are you using? Also, a dump of the complete error might be useful too. On Sat, 2006-09-16 at 11:22 +0200, Markus KARG wrote: > Dear Maven Community, > > Today I have seen on the Maven web site > (http://maven.apache.org/plugins/maven-ejb-plugin/ejb-mojo.htm

exporting Database

2006-09-16 Thread manoj kaushik
hi all i want to export a database table from mySql on one machine to another MySql instance . can anyone tell me how to carry on the proceedings. currently i am working with Maven torque plugin but finding difficulty. if anyone knows about it please reply thanks in advance Manoj Kaushik

Re: J2EE Client Application JAR is not detected as J2EE module

2006-09-16 Thread Alexander Sack
I stand corrected. Never used this feature. Alright, but from reading the 1.4 spec, it seems that this jar is deployed outside the app server as a CLIENT. The client application.xml file is deployed within a JAR a read by another container than your main EAR application, no? So what do you exp

Re: EJB3 Packaging is not working a told on the Maven web site

2006-09-16 Thread Markus KARG
Arik, I have not customized the version of the plugin in any way, I just installed Maven 2.0.4 and let it do what it likes to. As I found out, it is pulling version 2.0 automatically, which seems a bit out of age. Unfortunately, it seems to be the latest published, while the ejbVersion feature was

Re: EJB3 Packaging is not working a told on the Maven web site

2006-09-16 Thread Arik Kfir
I recommend you build the plugin from source (until a newer version is properly released) and test it. If it does work, than all you need to do is wait for the release (or keep working with the version you built). If it still doesn't work, then that means there really is a bug and you should open a

Re: J2EE Client Application JAR is not detected as J2EE module

2006-09-16 Thread Markus KARG
Sorry, wrong, once more. ;-) The J2EE specification says that an EAR contains not only EJB, WAR, RAR and other modules, but also one or more Client Application Modules. When deploying the EAR on the server, it's the server's job to publish the client to the client machines. For example, SAS9 is us

Re: EJB3 Packaging is not working a told on the Maven web site

2006-09-16 Thread Markus KARG
Arik, thank you so much for your kind short introduction into pulling down and compiling SNAPSHOTs of ejb plugin. In fact, it solved my problem. Once I had built and installed the 2.1-SNAPSHOT, I was able to package my EJB3 module without any problem using my pom.xml shown below. In fact, it seems

When will maven-ejb-plugin get released?

2006-09-16 Thread Markus KARG
I am currently using the ejb-plugin 2.1-SNAPSHOT since I am using EJB3. Is there a planned release date for that plugin? Also I like to know when will there be an EAR plugin release that supports automatic detection of EJB 3 modules. Currently those are not detected automatically but need to added

EAR plugin says my module is no dependancy...?

2006-09-16 Thread Markus KARG
I have used the 2.1-SNAPSHOT of the ejb task to create EJB3 JAR. Since the EAR plugins at the moment doesn't automatically add a entry for EJB3 JARs (I hope this gets fixed in the next release), I added the module manually in the pom.xml of my EAR. But now MVN2 crashes with stack trace and complai

Re: http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html

2006-09-16 Thread dan tran
better yet, open a jira and submit a patch On 9/16/06, Markus KARG <[EMAIL PROTECTED]> wrote: Request: I want to ask to add the following line: JEE / javax.jee / jee Justification: Since Version 1.5 of the Java Enterprise Edition, the "2" is removed. The specification officially is called "J

Re: J2me maven plugin

2006-09-16 Thread Srepfler Srgjan
Frank Seidinger wrote: Vandermi Joao da Silva wrote: Is there some plugin for J2ME? If that exist plugin ,is possible create a file jad to project J2me? I see one plugin in mojo site but the URL is down. Dear Vandermi, I've created a j2me plugin for maven2. Actually it does excactly

[M2] Managing Repositories

2006-09-16 Thread Andreas Guther
Hi, I am struggling with the question on how to maintain a controlled internal repository with Maven 2. We want to have full control over the downloaded dependencies and configured Maven to use as central repository our internal repository server. With this configuration no external repository

GWT Toolkit Plugin

2006-09-16 Thread Allison, Bob
I was starting to use the GWT plugin in the Mojo sandbox, and find that it doesn't work the way I expected. I have been rewriting it to work the way I expect it, and am wondering if I am doing something strange. My expectation of the plugin is to be part of a build for a WAR. The toolkit is used

Installing a File From a Plugin

2006-09-16 Thread Allison, Bob
I am working with a plugin which connects Maven to a third-party tool kit (GWT) that the user must download separately. I would like to write a Mojo that takes the directory where the kit was installed and the version of the kit and installs the required jars into the Maven repository (or maybe de

Maven2 Ant Tasks : is there a task to find a project build order from a parent POM

2006-09-16 Thread Antoine Levy-Lambert
Hi, I am currently evaluating several dependency/repository managements solutions. Among the possible choices, we are looking at sticking with ant but using the maven2 antlib for repository management, including writing POMs. Is there an Ant task available which can determine a build order fro