hi without making any changes to my java sources if I run ant again it still compiles all the files. what could be the problem?
Further I do not understand how ant identifies whether to execute
a target or not.
In Makefile we used to specify
a.out: myfile.c
cc myfile.c
but in build.xml, I do not see the java file being specified
in the 'depends' clause.
thanks,
st.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
