I'd be willing to help work on that and submit some patches/plugins if that was an authorized direction.
Didn't Rich say he hopes Maven doesn't come anywhere near ClojureScript? :)
--
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/
Railo Technologies, Inc. -- http://www.getrailo.com/
"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)
If ClojureScript isn't "mavenified", how else do you easily make it a dependency in a web application?
> On Wed, Jul 20, 2011 at 9:34 PM, pmbauer <paul.mich...@gmail.com> wrote:
>> Even better would be ClojureScript with maven support
>
> Didn't Rich say he hopes Maven doesn't come anywhere near ClojureScript? :)
>> I know.
>> But the sorts of (presently non-portable) scripts in "scripts" (see bootstrap, repl) ad-hoc test strategy, etc in ClojureScript are begging for dependency management and a build tool.
>> If ClojureScript isn't "mavenified", how else do you easily make it a dependency in a web application?
ClojureScript should have scripts or other "low level" methods for doing everything it needs, so that, if one is so inclined, those methods can be applied by "higher level" tools. It would be a disaster if the main entry point for a ClojureScript REPL or compilation process were via Maven.
That is all separate from the provide-ClojureScript-as-a-dependency issue (having a pom file off in the corner so that releases can be pushed out to central will resolve that).
- Chas