views:

54

answers:

1

Hi folks,

I need to know open source auction app in java (or even based on ofbiz).

BTW, I find this ofbiz-based one (http://www.kenfuse.com/project/ofbizauction) but didn't know how to reach the source code!

I appreciate your help

Thanks.

A: 

The source code for Apache Ofbiz is available here: http://svn.apache.org/repos/asf/ofbiz/

You can checkout the code by doing this:

cd ~/Desktop
svn checkout http://svn.apache.org/repos/asf/ofbiz/trunk/ ApacheOfbiz

Note: You need to have Subversion installed on your system for the svn command to work.

Brock Woolf
Well, But I am not asking how to check-out the code of ofbiz, could you please re-read the question
Mohammed
@Mohammaed: If you re-write the question in legible English I may have been able to answer better.
Brock Woolf