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