Return-Path: X-Original-To: apmail-ace-commits-archive@www.apache.org Delivered-To: apmail-ace-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 70FF1B61 for ; Thu, 5 Jul 2012 23:57:09 +0000 (UTC) Received: (qmail 49667 invoked by uid 500); 5 Jul 2012 23:57:09 -0000 Delivered-To: apmail-ace-commits-archive@ace.apache.org Received: (qmail 49643 invoked by uid 500); 5 Jul 2012 23:57:09 -0000 Mailing-List: contact commits-help@ace.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ace.apache.org Delivered-To: mailing list commits@ace.apache.org Received: (qmail 49633 invoked by uid 99); 5 Jul 2012 23:57:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jul 2012 23:57:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jul 2012 23:57:03 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D56B22388A56 for ; Thu, 5 Jul 2012 23:56:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1358000 - in /ace/sandbox/marrs: build/ cnf/ org.apache.ace.client.repository.helper.base/ org.apache.ace.client.repository.helper.configuration/ org.apache.ace.client.repository.impl/ org.apache.ace.client.rest/ org.apache.ace.deployment.... Date: Thu, 05 Jul 2012 23:56:40 -0000 To: commits@ace.apache.org From: marrs@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120705235641.D56B22388A56@eris.apache.org> Author: marrs Date: Thu Jul 5 23:56:39 2012 New Revision: 1358000 URL: http://svn.apache.org/viewvc?rev=1358000&view=rev Log: Lots of fixes for the command line build. Added: ace/sandbox/marrs/build/ ace/sandbox/marrs/build/bnd.bnd ace/sandbox/marrs/build/build.xml Removed: ace/sandbox/marrs/org.apache.ace.identification.property/tmp/ ace/sandbox/marrs/org.apache.ace.repository.api/src/org/apache/ace/repository/ext/ Modified: ace/sandbox/marrs/cnf/build.xml ace/sandbox/marrs/org.apache.ace.client.repository.helper.base/bnd.bnd ace/sandbox/marrs/org.apache.ace.client.repository.helper.configuration/bnd.bnd ace/sandbox/marrs/org.apache.ace.client.repository.impl/bnd.bnd ace/sandbox/marrs/org.apache.ace.client.rest/bnd.bnd ace/sandbox/marrs/org.apache.ace.deployment.provider.filebased/bnd.bnd ace/sandbox/marrs/org.apache.ace.deployment.provider.repositorybased/bnd.bnd ace/sandbox/marrs/org.apache.ace.gateway.log.store/bnd.bnd ace/sandbox/marrs/org.apache.ace.gateway.log/bnd.bnd ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/Ant suite/Ant test.html ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/Ant suite/Ant test.xml ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/emailable-report.html ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/index.html ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/junitreports/TEST-org.apache.ace.identification.ifconfig.IfconfigIdentificationTest.xml ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/old/Ant suite/methods-alphabetical.html ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/old/Ant suite/methods.html ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/testng-results.xml ace/sandbox/marrs/org.apache.ace.log.listener/bnd.bnd ace/sandbox/marrs/org.apache.ace.log.servlet/bnd.bnd ace/sandbox/marrs/org.apache.ace.log.task/bnd.bnd ace/sandbox/marrs/org.apache.ace.nodelauncher.ui/bnd.bnd ace/sandbox/marrs/org.apache.ace.obr.metadata/bnd.bnd ace/sandbox/marrs/org.apache.ace.repository.ext/bnd.bnd ace/sandbox/marrs/org.apache.ace.server.log.store/bnd.bnd ace/sandbox/marrs/org.apache.ace.server.log.ui/bnd.bnd ace/sandbox/marrs/org.apache.ace.webui.vaadin/bnd.bnd Added: ace/sandbox/marrs/build/bnd.bnd URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/build/bnd.bnd?rev=1358000&view=auto ============================================================================== --- ace/sandbox/marrs/build/bnd.bnd (added) +++ ace/sandbox/marrs/build/bnd.bnd Thu Jul 5 23:56:39 2012 @@ -0,0 +1,72 @@ +-nobundle +-dependson \ + org.apache.ace.authentication.api,\ + org.apache.ace.authentication,\ + org.apache.ace.authenticationprocessor.basicauth,\ + org.apache.ace.authenticationprocessor.clientcert,\ + org.apache.ace.authenticationprocessor.password,\ + org.apache.ace.client.automation,\ + org.apache.ace.client.repository.api,\ + org.apache.ace.client.repository.helper.base,\ + org.apache.ace.client.repository.helper.bundle,\ + org.apache.ace.client.repository.helper.configuration,\ + org.apache.ace.client.repository.helper.user,\ + org.apache.ace.client.repository.impl,\ + org.apache.ace.client.rest,\ + org.apache.ace.configurator.serveruseradmin,\ + org.apache.ace.configurator.useradmin.task,\ + org.apache.ace.configurator,\ + org.apache.ace.connectionfactory,\ + org.apache.ace.consolelogger,\ + org.apache.ace.deployment.api,\ + org.apache.ace.deployment.deploymentadmin,\ + org.apache.ace.deployment.provider.api,\ + org.apache.ace.deployment.provider.base,\ + org.apache.ace.deployment.provider.filebased,\ + org.apache.ace.deployment.provider.repositorybased,\ + org.apache.ace.deployment.servlet,\ + org.apache.ace.deployment.streamgenerator,\ + org.apache.ace.deployment.task.base,\ + org.apache.ace.deployment.task,\ + org.apache.ace.deployment.verifier.ui,\ + org.apache.ace.deployment.verifier,\ + org.apache.ace.discovery.api,\ + org.apache.ace.discovery.property,\ + org.apache.ace.discovery.upnp,\ + org.apache.ace.gateway.log.store,\ + org.apache.ace.gateway.log,\ + org.apache.ace.http.redirector,\ + org.apache.ace.httplistener,\ + org.apache.ace.identification.api,\ + org.apache.ace.identification.ifconfig,\ + org.apache.ace.identification.property,\ + org.apache.ace.location.upnp,\ + org.apache.ace.log.listener,\ + org.apache.ace.log.servlet,\ + org.apache.ace.log.task,\ + org.apache.ace.log,\ + org.apache.ace.managementagent,\ + org.apache.ace.nodelauncher.amazon,\ + org.apache.ace.nodelauncher.api,\ + org.apache.ace.nodelauncher.ui,\ + org.apache.ace.obr.metadata,\ + org.apache.ace.obr.servlet,\ + org.apache.ace.obr.storage,\ + org.apache.ace.processlauncher,\ + org.apache.ace.range.api,\ + org.apache.ace.repository.api,\ + org.apache.ace.repository.ext,\ + org.apache.ace.repository.impl,\ + org.apache.ace.repository.servlet,\ + org.apache.ace.repository.task,\ + org.apache.ace.resourceprocessor.useradmin,\ + org.apache.ace.scheduler.api,\ + org.apache.ace.scheduler,\ + org.apache.ace.server.action.popupmessage,\ + org.apache.ace.server.action,\ + org.apache.ace.server.log.store,\ + org.apache.ace.server.log.ui,\ + org.apache.ace.tageditor,\ + org.apache.ace.target.mgmt.ui,\ + org.apache.ace.util,\ + org.apache.ace.webui.vaadin Added: ace/sandbox/marrs/build/build.xml URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/build/build.xml?rev=1358000&view=auto ============================================================================== --- ace/sandbox/marrs/build/build.xml (added) +++ ace/sandbox/marrs/build/build.xml Thu Jul 5 23:56:39 2012 @@ -0,0 +1,4 @@ + + + + Modified: ace/sandbox/marrs/cnf/build.xml URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/cnf/build.xml?rev=1358000&r1=1357999&r2=1358000&view=diff ============================================================================== --- ace/sandbox/marrs/cnf/build.xml (original) +++ ace/sandbox/marrs/cnf/build.xml Thu Jul 5 23:56:39 2012 @@ -15,6 +15,7 @@ + @@ -22,14 +23,19 @@ + - + + + + + - + + + + + Tests passed/Failed/Skipped:1/0/0 -Started on:Tue Jul 03 19:58:48 CEST 2012 +Started on:Fri Jul 06 01:47:00 CEST 2012 -Total time:0 seconds (22 ms) +Total time:0 seconds (40 ms) Included groups: Modified: ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/Ant suite/Ant test.xml URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/Ant%20suite/Ant%20test.xml?rev=1358000&r1=1357999&r2=1358000&view=diff ============================================================================== --- ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/Ant suite/Ant test.xml (original) +++ ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/Ant suite/Ant test.xml Thu Jul 5 23:56:39 2012 @@ -1,5 +1,5 @@ - - + + Modified: ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/emailable-report.html URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/emailable-report.html?rev=1358000&r1=1357999&r2=1358000&view=diff ============================================================================== --- ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/emailable-report.html (original) +++ ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/emailable-report.html Thu Jul 5 23:56:39 2012 @@ -35,7 +35,7 @@ div.shootout {padding:2em;border:3px #48 - +
ClassMethod# of
Scenarios
StartTime
(ms)
Ant test — passed
org.apache.ace.identification.ifconfig.IfconfigIdentificationTesttestMacAddressVerifying (unit) 113413383284080
org.apache.ace.identification.ifconfig.IfconfigIdentificationTesttestMacAddressVerifying (unit) 113415320204931

