Community
Participate
Working Groups
Created attachment 150197 [details] Patch to update the project classpath (requires the Orbit deps). Whenever someone checks out the eclipsebuilder project it won't compile. The reason is that there is a dependency on 'j2ee.jar' just for sending mails. However, those dependencies can be well served from Orbit plug-ins. From Orbit you need: - javax.activation_1.1.0.v200806101325.jar - javax.mail.glassfish_1.4.1.v200808130215.jar Simply place those into the plugins folder and add them to the build path. Note, you also need to modify the JRE container to use the correct JDK because some classes in the src_rss folder already use W3C DOM APIs available only in Java 5 and above.
We don't have approval to use these Orbit bundles. We'll get rid of this dependency when we move to Hudson completely. See bug 261389 *** This bug has been marked as a duplicate of bug 261389 ***