Re: Couple Questions about m2

2005-11-15 Thread Allan Ramirez
Hi Krikor, As far as I know the compile scope also covers the runtime scope. -allan Krikor Krumlian wrote: I did read that but excuse me if i dont get it , But if i want to use a jar file in compilation and then to use it in runtime how do i do that Thank you On Nov 15, 2005, at 10:02 AM

Re: Couple Questions about m2

2005-11-15 Thread Alexandre Poitras
>From the documentation : * compile* - this is the default scope, used if none is specified. Compile dependencies are available in all classpaths. On 11/15/05, Krikor Krumlian <[EMAIL PROTECTED]> wrote: > > I did read that but excuse me if i dont get it , But if i want to use > a jar > file in com

Re: Couple Questions about m2

2005-11-15 Thread Krikor Krumlian
I did read that but excuse me if i dont get it , But if i want to use a jar file in compilation and then to use it in runtime how do i do that Thank you On Nov 15, 2005, at 10:02 AM, Brett Porter wrote: no. please review the "introduction to the dependency mechanism". On 11/16/05, Krikor K

Re: Couple Questions about m2

2005-11-15 Thread Brett Porter
no. please review the "introduction to the dependency mechanism". On 11/16/05, Krikor Krumlian <[EMAIL PROTECTED]> wrote: > Hello All , > > Just downloaded maven 2 and trying to convert my > maven 1 scripts. > > 1. When using the newly created 'scope' attribuute in the > dependancy can i use mult

Couple Questions about m2

2005-11-15 Thread Krikor Krumlian
Hello All , Just downloaded maven 2 and trying to convert my maven 1 scripts. 1. When using the newly created 'scope' attribuute in the dependancy can i use multiple scopes such as compile and runtime . That's all for now as i try to proceed Thank you --