Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/reference
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv540

Modified Files:
        .cvsignore maven.xml project.xml 
Log Message:
Added exportSpace function (will be used with Confluence 1.4)

Index: .cvsignore
===================================================================
RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/reference/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** .cvsignore  17 Apr 2004 23:52:01 -0000      1.1
--- .cvsignore  4 May 2005 07:40:33 -0000       1.2
***************
*** 1,3 ****
  maven.log
  velocity.log
! target
\ No newline at end of file
--- 1,4 ----
  maven.log
  velocity.log
! target
! build.properties
\ No newline at end of file

Index: maven.xml
===================================================================
RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/reference/maven.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** maven.xml   16 Jan 2005 19:21:46 -0000      1.12
--- maven.xml   4 May 2005 07:40:33 -0000       1.13
***************
*** 3,7 ****
      <goal name="main" prereqs="generate-docs, upload-docs"/>
  
!     <!-- upload to confluence -->
      <goal name="upload-docs">
          <fail message="Please provide a confluence.username property" 
unless="confluence.username"/>
--- 3,7 ----
      <goal name="main" prereqs="generate-docs, upload-docs"/>
  
!     <!-- upload docs to Confluence -->
      <goal name="upload-docs">
          <fail message="Please provide a confluence.username property" 
unless="confluence.username"/>
***************
*** 10,16 ****
              <classpath>
                  <path refid="maven.dependency.classpath"/>
-                 <pathelement path="lib/groovy-xmlrpc-SNAPSHOT.jar"/>
              </classpath>
              <arg value="${maven.src.dir}/groovy/confluence-rpc.groovy"/>
              <arg value="${confluence.username}"/>
              <arg value="${confluence.password}"/>
--- 10,32 ----
              <classpath>
                  <path refid="maven.dependency.classpath"/>
              </classpath>
              <arg value="${maven.src.dir}/groovy/confluence-rpc.groovy"/>
+             <arg value="upload_docs"/>
+             <arg value="${confluence.username}"/>
+             <arg value="${confluence.password}"/>
+             <arg value="${maven.build.dir}"/>
+         </ant:java>
+     </goal>
+ 
+     <!-- export XDoclet space from Confluence -->
+     <goal name="export-docs">
+         <fail message="Please provide a confluence.username property" 
unless="confluence.username"/>
+         <fail message="Please provide a confluence.password property" 
unless="confluence.password"/>
+         <ant:java classname="groovy.lang.GroovyShell" fork="true">
+             <classpath>
+                 <path refid="maven.dependency.classpath"/>
+             </classpath>
+             <arg value="${maven.src.dir}/groovy/confluence-rpc.groovy"/>
+             <arg value="export_docs"/>
              <arg value="${confluence.username}"/>
              <arg value="${confluence.password}"/>
***************
*** 54,56 ****
--- 70,73 ----
          </j:forEach>
      </goal>
+ 
  </project>

Index: project.xml
===================================================================
RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/reference/project.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** project.xml 28 Apr 2005 11:15:46 -0000      1.5
--- project.xml 4 May 2005 07:40:33 -0000       1.6
***************
*** 23,27 ****
              <groupId>groovy</groupId>
              <artifactId>groovy</artifactId>
!             <version>1.0-beta-5</version>
          </dependency>
  
--- 23,27 ----
              <groupId>groovy</groupId>
              <artifactId>groovy</artifactId>
!             <version>1.0-beta-10</version>
          </dependency>
  
***************
*** 33,44 ****
  
          <dependency>
!             <groupId>asm</groupId>
!             <artifactId>asm</artifactId>
!             <version>1.4.1</version>
          </dependency>
          <dependency>
              <groupId>asm</groupId>
!             <artifactId>asm-util</artifactId>
!             <version>1.4.1</version>
          </dependency>
      </dependencies>
--- 33,45 ----
  
          <dependency>
!             <groupId>commons-cli</groupId>
!             <artifactId>commons-cli</artifactId>
!             <version>1.0</version>
          </dependency>
+ 
          <dependency>
              <groupId>asm</groupId>
!             <artifactId>asm</artifactId>
!             <version>1.5.3</version>
          </dependency>
      </dependencies>



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to