Hi Jack, I used Martin's to help get me started with Eclipse, see:
http://mail-archives.apache.org/mod_mbox/incubator-roller-user/200606.mbox/[EMAIL PROTECTED] First you have to: sh build.sh all sh build.sh build-tests to get the 'build/generated/' Here's my .project: <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>roller_2.3</name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>org.eclipse.jdt.core.javanature</nature> </natures> <linkedResources> <link> <name>src.presentation</name> <type>2</type> <location>build/generated/src.presentation</location> </link> <link> <name>src.business</name> <type>2</type> <location>build/generated/src.business</location> </link> <link> <name>compile_web</name> <type>2</type> <location>build/compile_web</location> </link> </linkedResources> </projectDescription> Here's my .classpath: <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src.business"/> <classpathentry kind="src" path="src.presentation"/> <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/> <classpathentry kind="lib" path="contrib/build/roller/WEB-INF/lib/rollercontrib.jar"/> <classpathentry kind="lib" path="contrib/build/roller/WEB-INF/lib/textile4j-1.20.jar"/> <classpathentry kind="lib" path="contrib/lib/textile4j-1.20.jar"/> <classpathentry kind="lib" path="tools/buildtime/tomcat-5.0.28/jsp-api.jar"/> <classpathentry kind="lib" path="tools/buildtime/tomcat-5.0.28/servlet-api.jar"/> <classpathentry kind="lib" path="tools/jakarta-taglibs-standard-1.1.2/lib/jstl.jar"/> <classpathentry kind="lib" path="tools/jakarta-taglibs-standard-1.1.2/lib/standard.jar"/> <classpathentry kind="lib" path="tools/jakarta-taglibs-standard-1.1.2/lib/xalan.jar"/> <classpathentry kind="lib" path="tools/lib/commons-betwixt-1.0-beta-1.jar"/> <classpathentry kind="lib" path="tools/lib/commons-codec-1.3.jar"/> <classpathentry kind="lib" path="tools/lib/commons-httpclient-2.0.2.jar"/> <classpathentry kind="lib" path="tools/lib/concurrent-1.3.2.jar"/> <classpathentry kind="lib" path="tools/lib/jaxen-full.jar"/> <classpathentry kind="lib" path="tools/lib/jdom.jar"/> <classpathentry kind="lib" path="tools/lib/log4j-1.2.11.jar"/> <classpathentry kind="lib" path="tools/lib/lucene-1.4.3.jar"/> <classpathentry kind="lib" path="tools/lib/rome-0.8.jar"/> <classpathentry kind="lib" path="tools/lib/rome-fetcher-0.8.jar"/> <classpathentry kind="lib" path="tools/lib/saxpath.jar"/> <classpathentry kind="lib" path="tools/lib/taglibs-string.jar"/> <classpathentry kind="lib" path="tools/lib/velocity-1.4.jar"/> <classpathentry kind="lib" path="tools/lib/velocity-dep-1.4.jar"/> <classpathentry kind="lib" path="tools/lib/velocity-tools-1.1.jar"/> <classpathentry kind="lib" path="tools/lib/xmlrpc-1.2-b1.jar"/> <classpathentry kind="lib" path="tools/spring-1.2/acegi-security-1.0.0-RC1.jar"/> <classpathentry kind="lib" path="tools/spring-1.2/spring.jar"/> <classpathentry kind="lib" path="tools/hibernate-3.1/hibernate3.jar"/> <classpathentry kind="lib" path="tools/struts-1.2.7/lib/struts.jar"/> <classpathentry kind="lib" path="tools/struts-1.2.4/lib/antlr.jar"/> <classpathentry kind="lib" path="tools/struts-1.2.4/lib/commons-beanutils.jar"/> <classpathentry kind="lib" path="tools/struts-1.2.4/lib/commons-collections.jar"/> <classpathentry kind="lib" path="tools/struts-1.2.4/lib/commons-digester.jar"/> <classpathentry kind="lib" path="tools/struts-1.2.4/lib/commons-fileupload.jar"/> <classpathentry kind="lib" path="tools/struts-1.2.4/lib/commons-lang-2.0.jar"/> <classpathentry kind="lib" path="tools/struts-1.2.4/lib/commons-logging.jar"/> <classpathentry kind="lib" path="tools/struts-1.2.4/lib/commons-validator.jar"/> <classpathentry kind="lib" path="tools/struts-1.2.4/lib/jakarta-oro.jar"/> <classpathentry kind="lib" path="tools/struts-1.2.4/lib/struts.jar"/> <classpathentry kind="lib" path="tools/struts-1.2.4/lib/struts-el.jar"/> <classpathentry kind="output" path="bin"/> </classpath> Hope this helps. - Richard On 25/07/06, Jack Tang <[EMAIL PROTECTED]> wrote:
Hi list, I download roller source code from wiki url http://rollerweblogger.org/wiki/Wiki.jsp?page=DownloadPage, unpack it and run "ant build/all", how ever it failed. Also how can I develope roller using eclipse, can someone send me .classpath file? Appreciate your time. Regards /Jack -- Keep Discovering ... ... Copenhagen Spirit = 高度的智力活动、大胆的涉险精神、深奥的研究内容与快活的乐天主义的混合物.
