I am trying to automatically copy files after the "dist" directory has been created and populated. The provided ant targets "-post-jar" and "-post-compile" seem to run before the dist directory is created. I can't find the actual build target in the build-impl.xml file. So I was going to attempt to put the command directly in build-impl.xml but can't seem to determine the correct target.
edit: -post-jar does work, however I am still curious what target is called.
The Clean & Build calls the following ant targets:
Edit Ant settings to run build with verbose
mode and you get get better insights into what targets are executed and when. build-impl.xml
probably includes another build files from NetBeans installation where you can find all the details (some targets are defined through macros and it is not very readable).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With