B4J Question CustomBuildAction & Compile to library

tchart

Well-Known Member
Licensed User
Longtime User
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?
 
Top