Re: Using maven for JavaScript projects

2007-10-01 Thread Raphaël Piéroni
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

RE: Using maven for JavaScript projects

2007-10-01 Thread Richard Chamberlain
: 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 allow

Re: Using maven for JavaScript projects

2007-10-01 Thread nicolas de loof
. -Original Message- From: nicolas de loof [mailto:[EMAIL PROTECTED] Sent: 27 September 2007 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

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 native

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

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 PROTECTED]

Re: Using maven for JavaScript projects

2007-09-30 Thread nicolas de loof
already? 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: Using maven for JavaScript

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.

RE: Using maven for JavaScript projects

2007-09-27 Thread Richard Chamberlain
] 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 stuff like

Re: Using maven for JavaScript projects

2007-09-27 Thread nicolas de loof
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 Users List Subject: Re: Using maven for JavaScript projects I've worked

Re: Using maven for JavaScript projects

2007-09-27 Thread nicolas de loof
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 Users List Subject: Re: Using maven for JavaScript

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

RE: Using maven for JavaScript projects

2007-09-27 Thread Richard Chamberlain
: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 allow

Re: Using maven for JavaScript projects

2007-09-27 Thread nicolas de loof
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 stuff like JSUnit, ECMAUnit etc. I

Re: Using maven for JavaScript projects

2007-09-27 Thread Harlan Iverson
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

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=717014group_id=128899func=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 nicolas de loof
. -Original Message- From: nicolas de loof [mailto:[EMAIL PROTECTED] Sent: 27 September 2007 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

Re: Using maven for JavaScript projects

2007-09-27 Thread Harlan Iverson
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: Using maven for JavaScript projects I just commited a second Mojo

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

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 Adam Altemus
: nicolas de loof [mailto:[EMAIL PROTECTED] Sent: 27 September 2007 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

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

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,