Hi,

just having downloaded aries via svn I tried to go through the steps as 
described on
http://aries.apache.org/development/buildingaries.html

I ran into a problem with mvn eclipse:eclipse complaining about

Missing:
----------

1)      
org.apache.aries.jmx:org.apache.aries.jmx.blueprint.api:jar:${ariesJmxBlueprintApiVersion}

Not being an expert, it looks to me that the samples/pom.xml has a typo (wrong 
case) in the following version definition:
<ariesJmxBluePrintApiVersion>0.3.1-SNAPSHOT</ariesJmxBluePrintApiVersion>

This gets referenced as "ariesJmxBlueprintApiVersion" later in the file.

At least changing the spelling fixed the problem for me (see below for changes 
made).

--- pom.xml.orig        Tue Aug 30 17:57:59 2011
+++ pom.xml     Tue Aug 30 17:58:19 2011
@@ -77,7 +77,7 @@

         <!-- Aries Jmx Versions -->
         <ariesJmxiApiVersion>0.3.1-SNAPSHOT</ariesJmxiApiVersion>
-        
<ariesJmxBluePrintApiVersion>0.3.1-SNAPSHOT</ariesJmxBluePrintApiVersion>
+        
<ariesJmxBlueprintApiVersion>0.3.1-SNAPSHOT</ariesJmxBlueprintApiVersion>
         <ariesJmxBlueprintVersion>0.3.1-SNAPSHOT</ariesJmxBlueprintVersion>
         
<ariesJmxBlueprintCoreVersion>0.3.1-SNAPSHOT</ariesJmxBlueprintCoreVersion>
         <ariesJmxVersion>0.3.1-SNAPSHOT</ariesJmxVersion>


Hope this helps. If not, just disregard :)

Thanks,

Christian

Reply via email to