vietj / ceylon-cayla

A web framework for Ceylon
39 stars 8 forks source link

each example should be a separate module #25

Open gavinking opened 10 years ago

gavinking commented 10 years ago

This is a pain to type:

ceylon run --run=examples.cayla.helloworld.run examples.cayla/1.0.0

It should be:

ceylon run examples.cayla.helloworld/1.0.0

which is what you would get if each example were a module.