On 1/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> I started to build using maven having used ANT for sometime.  I am using
> eclipse and have a load of libraries *.jar files that are in a local
> directory.  Some of these are related to each other: JDOM.jar and
> JDOM-CONTRIB.jar  but when I look in the repository I do not fing the
> JDOM-Contrib.jar.
>
Also do I have to load all the *.jar as separate dependencies?


No you don't need to load them all as separate dependencies. You just have
to declare you are really using directly. The transitive dependencies, ie
the depencies used by our dependencies, will be added by Maven :) It's one
of the best feature in my mind of Maven 2.


Lastly from home the downloads worked but the proxy at work is blocking
> me.  The settings file is:
>
> <?xml version="1.0"?>
> <settings>
>   <proxies>
>    <proxy>
>       <active>true</active>
>       <protocol>http</protocol>
>       <host>proxy.intra.bt.com</host>
>         <port>8080</port>
>     </proxy>
>   </proxies>
> </settings>
>
> But this does not seem to work
>
>
> Martin Roberts
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Alexandre Poitras
Québec, Canada

Reply via email to