Given we only have two CustomBuildAction options for B4J, is there any way to call a CustomBuildAction after the compile to library has succeed?
From what I can tell from my testing CustomBuildAction #2 isnt called since the JAR isnt run.
Im trying to copy the output JAR file to another directory. Using CustomBuildAction #1 I have to compile twice in order to get the latest JAR file where I want it.
Any ideas?
From what I can tell from my testing CustomBuildAction #2 isnt called since the JAR isnt run.
Im trying to copy the output JAR file to another directory. Using CustomBuildAction #1 I have to compile twice in order to get the latest JAR file where I want it.
Any ideas?