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

Wrong comments in new run.ceylon #3

Open
jkleiser opened this issue Dec 2, 2015 · 1 comment
Open

Wrong comments in new run.ceylon #3

jkleiser opened this issue Dec 2, 2015 · 1 comment

Comments

@jkleiser
Copy link

jkleiser commented Dec 2, 2015

When I do

ceylon new simple --module-name=com.foo.bar fooBar

and then take a look at the run.ceylon, it contains comments like these:

// on the command line compile with "ceylon compile com.foo.bar" or "ant compile"
// and execute with "ceylon compile com.foo.bar/1.0.0" or "ant run"

I think they should have been like this:

// on the command line compile with "ceylon compile-dart"
// and execute with "ceylon run-dart com.foo.bar"

I have not had the chance to try ant.

@jvasileff
Copy link
Owner

@jkleiser I'm not sure what can be done here. ceylon new is something that ships with Ceylon 1.2.0, and is not Dart specific, so I think compile and run are used instead of the js and dart variations since that's what most people want, and to avoid being overly verbose. I guess if we can come up with something better, we can file a bug against the main Ceylon project.

I did add a note about ant and Eclipse to the readme. The are not currently supported for Dart.

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

2 participants