Ant test

org.apache.ace.identification.ifconfig.IfconfigIdentificationTest:testMacAddressVerifying

Modified: ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/index.html URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/index.html?rev=1358000&r1=1357999&r2=1358000&view=diff ============================================================================== --- ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/index.html (original) +++ ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/index.html Thu Jul 5 23:56:39 2012 @@ -194,12 +194,12 @@ data.addRows(1); data.setCell(0, 0, 0) data.setCell(0, 1, 'testMacAddressVerifying') data.setCell(0, 2, 'org.apache.ace.identification.ifconfig.IfconfigIdentificationTest') -data.setCell(0, 3, 0); +data.setCell(0, 3, 1); window.suiteTableData['Ant_suite']= { tableData: data, tableDiv: 'times-div-Ant_suite'} return data; } - Total running time: 0 ms + Total running time: 1 ms
@@ -232,7 +232,7 @@ return data;
testMacAddressVerifying - 20 ms + 35 ms
Modified: ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/junitreports/TEST-org.apache.ace.identification.ifconfig.IfconfigIdentificationTest.xml URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/junitreports/TEST-org.apache.ace.identification.ifconfig.IfconfigIdentificationTest.xml?rev=1358000&r1=1357999&r2=1358000&view=diff ============================================================================== --- ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/junitreports/TEST-org.apache.ace.identification.ifconfig.IfconfigIdentificationTest.xml (original) +++ ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/junitreports/TEST-org.apache.ace.identification.ifconfig.IfconfigIdentificationTest.xml Thu Jul 5 23:56:39 2012 @@ -1,5 +1,5 @@ - - + + Modified: ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/old/Ant suite/methods-alphabetical.html URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/old/Ant%20suite/methods-alphabetical.html?rev=1358000&r1=1357999&r2=1358000&view=diff ============================================================================== --- ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/old/Ant suite/methods-alphabetical.html (original) +++ ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/old/Ant suite/methods-alphabetical.html Thu Jul 5 23:56:39 2012 @@ -1,8 +1,8 @@

