Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Change default in build.xml to "compile" #58

Open
mmokrejs opened this issue Jul 12, 2016 · 0 comments
Open

Change default in build.xml to "compile" #58

mmokrejs opened this issue Jul 12, 2016 · 0 comments

Comments

@mmokrejs
Copy link

mmokrejs commented Jul 12, 2016

Hi,
this is a rather simple tweak but would you mind switching away from:

# Build a runnable jar file: 
- ant -f build/build.xml runnable
+ ant -f build/build.xml compile

Commonly, "compile" is the default target and third-party tools can automatically compile the bundle. 'runnable' is a bit custom.

Sure, aliasing compile to 'runnable' would also work.

Thank you,
Martin

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant