You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2009/04/05 18:26:01 UTC

svn commit: r762114 - in /felix/sandbox/clement/ipojo-utils/junit4osgi-equinox: ./ .externalToolBuilders/ .settings/ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/felix/ src/main/java/org/apache/fel...

Author: clement
Date: Sun Apr  5 16:26:00 2009
New Revision: 762114

URL: http://svn.apache.org/viewvc?rev=762114&view=rev
Log:
Commit an equinox version of the junit4osgi junit command.

Added:
    felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/   (with props)
    felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.checkstyle
    felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.classpath
    felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.externalToolBuilders/
    felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.externalToolBuilders/Maven_Ant_Builder.launch
    felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.externalToolBuilders/com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder.launch
    felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.project
    felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.settings/
    felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.settings/org.eclipse.jdt.core.prefs
    felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/LICENSE
    felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/NOTICE
    felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/pom.xml
    felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/src/
    felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/src/main/
    felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/src/main/java/
    felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/src/main/java/org/
    felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/src/main/java/org/apache/
    felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/src/main/java/org/apache/felix/
    felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/src/main/java/org/apache/felix/ipojo/
    felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/src/main/java/org/apache/felix/ipojo/junit4osgi/
    felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/src/main/java/org/apache/felix/ipojo/junit4osgi/equinox/
    felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/src/main/java/org/apache/felix/ipojo/junit4osgi/equinox/JunitEquinox.java
    felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/src/main/resources/
    felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/src/main/resources/metadata.xml

Propchange: felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun Apr  5 16:26:00 2009
@@ -0,0 +1,3 @@
+target
+
+maven-eclipse.xml

Added: felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.checkstyle
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.checkstyle?rev=762114&view=auto
==============================================================================
--- felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.checkstyle (added)
+++ felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.checkstyle Sun Apr  5 16:26:00 2009
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<fileset-config file-format-version="1.2.0" simple-config="true">
+    <fileset name="tous" enabled="true" check-config-name="Sun Checks" local="false">
+        <file-match-pattern match-pattern="." include-pattern="true"/>
+    </fileset>
+    <filter name="NonSrcDirs" enabled="true"/>
+</fileset-config>

Added: felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.classpath
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.classpath?rev=762114&view=auto
==============================================================================
--- felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.classpath (added)
+++ felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.classpath Sun Apr  5 16:26:00 2009
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry excluding="**/*.java" including="LICENSE*|NOTICE*" kind="src" path=""/>
+	<classpathentry kind="src" path="src/main/java"/>
+	<classpathentry excluding="**/*.java" kind="src" path="src/main/resources"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="var" path="M2_REPO/easymock/easymock/1.2_Java1.3/easymock-1.2_Java1.3.jar"/>
+	<classpathentry kind="var" path="M2_REPO/org/apache/felix/javax.servlet/1.0.0/javax.servlet-1.0.0.jar"/>
+	<classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/>
+	<classpathentry kind="var" path="M2_REPO/org/apache/felix/org.apache.felix.ipojo/1.2.0/org.apache.felix.ipojo-1.2.0.jar"/>
+	<classpathentry kind="var" path="M2_REPO/org/apache/felix/org.apache.felix.ipojo.metadata/1.2.0/org.apache.felix.ipojo.metadata-1.2.0.jar"/>
+	<classpathentry kind="var" path="M2_REPO/org/eclipse/osgi/org.eclipse.osgi/3.2.1/org.eclipse.osgi-3.2.1.jar"/>
+	<classpathentry kind="var" path="M2_REPO/org/apache/felix/org.osgi.compendium/1.2.0/org.osgi.compendium-1.2.0.jar"/>
+	<classpathentry kind="var" path="M2_REPO/org/apache/felix/org.osgi.core/1.0.1/org.osgi.core-1.0.1.jar"/>
+	<classpathentry kind="var" path="M2_REPO/org/apache/felix/org.osgi.foundation/1.2.0/org.osgi.foundation-1.2.0.jar"/>
+	<classpathentry kind="var" path="M2_REPO/org/apache/felix/org.apache.felix.ipojo.junit4osgi/1.1.0-SNAPSHOT/org.apache.felix.ipojo.junit4osgi-1.1.0-SNAPSHOT.jar"/>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>

