Maybe you could make a maven module out of the javascript/ folder, ie. package it as jar (and put the files under src/main/resources so that they get into the jar's root folder).

Then these can be used in the war-creating projects (server and social- api). For the non-Java projects, you could use a simple ant script to extract the jar in the right place.

That way the Java projects work completely mavenized and the others also work.

Just my 2 cents...
Alex

Am 25.04.2008 um 22:41 schrieb Kevin Brown:

On Fri, Apr 25, 2008 at 12:41 PM, Ian Boston <[EMAIL PROTECTED]> wrote:

We could move the ../../ resources into the various servers, but, there are other languages other than Java, like the PHP Gadgets server that would prefer them to be where they are. (Am I representing that correctly PHP guys
?)


Yes, this is correct. the javascript/ and features/ directories are used by all language implementations (and even independently of any implementation),
not just Java.

--
Alexander Klimetschek
[EMAIL PROTECTED]

>> Day JCR Cup 08 | Win a MacBook Pro: http://dev.day.com/ <<




Reply via email to