From: Dylan E. <de...@cs...> - 2004-10-22 15:03:38
|
Hi Charles-Alexandre, We are always happy to have someone contribute to the code base. I think the first step is to get things running and then you can take a crack at some code. We don't have a formal policy on membership but before we extend commit rights we like to see some code contributions first just to see what your all about. The reason your having trouble building is that we use ant to build the src, and maven only to build the web-site (we have just never had the time to move our tricky ant stuff to tricky maven stuff). First I would suggest a cvs update. We are doing quite a bit of development at the moment and stuff changes a lot day to day. If you copy your build.properties.sample to build.properties and set all the variables correctly and then make sure that your src/misc/hibernate.properties file is setup correctly then doing an 'ant clean deploy-war' should get the webapp deployed for you. Give it a shot and shout if you run into issues. Good luck, Dylan Etkin Dylan Etkin ISTC +27 12 841 3200 -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. |