Andrew Sykes wrote:
Is anyone using eclipse for JAMES development?

Eclipse seems to have issues with the test suite because it has the same
package names as the src/java.

Any suggestions for an easy eclipse import?

Here is my .classpath for the latest trunk:

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
        <classpathentry kind="src" path="src/java"/>
        <classpathentry kind="src" path="src/test"/>
        <classpathentry kind="lib" path="lib/dnsjava-2.0.0.jar"/>
        <classpathentry kind="lib" path="lib/jakarta-oro-2.0.8.jar"/>
        <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <classpathentry kind="lib" path="lib/commons-dbcp-1.2.1.jar"/>
        <classpathentry kind="lib" path="lib/activation.jar"/>
        <classpathentry kind="lib" path="lib/bcmail-jdk14-129.jar"/>
        <classpathentry kind="lib" path="lib/bcmail-jdk14-129-workaround.jar"/>
        <classpathentry kind="lib" 
path="lib/cornerstone-connection-api-2.1.jar"/>
        <classpathentry kind="lib" 
path="lib/cornerstone-datasources-api-2.1.jar"/>
        <classpathentry kind="lib" 
path="lib/cornerstone-scheduler-api-2.1.jar"/>
        <classpathentry kind="lib" path="lib/cornerstone-sockets-api-2.1.jar"/>
        <classpathentry kind="lib" path="lib/cornerstone-store-api-2.1.jar"/>
        <classpathentry kind="lib" path="lib/excalibur-datasource-2.1.jar"/>
        <classpathentry kind="lib" path="lib/excalibur-pool-api-2.1.jar"/>
        <classpathentry kind="lib" path="lib/avalon-framework-api-4.3.jar"/>
        <classpathentry kind="lib" path="lib/avalon-logkit-2.1.jar"/>
        <classpathentry kind="lib" path="lib/commons-collections-2.1.1.jar"/>
        <classpathentry kind="lib" path="lib/avalon-framework-impl-4.3.jar"/>
        <classpathentry kind="lib" 
path="lib/cornerstone-connection-impl-2.1.jar"/>
        <classpathentry kind="lib" path="lib/excalibur-pool-impl-2.1.jar"/>
        <classpathentry kind="lib" path="lib/commons-pool-1.2.jar"/>
        <classpathentry kind="lib" path="lib/excalibur-thread-api-2.1.jar"/>
        <classpathentry kind="lib" path="lib/cornerstone-threads-api-2.1.jar"/>
        <classpathentry kind="lib" path="lib/junit.jar"/>
        <classpathentry kind="lib" path="lib/mail-1.3.2.jar"/>
        <classpathentry kind="lib" path="lib/cornerstone-sockets-impl-2.1.jar"/>
        <classpathentry kind="lib" path="lib/cornerstone-threads-impl-2.1.jar"/>
        <classpathentry kind="lib" path="lib/excalibur-thread-impl-2.1.jar"/>
        <classpathentry kind="lib" path="lib/concurrent-1.3.4.jar"/>
        <classpathentry kind="lib" path="lib/ristretto-1.0-all.jar"/>
        <classpathentry kind="lib" path="tools/lib/commons-net-1.4.1.jar"/>
        <classpathentry kind="output" path="build/eclipse"/>
</classpath>


I've no problem with the presence of identical packages in 2 different source folders. I never seen that problem with Eclipse.

Stefano

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to