RE: List all dependencies or only main ones?

2004-08-03 Thread Reddy MVS
Hi Stijn,

   You don't require B and C for D. If D is Depends on A
dependencies. It will require if run alone A. you don't have call them B and
C in D dependencies.

Thanks

Reddy MVS

 


-

-Original Message-
From: Stijn de Witt [mailto:[EMAIL PROTECTED] Sent: Tuesday,
August 03, 2004 4:27 PM
To: Maven Users List
Subject: Re: List all dependencies or only main ones?

 

Hi Reddy,

 

Let me show it with an example

 

Project a is a maven project, using two jars, B-1.0.jar and C-1.0.jar.

Projects B and C are plain jars

Project D is a maven project, using 1 jar, A.1.0.jar.

 

A: project.xml

..



  

   B

   B

   1.0

   

  

 

  

   C

   C

   1.0

   

  



..

 

D: project.xml

..



  

   A

   A

   1.0

   

  



..

 

The final program (D) will need all 4 jars to run, but does that mean that I

have to add the dependencies from project A to D, or will maven be able to

determine from project A's pom that it has to include B-1.0.jar and

C-1.0.jar to?

 

"...why don't you try using remote repository call them in project A

(project.xml) instead of calling in each and every project."

 

This sounds like an interesting possibility, could you explain some further?

 

Thanks,

-Stijn

 

 

- Original Message - 

From: "Reddy MVS" <[EMAIL PROTECTED]>

To: "'Maven Users List'" <[EMAIL PROTECTED]>

Sent: Tuesday, August 03, 2004 12:37 PM

Subject: RE: List all dependencies or only main ones?

 

 

>Hi Stijn,

> 

> 

> 

>   I am not sure. Let me do some research let you know the status, why

don't

> you try using remote repository call them in project A (project.xml)

instead

> of calling in each and every project. The compilation needs all the

> dependencies in local repository. I think it doesn't worry about weather

you

> call all the dependencies in Project A or Project B if it's depending on

> other project. If you run alone you need to call dependencies for

respective

> Library files (.jar). Also what do you mean by main ones?

> 

> Thanks

> 

> Reddy MVS

> 

> 

> 

> -Original Message-

> From: Stijn de Witt [mailto:[EMAIL PROTECTED]

> Sent: Tuesday, August 03, 2004 3:40 PM

> To: Maven Users List

> Subject: List all dependencies or only main ones?

> 

> 

> 

> Hi,

> 

> 

> 

> A quick question. Assume a project A, which depends on projects B and C.

If

> 

> project D depends on A, does it also have to state it's (implicit)

> 

> dependencies on B and C in project.xml?

> 

> 

> 

> TIA,

> 

> -Stijn

> 

> 

> 

> 

> 

> 

> 

> -

> 

> 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: List all dependencies or only main ones?

2004-08-03 Thread Reddy MVS
Hi 

   Answer is no. You don't have worry about B and C because once you have
Project A depends on B & C. Once A got compiled it has all the compilation
files (B & C) inside Project A jar. For project D you don't require Project
B and C. 

 

Thanks & Regards

Reddy MVS

 

 

 

-Original Message-
From: Stijn de Witt [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 03, 2004 3:40 PM
To: Maven Users List
Subject: List all dependencies or only main ones?

 

Hi,

 

A quick question. Assume a project A, which depends on projects B and C. If

project D depends on A, does it also have to state it's (implicit)

dependencies on B and C in project.xml?

 

TIA,

-Stijn

 

 

 

-

To unsubscribe, e-mail: [EMAIL PROTECTED]

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

 

 



RE: List all dependencies or only main ones?

2004-08-03 Thread Reddy MVS
   Hi Stijn,

 

  I am not sure. Let me do some research let you know the status, why don't
you try using remote repository call them in project A (project.xml) instead
of calling in each and every project. The compilation needs all the
dependencies in local repository. I think it doesn't worry about weather you
call all the dependencies in Project A or Project B if it's depending on
other project. If you run alone you need to call dependencies for respective
Library files (.jar). Also what do you mean by main ones?

Thanks 

Reddy MVS 

 

-Original Message-
From: Stijn de Witt [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 03, 2004 3:40 PM
To: Maven Users List
Subject: List all dependencies or only main ones?

 

Hi,

 

A quick question. Assume a project A, which depends on projects B and C. If

project D depends on A, does it also have to state it's (implicit)

dependencies on B and C in project.xml?

 

TIA,

-Stijn

 

 

 

-

To unsubscribe, e-mail: [EMAIL PROTECTED]

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

 

 



maven pom

2004-07-26 Thread Reddy MVS
Hi Kenneth,

  Please add your POM ID into your project.xml 

Here is the sample code:


  1
xxx



Try this and let me know. 
Thanks 
Reddy MVS

---

Hi Maven users I found that Maven Plug-in for Eclipse is doing great job.
Also I am sharing some common difference between Ant and Maven. Please find
out screen shots in attachments. 

Thanks 
Reddy MVS
OrangeScape
(Release Engineer)

-Original Message-
From: Kenneth Simpson [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 26, 2004 12:26 PM
To: [EMAIL PROTECTED]
Subject: maven pom



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