Did anybody managed to compile Cocoon from within Eclipse 2.1.2? I read various threads about compiling Cocoon from within Eclipse 2.1.2 and tried, but I did not manage to compile. The Ant Wizard basically complains about the 'import' tasks.
I have the feeling this is actually not possible, as Eclipse 2.1.x comes bundled with Ant 1.5.x. Is this true? If so, I would suggest to update the following Wiki page: http://wiki.cocoondev.org/Wiki.jsp?page=LoadInEclipse and to remove the section starting from: <!-- =========================================================== --> <!-- Use the Eclipse compiler if we are running in eclipse --> <!-- =========================================================== --> <target name="properties" if="eclipse.running"> <property name="build.compiler" value="org.eclipse.jdt.core.JDTCompilerAdapter"/> </target> as this is misleading. - Olivier --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
