Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] problem with iajc

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


Back to the top