change /ofbiz/.classpath for clean compile in Eclipse
-----------------------------------------------------
Key: OFBIZ-1412
URL: https://issues.apache.org/jira/browse/OFBIZ-1412
Project: OFBiz
Issue Type: Bug
Components: framework
Affects Versions: SVN trunk
Environment: OpenSuse 10.3
Eclipse3.3
java version "1.6.0_03"
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode)
Reporter: Yin T
Priority: Trivial
In reference to the comment in
http://www.nabble.com/Eclipse-and-OfBiz-tf4831150.html
The ofbiz trunk source tree can be imported to Eclipse for a clean compile if
the following file is modified...
/ofbiz/.classpath
change...
<classpathentry
excluding="org/ofbiz/entity/transaction/XaPoolConnectionFactory.java"
kind="src" path="framework/entity/src"/>
to...
<classpathentry
excluding="org/ofbiz/entity/connection/XaPoolConnectionFactory.java" kind="src"
path="framework/entity/src"/>
add...
<classpathentry excluding="org/ofbiz/testtools/TestRunContainer.java"
kind="src" path="framework/testtools/src"/>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.