Hi
I am trying to run ant task with maven2.  The ant task is to generate native
header by executing javah, thus it requires the class file.

The problem is the ant task was executing first before the java sources
compiled into class file, so I got the error of class could not be found
when executing ant task.

Is there a way to control the ant task to be executed at last?

Ty

Reply via email to