On 19/06/2013 22:22, Scott Wilson wrote:
Though there is nothing "wrong" with how the project files are organised at the
moment, I think it would be easier for newcomers if we used the Maven standard directory
layout conventions [1]. This will also make it easier to migrate to using Maven for
building the project later on if we choose to go down that route.
So
src
src-test
WebContent
... becomes
src/main/java
src/test/java
src/main/webapp
(same for the Java Connector, DigSig-Client and Parser sub-projects)
I've tested this locally using "svn mv" and can get Wookie to build and deploy
using the new directory layout; unless there are any objections I'll commit the changes
on Friday.
+1 - as long as all of our current ant+ivy build scripts are still
working - including the 'build-release' tasks we have in place.
I assume its just a case of changing some properties/values though.
Paul
S
[1]
http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html