Methods run, sorted chronologically

>> means before, << means after


Ant suite

(Hover the method name to see the test class name)

- + - +
TimeDelta (ms)Suite
configuration
Test
configuration
Class
configuration
Groups
configuration
Method
configuration
Test
method
ThreadInstances
12/07/03 19:58:48 0  >>setUp
12/07/06 01:47:00 0  >>setUp      main@1388338491
12/07/03 19:58:48 18      testMacAddressVerifying
12/07/06 01:47:00 31      testMacAddressVerifying main@1388338491
Modified: ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/old/Ant suite/methods.html URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/old/Ant%20suite/methods.html?rev=1358000&r1=1357999&r2=1358000&view=diff ============================================================================== --- ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/old/Ant suite/methods.html (original) +++ ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/old/Ant suite/methods.html Thu Jul 5 23:56:39 2012 @@ -1,8 +1,8 @@

Methods run, sorted chronologically

>> means before, << means after


Ant suite

(Hover the method name to see the test class name)

- + - +
TimeDelta (ms)Suite
configuration
Test
configuration
Class
configuration
Groups
configuration
Method
configuration
Test
method
ThreadInstances
12/07/03 19:58:48 0  >>setUp
12/07/06 01:47:00 0  >>setUp      main@1388338491
12/07/03 19:58:48 18      testMacAddressVerifying
12/07/06 01:47:00 31      testMacAddressVerifying main@1388338491
Modified: ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/testng-results.xml URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/testng-results.xml?rev=1358000&r1=1357999&r2=1358000&view=diff ============================================================================== --- ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/testng-results.xml (original) +++ ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/testng-results.xml Thu Jul 5 23:56:39 2012 @@ -2,17 +2,17 @@ - + - + - + - + Modified: ace/sandbox/marrs/org.apache.ace.log.listener/bnd.bnd URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.log.listener/bnd.bnd?rev=1358000&r1=1357999&r2=1358000&view=diff ============================================================================== --- ace/sandbox/marrs/org.apache.ace.log.listener/bnd.bnd (original) +++ ace/sandbox/marrs/org.apache.ace.log.listener/bnd.bnd Thu Jul 5 23:56:39 2012 @@ -1,6 +1,7 @@ -buildpath: osgi.core,\ osgi.cmpn,\ org.apache.felix.dependencymanager,\ + org.apache.ace.util;version=latest,\ org.apache.ace.log;version=latest Private-Package: org.apache.ace.log.listener Bundle-Activator: org.apache.ace.log.listener.Activator \ No newline at end of file Modified: ace/sandbox/marrs/org.apache.ace.log.servlet/bnd.bnd URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.log.servlet/bnd.bnd?rev=1358000&r1=1357999&r2=1358000&view=diff ============================================================================== --- ace/sandbox/marrs/org.apache.ace.log.servlet/bnd.bnd (original) +++ ace/sandbox/marrs/org.apache.ace.log.servlet/bnd.bnd Thu Jul 5 23:56:39 2012 @@ -1,7 +1,9 @@ -buildpath: osgi.core,\ osgi.cmpn,\ org.apache.felix.dependencymanager,\ + org.apache.ace.util;version=latest,\ org.apache.ace.log;version=latest,\ + org.apache.ace.range.api;version=latest,\ javax.servlet,\ org.apache.ace.authentication.api;version=latest,\ org.apache.ace.server.log.store;version=latest Modified: ace/sandbox/marrs/org.apache.ace.log.task/bnd.bnd URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.log.task/bnd.bnd?rev=1358000&r1=1357999&r2=1358000&view=diff ============================================================================== --- ace/sandbox/marrs/org.apache.ace.log.task/bnd.bnd (original) +++ ace/sandbox/marrs/org.apache.ace.log.task/bnd.bnd Thu Jul 5 23:56:39 2012 @@ -1,6 +1,7 @@ -buildpath: osgi.core,\ osgi.cmpn,\ org.apache.felix.dependencymanager,\ + org.apache.ace.util;version=latest,\ org.apache.ace.range.api;version=latest,\ org.apache.ace.discovery.api;version=latest,\ org.apache.ace.connectionfactory;version=latest,\ Modified: ace/sandbox/marrs/org.apache.ace.nodelauncher.ui/bnd.bnd URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.nodelauncher.ui/bnd.bnd?rev=1358000&r1=1357999&r2=1358000&view=diff ============================================================================== --- ace/sandbox/marrs/org.apache.ace.nodelauncher.ui/bnd.bnd (original) +++ ace/sandbox/marrs/org.apache.ace.nodelauncher.ui/bnd.bnd Thu Jul 5 23:56:39 2012 @@ -2,6 +2,7 @@ osgi.cmpn,\ org.apache.felix.dependencymanager,\ com.vaadin,\ + org.apache.ace.nodelauncher.api;version=latest,\ org.apache.ace.nodelauncher.amazon;version=latest,\ org.apache.ace.webui.vaadin;version=latest,\ org.apache.ace.client.repository.api;version=latest,\ Modified: ace/sandbox/marrs/org.apache.ace.obr.metadata/bnd.bnd URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.obr.metadata/bnd.bnd?rev=1358000&r1=1357999&r2=1358000&view=diff ============================================================================== --- ace/sandbox/marrs/org.apache.ace.obr.metadata/bnd.bnd (original) +++ ace/sandbox/marrs/org.apache.ace.obr.metadata/bnd.bnd Thu Jul 5 23:56:39 2012 @@ -2,6 +2,7 @@ osgi.cmpn,\ org.apache.felix.dependencymanager,\ org.apache.ace.util;version=latest,\ + org.apache.ace.deployment.provider.api;version=latest,\ org.apache.ace.deployment.provider.base;version=latest,\ ../cnf/lib/kxml2-2.3.0.jar;version=file Private-Package: org.apache.ace.obr.metadata.bindex,\ Modified: ace/sandbox/marrs/org.apache.ace.repository.ext/bnd.bnd URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.repository.ext/bnd.bnd?rev=1358000&r1=1357999&r2=1358000&view=diff ============================================================================== --- ace/sandbox/marrs/org.apache.ace.repository.ext/bnd.bnd (original) +++ ace/sandbox/marrs/org.apache.ace.repository.ext/bnd.bnd Thu Jul 5 23:56:39 2012 @@ -4,6 +4,7 @@ org.apache.ace.util;version=latest,\ org.apache.ace.range.api;version=latest,\ org.apache.ace.repository.api;version=latest,\ - org.apache.ace.connectionfactory;version=latest + org.apache.ace.connectionfactory;version=latest,\ + org.apache.ace.deployment.provider.api;version=latest Export-Package: org.apache.ace.repository.ext,\ org.apache.ace.repository.ext.impl \ No newline at end of file Modified: ace/sandbox/marrs/org.apache.ace.server.log.store/bnd.bnd URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.server.log.store/bnd.bnd?rev=1358000&r1=1357999&r2=1358000&view=diff ============================================================================== --- ace/sandbox/marrs/org.apache.ace.server.log.store/bnd.bnd (original) +++ ace/sandbox/marrs/org.apache.ace.server.log.store/bnd.bnd Thu Jul 5 23:56:39 2012 @@ -2,6 +2,7 @@ osgi.cmpn,\ org.apache.felix.dependencymanager,\ org.apache.ace.range.api;version=latest,\ + org.apache.ace.util;version=latest,\ org.apache.ace.log;version=latest Private-Package: org.apache.ace.server.log.store.impl Bundle-Activator: org.apache.ace.server.log.store.impl.Activator Modified: ace/sandbox/marrs/org.apache.ace.server.log.ui/bnd.bnd URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.server.log.ui/bnd.bnd?rev=1358000&r1=1357999&r2=1358000&view=diff ============================================================================== --- ace/sandbox/marrs/org.apache.ace.server.log.ui/bnd.bnd (original) +++ ace/sandbox/marrs/org.apache.ace.server.log.ui/bnd.bnd Thu Jul 5 23:56:39 2012 @@ -1,6 +1,7 @@ -buildpath: osgi.core,\ osgi.cmpn,\ org.apache.felix.dependencymanager,\ + org.apache.ace.log;version=latest,\ org.apache.ace.client.repository.api;version=latest,\ org.apache.ace.server.log.store;version=latest,\ com.vaadin,\ Modified: ace/sandbox/marrs/org.apache.ace.webui.vaadin/bnd.bnd URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.webui.vaadin/bnd.bnd?rev=1358000&r1=1357999&r2=1358000&view=diff ============================================================================== --- ace/sandbox/marrs/org.apache.ace.webui.vaadin/bnd.bnd (original) +++ ace/sandbox/marrs/org.apache.ace.webui.vaadin/bnd.bnd Thu Jul 5 23:56:39 2012 @@ -2,6 +2,7 @@ osgi.cmpn,\ org.apache.felix.dependencymanager,\ com.vaadin,\ + org.apache.ace.util;version=latest,\ org.apache.ace.client.repository.api;version=latest,\ org.apache.ace.connectionfactory;version=latest,\ org.apache.ace.authentication.api;version=latest,\