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

Removed exception message on KaraExec when not supplying arguments #2

Merged
merged 2 commits into from Dec 31, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 17 additions & 4 deletions .gitignore
@@ -1,4 +1,17 @@

out/production/*
out/test/*
KaraDemo/bin/*
bin/
obj/
_ReSharper.*
out/
*.csproj.user
*.resharper.user
*.resharper
*.suo
*.cache
*.user
*.dotsettings
*.dotsettings.*
~$*
.DS_Store/
out/production/*
out/test/*
KaraDemo/bin/*
1 change: 1 addition & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

675 changes: 107 additions & 568 deletions .idea/workspace.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion KaraExec/src/Main.kt
Expand Up @@ -137,7 +137,7 @@ fun main(args: Array<String>) {
generator(appConfig, generatorTask!!, generatorArgs)
}
else {
throw RuntimeException("No valid command specified! Run 'kara help' for usage.")
println("No valid command specified! Run 'kara help' for usage.")
}
}
catch (ex : Exception) {
Expand Down
3 changes: 3 additions & 0 deletions kara.properties
@@ -0,0 +1,3 @@
path.variable.maven_repository=/Users/hadihariri/.m2/repository
jdk.home.1.7=/Library/Java/JavaVirtualMachines/jdk1.7.0_12.jdk/Contents/Home
idea.home=/Applications/IntelliJ IDEA 12.app