You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by tc...@apache.org on 2006/05/04 16:36:07 UTC

svn commit: r399712 - in /jakarta/commons/sandbox/jci/trunk: ./ compilers/eclipse/ compilers/groovy/ compilers/janino/ core/ core/src/site/ core/src/site/xdocs/ examples/ src/ src/site/ src/site/resources/ src/site/xdoc/ tests/

Author: tcurdt
Date: Thu May  4 07:36:03 2006
New Revision: 399712

URL: http://svn.apache.org/viewcvs?rev=399712&view=rev
Log:
slowing working towards a m2 multi-project site ...grr

Added:
    jakarta/commons/sandbox/jci/trunk/src/
    jakarta/commons/sandbox/jci/trunk/src/site/
    jakarta/commons/sandbox/jci/trunk/src/site/resources/
    jakarta/commons/sandbox/jci/trunk/src/site/resources/jci-logo-white.png   (with props)
    jakarta/commons/sandbox/jci/trunk/src/site/site.xml   (with props)
    jakarta/commons/sandbox/jci/trunk/src/site/xdoc/
    jakarta/commons/sandbox/jci/trunk/src/site/xdoc/about.xml   (with props)
    jakarta/commons/sandbox/jci/trunk/src/site/xdoc/downloads.xml   (with props)
Removed:
    jakarta/commons/sandbox/jci/trunk/core/src/site/xdocs/
Modified:
    jakarta/commons/sandbox/jci/trunk/compilers/eclipse/pom.xml
    jakarta/commons/sandbox/jci/trunk/compilers/groovy/pom.xml
    jakarta/commons/sandbox/jci/trunk/compilers/janino/pom.xml
    jakarta/commons/sandbox/jci/trunk/core/pom.xml
    jakarta/commons/sandbox/jci/trunk/core/src/site/site.xml
    jakarta/commons/sandbox/jci/trunk/examples/pom.xml
    jakarta/commons/sandbox/jci/trunk/pom.xml
    jakarta/commons/sandbox/jci/trunk/tests/pom.xml

Modified: jakarta/commons/sandbox/jci/trunk/compilers/eclipse/pom.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/jci/trunk/compilers/eclipse/pom.xml?rev=399712&r1=399711&r2=399712&view=diff
==============================================================================
--- jakarta/commons/sandbox/jci/trunk/compilers/eclipse/pom.xml (original)
+++ jakarta/commons/sandbox/jci/trunk/compilers/eclipse/pom.xml Thu May  4 07:36:03 2006
@@ -17,23 +17,8 @@
   <artifactId>commons-jci-eclipse</artifactId>
   <version>3.2.0.658</version>
 
-  <name>Jakarta Commons JCI Compiler - Eclipse</name>
-<!--
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <archive>
-            <manifestEntries>
-              <org.apache.commons.jci.compilers.JavaCompiler>org.apache.commons.jci.compilers.EclipseJavaCompiler</org.apache.commons.jci.compilers.JavaCompiler>
-            </manifestEntries>
-          </archive>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
--->
+  <name>Compiler Eclipse</name>
+
   <dependencies>
 
     <dependency>

Modified: jakarta/commons/sandbox/jci/trunk/compilers/groovy/pom.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/jci/trunk/compilers/groovy/pom.xml?rev=399712&r1=399711&r2=399712&view=diff
==============================================================================
--- jakarta/commons/sandbox/jci/trunk/compilers/groovy/pom.xml (original)
+++ jakarta/commons/sandbox/jci/trunk/compilers/groovy/pom.xml Thu May  4 07:36:03 2006
@@ -17,7 +17,7 @@
   <artifactId>commons-jci-groovy</artifactId>
   <version>1.0-jsr-03</version>
 
-  <name>Jakarta Commons JCI Compiler - Groovy</name>
+  <name>Compiler Groovy</name>
 
   <dependencies>
 

Modified: jakarta/commons/sandbox/jci/trunk/compilers/janino/pom.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/jci/trunk/compilers/janino/pom.xml?rev=399712&r1=399711&r2=399712&view=diff
==============================================================================
--- jakarta/commons/sandbox/jci/trunk/compilers/janino/pom.xml (original)
+++ jakarta/commons/sandbox/jci/trunk/compilers/janino/pom.xml Thu May  4 07:36:03 2006
@@ -17,7 +17,7 @@
   <artifactId>commons-jci-janino</artifactId>
   <version>2.4.1</version>
 