Added: felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.externalToolBuilders/Maven_Ant_Builder.launch
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.externalToolBuilders/Maven_Ant_Builder.launch?rev=762114&view=auto
==============================================================================
--- felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.externalToolBuilders/Maven_Ant_Builder.launch (added)
+++ felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.externalToolBuilders/Maven_Ant_Builder.launch Sun Apr  5 16:26:00 2009
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType">
+<booleanAttribute key="org.eclipse.ant.ui.ATTR_TARGETS_UPDATED" value="true"/>
+<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/>
+<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${project}"/>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+<listEntry value="/org.apache.felix.ipojo.arch.equinox"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
+<listEntry value="4"/>
+</listAttribute>
+<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
+<booleanAttribute key="org.eclipse.debug.core.capture_output" value="false"/>
+<booleanAttribute key="org.eclipse.debug.ui.ATTR_CONSOLE_OUTPUT_ON" value="false"/>
+<booleanAttribute key="org.eclipse.debug.ui.ATTR_LAUNCH_IN_BACKGROUND" value="false"/>
+<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
+<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="true"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.apache.felix.ipojo.arch.equinox"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_BUILD_SCOPE" value="${working_set:&lt;?xml version='1.0'?&gt;&lt;launchConfigurationWorkingSet editPageId='org.eclipse.ui.resourceWorkingSetPage' factoryID='org.eclipse.ui.internal.WorkingSetFactory' label='workingSet' name='workingSet'&gt;&lt;item factoryID='org.eclipse.ui.internal.model.ResourceFactory' path='org.apache.felix.ipojo.arch.equinox' type='4'/&gt;&lt;/launchConfigurationWorkingSet&gt;}"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${build_project}/maven-eclipse.xml"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_RUN_BUILD_KINDS" value="full,incremental,auto,clean"/>
+<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${build_project}"/>
+<stringAttribute key="process_factory_id" value="org.eclipse.ant.ui.remoteAntProcessFactory"/>
+</launchConfiguration>

Added: felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.externalToolBuilders/com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder.launch
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.externalToolBuilders/com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder.launch?rev=762114&view=auto
==============================================================================
--- felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.externalToolBuilders/com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder.launch (added)
+++ felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.externalToolBuilders/com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder.launch Sun Apr  5 16:26:00 2009
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<launchConfiguration type="org.eclipse.ant.AntBuilderLaunchConfigurationType">
+<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_BUILDER_ENABLED" value="false"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_DISABLED_BUILDER" value="com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder"/>
+<mapAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS"/>
+<booleanAttribute key="org.eclipse.ui.externaltools.ATTR_TRIGGERS_CONFIGURED" value="true"/>
+</launchConfiguration>

Added: felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.project
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.project?rev=762114&view=auto
==============================================================================
--- felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.project (added)
+++ felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.project Sun Apr  5 16:26:00 2009
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.apache.felix.ipojo.junit4osgi.equinox.command</name>
+	<comment>Apache felix is an OSGi implementation.</comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
+			<triggers>full,incremental,</triggers>
+			<arguments>
+				<dictionary>
+					<key>LaunchConfigHandle</key>
+					<value>&lt;project&gt;/.externalToolBuilders/com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder.launch</value>
+				</dictionary>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
+			<arguments>
+				<dictionary>
+					<key>LaunchConfigHandle</key>
+					<value>&lt;project&gt;/.externalToolBuilders/Maven_Ant_Builder.launch</value>
+				</dictionary>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

Added: felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.settings/org.eclipse.jdt.core.prefs?rev=762114&view=auto
==============================================================================
--- felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.settings/org.eclipse.jdt.core.prefs (added)
+++ felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/.settings/org.eclipse.jdt.core.prefs Sun Apr  5 16:26:00 2009
@@ -0,0 +1,12 @@
+#Wed Jan 14 16:36:41 CET 2009
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.compliance=1.3
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.3
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=ignore
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.source=1.3
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=ignore

Added: felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/LICENSE
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/LICENSE?rev=762114&view=auto
==============================================================================
--- felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/LICENSE (added)
+++ felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/LICENSE Sun Apr  5 16:26:00 2009
@@ -0,0 +1,202 @@
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.

