Re: Using maven for JavaScript projects

2007-10-01 Thread nicolas de loof
I plan to add support for the yahoo compressor. I have some issues with the dojo one (needs to reset the rhino context, and found no way to do so) I'll look at the plugin you pointed, thanks. 2007/10/1, Haroon Rafique <[EMAIL PROTECTED]>: > > On Today at 9:56am, HR=>Haroon Rafique <[EMAIL PROTECT

Re: Using maven for JavaScript projects

2007-10-01 Thread Haroon Rafique
On Today at 9:56am, HR=>Haroon Rafique <[EMAIL PROTECTED]> wrote: HR> HR> Hi Nico, HR> HR> Could you add another js tool to the list? I haven't started using it, but HR> it also looks promising in the link/compress category. HR> HR> Its the yuicompressor-maven-plugin HR> http://alchim.sourcefo

Re: Using maven for JavaScript projects

2007-10-01 Thread Haroon Rafique
On Today at 7:09am, ndl=>nicolas de loof <[EMAIL PROTECTED]> wrote: ndl> I've created a wiki entry ndl> (http://hammerfest.wiki.sourceforge.net/mavan-javascript-tools) ndl> to resume the ideas exposed in this thread. ndl> ndl> please be nice and don't blame me for my ugly english ;-) ndl> (any na

Re: Using maven for JavaScript projects

2007-10-01 Thread nicolas de loof
ECTED]> wrote: > > > > > > > > > > > > I myself make test based on scriptaculous and prototype. I'm > not > > > > > > developer on this project so this is only a proof-of-concept. > > > > > > Prototype is based on multi

RE: Using maven for JavaScript projects

