compiler=org.eclipse.jdt.core.JDTCompilerAdapter
That's the one. You can also set that property in the project directly.
Hello Geoff,
I have tried both
compiler=org.eclipse.jdt.core.JDTCompilerAdapter
in local.build.properties and
<target name="properties" if="eclipse.running">
<property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter"/>
</target>
in build.xml (as described at http://wiki.cocoondev.org/Wiki.jsp?page=LoadInEclipse).
Both don't work:
compile-core:
compile-deprecated:
[xpatch] BUILD FAILED: java.lang.IllegalArgumentException: No attributes are implemented
Don't know what I'm doing wrong.
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
