Re: no :main namespace specified in project.clj

2011-12-07 Thread Stuart Sierra
`lein run` expects the project.clj file to specify a namespace that contains the main function used to start the program. It usually looks like this: https://github.com/technomancy/leiningen/blob/07a755c8afe936ec904ea455659dadf8aae1ae88/sample.project.clj#L95 See

no :main namespace specified in project.clj

2011-12-06 Thread jayvandal
I tried to run sqlitetest project in lein.I get this error no :main namespace specified in project.clj Why would i get an error in an example? I first run lein deps. Then i run lein run then comes error?? -- You received this message because you are subscribed to the Google Groups Clojure