[evaal contest] Error building integration tools

Francesco Furfari francesco.furfari at isti.cnr.it
Thu Jun 14 10:08:25 CEST 2012


Yes, I checked the Nexus repository in AALOA and the missing file is there.
The nexus repository should be added to the list of available repositories.

Francesco



On 14/06/2012 9.50, Francesco Furfari wrote:
> Dario,
> at first glance  it seems the URL used by the scan-composite directive 
> doesn't find the file in the nexus repository.
> Likely, whether we forgot to deploy the file in the nexus repositories 
> which are listed in the log
> or the repository that should be used is different ( e.g. the artefact 
> is deployed in the AALOA nexus repository)
> Alejandro may say something more.
>
> Regards,
> Francesco
>
> On 13/06/2012 19.33, Fet, Ngewi Awa wrote:
>> Hello,
>> I have a problem building the integration tools for the benchmarking 
>> system.
>> When I follow the instructions in the developer manual and build 
>> using mvn pax:run, I get the following error (see below).
>> Is anyone else experiencing this and any suggestions on how to fix it?
>>
>> Regards,
>>
>> _________                 __________
>> \______   \_____  ___  ___ \______   \__ __  ____   ____   ___________
>> |     ___/\__  \ \  \/  /  |       _/  |  \/    \ /    \_/ __ \_  __ \
>> |    |     / __ \_> <    |    |   \  |  /   |  \   |  \  ___/|  | \/
>> |____|    (____  /__/\_ \  |____|_  /____/|___|  /___|  /\___>__|
>>                 \/      \/         \/           \/     \/     \/
>>
>> Pax Runner (1.7.6) from OPS4J - http://www.ops4j.org
>> ----------------------------------------------------
>>
>>   ->  Using arguments from command line and 
>> file:/D:/Projects/evaal2012/integration_package/location.run/pax.configuration
>>   ->  Scan bundles from 
>> [scan-composite:mvn:org.universAAL.middleware/mw.composite/1.1.0/composite]
>>   ->  Scan bundles from 
>> [scan-bundle:wrap:mvn:org.bouncycastle/jce.jdk13/144]
>>   ->  Scan bundles from 
>> [scan-bundle:mvn:org.universAAL.middleware/mw.container.xfaces/1.1.0]
>>   ->  Scan bundles from 
>> [scan-bundle:mvn:org.ops4j.pax.logging/pax-logging-api/1.6.2]
>>   ->  Scan bundles from 
>> [scan-bundle:mvn:org.ops4j.pax.logging/pax-logging-service/1.6.2]
>>   ->  Scan bundles from 
>> [scan-bundle:mvn:org.apache.felix/org.osgi.compendium/1.4.0]
>>   ->  Scan bundles from 
>> [scan-bundle:mvn:org.apache.felix/org.apache.felix.log/1.0.1]
>>   ->  Scan bundles from 
>> [scan-bundle:mvn:org.apache.felix/org.apache.felix.configadmin/1.2.4]
>>   ->  Scan bundles from 
>> [scan-bundle:mvn:org.apache.felix/org.apache.felix.fileinstall/3.1.10]
>>   ->  Scan bundles from 
>> [scan-bundle:mvn:org.ops4j.pax.confman/pax-confman-propsloader/0.2.2]
>>   ->  Scan bundles from 
>> [scan-bundle:mvn:org.universAAL.middleware/mw.container.osgi/1.1.0]
>>   ->  Scan bundles from 
>> [scan-bundle:mvn:org.universAAL.middleware/mw.acl.interfaces/1.1.0]
>>   ->  Scan bundles from 
>> [scan-bundle:mvn:org.universAAL.middleware/mw.acl.upnp/1.1.0]
>>   ->  Scan bundles from 
>> [scan-bundle:mvn:org.apache.felix/org.apache.felix.upnp.basedriver/0.8.0]
>>   ->  Scan bundles from 
>> [scan-bundle:mvn:org.universAAL.middleware/mw.bus.model/1.1.0]
>>   ->  Scan bundles from 
>> [scan-bundle:mvn:org.universAAL.middleware/mw.data.representation/1.1.0]
>>   ->  Scan bundles from 
>> [scan-bundle:mvn:org.universAAL.middleware/mw.bus.service/1.1.0]
>>   ->  Scan bundles from 
>> [scan-bundle:mvn:org.universAAL.middleware/mw.bus.context/1.1.0]
>>   ->  Scan bundles from 
>> [scan-bundle:mvn:org.universAAL.middleware/mw.bus.ui/1.1.0]
>>   ->  Scan bundles from 
>> [scan-bundle:mvn:org.universAAL.middleware/mw.data.serialization/1.1.0]
>>   ->  Scan bundles from 
>> [scan-composite:mvn:org.aaloa.evaal.location/location.competition/2012-SNAPSHOT/composite]
>>   ->  Repository spec 
>> http://depot.universaal.org/nexus/content/groups/public/ does not 
>> contain an identifier. This is deprecated&  discouraged&  just evil.
>>   ->  Repository spec 
>> http://depot.universaal.org/nexus/content/repositories/snapshots/ 
>> does not contain an identifier. This is deprecated&  discouraged&  
>> just evil.
>>   ->  Repository spec http://repo.aduna-software.org/maven2/releases/ 
>> does not contain an identifier. This is deprecated&  discouraged&  
>> just evil.
>>
>>           ___
>>          /  /
>>         /  / Oops, there has been a problem!
>>        /  /
>>       /__/   org.ops4j.pax.scanner.ScannerException: Could not parse 
>> the provision file
>>      ___
>>     /__/     Use --log=debug to see details.
>>
>> -- 
>> Ngewi Fet
>> Networked Embedded Systems
>> Universität Duisburg-Essen
>> Tel: +49 (0) 203-379-3620
>> Email: ngewi.fet at uni-due.de
>>
>> -----Original Message-----
>> From: contest-bounces at evaal.aaloa.org 
>> [mailto:contest-bounces at evaal.aaloa.org] On Behalf Of Dario Salvi
>> Sent: Dienstag, 12. Juni 2012 16:41
>> To: contest at evaal.aaloa.org
>> Subject: [evaal contest] Localization track: unit of measurement
>>
>> Dear competitors,
>>
>>
>> I would like to clarify a point regarding the data interface with our 
>> benchmarking system:
>>
>> the unit of measurement of the coordinates is *meters* the format is 
>> a Double.
>> In the case of the socket version you should specify the number as a 
>> string, internally we use the java function parseDouble of Double (see
>> http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Double.html#parseDouble(java.lang.String) 
>>
>> ).
>>
>> This means that possible values are:
>>
>> 3, 3.28 or even -.34e-22
>>
>>
>> best regards,
>>
>>
>>
>> Dario Salvi
>>
>> _______________________________________________
>> Contest mailing list
>> Contest at evaal.aaloa.org
>> http://evaal.aaloa.org/mailman/listinfo/contest
>>
>> _______________________________________________
>> Contest mailing list
>> Contest at evaal.aaloa.org
>> http://evaal.aaloa.org/mailman/listinfo/contest
>




More information about the Contest mailing list