RE: Maven Recommended Directory Structure

2005-08-01 Thread Manny Nainu
Paul,
This is an excellent question and one I'm struggling with too. I'm trying to
follow a similar convention to SUN's but I know the Maven-ites have another
format that I can see has value but not sure where this leaves us with best
practices. I wanted to follow /dist /conf etc. I think you can change the
project descriptor to get the effect you want but it would be nice to know
why MAVEN went with something different from well-defined blueprints etc.

Thanks,
Manny

-Original Message-
From: Paul Faulstich [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 01, 2005 10:52 AM
To: users@maven.apache.org
Subject: Maven Recommended Directory Structure

I've been browsing through the archives looking for some documentation
regarding the thought process that went into the Maven directory
structure conventions, but haven't found much yet.

We are restructuring one of our projects, and it would be helpful to be
able to explain to others (and to understand myself) why Maven's
recommendation differs from Sun's
(http://java.sun.com/blueprints/code/projectconventions.html#92194).

In particular:
 - directory names (target vs dist, resources vs conf)
 - the purpose of the /main folder under src (src/main/java vs src/java)
 - placing tests under src (src/test vs test/testname/src)

If this is a dead horse, then please just point me to the discussions
that already exist.

Thanks,

Paul

--
Paul Faulstich
Systems Analyst
L.L. Bean, Inc.
Freeport, ME 04033
(207) 552-2294 
[EMAIL PROTECTED]
www.llbean.com

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



RE: Maven Recommended Directory Structure

2005-08-01 Thread Manny Nainu
Yes Jesse (for me, anyway!). 

-Original Message-
From: Jesse McConnell [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 01, 2005 12:01 PM
To: Maven Users List
Subject: Re: Maven Recommended Directory Structure

this question for m2 layout?


On 8/1/05, Manny Nainu [EMAIL PROTECTED] wrote:
 Paul,
 This is an excellent question and one I'm struggling with too. I'm trying
 to
 follow a similar convention to SUN's but I know the Maven-ites have
another
 format that I can see has value but not sure where this leaves us with
best
 practices. I wanted to follow /dist /conf etc. I think you can change the
 project descriptor to get the effect you want but it would be nice to know
 why MAVEN went with something different from well-defined blueprints etc.
 
 Thanks,
 Manny
 
 -Original Message-
 From: Paul Faulstich [mailto:[EMAIL PROTECTED] 
 Sent: Monday, August 01, 2005 10:52 AM
 To: users@maven.apache.org
 Subject: Maven Recommended Directory Structure
 
 I've been browsing through the archives looking for some documentation
 regarding the thought process that went into the Maven directory
 structure conventions, but haven't found much yet.
 
 We are restructuring one of our projects, and it would be helpful to be
 able to explain to others (and to understand myself) why Maven's
 recommendation differs from Sun's
 (http://java.sun.com/blueprints/code/projectconventions.html#92194).
 
 In particular:
  - directory names (target vs dist, resources vs conf)
  - the purpose of the /main folder under src (src/main/java vs src/java)
  - placing tests under src (src/test vs test/testname/src)
 
 If this is a dead horse, then please just point me to the discussions
 that already exist.
 
 Thanks,
 
 Paul
 
 --
 Paul Faulstich
 Systems Analyst
 L.L. Bean, Inc.
 Freeport, ME 04033
 (207) 552-2294 
 [EMAIL PROTECTED]
 www.llbean.com
 
 -
 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]
 
 


-- 
--
jesse mcconnell

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



RE: Weblogic 8.1 plugin for Maven 2 ?

2005-07-28 Thread Manny Nainu
Scott,
Are you migrating the Jelly scripts in weblogic-plugin M1 into Marmalade in
M2? Or totally re-writing it from scratch. Which approach do you recommend
if we want to get one or two weblogic ant tasks migrated into m2 using
marmalade? 

Thanks,
Manny

-Original Message-
From: Kenney Westerhof [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 28, 2005 9:53 AM
To: Maven Users List
Subject: RE: Weblogic 8.1 plugin for Maven 2 ?

On Tue, 26 Jul 2005, Ryan, Scott wrote:

 I am working on a java version but have taken a break to finish the
 marmalade version.  I am probably a week away from completing it and can
 sent it then.  I will try to get it in to CVS ASAP.

Will the plugin provide ejbgen support too? Because i'm working on that
right now, need it yesterday.. :)

-- Kenney





 What functionality are you seeking?



 Scott Damon Ryan

 Developer

 (720) 514-5389

 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

 -Original Message-
 From: Manny Nainu [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, July 26, 2005 11:17 AM
 To: users@maven.apache.org
 Cc: Ryan, Scott; [EMAIL PROTECTED]
 Subject: Weblogic 8.1 plugin for Maven 2 ?



 I can see the weblogic plugin for M1 on sourceforge.net. Is there one
 available for M2 that anybody is working on/can share with me? I'd like to
 leverage whatever may be out there.



 Thanks!

 Manny



--
Kenney Westerhof
http://www.neonics.com
GPG public key: http://www.gods.nl/~forge/kenneyw.key

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



Weblogic 8.1 plugin for Maven 2 ?

2005-07-26 Thread Manny Nainu
I can see the weblogic plugin for M1 on sourceforge.net. Is there one
available for M2 that anybody is working on/can share with me? I'd like to
leverage whatever may be out there. 

 

Thanks!

Manny



RE: Weblogic 8.1 plugin for Maven 2 ?

2005-07-26 Thread Manny Nainu
Ryan,
For now just basic functionality like weblogic start/stop/deploy etc. then
the build functionality for wlappc/deploy wars etc. Even if you have
something that I could look at, that would be great. 

If you have a sample weblogic app with M2, that would help since I'm really
new to Maven and M2 in particular!
Manny

-Original Message-
From: Ryan, Scott [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 26, 2005 1:25 PM
To: 'Manny Nainu'; users@maven.apache.org
Cc: [EMAIL PROTECTED]
Subject: RE: Weblogic 8.1 plugin for Maven 2 ?

I am working on a java version but have taken a break to finish the
marmalade version.  I am probably a week away from completing it and can
sent it then.  I will try to get it in to CVS ASAP.

 

What functionality are you seeking?

 

Scott Damon Ryan

Developer

(720) 514-5389

[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 

-Original Message-
From: Manny Nainu [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 26, 2005 11:17 AM
To: users@maven.apache.org
Cc: Ryan, Scott; [EMAIL PROTECTED]
Subject: Weblogic 8.1 plugin for Maven 2 ?

 

I can see the weblogic plugin for M1 on sourceforge.net. Is there one
available for M2 that anybody is working on/can share with me? I'd like to
leverage whatever may be out there. 

 

Thanks!

Manny




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



Re: Directory Structure conventions for multiprojects

2005-07-22 Thread Manny Nainu
Jesse,
Thanks for the suggestion. 
Did you get your structure to work in Maven 2? In particular, are you using the 
EAR patch from jira.codehaus.org MNG-576 for EAR lifecycle? 

Manny

Re: Directory Structure conventions for multiprojects

2005-07-22 Thread Manny Nainu
Thanks Jesse,
I will give it a go. I like the fact that you separate out the servlets as you 
have. Can you package them into the appropriate web.xml/WAR when needed? It 
seems a nice way to pick which servlets go with which WARs rather than putting 
everything in a /webapp directory. 
I'll try this with a PETSTORE app first to make sure we can buid something like 
that first.

Hey, I might ping you over the weekend if you are available!

Manny

Re: Directory Structure conventions for multiprojects

2005-07-20 Thread Manny Nainu
I'm curious also to know if anyone from the Maven team can comment on Ken's
project directory structure for Maven 2. We are in a similar predicament
with Maven 2 with mutiple applications with multiple EARs. There doesn't
seem to be enough depth on the
[http://maven.apache.org/reference/conventions.html] page. Any pointers
sincerely appreciated. 



Thanks,
Manny



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