asterics / AsTeRICS

The Assistive Technology Rapid Integration & Construction Set
http://www.asterics.eu
Other
57 stars 27 forks source link

APE target run-quick should also copy custom files to build folder #235

Closed deinhofer closed 6 years ago

deinhofer commented 6 years ago

If you want to run an APE project you normally use ant run which deletes the build folder, builds all dependencies, copies all dependencies to the build/merged/bin/ARE folder and copies the custom files of the custom folder to build/merged/bin/ARE.

The target ant run-quick currently only starts the project. When developing an Asterics solution it is very annoying if you have to repeatedly call ant run and wait for a long time. ant run is good to always create a consistent state in case the ARE.baseURI changed or if the used ARE.baseURI is not compiled. But in many cases only copying the custom files to the build folder and then starting the ARE would be sufficient.

Solution / Workaround

Call ant APE-copy & ant run-quick