[ 
https://issues.apache.org/jira/browse/OFBIZ-1412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543632
 ] 

Marco Risaliti commented on OFBIZ-1412:
---------------------------------------

For the class TestRunContainer.java I think it's not correct to remove it from 
the sources, it's better to add in the java build path the ant-junit.jar from 
framework/base/lib and the errors will be disappear.

Thanks
Marco

> 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.

Reply via email to