First time posting, so please excuse any confusion or stupidity…
I’m just trying out Eclipse 3.0M8; upgrading from 2.7
Everything looks great, except the <b>build</b> option isn’t available for my web project, and the /classes (output) folder is never created….
Everything else deploys and runs normally, and the java code in the src folder gets marked up as I’d expect.
The src folder (“packages”) is externally linked, and is the result of checking out an SVN folder as a generic project (I’m running subclipse). I’d done this in 2.7 wouthout a problem — is this not available in 3.0 yet, or am I missing something?
Thanks! Here’s the classpath if that helps…
<classpath>
<classpathentry kind=”src” path=”packages”/>
<classpathentry kind=”con” path=”org.eclipse.jdt.launching.JRE_CONTAINER”/>
<classpathentry kind=”con” path=”com.genuitec.eclipse.j2eedt.core.J2EE13_CONTAINER”/>
[….bunch of libs…..]
<classpathentry kind=”output” path=”WebRoot/WEB-INF/classes”/>
</classpath>