Hi,
I am currently working on extending my flex-maven-plugin I started for compiling falcon to also build ASJS. For this I am investigating the output of the Ant build. Now it seems as if some targets are run multiple times: If I take one project for example: "DragDrop" and search through the log output, I can see that first "compile" is run. After that "compile-asjs" is run. The strange thing is, that after this "compile" is run again ... why? Could you also please explain what's actually happening in the build? I would understand if "compile-asjs" creates the JavaScript part and the compile after that does the ActionScript compilation and includes the JavaScript generated before in with the rest, but what's the first compile for? Chris