You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by js...@apache.org on 2006/05/16 18:48:56 UTC

svn commit: r406986 [2/2] - /geronimo/xbean/site/

Modified: geronimo/xbean/site/xbean-ant-task.html
URL: http://svn.apache.org/viewcvs/geronimo/xbean/site/xbean-ant-task.html?rev=406986&r1=406985&r2=406986&view=diff
==============================================================================
--- geronimo/xbean/site/xbean-ant-task.html (original)
+++ geronimo/xbean/site/xbean-ant-task.html Tue May 16 09:48:50 2006
@@ -32,7 +32,7 @@
         <TR>
           <TD align="left" valign="middle" nowrap="">
             <DIV id="site-breadcrumbs">
-<A href="home.html" title="XBean">XBean</A>&nbsp;&gt;&nbsp;<A href="home.html" title="Home">Home</A>&nbsp;&gt;&nbsp;<A href="navigation.html" title="Navigation">Navigation</A>&nbsp;&gt;&nbsp;<A href="" title="XBean Ant Task">XBean Ant Task</A>
+<A href="home.html" title="XBean">XBean</A>&nbsp;&gt;&nbsp;<A href="home.html" title="Home">Home</A>&nbsp;&gt;&nbsp;<A href="" title="XBean Ant Task">XBean Ant Task</A>
             </DIV>
           </TD>
           <TD align="right" valign="middle" nowrap="">
@@ -103,7 +103,7 @@
 	<LI><SPAN class="nobr"><A href="http://docs.codehaus.org/pages/listpages.action?key=XB" title="Visit page outside Confluence" rel="nofollow">Wiki<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
 	<LI><A href="lists.html" title="Lists">Mailing Lists</A></LI>
 	<LI><A href="contributor.html" title="Contributor">Who We Are</A></LI>
-	<LI><SPAN class="nobr"><A href="http://goopen.org/confluence/pages/createpage.action?spaceKey=XB&title=Contributing&linkCreation=true&fromPageId=4782" title="Create Page: Contributing" class="createlink">Contributing<SUP><IMG class="rendericon" src="http://goopen.org/confluence/images/icons/plus.gif" height="7" width="7" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
+	<LI><A href="contributing.html" title="Contributing">Contributing</A></LI>
 </UL>
 
 
@@ -144,28 +144,7 @@
 
 <P>Here&apos;s an example of the use of the task in a maven build.</P>
 
-<DIV class="code"><DIV class="codeContent">
-<PRE class="code-xml"><SPAN class="code-tag">&lt;goal name=<SPAN class="code-quote">&quot;xbean:generate&quot;</SPAN> description=<SPAN class="code-quote">&quot;Generates the XBean XSD, documentation and META-INF/services files.&quot;</SPAN>&gt;</SPAN>
-  <SPAN class="code-tag">&lt;ant:mkdir dir=<SPAN class="code-quote">&quot;${basedir}/target/generated&quot;</SPAN>/&gt;</SPAN>
 
-  <SPAN class="code-tag">&lt;path id=<SPAN class="code-quote">&quot;test.classpath&quot;</SPAN>&gt;</SPAN>
-    <SPAN class="code-tag">&lt;pathelement path=<SPAN class="code-quote">&quot;${maven.build.dest}&quot;</SPAN> /&gt;</SPAN>
-    <SPAN class="code-tag">&lt;pathelement path=<SPAN class="code-quote">&quot;${basedir}/target/classes&quot;</SPAN> /&gt;</SPAN>
-    <SPAN class="code-tag">&lt;pathelement path=<SPAN class="code-quote">&quot;${basedir}/target/test-classes&quot;</SPAN> /&gt;</SPAN>
-    <SPAN class="code-tag">&lt;path refid=<SPAN class="code-quote">&quot;maven.dependency.classpath&quot;</SPAN> /&gt;</SPAN>
-  <SPAN class="code-tag">&lt;/path&gt;</SPAN>
-
-  <SPAN class="code-tag">&lt;taskdef name=<SPAN class="code-quote">&quot;xsdGenerate&quot;</SPAN> classname=<SPAN class="code-quote">&quot;org.xbean.spring.generator.MappingGeneratorTask&quot;</SPAN>&gt;</SPAN>
-    <SPAN class="code-tag">&lt;classpath refid=<SPAN class="code-quote">&quot;test.classpath&quot;</SPAN> /&gt;</SPAN>
-  <SPAN class="code-tag">&lt;/taskdef&gt;</SPAN>
-  <SPAN class="code-tag">&lt;ant:mkdir dir=<SPAN class="code-quote">&quot;${basedir}/target/generated&quot;</SPAN>/&gt;</SPAN>
-  &lt;xsdGenerate destFile=<SPAN class="code-quote">&quot;${basedir}/target/activemq-${pom.currentVersion}.xsd&quot;</SPAN> namespace=<SPAN class="code-quote">&quot;http://activemq.org/config/1.0&quot;</SPAN>
-      classpathref=<SPAN class="code-quote">&quot;test.classpath&quot;</SPAN> srcdir=<SPAN class="code-quote">&quot;${basedir}/src/main/java&quot;</SPAN>  metaInfDir=<SPAN class="code-quote">&quot;${basedir}/target/generated/&quot;</SPAN>/&gt;
-      
-  <SPAN class="code-tag">&lt;copy file=<SPAN class="code-quote">&quot;${basedir}/target/activemq-${pom.currentVersion}.xsd&quot;</SPAN> todir=<SPAN class="code-quote">&quot;${basedir}/../xdocs&quot;</SPAN>/&gt;</SPAN>    
-  <SPAN class="code-tag">&lt;copy file=<SPAN class="code-quote">&quot;${basedir}/target/activemq-${pom.currentVersion}.xsd.html&quot;</SPAN> todir=<SPAN class="code-quote">&quot;${basedir}/../xdocs&quot;</SPAN>/&gt;</SPAN> 
-<SPAN class="code-tag">&lt;/goal&gt;</SPAN></PRE>
-</DIV></DIV>
 
 <P>In particular here are the Ant properties of interest.</P>
 
@@ -240,8 +219,8 @@
     </DIV>
     <DIV id="site-footer">
           Added by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan">James Strachan</A>,
-    last edited by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan">James Strachan</A> on Oct 12, 2005
-                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=4776&originalId=4874">view change</A>)
+    last edited by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan">James Strachan</A> on May 16, 2006
+                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=4776&originalId=5839">view change</A>)
               
       (<A href="http://goopen.org/confluence/pages/editpage.action?pageId=4776">edit page</A>)
     </DIV>