-  <name>Jakarta Commons JCI Compiler - Janino</name>
+  <name>Compiler Janino</name>
 
   <dependencies>
 

Modified: jakarta/commons/sandbox/jci/trunk/core/pom.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/jci/trunk/core/pom.xml?rev=399712&r1=399711&r2=399712&view=diff
==============================================================================
--- jakarta/commons/sandbox/jci/trunk/core/pom.xml (original)
+++ jakarta/commons/sandbox/jci/trunk/core/pom.xml Thu May  4 07:36:03 2006
@@ -17,9 +17,7 @@
   <artifactId>commons-jci-core</artifactId>
   <version>1.0-SNAPSHOT</version>
 
-  <name>Jakarta Commons JCI Core</name>
-
-
+  <name>Core</name>
 
   <reporting>
     <plugins>
@@ -37,22 +35,6 @@
       </plugin>
       <plugin>
        <artifactId>maven-pmd-plugin</artifactId>
-      </plugin>
-
-      <plugin>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>project-team</report>
-              <report>mailing-list</report>
-              <report>dependencies</report>
-              <report>issue-tracking</report>
-              <report>license</report>
-              <report>scm</report>
-            </reports>
-          </reportSet>
-        </reportSets>
       </plugin>
 
     </plugins>

Modified: jakarta/commons/sandbox/jci/trunk/core/src/site/site.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/jci/trunk/core/src/site/site.xml?rev=399712&r1=399711&r2=399712&view=diff
==============================================================================
--- jakarta/commons/sandbox/jci/trunk/core/src/site/site.xml (original)
+++ jakarta/commons/sandbox/jci/trunk/core/src/site/site.xml Thu May  4 07:36:03 2006
@@ -2,26 +2,36 @@
 <project name="Jakarta Commons JCI">
 
   <bannerLeft>
-    <name>Jakarta Commons JCI</name>
+    <name>Jakarta Commons JCI ROOT</name>
     <src>http://jakarta.apache.org/images/jakarta-logo.gif</src>
     <href>http://maven.apache.org/</href>
   </bannerLeft>
 
   <bannerRight>
-    <src>images/jci-logo-white.png</src>
+    <src>jci-logo-white.png</src>
   </bannerRight>
 
+  <publishDate format="dd MMM yyyy" />
+
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-stylus-skin</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </skin>
+
   <body>
 
+<!--
+    <breadcrumbs> 
+      <item name="Library Homepage" href="http://www.library.jhu.edu"/> 
+    </breadcrumbs>
+-->
     <links>
+      <item name="Apache" href="http://www.apache.org/" />
       <item name="Jakarta Commons" href="http://jakarta.apache.org/commons/" />
     </links>
 
-    <menu name="Jakarta Commons JCI">
-      <item name="Home" href="index.html" />
-    </menu>
-
-    ${modules}
+    ${parentProject}
     ${reports}
 
   </body>

Modified: jakarta/commons/sandbox/jci/trunk/examples/pom.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/jci/trunk/examples/pom.xml?rev=399712&r1=399711&r2=399712&view=diff
==============================================================================
--- jakarta/commons/sandbox/jci/trunk/examples/pom.xml (original)
+++ jakarta/commons/sandbox/jci/trunk/examples/pom.xml Thu May  4 07:36:03 2006
@@ -8,7 +8,7 @@
   <artifactId>commons-jci-examples</artifactId>
   <version>1.0-SNAPSHOT</version>
   <packaging>jar</packaging>
-  <name>Jakarta Commons JCI Examples</name>
+  <name>Examples</name>
 
   <dependencies>
 

Modified: jakarta/commons/sandbox/jci/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/jci/trunk/pom.xml?rev=399712&r1=399711&r2=399712&view=diff
==============================================================================
--- jakarta/commons/sandbox/jci/trunk/pom.xml (original)
+++ jakarta/commons/sandbox/jci/trunk/pom.xml Thu May  4 07:36:03 2006
@@ -34,13 +34,14 @@
     <module>examples</module>
   </modules>
 
