cancel
Showing results for 
Search instead for 
Did you mean: 

Compiling Community Code

rasm
Champ in-the-making
Champ in-the-making
I was trying to compile the community source from the svn, using jdk7 and the ant build script … but it fails to build the modules correctly (missing class files).

I think there is something wrong with the class-path which makes javac silently stop (erronous jar or dubbletts) …

Can anybody help we with a pointer to a description or directions for compiling community from source (specifically sharepoint module)?
3 REPLIES 3

abarisone
Star Contributor
Star Contributor
Hi, try to follow these instructions https://wiki.alfresco.com/wiki/Alfresco_SVN_Development_Environment

Regards,
Andrea

rasm
Champ in-the-making
Champ in-the-making
Thanks for that, but it does not resolve it for me though Smiley Sad

I can generate the class files with a custom eclipse setup, and manually linking in the jar needed.

I think the source must be compiled using maven and ant for packaging

abarisone
Star Contributor
Star Contributor
Hi,
you may try this one I managed to found wandering around… http://holisticsecurity.wordpress.com/2011/06/21/building-alfresco-ecm-from-scratch/
Hope this helps.

Regards,
Andrea