[
https://issues.apache.org/jira/browse/OFBIZ-1412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jacques Le Roux closed OFBIZ-1412.
----------------------------------
Resolution: Fixed
Fix Version/s: Release Branch 4.0
SVN trunk
Thanks Yin and Marco,
Changes are in trunk rev. 596597, I was not able to back port in release4.0
> 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
> Assignee: Jacques Le Roux
> Priority: Trivial
> Fix For: SVN trunk, Release Branch 4.0
>
>
> 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.