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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="project" default="build">
+ <import file="../cnf/build.xml"/>
+</project>
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 @@
<dirname property="projectdir" file="${ant.file}" />
<dirname property="workspacedir" file="${projectdir}" />
+ <echo message="bnd ant tasks..." />
<taskdef resource="aQute/bnd/ant/taskdef.properties">
<classpath>
<path
location="${workspacedir}/cnf/repo/biz.aQute.bnd/biz.aQute.bnd-1.51.1.jar"/>
@@ -22,14 +23,19 @@
</taskdef>
<!-- TestNG support -->
+ <echo message="testng ant tasks..." />
<taskdef resource="testngtasks"
classpath="${workspacedir}/cnf/lib/testng-6.5.2.jar" />
-
+ <echo message="bnd prepare..." />
<bndprepare basedir="${projectdir}" print="false"
top="${release.dir}" />
<!-- mark init has been run -->
<property name="initialized" value="set" />
<echo message="Enter project ${project.name}"/>
+
+ <!-- Test compilation condition -->
+ <available file="${project}/test" type="dir"
property="project.testpathexists" />
+ <echo message="found test path: ${project.testpathexists}" />
</target>
<!--
@@ -69,7 +75,7 @@
</copy>
</target>
- <target name="compiletest" depends="dependencies"
if="project.sourcepath">
+ <target name="compiletest" depends="dependencies"
if="project.testpathexists">
<mkdir dir="${project}/bin_test"/>
<javac fork="yes" executable="${javac}"
srcdir="${project}/test" destdir="${project}/bin_test"
classpath="${project.buildpath}:${workspacedir}/cnf/lib/testng-6.5.2.jar"
bootclasspath="${project.bootclasspath}" deprecation="true" listfiles="true"
target="${javac.target}" source="${javac.source}" debug="${javac.debug}"
includeAntRuntime="no" verbose="${verbose}" />
<!--
@@ -114,7 +120,11 @@
</target>
<!-- TestNG support -->
- <target name="testng" depends="build, compiletest">
+ <target name="deeptestng" depends="init" if="project.dependson">
+ <subant target="testng" inheritAll="false"
buildpath="${project.dependson}" />
+ </target>
+
+ <target name="testng" depends="build, compiletest"
if="project.testpathexists">
<mkdir dir="tmp" />
<testng
classpath="${project}/bin_test:${project.buildpath}:${workspacedir}/cnf/lib/testng-6.5.2.jar"
outputDir="tmp"
Modified: ace/sandbox/marrs/org.apache.ace.client.repository.helper.base/bnd.bnd
URL:
http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.client.repository.helper.base/bnd.bnd?rev=1358000&r1=1357999&r2=1358000&view=diff
==============================================================================
--- ace/sandbox/marrs/org.apache.ace.client.repository.helper.base/bnd.bnd
(original)
+++ ace/sandbox/marrs/org.apache.ace.client.repository.helper.base/bnd.bnd Thu
Jul 5 23:56:39 2012
@@ -3,6 +3,7 @@
org.apache.ace.client.repository.api;version=latest,\
org.apache.ace.deployment.provider.api;version=latest,\
org.apache.ace.log;version=latest,\
+ org.apache.ace.util;version=latest,\
org.apache.ace.connectionfactory;version=latest,\
../cnf/lib/commons-lang-2.4.jar;version=file,\
../cnf/lib/commons-collections-3.2.1.jar;version=file,\
Modified:
ace/sandbox/marrs/org.apache.ace.client.repository.helper.configuration/bnd.bnd
URL:
http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.client.repository.helper.configuration/bnd.bnd?rev=1358000&r1=1357999&r2=1358000&view=diff
==============================================================================
---
ace/sandbox/marrs/org.apache.ace.client.repository.helper.configuration/bnd.bnd
(original)
+++
ace/sandbox/marrs/org.apache.ace.client.repository.helper.configuration/bnd.bnd
Thu Jul 5 23:56:39 2012
@@ -1,6 +1,7 @@
-buildpath: org.apache.ace.client.repository.api;version=latest,\
org.apache.ace.client.repository.helper.base;version=latest,\
org.apache.ace.connectionfactory;version=latest,\
+ org.apache.ace.util;version=latest,\
osgi.core,\
osgi.cmpn,\
org.apache.felix.dependencymanager
Modified: ace/sandbox/marrs/org.apache.ace.client.repository.impl/bnd.bnd
URL:
http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.client.repository.impl/bnd.bnd?rev=1358000&r1=1357999&r2=1358000&view=diff
==============================================================================
--- ace/sandbox/marrs/org.apache.ace.client.repository.impl/bnd.bnd (original)
+++ ace/sandbox/marrs/org.apache.ace.client.repository.impl/bnd.bnd Thu Jul 5
23:56:39 2012
@@ -1,6 +1,8 @@
-buildpath: osgi.core,\
osgi.cmpn,\
org.apache.felix.dependencymanager,\
+ org.apache.ace.log;version=latest,\
+ org.apache.ace.connectionfactory;version=latest,\
org.apache.ace.client.repository.api;version=latest,\
org.apache.ace.repository.api;version=latest,\
org.apache.ace.range.api;version=latest,\
Modified: ace/sandbox/marrs/org.apache.ace.client.rest/bnd.bnd
URL:
http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.client.rest/bnd.bnd?rev=1358000&r1=1357999&r2=1358000&view=diff
==============================================================================
--- ace/sandbox/marrs/org.apache.ace.client.rest/bnd.bnd (original)
+++ ace/sandbox/marrs/org.apache.ace.client.rest/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.connectionfactory;version=latest,\
org.apache.ace.authentication.api;version=latest,\
org.apache.ace.client.repository.api;version=latest,\
Modified: ace/sandbox/marrs/org.apache.ace.deployment.provider.filebased/bnd.bnd
URL:
http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.deployment.provider.filebased/bnd.bnd?rev=1358000&r1=1357999&r2=1358000&view=diff
==============================================================================
--- ace/sandbox/marrs/org.apache.ace.deployment.provider.filebased/bnd.bnd
(original)
+++ ace/sandbox/marrs/org.apache.ace.deployment.provider.filebased/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.deployment.provider.api;version=latest,\
org.apache.ace.deployment.provider.base;version=latest
Private-Package: org.apache.ace.deployment.provider.filebased,\
Modified:
ace/sandbox/marrs/org.apache.ace.deployment.provider.repositorybased/bnd.bnd
URL:
http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.deployment.provider.repositorybased/bnd.bnd?rev=1358000&r1=1357999&r2=1358000&view=diff
==============================================================================
---
ace/sandbox/marrs/org.apache.ace.deployment.provider.repositorybased/bnd.bnd
(original)
+++
ace/sandbox/marrs/org.apache.ace.deployment.provider.repositorybased/bnd.bnd
Thu Jul 5 23:56:39 2012
@@ -1,10 +1,13 @@
-buildpath: osgi.core,\
osgi.cmpn,\
org.apache.felix.dependencymanager,\
+ org.apache.ace.util;version=latest,\
+ org.apache.ace.connectionfactory;version=latest,\
org.apache.ace.client.repository.api;version=latest,\
org.apache.ace.deployment.provider.base;version=latest,\
org.apache.ace.range.api;version=latest,\
org.apache.ace.deployment.provider.api;version=latest,\
+ org.apache.ace.repository.api;version=latest,\
org.apache.ace.repository.ext;version=latest
Private-Package: org.apache.ace.deployment.provider.repositorybased,\
org.apache.ace.deployment.provider.impl,\
Modified: ace/sandbox/marrs/org.apache.ace.gateway.log.store/bnd.bnd
URL:
http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.gateway.log.store/bnd.bnd?rev=1358000&r1=1357999&r2=1358000&view=diff
==============================================================================
--- ace/sandbox/marrs/org.apache.ace.gateway.log.store/bnd.bnd (original)
+++ ace/sandbox/marrs/org.apache.ace.gateway.log.store/bnd.bnd Thu Jul 5
23:56:39 2012
@@ -2,6 +2,7 @@
osgi.cmpn,\
org.apache.felix.dependencymanager,\
org.apache.ace.identification.api;version=latest,\
+ org.apache.ace.util;version=latest,\
org.apache.ace.log;version=latest
Private-Package: org.apache.ace.target.log.store.impl
Bundle-Activator: org.apache.ace.target.log.store.impl.Activator
Modified: ace/sandbox/marrs/org.apache.ace.gateway.log/bnd.bnd
URL:
http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.gateway.log/bnd.bnd?rev=1358000&r1=1357999&r2=1358000&view=diff
==============================================================================
--- ace/sandbox/marrs/org.apache.ace.gateway.log/bnd.bnd (original)
+++ ace/sandbox/marrs/org.apache.ace.gateway.log/bnd.bnd Thu Jul 5 23:56:39
2012
@@ -6,6 +6,8 @@
org.apache.ace.range.api;version=latest,\
org.apache.ace.identification.api;version=latest,\
org.apache.ace.connectionfactory;version=latest,\
+ org.apache.ace.util;version=latest,\
+ org.apache.ace.log;version=latest,\
org.apache.ace.gateway.log.store;version=latest
Private-Package: org.apache.ace.target.log,\
org.apache.ace.target.log.task
Modified: ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/Ant
suite/Ant test.html
URL:
http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/Ant%20suite/Ant%20test.html?rev=1358000&r1=1357999&r2=1358000&view=diff
==============================================================================
--- ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/Ant suite/Ant
test.html (original)
+++ ace/sandbox/marrs/org.apache.ace.identification.ifconfig/tmp/Ant suite/Ant
test.html Thu Jul 5 23:56:39 2012
@@ -57,9 +57,9 @@ function toggleAllBoxes() {
<tr>
<td>Tests passed/Failed/Skipped:</td><td>1/0/0</td>
</tr><tr>
-<td>Started on:</td><td>Tue Jul 03 19:58:48 CEST 2012</td>
+<td>Started on:</td><td>Fri Jul 06 01:47:00 CEST 2012</td>
</tr>
-<tr><td>Total time:</td><td>0 seconds (22 ms)</td>
+<tr><td>Total time:</td><td>0 seconds (40 ms)</td>
</tr><tr>
<td>Included groups:</td><td></td>
</tr><tr>
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 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by org.testng.reporters.JUnitXMLReporter -->
-<testsuite hostname="marcels-macbook-pro.fritz.box" name="Ant test" tests="1"
failures="0" timestamp="3 Jul 2012 17:58:48 GMT" time="0.022" errors="0">
- <testcase name="testMacAddressVerifying" time="0.0"
classname="org.apache.ace.identification.ifconfig.IfconfigIdentificationTest"/>
+<testsuite hostname="Marcels-MacBook-Pro.local" name="Ant test" tests="1"
failures="0" timestamp="5 Jul 2012 23:47:00 GMT" time="0.04" errors="0">
+ <testcase name="testMacAddressVerifying" time="0.0010"
classname="org.apache.ace.identification.ifconfig.IfconfigIdentificationTest"/>
</testsuite> <!-- Ant test -->
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
<table cellspacing=0 cellpadding=0 class="passed">
<tr><th>Class</th><th>Method</th><th>#
of<br/>Scenarios</th><th>Start</th><th>Time<br/>(ms)</th></tr>
<tr><th colspan="4">Ant test — passed</th></tr>
-<tr class="passedodd"><td
rowspan="1">org.apache.ace.identification.ifconfig.IfconfigIdentificationTest<td><a
href="#m1"><b>testMacAddressVerifying</b> (unit) </a></td><td
class="numi">1</td><td>1341338328408</td><td class="numi">0</td></tr>
+<tr class="passedodd"><td
rowspan="1">org.apache.ace.identification.ifconfig.IfconfigIdentificationTest<td><a
href="#m1"><b>testMacAddressVerifying</b> (unit) </a></td><td
class="numi">1</td><td>1341532020493</td><td class="numi">1</td></tr>
</table>
<h1>Ant test</h1>
<a
id="m1"></a><h2>org.apache.ace.identification.ifconfig.IfconfigIdentificationTest:testMacAddressVerifying</h2>
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;
}
</script>
- <span class="suite-total-time">Total running time: 0 ms</span>
+ <span class="suite-total-time">Total running time: 1 ms</span>
<div id="times-div-Ant_suite">
</div> <!-- times-div-Ant_suite -->
</div> <!-- times-div -->
@@ -232,7 +232,7 @@ return data;
</div> <!-- configuration-test before -->
<div class="test-method">
<span class="method-name">testMacAddressVerifying</span>
- <span class="method-start">20 ms</span>
+ <span class="method-start">35 ms</span>
</div> <!-- test-method -->
</div> <!-- main-panel-content rounded-window-bottom -->
</div> <!-- panel -->
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 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by org.testng.reporters.JUnitReportReporter -->
-<testsuite hostname="marcels-macbook-pro.fritz.box"
name="org.apache.ace.identification.ifconfig.IfconfigIdentificationTest"
tests="1" failures="0" timestamp="3 Jul 2012 17:58:48 GMT" time="0.000"
errors="0">
- <testcase name="testMacAddressVerifying" time="0.000"
classname="org.apache.ace.identification.ifconfig.IfconfigIdentificationTest"/>
+<testsuite hostname="Marcels-MacBook-Pro.local"
name="org.apache.ace.identification.ifconfig.IfconfigIdentificationTest"
tests="1" failures="0" timestamp="5 Jul 2012 23:47:00 GMT" time="0.001"
errors="0">
+ <testcase name="testMacAddressVerifying" time="0.001"
classname="org.apache.ace.identification.ifconfig.IfconfigIdentificationTest"/>
</testsuite> <!--
org.apache.ace.identification.ifconfig.IfconfigIdentificationTest -->
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 @@
<h2>Methods run, sorted chronologically</h2><h3>>> means before,
<< means after</h3><p/><br/><em>Ant suite</em><p/><small><i>(Hover the
method name to see the test class name)</i></small><p/>
<table border="1">
<tr><th>Time</th><th>Delta
(ms)</th><th>Suite<br>configuration</th><th>Test<br>configuration</th><th>Class<br>configuration</th><th>Groups<br>configuration</th><th>Method<br>configuration</th><th>Test<br>method</th><th>Thread</th><th>Instances</th></tr>
-<tr bgcolor="e4b076"> <td>12/07/03 19:58:48</td> <td>0</td>
<td> </td><td title=">>IfconfigIdentificationTest.setUp()[pri:0,
instance:org.apache.ace.identification.ifconfig.IfconfigIdentificationTest@a39ab89]">>>setUp</td>
+<tr bgcolor="e4b076"> <td>12/07/06 01:47:00</td> <td>0</td>
<td> </td><td title=">>IfconfigIdentificationTest.setUp()[pri:0,
instance:org.apache.ace.identification.ifconfig.IfconfigIdentificationTest@a39ab89]">>>setUp</td>
<td> </td><td> </td><td> </td><td> </td>
<td>main@1388338491</td> <td></td> </tr>
-<tr bgcolor="e4b076"> <td>12/07/03 19:58:48</td> <td>18</td>
<td> </td><td> </td><td> </td><td> </td><td> </td><td
title="IfconfigIdentificationTest.testMacAddressVerifying()[pri:0,
instance:org.apache.ace.identification.ifconfig.IfconfigIdentificationTest@a39ab89]">testMacAddressVerifying</td>
+<tr bgcolor="e4b076"> <td>12/07/06 01:47:00</td> <td>31</td>
<td> </td><td> </td><td> </td><td> </td><td> </td><td
title="IfconfigIdentificationTest.testMacAddressVerifying()[pri:0,
instance:org.apache.ace.identification.ifconfig.IfconfigIdentificationTest@a39ab89]">testMacAddressVerifying</td>
<td>main@1388338491</td> <td></td> </tr>
</table>
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 @@
<h2>Methods run, sorted chronologically</h2><h3>>> means before,
<< means after</h3><p/><br/><em>Ant suite</em><p/><small><i>(Hover the
method name to see the test class name)</i></small><p/>
<table border="1">
<tr><th>Time</th><th>Delta
(ms)</th><th>Suite<br>configuration</th><th>Test<br>configuration</th><th>Class<br>configuration</th><th>Groups<br>configuration</th><th>Method<br>configuration</th><th>Test<br>method</th><th>Thread</th><th>Instances</th></tr>
-<tr bgcolor="e4b076"> <td>12/07/03 19:58:48</td> <td>0</td>
<td> </td><td title=">>IfconfigIdentificationTest.setUp()[pri:0,
instance:org.apache.ace.identification.ifconfig.IfconfigIdentificationTest@a39ab89]">>>setUp</td>
+<tr bgcolor="e4b076"> <td>12/07/06 01:47:00</td> <td>0</td>
<td> </td><td title=">>IfconfigIdentificationTest.setUp()[pri:0,
instance:org.apache.ace.identification.ifconfig.IfconfigIdentificationTest@a39ab89]">>>setUp</td>
<td> </td><td> </td><td> </td><td> </td>
<td>main@1388338491</td> <td></td> </tr>
-<tr bgcolor="e4b076"> <td>12/07/03 19:58:48</td> <td>18</td>
<td> </td><td> </td><td> </td><td> </td><td> </td><td
title="IfconfigIdentificationTest.testMacAddressVerifying()[pri:0,
instance:org.apache.ace.identification.ifconfig.IfconfigIdentificationTest@a39ab89]">testMacAddressVerifying</td>
+<tr bgcolor="e4b076"> <td>12/07/06 01:47:00</td> <td>31</td>
<td> </td><td> </td><td> </td><td> </td><td> </td><td
title="IfconfigIdentificationTest.testMacAddressVerifying()[pri:0,
instance:org.apache.ace.identification.ifconfig.IfconfigIdentificationTest@a39ab89]">testMacAddressVerifying</td>
<td>main@1388338491</td> <td></td> </tr>
</table>
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 @@
<testng-results skipped="0" failed="0" total="1" passed="1">
<reporter-output>
</reporter-output>
- <suite name="Ant suite" duration-ms="22" started-at="2012-07-03T19:58:48Z"
finished-at="2012-07-03T19:58:48Z">
+ <suite name="Ant suite" duration-ms="40" started-at="2012-07-06T01:47:00Z"
finished-at="2012-07-06T01:47:00Z">
<groups>
<group name="unit">
<method
signature="IfconfigIdentificationTest.testMacAddressVerifying()[pri:0,
instance:org.apache.ace.identification.ifconfig.IfconfigIdentificationTest@a39ab89]"
name="testMacAddressVerifying"
class="org.apache.ace.identification.ifconfig.IfconfigIdentificationTest"/>
</group> <!-- unit -->
</groups>
- <test name="Ant test" duration-ms="22" started-at="2012-07-03T19:58:48Z"
finished-at="2012-07-03T19:58:48Z">
+ <test name="Ant test" duration-ms="40" started-at="2012-07-06T01:47:00Z"
finished-at="2012-07-06T01:47:00Z">
<class
name="org.apache.ace.identification.ifconfig.IfconfigIdentificationTest">
- <test-method status="PASS" signature="setUp()[pri:0,
instance:org.apache.ace.identification.ifconfig.IfconfigIdentificationTest@a39ab89]"
name="setUp" is-config="true" duration-ms="14"
started-at="2012-07-03T19:58:48Z" finished-at="2012-07-03T19:58:48Z">
+ <test-method status="PASS" signature="setUp()[pri:0,
instance:org.apache.ace.identification.ifconfig.IfconfigIdentificationTest@a39ab89]"
name="setUp" is-config="true" duration-ms="24"
started-at="2012-07-06T01:47:00Z" finished-at="2012-07-06T01:47:00Z">
</test-method> <!-- setUp -->
- <test-method status="PASS" signature="testMacAddressVerifying()[pri:0,
instance:org.apache.ace.identification.ifconfig.IfconfigIdentificationTest@a39ab89]"
name="testMacAddressVerifying" duration-ms="0"
started-at="2012-07-03T19:58:48Z" finished-at="2012-07-03T19:58:48Z">
+ <test-method status="PASS" signature="testMacAddressVerifying()[pri:0,
instance:org.apache.ace.identification.ifconfig.IfconfigIdentificationTest@a39ab89]"
name="testMacAddressVerifying" duration-ms="1"
started-at="2012-07-06T01:47:00Z" finished-at="2012-07-06T01:47:00Z">
</test-method> <!-- testMacAddressVerifying -->
</class> <!--
org.apache.ace.identification.ifconfig.IfconfigIdentificationTest -->
</test> <!-- Ant test -->
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,\