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 31B761171E for ; Sat, 5 Apr 2014 13:20:10 +0000 (UTC) Received: (qmail 99128 invoked by uid 500); 5 Apr 2014 13:20:08 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 98506 invoked by uid 500); 5 Apr 2014 13:20:06 -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 98497 invoked by uid 99); 5 Apr 2014 13:20:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Apr 2014 13:20:04 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dutoitns@gmail.com designates 209.85.216.171 as permitted sender) Received: from [209.85.216.171] (HELO mail-qc0-f171.google.com) (209.85.216.171) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Apr 2014 13:19:58 +0000 Received: by mail-qc0-f171.google.com with SMTP id c9so4629572qcz.2 for ; Sat, 05 Apr 2014 06:19:37 -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=veRnsunv5kUsgB5Z7+0RQQgy38uBcuDCL1DrDConiAw=; b=hlBXToYB3jP+Bz1Vs3Ay9MyrPJ+i+nziIXNbhipGOWb37FbT4EHVTa/9CFyO1Q6GFb WvI9eaD+rg8BL3bc0PSTKCLQz7nCWqH5D0SeTNkc5eb6Pe4/ndT96DtxzuLGOJzhjaj8 CZwYf4pK/pi/LNNBBEukLwtJ5oIztdq9FvG0xjS1WsvpvDobCLBgYphRimccqAZAdZ+H 0KLRB+Y6GRqYKp/usa+P3p/t4h5E921LFc0yxVZgnEILEFGMSLLmBdRkB4ZKTvmjO6an TwBAokmsH27S1RQOae6U9kKZuYmNRiQmuZOqMEPafGUT64yVlw0Z/N7ohvCjOHQWR/7W S2Qg== MIME-Version: 1.0 X-Received: by 10.140.41.80 with SMTP id y74mr1584529qgy.104.1396703977758; Sat, 05 Apr 2014 06:19:37 -0700 (PDT) Received: by 10.96.118.102 with HTTP; Sat, 5 Apr 2014 06:19:37 -0700 (PDT) In-Reply-To: References: Date: Sat, 5 Apr 2014 15:19:37 +0200 Message-ID: Subject: Re: building source From: Serdyn du Toit To: Struts Users Mailing List Content-Type: multipart/alternative; boundary=001a11c13da273811304f64b7ce9 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c13da273811304f64b7ce9 Content-Type: text/plain; charset=ISO-8859-1 Got it working :) mvn clean install -DskipAssembly=true On Sat, Apr 5, 2014 at 3:03 PM, Serdyn du Toit wrote: > Thanks Lukasz, > > Okay, I think my code might have been corrupt (A lot of the developer > links on the left hand side of the website is broken, so I connected to the > old CVS server, followed the instructions in the readme, more steps and > struggles, got some source repository details on the Struts website through > a google search - before only now seeing the red Git banner on the Struts 2 > homepage) > > > mvn clean install -PskipAssembly > I still get the password prompt though? So it seems as if the -PskipAssembly > profile is incorrect or not kicking in? > (if I recall the -PskipAssembly profile was exactly for this, as your > general non-committer that works with the source code doesn't have the > required access?) > > Much appreciated Lukasz, > Serdyn du Toit > > > > On Sat, Apr 5, 2014 at 11:21 AM, Lukasz Lenart wrote: > >> Strange, it supposes to work on JDK6 and JDK7, doesn't compile on JDK8 >> because of JavaDocs errors (but it's a plan for 2.5 ;-)) >> The only problem now is that you must skip assembly compilation by >> >> mvn clean install -PskipAssembly >> >> >> 2014-04-04 23:16 GMT+02:00 Serdyn du Toit : >> > Hi, >> > >> > How do I build the source code? >> > >> > If I do a "mvn clean install" I get the following errors: >> > >> > [ERROR] COMPILATION ERROR : >> > [INFO] ------------------------------------------------------------- >> > [ERROR] >> > \workspace\struts2-apache-src\core\src\main\java\org\apache\struts2\comp >> > onents\UIBean.java:[445,14] error: cannot find symbol >> > [ERROR] >> > \workspace\struts2-apache-src\core\src\main\java\org\apache\struts2\comp >> > onents\UIBean.java:[446,14] error: cannot find symbol >> > [ERROR] >> > \workspace\struts2-apache-src\core\src\main\java\org\apache\struts2\comp >> > onents\UIBean.java:[448,36] error: cannot find symbol >> > [ERROR] >> > \workspace\struts2-apache-src\core\src\main\java\org\apache\struts2\comp >> > onents\UIBean.java:[448,64] error: cannot find symbol >> > >> > >> > Its due to the compiler not recognizing HttpServletRequest and >> > HttpServletResponse classes. >> > >> > Thanks, >> > Serdyn du Toit >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org >> For additional commands, e-mail: user-help@struts.apache.org >> >> > --001a11c13da273811304f64b7ce9--