Got it working :) mvn clean install -DskipAssembly=true
On Sat, Apr 5, 2014 at 3:03 PM, Serdyn du Toit <dutoi...@gmail.com> 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 <lukaszlen...@apache.org>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 <dutoi...@gmail.com>: >> > 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-unsubscr...@struts.apache.org >> For additional commands, e-mail: user-h...@struts.apache.org >> >> >