In my ant file I've a task like the following:

<target name="_AspectJCompile" depends="init"  >
                <iajc  destDir="${build.dir}"  source="1.5"  
classpathref="build.classpath"  
incremental="true"  sourceRoots="${src.dir}" >
                </iajc>
</target>

but when I run the ant task within eclipse 3.4 (ajdt 1.6.1) I got the compiler 
waiting for a user input without any message saying why:

init:
_AspectJCompile:
     [iajc]  press enter to recompile, r to rebuild, q to quit: 


How can I discover what's going wrong? Any suggestion?

Thanks,
Luca
_______________________________________________
aspectj-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to