cancel
Showing results for 
Search instead for 
Did you mean: 

need alfresco source code

javauser007
Champ in-the-making
Champ in-the-making
Hi,
I'm new to alfresco… please suggest me which version is good for me.
my requirement is i have to customise the web-client according to ou requirement.
for that i need to change existing java/jsp files and some times i need to add new files as well.
So plz guide me and tell me where i can get the complete source code for alfresco.

Regards,
Alfresco user.
18 REPLIES 18

mikeh
Star Contributor
Star Contributor
http://wiki.alfresco.com/wiki/Main_Page

The right-hand section "Getting the Source".

Mike

javauser007
Champ in-the-making
Champ in-the-making
Hi Mike,
Thanks for ur reply…. but in that url what ever u mentioned i'm getting only .exe setup file….
What exactly i want is i want all the java/jsp files and i can setup those files in my local eclipse and then i want to run as a normal application in my local machine. So that i can understand the workflow to customise the alfresco…
So please provide the exact url to download it.

Thanks in advance.

Regards,
Alfesco User

kayan
Champ in-the-making
Champ in-the-making

javauser007
Champ in-the-making
Champ in-the-making
Hi kayan,
thanks for ur reply …
Actually what i'm looking for is i'm using alfresco 2.9B… I need the appropriate source code.
By searching some forums i got the appropriate SVN revision is 1374 …
But while searching the link which u provided i'm not able to find it.

my environment is Windows+eclipse.
i'm following the http://wiki.alfresco.com/wiki/Alfresco_on_Eclipse  for configuring the svn repository of alfresco with eclipse. But in that they specified svn://svn.alfresco.com this url for svn checkout. while trying with this url i'm getting the error like the "appropriate folder is not existing"…. so plz suggest me the svn repository link for alfresco 2.9B


thanks in advance,

Regards,
Alfresco User

mikeh
Star Contributor
Star Contributor
To checkout that specific svn revision, use: svn co -r1374 svn://svn.alfresco.com/alfresco/HEAD

Mike

javauser007
Champ in-the-making
Champ in-the-making
Sorry mike,
still facing the "Folder does not existing " problem.
what i have done is,
I have taken a new project in eclipse the selected the svn project and choose the checkout projects from svn.
after that i have selected "create new repository location" after that it takes me to enter url.
in the url space i have given the following url.
svn://svn.alfresco.com/alfresco/HEAD

then i'm getting the following error like,
Error validating the location…….
No connection could be made because the taget machine actively refused it.
svn:can't connect to host  "svn.alfresco.com"


plz check this ones….

thanks again,
regards,
Alfresco User.

mikeh
Star Contributor
Star Contributor
Just tested it from here and it's working ok. Which svn plugin are you using?

Your other option is to use svn from the command line - which O/S do you have for development?

Mike

javauser007
Champ in-the-making
Champ in-the-making
Hi mike thanks for ur patience,

i'm using the following plug-ins.


plug-ins

org.tigris.subversion.subclipse.core_1.2.0
org.tigris.subversion.subclipse.doc_1.2.0
org.tigris.subversion.subclipse.ui_1.2.0
org.tigris.subversion.javahl.win32_1.2.0


features

org.tigris.subversion.subclipse_1.2.0



My development environment is,
windows-XP, eclipse 3.3.2, java 1.5




So please guide me which plug-ins i need…

Thaks again,

mikeh
Star Contributor
Star Contributor
Check you're not trying to checkout the source to a folder which has a space somewhere in it's path, e.g. "Document and Settings".

Mike