[action2] Build broken

2006-05-18 Thread Don Brown
I'm getting compile errors trying to build action 2. Toby, is there any code you haven't committed yet? Don [INFO] Compilation failure /home/mrdon/dev/struts/action2/core/src/main/java/org/apache/struts/action2/components/Form.java:[44,42] cannot find symbol symbol : class

Re: [Action2] STATUS - Documentation

2006-05-18 Thread Ted Husted
I pinged Jeff Turner about a open source license we could use while we sort things out, but haven't heard back. So, I sent the usual open source application to [EMAIL PROTECTED] Hopefully, something will turn up before the license expires on Sunday morning. Otherwise, the SAF2 wiki might be on a

Re: [action2] Build broken

2006-05-18 Thread tm jee
The changes is in xwork cvs. I think doing a cvs update xwork and do a mvn install for xwork to be in the local repository. Then the compilation for action2 should work. - Original Message From: Don Brown [EMAIL PROTECTED] To: Struts Developers List dev@struts.apache.org Sent:

Re: [action2] Build broken

2006-05-18 Thread tm jee
Hit send too soon. :-P The changes are in xwork cvs. I think doing a cvs update on xwork following by a mvn install for xwork to be in the local repository, the compilation for action2 should work. I'll try it my local machine. It seems to be ok the last time I tried it. But let me just

Maven Build Issue for Action2

2006-05-18 Thread Jason Lenhart
Hi, I searched through the archive and found this problem but did not locate a solution - forgive me as I am a developer who just wants to start working with the new stuff: When I run 'mvn install' as instructed I get the following error - any ideas on how I can get it all to build?

Re: Maven Build Issue for Action2

2006-05-18 Thread tm jee
This has been fixed in svn head. The assembly module is being commented out, do an svn update and you get the changes. If not just edit the pom.xml under action2 and comment out the assembly module. - Original Message From: Jason Lenhart [EMAIL PROTECTED] To: dev@struts.apache.org