Thankyou eric. I too was going to resort to the same thing. But, before
that wanted to confirm the same.

Thanks again,
Nehal





[EMAIL PROTECTED] on 07 Sep 2005 16:27

To:    "Maven Users List" <users@maven.apache.org>
cc:
                                                                                
 
                                                                                
 
                                                                                
 
 Our Ref:                    Your Ref:                                          
 
                                                                                
 


Subject:    Re: RE: Cyclic dependency

I had a cyclical dependency issue and I had to bring the code all under
one directory structure and work with it as one project.

Sometimes development teams may try to create projects like this:
projectA (business rules)
projectAWeb (view)

You can build them independently using Maven if they don't have cyclical
dependencies.  I have found it best to just put them under one directory
structure and then build the project.  To my knowledge, you can't build 2
projects (using maven) at the same time that are dependent upon one
another even though I know this is possible using eclipse.

Eric



[EMAIL PROTECTED]
09/07/2005 06:36 AM

Please respond to
"Maven Users List" <users@maven.apache.org>


To
"Maven Users List" <users@maven.apache.org>
cc

Subject
Memo:  RE: Cyclic dependency












What I mean is :

Project A
Project B depends on A
Project C depends on B
Project A depends on C

Is this supported ? If yes, then how ?

Nehal






"Walsh, Richard \(Richard\)" <[EMAIL PROTECTED]> on 07 Sep 2005 16:04

To:    "Maven Users List" <users@maven.apache.org>
cc:



 Our Ref:                    Your Ref:



Subject:    RE: Cyclic dependency

Can you elaborate further.

What maven defiantly does support is for example.


Project A
Project B depends on A
Project C depends on B

In this case you can set up maven to build A first then B and then C
using the project.xml. Is this what you mean ?

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 07 September 2005 11:30
To: users@maven.apache.org
Subject: Cyclic dependency





Hi,

Do Maven support cyclic dependencies among multiple project ?

Regards,
Nehal


************************************************************
HSBC Software Development (India) Pvt Ltd HSBC Center, Riverside, West
Avenue, 25-B Raheja Woods, Kalyani Nagar, Pune 411006.

Telephone: +91 20 26683000
Fax: +91 20 26681030
************************************************************


-----------------------------------------
***********************************************************************
This e-mail is confidential. It may also be legally privileged.
If you are not the addressee you may not copy, forward, disclose or use
any part of it. If you have received this message in error, please
delete it and all copies from your system and notify the sender
immediately by return e-mail.

Internet communications cannot be guaranteed to be timely, secure, error
or virus-free. The sender does not accept liability for any errors or
omissions.
***********************************************************************


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





************************************************************
HSBC Software Development (India) Pvt Ltd
HSBC Center, Riverside, West Avenue,
25-B Raheja Woods, Kalyani Nagar, Pune 411006.

Telephone: +91 20 26683000
Fax: +91 20 26681030
************************************************************


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


ForwardSourceID:NT000036B2


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





************************************************************
HSBC Software Development (India) Pvt Ltd
HSBC Center, Riverside, West Avenue,
25-B Raheja Woods, Kalyani Nagar, Pune 411006.

Telephone: +91 20 26683000
Fax: +91 20 26681030
************************************************************


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

Reply via email to