[AgileWiki] problems and how to fix them
Status: Beta
Brought to you by:
blaforge
From: Bill La F. <Wil...@Su...> - 2006-06-22 05:07:11
|
All svn users, Because of some changes I made this morning, when you do a svn up, you will likely have some conflicts which will prevent you from opening AwServlet. What you need to do: 1. in AwServlet, delete build.xml 2. in AwServlet/nbproject, delete build-impl.xml, project.xml, genfiles.properties and project.properties. 3. do "svn up" to restore these files. 4. open the project in the AwServlet folder. It should now open with the project name "Root". 5. edit the properties of the Root project, resolving any platform and source-level issues if necessary. 6. do a build/clean. Sorry 'bout that. I needed to change the war file name to meet a Tomcat requirement and that caused the mess. But if you follow the above proceedure, then we should all be in sync again. Bill |