Just a suggestion. Perhaps you can use the tomee-maven-plugin 7.0.0-SNAPSHOT while specifying the tome version to package to 1.7.2 ?
It sould work. -----Original Message----- From: Edouard LAMOTTE [mailto:[email protected]] Sent: lundi 26 octobre 2015 19:10 To: [email protected] Subject: Re: Problem with tomee-maven-plugin/tomee:exec all right thanks ----- Mail original ----- De: "Romain Manni-Bucau" <[email protected]> À: [email protected] Envoyé: Lundi 26 Octobre 2015 18:48:05 Objet: Re: Problem with tomee-maven-plugin/tomee:exec Hi 2015-10-26 18:36 GMT+01:00 Edouard LAMOTTE <[email protected]>: > Hi Romain, > > i tried to run my executable jar with a maven command "mvn exec:exec", > it works. > > But the idea was to run the application on a laptop who don't have the > maven project and don't have a TomEE installed. > And our application is in production with TomEE 1.7.2. > > Do you think it will be fixed on TomEE 1.7.x? > > java command has been fixed in 1.7.x. catalina.bat fix has not been backported yet. > Thanks for your help > > > ----- Mail original ----- > De: "Edouard LAMOTTE" <[email protected]> > À: [email protected] > Envoyé: Lundi 26 Octobre 2015 17:45:50 > Objet: Re: Problem with tomee-maven-plugin/tomee:exec > > ok Romain, i understand, > > i will test it > > Thanks again > > ----- Mail original ----- > De: "Edouard LAMOTTE" <[email protected]> > À: [email protected] > Envoyé: Lundi 26 Octobre 2015 17:34:07 > Objet: Re: Problem with tomee-maven-plugin/tomee:exec > > Hi romain, > > thanks for the quick response. > > I'm sorry but i don't understand what do you mean by use java as > script in mvn config? > > Best Regards > > ----- Mail original ----- > De: "Romain Manni-Bucau" <[email protected]> > À: [email protected] > Envoyé: Lundi 26 Octobre 2015 17:10:12 > Objet: Re: Problem with tomee-maven-plugin/tomee:exec > > Hi > > For win use java as script in mvn config for tomee 1.7.2. > > Has been fixed for 7.0.0 m2. > Le 26 oct. 2015 16:51, "Edouard LAMOTTE" <[email protected]> a écrit : > > > Hi, > > > > > > I'm working with TomEE 1.7.2 on Windows 2007. > > > > > > I want to build a an executable jar with the maven command "mvn > > tomee:exec". > > > > > > But when i try to test my ***-exec-jar with the java command "java > > -jar ***-exec.jar" > > > > > > I have an exception : > > > > ***-web\target>java -jar ***-web-0.0.1-SNAPSHOT-exec.jar > > > > > > Extracting tomee to ***-web\target\.distribution Exception in thread > > "main" java.io.IOException: Cannot run program > > "bin\catalina[.sh|.bat]" (in directory ".distribution"): > > CreateProcess error=2, Le fichier spécifié est introuvable at > > java.lang.ProcessBuilder.start(ProcessBuilder.java:1042) > > at > > > org.apache.openejb.maven.plugin.runner.ExecRunner.main(ExecRunner.java > :165) > > Caused by: java.io.IOException: CreateProcess error=2, Le fichier > spécifié > > est introuvable > > at java.lang.ProcessImpl.create(Native Method) at > > java.lang.ProcessImpl.<init>(ProcessImpl.java:386) > > at java.lang.ProcessImpl.start(ProcessImpl.java:137) > > at java.lang.ProcessBuilder.start(ProcessBuilder.java:1023) > > ... 1 more > > > > > > This error occurs in the ProcessBuilder called by the ExecRunner > > from the tomee-maven-plugin1.7.2. > > > > > > Any idea about this problem? > > > > > > Thanks in advance. > > > > > > Sincerely > This message and any attachments (the "message") is intended solely for the intended addressees and is confidential. If you receive this message in error,or are not the intended recipient(s), please delete it and any copies from your systems and immediately notify the sender. Any unauthorized view, use that does not comply with its purpose, dissemination or disclosure, either whole or partial, is prohibited. Since the internet cannot guarantee the integrity of this message which may not be reliable, BNP PARIBAS (and its subsidiaries) shall not be liable for the message if modified, changed or falsified. Do not print this message unless it is necessary,consider the environment. ---------------------------------------------------------------------------------------------------------------------------------- Ce message et toutes les pieces jointes (ci-apres le "message") sont etablis a l'intention exclusive de ses destinataires et sont confidentiels. Si vous recevez ce message par erreur ou s'il ne vous est pas destine, merci de le detruire ainsi que toute copie de votre systeme et d'en avertir immediatement l'expediteur. Toute lecture non autorisee, toute utilisation de ce message qui n'est pas conforme a sa destination, toute diffusion ou toute publication, totale ou partielle, est interdite. L'Internet ne permettant pas d'assurer l'integrite de ce message electronique susceptible d'alteration, BNP Paribas (et ses filiales) decline(nt) toute responsabilite au titre de ce message dans l'hypothese ou il aurait ete modifie, deforme ou falsifie. N'imprimez ce message que si necessaire, pensez a l'environnement.