-<!--
   <repositories>
     <repository>
       <id>apache-snapshots</id>
       <name>Apache Maven2 Repository</name>
       <url>http://cvs.apache.org/maven-snapshot-repository</url>
     </repository>
+  </repositories>
+<!--
     <repository>
       <id>apache-maven1</id>
       <name>Apache CVS Repository</name>
@@ -53,7 +54,6 @@
       <url>http://snapshots.maven.codehaus.org/maven2</url>
     </repository>
   </repositories>
--->
 
   <pluginRepositories>
     <pluginRepository>
@@ -61,6 +61,7 @@
       <url>http://snapshots.maven.codehaus.org/maven2</url>
     </pluginRepository>
   </pluginRepositories>
+-->
 
   <organization>
     <name>The Apache Software Foundation</name>
@@ -140,6 +141,14 @@
     <sourceDirectory>src/java</sourceDirectory>
     <testSourceDirectory>src/test</testSourceDirectory>
 
+    <plugins>
+      <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+        <groupId>org.apache.maven.plugins</groupId>
+        <version>2.0-SNAPSHOT</version>
+      </plugin>
+    </plugins>
+
     <extensions>
       <extension>
         <groupId>org.apache.maven.wagon</groupId>
@@ -149,4 +158,25 @@
     </extensions>
   </build>
 
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>project-team</report>
+              <report>mailing-list</report>
+<!--
+              <report>dependencies</report>
+-->
+              <report>issue-tracking</report>
+              <report>license</report>
+              <report>scm</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+    </plugins>
+  </reporting>
 </project>

Added: jakarta/commons/sandbox/jci/trunk/src/site/resources/jci-logo-white.png
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/jci/trunk/src/site/resources/jci-logo-white.png?rev=399712&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jakarta/commons/sandbox/jci/trunk/src/site/resources/jci-logo-white.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: jakarta/commons/sandbox/jci/trunk/src/site/site.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/jci/trunk/src/site/site.xml?rev=399712&view=auto
==============================================================================
--- jakarta/commons/sandbox/jci/trunk/src/site/site.xml (added)
+++ jakarta/commons/sandbox/jci/trunk/src/site/site.xml Thu May  4 07:36:03 2006
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project name="Jakarta Commons JCI">
+
+  <bannerLeft>
+    <name>Jakarta Commons JCI ROOT</name>
+    <src>http://jakarta.apache.org/images/jakarta-logo.gif</src>
+    <href>http://maven.apache.org/</href>
+  </bannerLeft>
+
+  <bannerRight>
+    <src>jci-logo-white.png</src>
+  </bannerRight>
+
+  <publishDate format="dd MMM yyyy" />
+
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-stylus-skin</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </skin>
+
+  <body>
+
+<!--
+    <breadcrumbs> 
+      <item name="Library Homepage" href="http://www.library.jhu.edu"/> 
+    </breadcrumbs>
+-->
+
+    <links>
+      <item name="Apache" href="http://www.apache.org/" />
+      <item name="Jakarta Commons" href="http://jakarta.apache.org/commons/" />
+    </links>
+
+    <menu name="Jakarta Commons JCI">
+      <item name="About" href="about.html"/> 
+      <item name="Downloads" href="downloads.html"/> 
+    </menu>
+
+<!--
+    <menu ref="modules"/>
+-->
+
+    ${modules}
+
+    ${reports}
+
+  </body>
+</project>

