dev@jaxb.java.net

About .classpath file for Eclipse

From: Changshin Lee <iasandcb_at_gmail.com>
Date: Fri, 26 Aug 2005 14:17:25 +0900

Hi all,

I found that the current .classpath file has

<classpathentry kind "lib" path="/JAXB 2.0 unit test/tools/lib/util/
junit.jar"/>

, which is usually missing. Now Eclipse 3.1 provides JUNIT_HOME
variable by default, so I'd like to suggest using

<classpathentry kind "var" path="JUNIT_HOME/junit.jar"/>

Thank you,

Ias