Return-Path: X-Original-To: apmail-struts-user-archive@www.apache.org Delivered-To: apmail-struts-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BB07E17458 for ; Thu, 9 Apr 2015 05:49:49 +0000 (UTC) Received: (qmail 98792 invoked by uid 500); 9 Apr 2015 05:49:47 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 98751 invoked by uid 500); 9 Apr 2015 05:49:47 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 98739 invoked by uid 99); 9 Apr 2015 05:49:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Apr 2015 05:49:47 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tommyhp2@gmail.com designates 209.85.220.177 as permitted sender) Received: from [209.85.220.177] (HELO mail-qk0-f177.google.com) (209.85.220.177) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Apr 2015 05:49:43 +0000 Received: by qkx62 with SMTP id 62so111416166qkx.0 for ; Wed, 08 Apr 2015 22:47:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=b8hIu538XJeXv0VmgVIS6RJPyaqNzmxOXRoFKsmD+5k=; b=iu4zMJzWY3DteEhaqX48MujsSAyHb3bi2WBVucnfJZHuc+09kEYHNI6zO3YgZpwmqL UZLx7ifQnNGkBcOQKQ7upuQI2Ce4M7nIRtM5qES9ANwgs5op+C0BEtEpXcGOzuJ3b5EL M+XPGgZU2LO5Std+ukrFDryQV120QVE9DLBiJM7Z5XX6xd00+OdlM5I8y1h9oL1GsC4V eyZB+d4JkIeE/i3EUE/67ZEtvBWtFqeZjmKdTxfB112kPhxuC6Yd4f6+cZprsOjx360j 5Ax7Cs5RbOlkmeCmuKOFVht4InBkX9Pz2uwPOI1fA+AsmUvH0ncUnCOX5b7z8C4/JfjI NSlQ== MIME-Version: 1.0 X-Received: by 10.229.8.8 with SMTP id f8mr32175000qcf.4.1428558471969; Wed, 08 Apr 2015 22:47:51 -0700 (PDT) Received: by 10.140.89.11 with HTTP; Wed, 8 Apr 2015 22:47:51 -0700 (PDT) In-Reply-To: References: Date: Wed, 8 Apr 2015 22:47:51 -0700 Message-ID: Subject: Re: [S2] mvn struts2-archtype-blank broken? From: Tommy Pham To: Struts Users Mailing List Content-Type: multipart/alternative; boundary=001a113317e043407a0513443071 X-Virus-Checked: Checked by ClamAV on apache.org --001a113317e043407a0513443071 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Am I imagining things or is there typo/bug: xwork-core 2.3.20 uses asm 5.0.2 From: 'ObjectWeb' (http://www.objectweb.org/) - ASM Core (http://asm.objectweb.org/asm/) org.ow2.asm:asm:jar:5.0.2 License: BSD (http://asm.objectweb.org/license.html) - ASM Commons (http://asm.objectweb.org/asm-commons/) org.ow2.asm:asm-commons:jar:5.0.2 License: BSD (http://asm.objectweb.org/license.html) - ASM Tree (http://asm.objectweb.org/asm-tree/) org.ow2.asm:asm-tree:jar:5.0.2 License: BSD (http://asm.objectweb.org/license.html) xwork-core 2.3.23 uses asm 3.3 From: 'ObjectWeb' (http://www.objectweb.org/) - ASM Core (http://asm.objectweb.org/asm/) asm:asm:jar:3.3 License: BSD (http://asm.objectweb.org/license.html) - ASM Commons (http://asm.objectweb.org/asm-commons/) asm:asm-commons:jar:3.3 License: BSD (http://asm.objectweb.org/license.html) - ASM Tree (http://asm.objectweb.org/asm-tree/) asm:asm-tree:jar:3.3 License: BSD (http://asm.objectweb.org/license.html) Is it supposed to be 3.3 or 5.0.3? On Wed, Apr 8, 2015 at 10:00 PM, Lukasz Lenart wrote: > 2.3.23 is under test now, you can help as well :) > > http://markmail.org/thread/oqtssgeesejrobko > > > Regards > -- > =C5=81ukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > 2015-04-09 6:45 GMT+02:00 Tommy Pham : > > Hi Lukasz, > > > > Thanks for the feedback. Do you know what version is the next release? > My > > current projects running into a bug regarding clearing the cache in > Tomcat > > 8 that's fixed in 2.3.23. > > > > Regards, > > Tommy > > > > On Tue, Apr 7, 2015 at 12:08 AM, Lukasz Lenart > > wrote: > > > >> Yeah... it's broken. I'm fixing it right now and it will be included > >> in a next release. > >> > >> 2015-04-05 22:32 GMT+02:00 Tommy Pham : > >> > Hi folks, > >> > > >> > I just tried adding a maven project in Eclipse Luna (4.4.2) using > remote > >> > repository: http://struts.apache.org. The struts2-archetype-blank > >> seems to > >> > be broken. Navigating to the web app gives 404 error: > >> > > >> > > >> > HTTP Status 404 - /struts2-blank/WEB-INF/example/HelloWorld.jsp > >> > > >> > > >> > type Status report > >> > > >> > message /struts2-blank/WEB-INF/example/HelloWorld.jsp > >> > > >> > description The requested resource is not available. > >> > > >> > > >> > Apache Tomcat/8.0.20 > >> > > >> > > >> > Could someone please confirm? > >> > > >> > Thanks, > >> > Tommy > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > >> For additional commands, e-mail: user-help@struts.apache.org > >> > >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > For additional commands, e-mail: user-help@struts.apache.org > > --001a113317e043407a0513443071--