This seems very promising, are there any repositories for javascript dependencies?

If there is a tinymce dependency and the tinymce compressor library dependency somewhere that would definitely solve my immediate issue.

That would be nice to also have the ability to extract the javascript dependencies into a directory in the target... like /src/main/webapp/js/

Manos Batsis wrote:
John Ericksen wrote:
I have what might be a basic question, but I haven't been able to find a way to accomplish it using Maven. The project I am working on (Braintrain: http://code.google.com/p/braintrain/) uses Maven as the build framework. What I want to do is basically unzip 2 zip files and move the contents of a subdirectory in each to the js/ directory of the war. Specifically:

Another approach used in our jstools plugin is that JS projects are packaged normally as jars [1], while web apps may load (and cache) script files or other static resources directly from the jars/dependencies using configurable servlet filter [2].

[1] http://dev.abiss.gr/mvn-jstools/js-packaging.html
[2] http://dev.abiss.gr/mvn-jstools/apidocs/gr/abiss/mvn/plugins/jstools/web/JavascriptDependencyFilter.html

cheers,

Manos

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to