<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 12 (filtered medium)">
<style>
<!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.Section1
        {page:Section1;}
-->
</style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-GB" link="blue" vlink="purple">
<div class="Section1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D">This looks to be a maven issue.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D">The most likely cause is probably that your networks proxy hasn’t been configured properly in your maven settings.xml file, alternatively your proxy may be
blocking the downloads or you were just unlucky and the site was down!<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D">Thomas<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D"><o:p> </o:p></span></p>
<div style="border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt">
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:10.0pt;font-family:
"Tahoma","sans-serif"">From:</span></b><span lang="EN-US" style="font-size:10.0pt;
font-family:"Tahoma","sans-serif""> rules-users-bounces@lists.jboss.org [mailto:rules-users-bounces@lists.jboss.org]
<b>On Behalf Of </b>Agrawal, Swapnil <br>
<b>Sent:</b> 05 January 2010 19:53<br>
<b>To:</b> 'rules-users@lists.jboss.org'<br>
<b>Subject:</b> [rules-users] compiling DROOLS 5<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p><span style="font-family:"Arial","sans-serif"">Hi<br>
<br>
I downloaded the Drools 5 source code from the website.<br>
<br>
I am trying to compile it and see following errors:</span><o:p></o:p></p>
<p><span style="font-family:"Arial","sans-serif""><br>
<br>
[WARNING] Unable to get resource 'org.apache.maven.wagon:wagon-webdav:pom:1.0-be<br>
ta-2' from repository repository.jboss.org (http://repository.jboss.org/maven2):<br>
Error transferring file: repository.jboss.org<br>
<br>
.<br>
.<br>
(bunch of such warnings)<br>
.<br>
.<br>
[ERROR] BUILD ERROR<br>
[INFO] ------------------------------------------------------------------------<br>
[INFO] Failed to resolve artifact.<br>
<br>
Missing:<br>
----------<br>
1) org.codehaus.plexus:plexus-utils:jar:1.1<br>
<br>
Try downloading the file manually from the project website.<br>
<br>
Then, install it using the command:<br>
mvn install:install-file -DgroupId=org.codehaus.plexus -DartifactId=plexus<br>
-utils -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file<br>
<br>
Alternatively, if you host your own repository you can deploy the file there:<br>
<br>
mvn deploy:deploy-file -DgroupId=org.codehaus.plexus -DartifactId=plexus-u<br>
tils -Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -Drepository<br>
Id=[id]<br>
<br>
Path to dependency:<br>
1) org.drools:drools:pom:5.0.1<br>
2) org.codehaus.plexus:plexus-utils:jar:1.1<br>
<br>
2) org.apache.maven.wagon:wagon-webdav:jar:1.0-beta-2<br>
<br>
Try downloading the file manually from the project website.<br>
<br>
Then, install it using the command:<br>
mvn install:install-file -DgroupId=org.apache.maven.wagon -DartifactId=wag<br>
on-webdav -Dversion=1.0-beta-2 -Dpackaging=jar -Dfile=/path/to/file<br>
<br>
Alternatively, if you host your own repository you can deploy the file there:<br>
<br>
mvn deploy:deploy-file -DgroupId=org.apache.maven.wagon -DartifactId=wagon<br>
-webdav -Dversion=1.0-beta-2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -D<br>
repositoryId=[id]<br>
<br>
Path to dependency:<br>
1) org.drools:drools:pom:5.0.1<br>
2) org.apache.maven.wagon:wagon-webdav:jar:1.0-beta-2<br>
<br>
<br>
Thanks<br>
Swapnil<o:p></o:p></span></p>
</div>
</div>
<br>
<hr>
<font face="Arial" color="Gray" size="1"><br>
**************************************************************************************<br>
This message is confidential and intended only for the addressee. If you have received this message in error, please immediately notify the postmaster@nds.com and delete it from your system as well as any copies. The content of e-mails as well as traffic data
may be monitored by NDS for employment and security purposes. To protect the environment please do not print this e-mail unless necessary.<br>
<br>
NDS Limited. Registered Office: One London Road, Staines, Middlesex, TW18 4EX, United Kingdom. A company registered in England and Wales. Registered no. 3080780. VAT no. GB 603 8808 40-00<br>
**************************************************************************************<br>
</font><br>
<hr>
<font face="Arial" color="Gray" size="1">This message is confidential and intended only for the addressee. If you have received this message in error, please immediately notify the postmaster@nds.com and delete it from your system as well as any copies. The
content of e-mails as well as traffic data may be monitored by NDS for employment and security purposes.<br>
To protect the environment please do not print this e-mail unless necessary.<br>
<br>
An NDS Group Limited company. www.nds.com<br>
</font>
</body>
</html>