You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ch...@apache.org on 2013/07/30 08:53:12 UTC

svn commit: r1508319 - in /felix/site/trunk/content: documentation/subprojects/apache-felix-script-console-plugin.mdtext downloads.list news.mdtext

Author: chetanm
Date: Tue Jul 30 06:53:12 2013
New Revision: 1508319

URL: http://svn.apache.org/r1508319
Log:
Script Console Plugin 1.0.0 release

Modified:
    felix/site/trunk/content/documentation/subprojects/apache-felix-script-console-plugin.mdtext
    felix/site/trunk/content/downloads.list
    felix/site/trunk/content/news.mdtext

Modified: felix/site/trunk/content/documentation/subprojects/apache-felix-script-console-plugin.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-script-console-plugin.mdtext?rev=1508319&r1=1508318&r2=1508319&view=diff
==============================================================================
--- felix/site/trunk/content/documentation/subprojects/apache-felix-script-console-plugin.mdtext (original)
+++ felix/site/trunk/content/documentation/subprojects/apache-felix-script-console-plugin.mdtext Tue Jul 30 06:53:12 2013
@@ -6,10 +6,6 @@ img {
 }
 </style>
 
-<div class="note">
-Work in progress as part of FELIX-4122
-</div>
-
 Script Console is a Felix web console plugin which allows evaluation of scripts within the OSGi container. It provides following
 features
 
@@ -19,13 +15,29 @@ features
 * Execute remote testcase via evaluating test scripts
 
 ### Installation
-Untill the bundle is released you would need to build it and deploy. Otherwise download and install the [staged][1] build 
+To make use of this plugin you need to
+
+#### A - Install the Script Console Plugin bundle
+
+Refer to [downloads](http://felix.apache.org/downloads.cgi) for getting the bundle.
+
+For Maven use following coordinates
+
+    :::xml
+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.webconsole.plugins.scriptconsole</artifactId>
+      <version>1.0.0</version>
+    </dependency>
+
+For latest build follow steps below
 
     $svn co https://svn.apache.org/repos/asf/felix/trunk/webconsole-plugins/script-console/
     $cd script-console
     $mvn clean install
     $mvn org.apache.sling:maven-sling-plugin:2.1.0:install -Dsling.url=http://localhost:8080/system/console
 
+#### B- Install the language specific bundle
 Install bundles for the Script Language you want to use
 
 * [Groovy](http://repo1.maven.org/maven2/org/codehaus/groovy/groovy-all/2.1.6/groovy-all-2.1.6.jar)

Modified: felix/site/trunk/content/downloads.list
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/downloads.list?rev=1508319&r1=1508318&r2=1508319&view=diff
==============================================================================
--- felix/site/trunk/content/downloads.list (original)
+++ felix/site/trunk/content/downloads.list Tue Jul 30 06:53:12 2013
@@ -87,6 +87,7 @@ SCR (Declarative Services)|org.apache.fe
 SCR Annotations|org.apache.felix.scr.annotations|1.9.4|project
 SCR DS Annotations|org.apache.felix.scr.ds-annotations|1.2.2|project
 SCR Generator|org.apache.felix.scr.generator|1.7.0|project
+Script Console Plugin|org.apache.felix.webconsole.plugins.scriptconsole|1.0.0|project
 Shell|org.apache.felix.shell|1.4.3|project||doc/changelog.txt
 Shell Text UI|org.apache.felix.shell.tui|1.4.1|project||doc/changelog.txt
 UPnP Base Driver (JDK 1.4+)|org.apache.felix.upnp.basedriver|0.8.0|project||-

Modified: felix/site/trunk/content/news.mdtext
URL: http://svn.apache.org/viewvc/felix/site/trunk/content/news.mdtext?rev=1508319&r1=1508318&r2=1508319&view=diff
==============================================================================
--- felix/site/trunk/content/news.mdtext (original)
+++ felix/site/trunk/content/news.mdtext Tue Jul 30 06:53:12 2013
@@ -1,6 +1,8 @@
 translation_pending: true
 Title: News
 
+* The <a href="http://felix.apache.org/documentation/subprojects/apache-felix-script-console-plugin.html">Apache Felix Script Console Plugin</a> (1.0.0) is now avialable in the <a href="http://felix.apache.org/downloads.cgi">downloads</a>
+  section and from the Maven repository. (July 30,2013)
 * The Apache Felix iPOJO Manipulator (1.10.1) and Runtime (1.10.1) are now available in the <a href="http://felix.apache.org/downloads.cgi">downloads</a> section and from the Maven repository. (June 29, 2013)
 * The Apache Felix Maven Bundle Plugin 2.4.0 is now available from the <a href="http://felix.apache.org/site/downloads.cgi">downloads</a> section and from the Maven repository. (June 12, 2013)
 * The Apache Felix SCR Generator 1.7.0, Maven SCR Plugin 1.13.0, SCR Ant Task 1.7.0 ,and SCR Annotations 1.9.4 releases are now available from the <a href="http://felix.apache.org/site/downloads.cgi">downloads</a> section and from the Maven repository. (June 06, 2013)