debug out for extract-ant-adapter-compiler
diff --git a/org.eclipse.jdt.core/scripts/export-ecj.xml b/org.eclipse.jdt.core/scripts/export-ecj.xml
index ddaf987..a886f59 100644
--- a/org.eclipse.jdt.core/scripts/export-ecj.xml
+++ b/org.eclipse.jdt.core/scripts/export-ecj.xml
@@ -108,6 +108,15 @@
 	<target name="extract-ant-adapter-compiler" depends="init">
 		<property name="target.folder" value="${basedir}/antbin"/>
 		<echo message="Extract .class file and properties for the ant adapter to ${ecj-temp-folder}" />
+		<echo message="compiler.batch=${basedir}/../org.eclipse.jdt.core.compiler.batch/${bin}">
+			<dirset id="dir.contents" dir="${basedir}/../org.eclipse.jdt.core.compiler.batch/" includes="*"/> 
+			<property name="prop.dir.contents" refid="dir.contents"/>
+			<echo>${prop.dir.contents}</echo>
+			<echo message="bin-->"/>
+			<dirset id="dir2.contents" dir="${basedir}/../org.eclipse.jdt.core.compiler.batch/${bin}" includes="*"/> 
+			<property name="prop.dir2.contents" refid="dir2.contents"/>
+			<echo>${prop.dir2.contents}</echo>
+
 		<mkdir dir="${ecj-temp-folder}"/>
 		<copy todir="${ecj-temp-folder}">
 			<fileset dir="${target.folder}">