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/05 20:43:41 UTC

svn commit: r400137 - in /jakarta/commons/sandbox/jci/trunk: core/pom.xml pom.xml src/site/site.xml src/site/xdoc/about.xml src/site/xdoc/index.xml tests/pom.xml

Author: tcurdt
Date: Fri May  5 11:43:38 2006
New Revision: 400137

URL: http://svn.apache.org/viewcvs?rev=400137&view=rev
Log:
some more work on the site, combined javadocs e.g.

Added:
    jakarta/commons/sandbox/jci/trunk/src/site/xdoc/index.xml   (with props)
Removed:
    jakarta/commons/sandbox/jci/trunk/src/site/xdoc/about.xml
Modified:
    jakarta/commons/sandbox/jci/trunk/core/pom.xml
    jakarta/commons/sandbox/jci/trunk/pom.xml
    jakarta/commons/sandbox/jci/trunk/src/site/site.xml
    jakarta/commons/sandbox/jci/trunk/tests/pom.xml

Modified: jakarta/commons/sandbox/jci/trunk/core/pom.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/jci/trunk/core/pom.xml?rev=400137&r1=400136&r2=400137&view=diff
==============================================================================
--- jakarta/commons/sandbox/jci/trunk/core/pom.xml (original)
+++ jakarta/commons/sandbox/jci/trunk/core/pom.xml Fri May  5 11:43:38 2006
@@ -21,22 +21,6 @@
 
   <reporting>
     <plugins>
-
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>jxr-maven-plugin</artifactId>
-      </plugin>
-
-      <plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <artifactId>maven-surefire-report-plugin</artifactId>
-      </plugin>
-      <plugin>
-       <artifactId>maven-pmd-plugin</artifactId>
-      </plugin>
-
     </plugins>
   </reporting>
 

Modified: jakarta/commons/sandbox/jci/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/jci/trunk/pom.xml?rev=400137&r1=400136&r2=400137&view=diff
==============================================================================
--- jakarta/commons/sandbox/jci/trunk/pom.xml (original)
+++ jakarta/commons/sandbox/jci/trunk/pom.xml Fri May  5 11:43:38 2006
@@ -40,6 +40,11 @@
       <name>Apache Maven2 Repository</name>
       <url>http://cvs.apache.org/maven-snapshot-repository</url>
     </repository>
+    <repository>
+      <id>codehaus-snapshot</id>
+      <name>Maven snapshot Repository</name>
+      <url>http://snapshots.maven.codehaus.org/maven2</url>
+    </repository>
   </repositories>
 <!--
     <repository>
@@ -48,11 +53,6 @@
       <url>http://cvs.apache.org/repository</url>
       <layout>legacy</layout>
     </repository>
-    <repository>
-      <id>codehaus-snapshot</id>
-      <name>Maven snapshot Repository</name>
-      <url>http://snapshots.maven.codehaus.org/maven2</url>
-    </repository>
   </repositories>
 
   <pluginRepositories>
@@ -160,6 +160,37 @@
 
   <reporting>
     <plugins>
+
+<!--
+      <plugin> 
+        <groupId>org.codehaus.mojo</groupId> 
+        <artifactId>taglist-maven-plugin</artifactId> 
+        <configuration> 
+          <tags>TODO, @todo, FIXME, @deprecated</tags>
+        </configuration> 
+      </plugin> 
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jxr-maven-plugin</artifactId>
+      </plugin>
+
+      <plugin>
+       <artifactId>maven-pmd-plugin</artifactId>
+      </plugin>
+
+      <plugin>     
+        <artifactId>maven-surefire-report-plugin</artifactId>
+      </plugin>
+-->
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.0-SNAPSHOT</version>
+        <configuration>
+          <aggregate>true</aggregate>
+        </configuration>
+      </plugin>
+
       <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
         <reportSets>

Modified: 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=400137&r1=400136&r2=400137&view=diff
==============================================================================
--- jakarta/commons/sandbox/jci/trunk/src/site/site.xml (original)
+++ jakarta/commons/sandbox/jci/trunk/src/site/site.xml Fri May  5 11:43:38 2006
@@ -33,7 +33,7 @@
     </links>
 
     <menu name="Jakarta Commons JCI">
-      <item name="About" href="about.html"/> 
+      <item name="About" href="index.html"/> 
       <item name="Downloads" href="downloads.html"/> 
     </menu>
 

Added: jakarta/commons/sandbox/jci/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/jci/trunk/src/site/xdoc/index.xml?rev=400137&view=auto
==============================================================================
--- jakarta/commons/sandbox/jci/trunk/src/site/xdoc/index.xml (added)
+++ jakarta/commons/sandbox/jci/trunk/src/site/xdoc/index.xml Fri May  5 11:43:38 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/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/commons/sandbox/jci/trunk/src/site/xdoc/index.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=400137&r1=400136&r2=400137&view=diff
==============================================================================
--- jakarta/commons/sandbox/jci/trunk/tests/pom.xml (original)
+++ jakarta/commons/sandbox/jci/trunk/tests/pom.xml Fri May  5 11:43:38 2006
@@ -39,10 +39,11 @@
   <reporting>
     <plugins>
 
+<!--
       <plugin>
         <artifactId>maven-surefire-report-plugin</artifactId>
       </plugin>
-
+-->
     </plugins>
   </reporting>
   
@@ -76,6 +77,7 @@
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>
+      <scope>test</scope>
     </dependency>
 
   </dependencies>



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