Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D2D3910FC6 for ; Thu, 28 Nov 2013 22:55:36 +0000 (UTC) Received: (qmail 89670 invoked by uid 500); 28 Nov 2013 22:55:36 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 89556 invoked by uid 500); 28 Nov 2013 22:55:35 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 89539 invoked by uid 99); 28 Nov 2013 22:55:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Nov 2013 22:55:35 +0000 Date: Thu, 28 Nov 2013 22:55:35 +0000 (UTC) From: =?utf-8?Q?Olivier_Lamy_=28*=24=5E=C2=A8=25=60=C2=A3=29_=28JIRA=29?= To: dev@tomcat.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (MTOMCAT-211) The .war file is not extracted from executable war MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MTOMCAT-211?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^=C2=A8%`=C2=A3) updated MTOMCAT-211: ------------------------------------------- Fix Version/s: (was: 2.2) 3.0 > The .war file is not extracted from executable war > -------------------------------------------------- > > Key: MTOMCAT-211 > URL: https://issues.apache.org/jira/browse/MTOMCAT-211 > Project: Apache Tomcat Maven Plugin > Issue Type: Bug > Components: tomcat7 > Affects Versions: 2.2 > Environment: Windows 7 64bit, Oracle JDK-1.7.0.11, Maven-2.2 > Reporter: Petr Novak > Assignee: Olivier Lamy (*$^=C2=A8%`=C2=A3) > Fix For: 3.0 > > Attachments: maven-tomcat-test-0.0.1-SNAPSHOT-war-exec.jar, maven= -tomcat-test.zip > > > I create simple web-app project, build it by mvn clean package. > Than I try to execute the created JAR, but the following exception was th= rown: > java -jar maven-tomcat-test-0.0.1-SNAPSHOT-war-exec.jar > Exception in thread "main" java.io.FileNotFoundException: .extract\webapp= s\ctx\test.war (The system cannot find the path specified) > at java.io.FileOutputStream.open(Native Method) > at java.io.FileOutputStream.(FileOutputStream.java:212) > at java.io.FileOutputStream.(FileOutputStream.java:165) > at org.apache.tomcat.maven.runner.Tomcat7Runner.expand(Tomcat7Run= ner.java:680) > at org.apache.tomcat.maven.runner.Tomcat7Runner.extract(Tomcat7Ru= nner.java:555) > at org.apache.tomcat.maven.runner.Tomcat7Runner.run(Tomcat7Runner= .java:200) > at org.apache.tomcat.maven.runner.Tomcat7RunnerCli.main(Tomcat7Ru= nnerCli.java:204) > When I look at ".extract\webapps\ctx\" , the folder is empty. -- This message was sent by Atlassian JIRA (v6.1#6144) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org