Re: How should I organize "mixed-language" projects?

2006-10-17 Thread Eric Redmond

For the most part, put each language in a seperate project. That way your
packaging types can be whatever you need them to be, ie. "jar" and ..."php"
(doesn't currently exist, but you could make it a pom project and an
assembly, which is probably what you'd want to do).

Eric

On 10/17/06, Daniel Serodio <[EMAIL PROTECTED]> wrote:


I have a project which is part Java, and part PHP. How should I organize
this project if I want to use Maven and stay as close as possible to the
Standard Directory Layout?

TIA,
Daniel Serodio

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Eric Redmond
http://codehaus.org/~eredmond


How should I organize "mixed-language" projects?

2006-10-17 Thread Daniel Serodio
I have a project which is part Java, and part PHP. How should I organize
this project if I want to use Maven and stay as close as possible to the
Standard Directory Layout?

TIA,
Daniel Serodio

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]