Hi all, I have a project that needs to compile three things:
- Some java - JNI / javah on the compiled java - Build some C code using ant Ideally all three of these configs need to be in the compile phase, but if I do that, only the JNI build, or the C build will run - not both. I tried putting the JNI stuff and C stuff into the process-classes phase, but again, either one or the other runs, not both. Can anyone explain how plugins can be executed - in order - when they are bound to the same phase? Regards, Graham -- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