2007-10-01 Thread Richard Chamberlain
ubject: Re: Using maven for JavaScript projects I've created a wiki entry (http://hammerfest.wiki.sourceforge.net/mavan-javascript-tools) to resume the ideas exposed in this thread. please be nice and don't blame me for my ugly english ;-) (any native english reader is welcome to fix my lingu

Re: Using maven for JavaScript projects

2007-09-30 Thread Raphaël Piéroni
> > > On 9/27/07, nicolas de loof <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > I myself make test based on scriptaculous and prototype. I'm not > > > > > > developer on this project so this is only a proof-of-conc

Re: Using maven for JavaScript projects

2007-09-30 Thread nicolas de loof
> > > > Prototype is based on multiple simple js files and requires some > > > > > packaging, so maven fits naturally. scriptaculous has a dependency > > on > > > > > prototype, so it's a good example for js dependencies. > > > > > > > > &

Re: recommandation for JS packaging ? (was Using maven for JavaScript projects)

2007-09-28 Thread nicolas de loof
I myself like the war overlay idea as this allow not just JS to be packaged, but also any static resources, like css stylesheets : consider webapp skins, maanged as separate projects, and applied to all apps in a company ! BUT I don't like that it cannot be used with lightweight servlet engine jet

Re: recommandation for JS packaging ? (was Using maven for JavaScript projects)

2007-09-28 Thread Manos Batsis
nicolas de loof wrote: What would be the better way to package JS libs ? - option 1 : use existing WAR packaging with war overlay good : Works today with no change, just requires us to agree on a common folder for scripts bad : cannot be used with jetty:run as the weapp is not packaged -

Re: recommandation for JS packaging ? (was Using maven for JavaScript projects)

2007-09-28 Thread nicolas de loof
> repository under your web context. > > Cheers, > > Rich > > -Original Message- > From: nicolas de loof [mailto:[EMAIL PROTECTED] > Sent: 28 September 2007 15:10 > To: Maven Users List > Subject: recommandation for JS packaging ? (was Using maven for &

Re: recommandation for JS packaging ? (was Using maven for JavaScript projects)

2007-09-28 Thread Harlan Iverson
I started tinkering with the war overlay method just a few days ago, so I may be missing some things. But so far it seems like a flexible enough solution that it would be a good way to go. I like it because: * can use it today * flexibility to put resources anywhere in the app one might need * t

RE: recommandation for JS packaging ? (was Using maven for JavaScript projects)

2007-09-28 Thread Richard Chamberlain
e it from your local repository under your web context. Cheers, Rich -Original Message- From: nicolas de loof [mailto:[EMAIL PROTECTED] Sent: 28 September 2007 15:10 To: Maven Users List Subject: recommandation for JS packaging ? (was Using maven for JavaScript projects) What would be the bett

recommandation for JS packaging ? (was Using maven for JavaScript projects)

2007-09-28 Thread nicolas de loof
What would be the better way to package JS libs ? - option 1 : use existing WAR packaging with war overlay good : Works today with no change, just requires us to agree on a common folder for scripts bad : cannot be used with jetty:run as the weapp is not packaged - option 2 : use js package

Re: Using maven for JavaScript projects

2007-09-27 Thread Adam Altemus
I'll soon setup a sample project to demonstrate building prototype > > > > using my plugin... > > > > > > > > > > > > I just added some initial (not yet working...) support for jsDoc in > my > > > > plugin. > > > > You can checko

Re: Using maven for JavaScript projects

2007-09-27 Thread Manos Batsis
Dan Tran wrote: any plan to deploy a site? There is a snapshot online [1] but the documentation is simply non-existent. I intent to make a release after a few code changes and when the documentation is acceptable (just need a week or so). [1] http://dev.abiss.gr/mvn-jstools/ Manos

Re: Using maven for JavaScript projects

2007-09-27 Thread Manos Batsis
nicolas de loof wrote: To Manos : how do you integrate with jsDoc ? AFAIK this is a JS based tool, not really simple to invoke from a Java Mojo. Or maybe you use a JS Mojo ? Through Rhino. A simple way is to call his Main.exec, the other is a bit more complicated and involves putting java var

Re: Using maven for JavaScript projects

2007-09-27 Thread Harlan Iverson
; > > > > > > https://hammerfest.svn.sourceforge.net/svnroot/hammerfest/maven-javascript-plugin/trunk/ > > > > > > I never saw any quality-metric tool for javascript. jslinker could be > > > a very interesting contrib for this purpose. I also never wrote a > > &

Re: Using maven for JavaScript projects

2007-09-27 Thread nicolas de loof
version... > > > > > > > > Your help is welcome if you have > > > > - ideas > > > > - experience on JS toolkits and/or maven > > > > - time ! > > > > > > > > Nico. > > > > > > > > > >

Re: Using maven for JavaScript projects

2007-09-27 Thread nicolas de loof
Sourceforge has a patch entry in tracker (http://sourceforge.net/tracker/?atid=717014&group_id=128899&func=browse) You can also send it to me at [EMAIL PROTECTED] Thanks a lot for contributing. 2007/9/27, Insitu <[EMAIL PROTECTED]>: > If I want to contribute something, where do I send patches ?

Re: Using maven for JavaScript projects

2007-09-27 Thread Harlan Iverson
eady? It would be a good starting > > point for people who want to use maven for JavaScript. > > > > -Original Message- > > From: nicolas de loof [mailto:[EMAIL PROTECTED] > > Sent: 27 September 2007 11:51 > > To: Maven Users List > > Subject: Re: Us

Re: Using maven for JavaScript projects

2007-09-27 Thread Insitu
If I want to contribute something, where do I send patches ? -- OQube < software engineering \ génie logiciel > Arnaud Bailly, Dr. \web> http://www.oqube.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Using maven for JavaScript projects

2007-09-27 Thread nicolas de loof
ou had any experiences > with > > > dependency management in JavaScript? Our company has a lot of > > > JavaScript, some of which are common libraries, shared across > projects. > > > > > > Thanks, > > > > > > Richard > > > > &

RE: Using maven for JavaScript projects

2007-09-27 Thread Richard Chamberlain
07 11:51 To: Maven Users List Subject: Re: Using maven for JavaScript projects I just commited a second Mojo that does the merge of multiple js files. With this, a JS projet can be splitted into multiple js files and merged into a main artifact.js The CompressMojo also has been updated to

Re: Using maven for JavaScript projects

2007-09-27 Thread Insitu
Hello, Just jumping in to show my interest. I have started working on tool for javascript analysis based on jslinker, a somewhat dead or zombie project in dojo. And of course, I want to integrate it with maven (I started by mavenizing jslinker which is quite a mess). As there seems to be some inter

Re: Using maven for JavaScript projects

2007-09-27 Thread nicolas de loof
gt; -Original Message- > > From: Manos Batsis [mailto:[EMAIL PROTECTED] > > Sent: 26 September 2007 12:41 > > To: Maven Users List > > Subject: Re: Using maven for JavaScript projects > > > > > > I've worked with Ross Simpson on a Maven Javascri

Re: Using maven for JavaScript projects

2007-09-27 Thread nicolas de loof
nagement in JavaScript? Our company has a lot of > JavaScript, some of which are common libraries, shared across projects. > > Thanks, > > Richard > > -Original Message- > From: Manos Batsis [mailto:[EMAIL PROTECTED] > Sent: 26 September 2007 12:41 > To: Maven User

RE: Using maven for JavaScript projects

2007-09-27 Thread Richard Chamberlain
ECTED] Sent: 26 September 2007 12:41 To: Maven Users List Subject: Re: Using maven for JavaScript projects I've worked with Ross Simpson on a Maven Javascript Tools Plugin [1]. Currently the plugin has two reporting mojos, for JSDoc Toolkit and JSLint respectively. We intent to add support for

Re: Using maven for JavaScript projects

2007-09-27 Thread nicolas de loof
I also started a javascript plugin. The first mojo is a compressor based on Dojo shrinksafe. The main advantage of this compressor is that it is based on Rhino, a Java JS runtime, and so ensure the compressed code IS strictly equivalent to the original one. https://hammerfest.svn.sourceforge.net/

Re: Using maven for JavaScript projects

2007-09-26 Thread Dan Tran
any plan to deploy a site? -D On 9/26/07, Manos Batsis <[EMAIL PROTECTED]> wrote: > > I've worked with Ross Simpson on a Maven Javascript Tools Plugin [1]. > Currently the plugin has two reporting mojos, for JSDoc Toolkit and > JSLint respectively. We intent to add support for stuff like JSUnit,

Re: Using maven for JavaScript projects

2007-09-26 Thread Manos Batsis
I've worked with Ross Simpson on a Maven Javascript Tools Plugin [1]. Currently the plugin has two reporting mojos, for JSDoc Toolkit and JSLint respectively. We intent to add support for stuff like JSUnit, ECMAUnit etc. I just shared the code on CVS two days ago. It needs more work but it is

Using maven for JavaScript projects

2007-09-26 Thread Richard Chamberlain
Hi, Has anyone had any experience in using maven for JavaScript libraries? e.g integration with JSUnit, Selenium or compression tools? Are there any resources about this topic? I've had a look around but there doesn't seem to be anything much on the subject. Thanks, Richard --