Added: felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/NOTICE
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/NOTICE?rev=762114&view=auto
==============================================================================
--- felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/NOTICE (added)
+++ felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/NOTICE Sun Apr  5 16:26:00 2009
@@ -0,0 +1,17 @@
+Apache Felix iPOJO Arch Command for Equinox
+Copyright 2008 The Apache Software Foundation
+
+I. Included Software
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+Licensed under the Apache License 2.0.
+
+II. Used Software
+
+This product uses software developed at
+The Apache Software Foundation (http://www.apache.org/).
+Licensed under the Apache License 2.0.
+
+III. License Summary
+- Apache License 2.0

Added: felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/pom.xml
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/pom.xml?rev=762114&view=auto
==============================================================================
--- felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/pom.xml (added)
+++ felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/pom.xml Sun Apr  5 16:26:00 2009
@@ -0,0 +1,127 @@
+<!--
+	Licensed to the Apache Software Foundation (ASF) under one
+	or more contributor license agreements.  See the NOTICE file
+	distributed with this work for additional information
+	regarding copyright ownership.  The ASF licenses this file
+	to you under the Apache License, Version 2.0 (the
+	"License"); you may not use this file except in compliance
+	with the License.  You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
+	Unless required by applicable law or agreed to in writing,
+	software distributed under the License is distributed on an
+	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	KIND, either express or implied.  See the License for the
+	specific language governing permissions and limitations
+	under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<parent>
+		<groupId>org.apache.felix</groupId>
+		<artifactId>felix</artifactId>
+		<version>1.0.2</version>
+		<relativePath>../../pom/pom.xml</relativePath>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+	<packaging>bundle</packaging>
+	<name>Junit4Osgi-Equinox-Command</name>
+	<artifactId>
+		org.apache.felix.ipojo.junit4osgi.equinox-command
+	</artifactId>
+	<version>1.1.0-SNAPSHOT</version>
+	<dependencies>
+		<dependency>
+			<groupId>${pom.groupId}</groupId>
+			<artifactId>org.apache.felix.ipojo.junit4osgi</artifactId>
+			<version>1.1.0-SNAPSHOT</version>
+		</dependency>
+		<dependency>
+			<groupId>org.eclipse.osgi</groupId>
+			<artifactId>org.eclipse.osgi</artifactId>
+			<version>3.2.1</version>
+		</dependency>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>3.8.1</version>
+		</dependency>
+	</dependencies>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<source>1.4</source>
+					<target>1.4</target>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.felix</groupId>
+				<artifactId>maven-bundle-plugin</artifactId>
+				<version>1.4.3</version>
+				<extensions>true</extensions>
+				<configuration>
+					<instructions>
+						<Bundle-Name> Apache Felix iPOJO OSGi Junit Runner - Equinox Command
+						</Bundle-Name>
+						<Bundle-SymbolicName> ${pom.artifactId}</Bundle-SymbolicName>
+						<Private-Package> org.apache.felix.ipojo.junit4osgi.equinox
+						</Private-Package>
+						<Include-Resource> META-INF/LICENCE=LICENSE,
+							META-INF/NOTICE=NOTICE </Include-Resource>
+					</instructions>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.felix</groupId>
+				<artifactId>maven-ipojo-plugin</artifactId>
+				<version>1.3.0-SNAPSHOT</version>
+				<executions>
+					<execution>
+						<goals>
+							<goal>ipojo-bundle</goal>
+						</goals>
+						<configuration>
+							<ignoreAnnotations>true</ignoreAnnotations>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>rat-maven-plugin</artifactId>
+				<configuration>
+					<excludeSubProjects>false</excludeSubProjects>
+					<useEclipseDefaultExcludes>true</useEclipseDefaultExcludes>
+					<useMavenDefaultExcludes>true</useMavenDefaultExcludes>
+					<excludes>
+						<param>doc/*</param>
+						<param>maven-eclipse.xml</param>
+						<param>.checkstyle</param>
+						<param>.externalToolBuilders/*</param>
+					</excludes>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-checkstyle-plugin
+				</artifactId>
+				<configuration>
+					<configLocation>
+						http://felix.apache.org/ipojo/dev/checkstyle_ipojo.xml
+					</configLocation>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+	<repositories>
+	<!-- Give access to Eclipse artifacts -->
+     <repository>
+       <id>eclipse</id>
+       <url>http://repo1.maven.org/eclipse</url>
+     </repository>
+   </repositories>
+
+</project>

Added: felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/src/main/java/org/apache/felix/ipojo/junit4osgi/equinox/JunitEquinox.java
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/src/main/java/org/apache/felix/ipojo/junit4osgi/equinox/JunitEquinox.java?rev=762114&view=auto
==============================================================================
--- felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/src/main/java/org/apache/felix/ipojo/junit4osgi/equinox/JunitEquinox.java (added)
+++ felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/src/main/java/org/apache/felix/ipojo/junit4osgi/equinox/JunitEquinox.java Sun Apr  5 16:26:00 2009
@@ -0,0 +1,144 @@
+/* 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.felix.ipojo.junit4osgi.equinox;
+
+import java.util.ArrayList;
+import java.util.List;
+import java.util.ListIterator;
+
+import junit.framework.TestCase;
+import junit.framework.TestFailure;
+import junit.framework.TestResult;
+import junit.framework.TestSuite;
+
+import org.apache.felix.ipojo.junit4osgi.OSGiJunitRunner;
+import org.eclipse.osgi.framework.console.CommandInterpreter;
+import org.eclipse.osgi.framework.console.CommandProvider;
+
+/**
+ * Implementation of the junit command for Eclipse Equinox.
+ * @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
+ */
+public class JunitEquinox implements CommandProvider {
+
+    /**
+     * OSGi Junit Runner service.
+     */
+    private OSGiJunitRunner m_runner;
+
+    /**
+     * Gets the Test names.
+     * @param list the list of test
+     * @return the list of test names.
+     */
+    private List getNamesFromTests(List list) {
+        List names = new ArrayList(list.size());
+        for (int i = 0; i < list.size(); i++) {
+            if (list.get(i) instanceof TestCase) {
+                names.add(((TestCase) list.get(i)).getName());
+            }
+            if (list.get(i) instanceof TestSuite) {
+                String name = ((TestSuite) list.get(i)).getName();
+                if (name == null) {
+                    name = ((TestSuite) list.get(i)).toString();
+                }
+                names.add(name);
+            }
+        }
+        return names;
+    }
+    
+    /**
+     * Gets the command name.
+     * @return "junit"
+     * @see org.apache.felix.shell.Command#getName()
+     */
+    public String getName() {
+        return "junit";
+    }
+
+    /**
+     * Gets a small description of the command.
+     * @return "launch junit tests"
+     * @see org.apache.felix.shell.Command#getShortDescription()
+     */
+    public String getShortDescription() {
+        return "launch junit tests";
+    }
+
+    /**
+     * Gets command usage.
+     * @return the command usage.
+     * @see org.apache.felix.shell.Command#getUsage()
+     */
+    public String getUsage() {
+        return "junit <bundleid> | junit all";
+    }
+    
+    /**
+     * Provides the junit command.
+     * @param intp : interpreter.
+     */
+    public void _junit(CommandInterpreter intp ) {
+        
+        String arg = intp.nextArgument();
+        List tr = null;
+
+        if (arg.equals("all")) {
+            if (m_runner.getTests() == null) {
+                intp.println("No tests to execute");
+                return;
+            } else {
+                intp.println("Executing " + getNamesFromTests(m_runner.getTests()));
+                tr = m_runner.run();
+            }
+        } else {
+            try {
+                Long bundleId = new Long(arg);
+                if (m_runner.getTests(bundleId.longValue()) == null) {
+                    intp.println("No tests to execute");
+                    return;
+                } else {
+                    intp.println("Executing " + getNamesFromTests(m_runner.getTests(bundleId.longValue())));
+                    tr = m_runner.run(bundleId.longValue());
+                }
+            } catch (NumberFormatException e) {
+                intp.println("Unable to parse id " + arg);
+                return;
+            }
+        }
+
+        ListIterator it = tr.listIterator();
+        while (it.hasNext()) {
+            TestResult result = (TestResult) it.next();
+            if (result.failureCount() != 0) {
+                TestFailure fail = (TestFailure) result.failures().nextElement();
+                intp.println(fail.trace());
+                return;
+            }
+        }
+        
+        intp.println(getHelp());
+    }
+
+    public String getHelp() {
+        return getUsage();
+    }
+
+}

Added: felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/src/main/resources/metadata.xml
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/src/main/resources/metadata.xml?rev=762114&view=auto
==============================================================================
--- felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/src/main/resources/metadata.xml (added)
+++ felix/sandbox/clement/ipojo-utils/junit4osgi-equinox/src/main/resources/metadata.xml Sun Apr  5 16:26:00 2009
@@ -0,0 +1,28 @@
+<!--
+	Licensed to the Apache Software Foundation (ASF) under one
+	or more contributor license agreements.  See the NOTICE file
+	distributed with this work for additional information
+	regarding copyright ownership.  The ASF licenses this file
+	to you under the Apache License, Version 2.0 (the
+	"License"); you may not use this file except in compliance
+	with the License.  You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
+	Unless required by applicable law or agreed to in writing,
+	software distributed under the License is distributed on an
+	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	KIND, either express or implied.  See the License for the
+	specific language governing permissions and limitations
+	under the License.
+-->
+<iPOJO>
+	<component
+		className="org.apache.felix.ipojo.junit4osgi.equinox.JunitEquinox"
+		factory="false">
+		<requires field="m_runner" />
+		<provides />
+	</component>
+	<instance
+		component="org.apache.felix.ipojo.junit4osgi.equinox.JunitEquinox" />
+</iPOJO>
\ No newline at end of file