Propchange: jakarta/commons/sandbox/jci/trunk/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/commons/sandbox/jci/trunk/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Added: jakarta/commons/sandbox/jci/trunk/src/site/xdoc/about.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/jci/trunk/src/site/xdoc/about.xml?rev=399712&view=auto
==============================================================================
--- jakarta/commons/sandbox/jci/trunk/src/site/xdoc/about.xml (added)
+++ jakarta/commons/sandbox/jci/trunk/src/site/xdoc/about.xml Thu May  4 07:36:03 2006
@@ -0,0 +1,39 @@
+<?xml version="1.0"?>
+
+<document>
+
+ <properties>
+  <title>About</title>
+  <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
+ </properties>
+
+ <body>
+
+<section name="The JCI Component">
+
+<p>JCI is a java compiler interface featuring a compiling classloader.</p>
+
+<p>The current implementation supports compilation via the following compilers:</p>
+
+<ul>
+  <li>eclipse</li>
+  <li>janino</li>
+  <li>groovy</li>
+</ul>
+
+</section>
+
+<section name="Releases">
+    <p>
+       See the <a href="downloads.html">downloads</a> page for information on obtaining releases.
+    </p>
+</section>
+
+<section name="Documentation">
+  <p>
+     The <a href="apidocs/index.html">JavaDoc API documents</a> are available online.
+  </p>
+</section>
+
+</body>
+</document>

Propchange: jakarta/commons/sandbox/jci/trunk/src/site/xdoc/about.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/commons/sandbox/jci/trunk/src/site/xdoc/about.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Added: jakarta/commons/sandbox/jci/trunk/src/site/xdoc/downloads.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/jci/trunk/src/site/xdoc/downloads.xml?rev=399712&view=auto
==============================================================================
--- jakarta/commons/sandbox/jci/trunk/src/site/xdoc/downloads.xml (added)
+++ jakarta/commons/sandbox/jci/trunk/src/site/xdoc/downloads.xml Thu May  4 07:36:03 2006
@@ -0,0 +1,60 @@
+<?xml version="1.0"?>
+<document>
+   <properties>
+      <title>Downloads</title>
+      <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
+   </properties>
+
+   <body>
+      <section name="Releases">
+         <p>There are no releases available.</p>
+
+<!--
+         <p>The following releases are available:</p>
+         <ul>
+           <li>Version 1.1 - 20 October 2003</li>
+           <li>Version 1.0 - 12 August 2002</li>
+         </ul>
+         <br/>
+         <p>
+            The latest binary release is always available on the 
+            <a href="http://jakarta.apache.org/site/binindex.cgi#commons-jci">
+            Jakarta Binary Downloads page</a>,
+            its source is available from 
+            <a href="http://jakarta.apache.org/site/sourceindex.cgi#commons-jci">
+            Jakarta Source Downloads page</a>.
+         </p>
+         <p>
+            Older releases are retained by the Apache Software Foundation but are 
+            moved into a
+            <a href="http://archive.apache.org/dist/jakarta/commons/jci/">
+            special archive area</a>.
+         </p>
+         <p>
+           <a href="http://cvs.apache.org/builds/jakarta-commons/nightly/commons-jci/">
+           Nightly source and binary drops</a> are available.
+         </p>
+-->
+         <p>
+            Access to the source tree to see the latest and greatest code is possible
+            through <a href="cvs-usage.html">anonymous SVN access</a>.
+         </p>
+      </section>
+
+<!--
+      <section name="Release Candidate">
+         <p>
+            Release candidates for the upcoming 1.1 release can be downloaded 
+            <a href="http://cvs.apache.org/~dirkv/builds/">here</a>.
+         </p>
+         <p>
+            Please review and report any problem on the 
+            <a href="mail-lists.html">mailing list</a>.
+         </p>
+         <p>
+            Final release target is 20 October 2003. 
+         </p>
+      </section>
+-->
+   </body>
+</document>

Propchange: jakarta/commons/sandbox/jci/trunk/src/site/xdoc/downloads.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/commons/sandbox/jci/trunk/src/site/xdoc/downloads.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: jakarta/commons/sandbox/jci/trunk/tests/pom.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/jci/trunk/tests/pom.xml?rev=399712&r1=399711&r2=399712&view=diff
==============================================================================
--- jakarta/commons/sandbox/jci/trunk/tests/pom.xml (original)
+++ jakarta/commons/sandbox/jci/trunk/tests/pom.xml Thu May  4 07:36:03 2006
@@ -17,8 +17,7 @@
   <artifactId>commons-jci-tests</artifactId>
   <version>1.0-SNAPSHOT</version>
 
-  <name>Jakarta Commons JCI Tests</name>
-
+  <name>Tests</name>
 
   <build>
     <plugins>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org