Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compilation args #3

Closed
ashleyj opened this issue Dec 3, 2015 · 1 comment
Closed

Fix compilation args #3

ashleyj opened this issue Dec 3, 2015 · 1 comment

Comments

@ashleyj
Copy link
Owner

ashleyj commented Dec 3, 2015

compiler args follow a very java-like feel. Since the target here is command line usage, they should follow a more unix-feel

eg:

Instead of
java -jar aura/aura-dist/lib/aura-compiler.jar -cp classes -debug -verbose com.example.HelloWorld

maybe use
aura -c classes -g -v com.example.HelloWorld

Perhaps it might be of some gain to fix the wrapper script than to change the java code

@ashleyj
Copy link
Owner Author

ashleyj commented Jan 29, 2016

closed by 890e9df

@ashleyj ashleyj closed this as completed Jan 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant