[Yanel-commits] rev 21037 - in public/yanel/trunk/src: build contributions/resources/atom/src/build contributions/resources/atom-entry/src/build contributions/resources/contact-form/src/build contributions/resources/davcollection/src/build contributions/resources/nutch/src/build contributions/resources/wiki/src/build contributions/resources/zip/src/build realms/welcome-admin/yanel/resources/show-realms/src/build realms/welcome-admin/yanel/resources/show-realms/src/java/org/wyona/yanel/impl/resources resources/directory/src/build resources/file/src/build resources/from-scratch-resource-template/src/build resources/invoice/src/build resources/odt/src/build resources/tape/src/build resources/testing-control/src/build resources/testing-control/src/java/org/wyona/yanel/impl/resources resources/websearch/src/build resources/xml/src/build

josias at wyona.com josias at wyona.com
Wed Dec 20 15:16:48 CET 2006


Author: josias
Date: 2006-12-20 15:16:46 +0100 (Wed, 20 Dec 2006)
New Revision: 21037

Modified:
   public/yanel/trunk/src/build/dependencies.xml
   public/yanel/trunk/src/contributions/resources/atom-entry/src/build/dependencies.xml
   public/yanel/trunk/src/contributions/resources/atom/src/build/dependencies.xml
   public/yanel/trunk/src/contributions/resources/contact-form/src/build/dependencies.xml
   public/yanel/trunk/src/contributions/resources/davcollection/src/build/dependencies.xml
   public/yanel/trunk/src/contributions/resources/nutch/src/build/dependencies.xml
   public/yanel/trunk/src/contributions/resources/wiki/src/build/dependencies.xml
   public/yanel/trunk/src/contributions/resources/zip/src/build/dependencies.xml
   public/yanel/trunk/src/realms/welcome-admin/yanel/resources/show-realms/src/build/dependencies.xml
   public/yanel/trunk/src/realms/welcome-admin/yanel/resources/show-realms/src/java/org/wyona/yanel/impl/resources/ShowRealms.java
   public/yanel/trunk/src/resources/directory/src/build/dependencies.xml
   public/yanel/trunk/src/resources/file/src/build/dependencies.xml
   public/yanel/trunk/src/resources/from-scratch-resource-template/src/build/dependencies.xml
   public/yanel/trunk/src/resources/invoice/src/build/dependencies.xml
   public/yanel/trunk/src/resources/odt/src/build/dependencies.xml
   public/yanel/trunk/src/resources/tape/src/build/dependencies.xml
   public/yanel/trunk/src/resources/testing-control/src/build/dependencies.xml
   public/yanel/trunk/src/resources/testing-control/src/java/org/wyona/yanel/impl/resources/TestingControlResource.java
   public/yanel/trunk/src/resources/websearch/src/build/dependencies.xml
   public/yanel/trunk/src/resources/xml/src/build/dependencies.xml
Log:
updated yarep dependency to r21033

Modified: public/yanel/trunk/src/build/dependencies.xml
===================================================================
--- public/yanel/trunk/src/build/dependencies.xml	2006-12-20 14:14:03 UTC (rev 21036)
+++ public/yanel/trunk/src/build/dependencies.xml	2006-12-20 14:16:46 UTC (rev 21037)
@@ -29,7 +29,7 @@
                   version="1.2.8"/>
       <!-- TODO: Add checksum file to server -->
       <dependency groupId="yarep" artifactId="yarep"
-                  version="0.0.1-dev-r20514"/>
+                  version="0.0.1-dev-r21033"/>
       <dependency groupId="wyona-org-commons" artifactId="wyona-org-commons"
                   version="0.0.1-dev-r19469"/>
       <dependency groupId="wyona-org-security" artifactId="wyona-org-security-core"

Modified: public/yanel/trunk/src/contributions/resources/atom/src/build/dependencies.xml
===================================================================
--- public/yanel/trunk/src/contributions/resources/atom/src/build/dependencies.xml	2006-12-20 14:14:03 UTC (rev 21036)
+++ public/yanel/trunk/src/contributions/resources/atom/src/build/dependencies.xml	2006-12-20 14:16:46 UTC (rev 21037)
@@ -15,7 +15,7 @@
       <dependency groupId="wyona-org-yanel" artifactId="yanel-core"
                   version="${yanel.source.version}"/>
       <dependency groupId="yarep" artifactId="yarep"
-                  version="0.0.1-dev-r20514"/>
+                  version="0.0.1-dev-r21033"/>
       <dependency groupId="wyona-org-commons" artifactId="wyona-org-commons"
                   version="0.0.1-dev-r19469"/>
     </artifact:dependencies>

Modified: public/yanel/trunk/src/contributions/resources/atom-entry/src/build/dependencies.xml
===================================================================
--- public/yanel/trunk/src/contributions/resources/atom-entry/src/build/dependencies.xml	2006-12-20 14:14:03 UTC (rev 21036)
+++ public/yanel/trunk/src/contributions/resources/atom-entry/src/build/dependencies.xml	2006-12-20 14:16:46 UTC (rev 21037)
@@ -15,7 +15,7 @@
       <dependency groupId="wyona-org-yanel" artifactId="yanel-core"
                   version="${yanel.source.version}"/>
       <dependency groupId="yarep" artifactId="yarep"
-                  version="0.0.1-dev-r20514"/>
+                  version="0.0.1-dev-r21033"/>
       <dependency groupId="wyona-org-commons" artifactId="wyona-org-commons"
                   version="0.0.1-dev-r19469"/>
       <!-- IMPORT: xerces 2.7.1 is dependent on xml-apis 1.3.02 -->

Modified: public/yanel/trunk/src/contributions/resources/contact-form/src/build/dependencies.xml
===================================================================
--- public/yanel/trunk/src/contributions/resources/contact-form/src/build/dependencies.xml	2006-12-20 14:14:03 UTC (rev 21036)
+++ public/yanel/trunk/src/contributions/resources/contact-form/src/build/dependencies.xml	2006-12-20 14:16:46 UTC (rev 21037)
@@ -13,7 +13,7 @@
       <dependency groupId="log4j" artifactId="log4j" version="1.2.8"/>
       <dependency groupId="wyona-org-yanel" artifactId="yanel-core"
         version="${yanel.source.version}"/>
-      <dependency groupId="yarep" artifactId="yarep" version="0.0.1-dev-r20514"/>
+      <dependency groupId="yarep" artifactId="yarep" version="0.0.1-dev-r21033"/>
       <dependency groupId="wyona-org-commons" artifactId="wyona-org-commons" version="0.0.1-dev-r19469"/>
     </artifact:dependencies>
 

Modified: public/yanel/trunk/src/contributions/resources/davcollection/src/build/dependencies.xml
===================================================================
--- public/yanel/trunk/src/contributions/resources/davcollection/src/build/dependencies.xml	2006-12-20 14:14:03 UTC (rev 21036)
+++ public/yanel/trunk/src/contributions/resources/davcollection/src/build/dependencies.xml	2006-12-20 14:16:46 UTC (rev 21037)
@@ -15,7 +15,7 @@
       <dependency groupId="wyona-org-yanel" artifactId="yanel-core"
                   version="${yanel.source.version}"/>
       <dependency groupId="yarep" artifactId="yarep"
-                  version="0.0.1-dev-r20514"/>
+                  version="0.0.1-dev-r21033"/>
       <dependency groupId="wyona-org-commons" artifactId="wyona-org-commons"
                   version="0.0.1-dev-r19469"/>
     </artifact:dependencies>

Modified: public/yanel/trunk/src/contributions/resources/nutch/src/build/dependencies.xml
===================================================================
--- public/yanel/trunk/src/contributions/resources/nutch/src/build/dependencies.xml	2006-12-20 14:14:03 UTC (rev 21036)
+++ public/yanel/trunk/src/contributions/resources/nutch/src/build/dependencies.xml	2006-12-20 14:16:46 UTC (rev 21037)
@@ -15,7 +15,7 @@
       <dependency groupId="wyona-org-yanel" artifactId="yanel-core"
                   version="${yanel.source.version}"/>
       <dependency groupId="yarep" artifactId="yarep"
-                  version="0.0.1-dev-r20514"/>
+                  version="0.0.1-dev-r21033"/>
       <dependency groupId="wyona-org-commons" artifactId="wyona-org-commons"
                   version="0.0.1-dev-r19469"/>
     </artifact:dependencies>

Modified: public/yanel/trunk/src/contributions/resources/wiki/src/build/dependencies.xml
===================================================================
--- public/yanel/trunk/src/contributions/resources/wiki/src/build/dependencies.xml	2006-12-20 14:14:03 UTC (rev 21036)
+++ public/yanel/trunk/src/contributions/resources/wiki/src/build/dependencies.xml	2006-12-20 14:16:46 UTC (rev 21037)
@@ -18,7 +18,7 @@
       <dependency groupId="wyona-org-commons" artifactId="wyona-org-commons"
                   version="0.0.1-dev-r19469"/>
       <dependency groupId="yarep" artifactId="yarep"
-                  version="0.0.1-dev-r20514"/>
+                  version="0.0.1-dev-r21033"/>
       <dependency groupId="spring" artifactId="spring"
                   version="2.0"/>
     </artifact:dependencies>

Modified: public/yanel/trunk/src/contributions/resources/zip/src/build/dependencies.xml
===================================================================
--- public/yanel/trunk/src/contributions/resources/zip/src/build/dependencies.xml	2006-12-20 14:14:03 UTC (rev 21036)
+++ public/yanel/trunk/src/contributions/resources/zip/src/build/dependencies.xml	2006-12-20 14:16:46 UTC (rev 21037)
@@ -15,7 +15,7 @@
       <dependency groupId="wyona-org-yanel" artifactId="yanel-core"
                   version="${yanel.source.version}"/>
       <dependency groupId="yarep" artifactId="yarep"
-                  version="0.0.1-dev-r20514"/>
+                  version="0.0.1-dev-r21033"/>
       <dependency groupId="wyona-org-commons" artifactId="wyona-org-commons"
                   version="0.0.1-dev-r19469"/>
     </artifact:dependencies>

Modified: public/yanel/trunk/src/realms/welcome-admin/yanel/resources/show-realms/src/build/dependencies.xml
===================================================================
--- public/yanel/trunk/src/realms/welcome-admin/yanel/resources/show-realms/src/build/dependencies.xml	2006-12-20 14:14:03 UTC (rev 21036)
+++ public/yanel/trunk/src/realms/welcome-admin/yanel/resources/show-realms/src/build/dependencies.xml	2006-12-20 14:16:46 UTC (rev 21037)
@@ -13,7 +13,7 @@
       <dependency groupId="log4j" artifactId="log4j" version="1.2.8"/>
       <dependency groupId="wyona-org-yanel" artifactId="yanel-core"
         version="${yanel.source.version}"/>
-      <dependency groupId="yarep" artifactId="yarep" version="0.0.1-dev-r17381"/>
+      <dependency groupId="yarep" artifactId="yarep" version="0.0.1-dev-r21033"/>
       <dependency groupId="wyona-org-commons" artifactId="wyona-org-commons"
         version="0.0.1-dev-r19469"/>
     </artifact:dependencies>

Modified: public/yanel/trunk/src/realms/welcome-admin/yanel/resources/show-realms/src/java/org/wyona/yanel/impl/resources/ShowRealms.java
===================================================================
--- public/yanel/trunk/src/realms/welcome-admin/yanel/resources/show-realms/src/java/org/wyona/yanel/impl/resources/ShowRealms.java	2006-12-20 14:14:03 UTC (rev 21036)
+++ public/yanel/trunk/src/realms/welcome-admin/yanel/resources/show-realms/src/java/org/wyona/yanel/impl/resources/ShowRealms.java	2006-12-20 14:16:46 UTC (rev 21037)
@@ -192,7 +192,7 @@
      * 
      */
     private StreamSource getXSLTStreamSource(Path path, Repository repo)
-            throws NoSuchNodeException {
+            throws Exception {
         Path xsltPath = getXSLTPath(path);
         if (xsltPath != null) {
             return new StreamSource(repo

Modified: public/yanel/trunk/src/resources/directory/src/build/dependencies.xml
===================================================================
--- public/yanel/trunk/src/resources/directory/src/build/dependencies.xml	2006-12-20 14:14:03 UTC (rev 21036)
+++ public/yanel/trunk/src/resources/directory/src/build/dependencies.xml	2006-12-20 14:16:46 UTC (rev 21037)
@@ -15,7 +15,7 @@
       <dependency groupId="wyona-org-yanel" artifactId="yanel-core"
                   version="${yanel.source.version}"/>
       <dependency groupId="yarep" artifactId="yarep"
-                  version="0.0.1-dev-r20514"/>
+                  version="0.0.1-dev-r21033"/>
       <dependency groupId="wyona-org-commons" artifactId="wyona-org-commons"
                   version="0.0.1-dev-r19469"/>
     </artifact:dependencies>

Modified: public/yanel/trunk/src/resources/file/src/build/dependencies.xml
===================================================================
--- public/yanel/trunk/src/resources/file/src/build/dependencies.xml	2006-12-20 14:14:03 UTC (rev 21036)
+++ public/yanel/trunk/src/resources/file/src/build/dependencies.xml	2006-12-20 14:16:46 UTC (rev 21037)
@@ -18,7 +18,7 @@
                   version="0.0.1-dev-r17165"/>
 -->
       <dependency groupId="yarep" artifactId="yarep"
-                  version="0.0.1-dev-r20514"/>
+                  version="0.0.1-dev-r21033"/>
       <dependency groupId="wyona-org-commons" artifactId="wyona-org-commons"
                   version="0.0.1-dev-r19469"/>
     </artifact:dependencies>

Modified: public/yanel/trunk/src/resources/from-scratch-resource-template/src/build/dependencies.xml
===================================================================
--- public/yanel/trunk/src/resources/from-scratch-resource-template/src/build/dependencies.xml	2006-12-20 14:14:03 UTC (rev 21036)
+++ public/yanel/trunk/src/resources/from-scratch-resource-template/src/build/dependencies.xml	2006-12-20 14:16:46 UTC (rev 21037)
@@ -17,7 +17,7 @@
       <dependency groupId="wyona-org-yanel" artifactId="yanel-impl"
                   version="0.0.1-dev-r17165"/>
       <dependency groupId="yarep" artifactId="yarep"
-                  version="0.0.1-dev-r20514"/>
+                  version="0.0.1-dev-r21033"/>
       <dependency groupId="wyona-org-commons" artifactId="wyona-org-commons"
                   version="0.0.1-dev-r19469"/>
     </artifact:dependencies>

Modified: public/yanel/trunk/src/resources/invoice/src/build/dependencies.xml
===================================================================
--- public/yanel/trunk/src/resources/invoice/src/build/dependencies.xml	2006-12-20 14:14:03 UTC (rev 21036)
+++ public/yanel/trunk/src/resources/invoice/src/build/dependencies.xml	2006-12-20 14:16:46 UTC (rev 21037)
@@ -17,7 +17,7 @@
       <dependency groupId="wyona-org-yanel" artifactId="yanel-impl"
                   version="0.0.1-dev-r17165"/>
       <dependency groupId="yarep" artifactId="yarep"
-                  version="0.0.1-dev-r20514"/>
+                  version="0.0.1-dev-r21033"/>
       <dependency groupId="wyona-org-commons" artifactId="wyona-org-commons"
                   version="0.0.1-dev-r19469"/>
     </artifact:dependencies>

Modified: public/yanel/trunk/src/resources/odt/src/build/dependencies.xml
===================================================================
--- public/yanel/trunk/src/resources/odt/src/build/dependencies.xml	2006-12-20 14:14:03 UTC (rev 21036)
+++ public/yanel/trunk/src/resources/odt/src/build/dependencies.xml	2006-12-20 14:16:46 UTC (rev 21037)
@@ -15,7 +15,7 @@
       <dependency groupId="wyona-org-yanel" artifactId="yanel-core"
                   version="${yanel.source.version}"/>
       <dependency groupId="yarep" artifactId="yarep"
-                  version="0.0.1-dev-r20514"/>
+                  version="0.0.1-dev-r21033"/>
       <dependency groupId="wyona-org-commons" artifactId="wyona-org-commons"
                   version="0.0.1-dev-r19469"/>
     </artifact:dependencies>

Modified: public/yanel/trunk/src/resources/tape/src/build/dependencies.xml
===================================================================
--- public/yanel/trunk/src/resources/tape/src/build/dependencies.xml	2006-12-20 14:14:03 UTC (rev 21036)
+++ public/yanel/trunk/src/resources/tape/src/build/dependencies.xml	2006-12-20 14:16:46 UTC (rev 21037)
@@ -17,7 +17,7 @@
       <dependency groupId="wyona-org-yanel" artifactId="yanel-impl"
                   version="0.0.1-dev-r17165"/>
       <dependency groupId="yarep" artifactId="yarep"
-                  version="0.0.1-dev-r20514"/>
+                  version="0.0.1-dev-r21033"/>
       <dependency groupId="wyona-org-commons" artifactId="wyona-org-commons"
                   version="0.0.1-dev-r19469"/>
     </artifact:dependencies>

Modified: public/yanel/trunk/src/resources/testing-control/src/build/dependencies.xml
===================================================================
--- public/yanel/trunk/src/resources/testing-control/src/build/dependencies.xml	2006-12-20 14:14:03 UTC (rev 21036)
+++ public/yanel/trunk/src/resources/testing-control/src/build/dependencies.xml	2006-12-20 14:16:46 UTC (rev 21037)
@@ -13,7 +13,7 @@
       <dependency groupId="log4j" artifactId="log4j" version="1.2.8"/>
       <dependency groupId="wyona-org-yanel" artifactId="yanel-core"
         version="${yanel.source.version}"/>
-      <dependency groupId="yarep" artifactId="yarep" version="0.0.1-dev-r17381"/>
+      <dependency groupId="yarep" artifactId="yarep" version="0.0.1-dev-r21033"/>
       <dependency groupId="wyona-org-commons" artifactId="wyona-org-commons"
         version="0.0.1-dev-r19469"/>
     </artifact:dependencies>

Modified: public/yanel/trunk/src/resources/testing-control/src/java/org/wyona/yanel/impl/resources/TestingControlResource.java
===================================================================
--- public/yanel/trunk/src/resources/testing-control/src/java/org/wyona/yanel/impl/resources/TestingControlResource.java	2006-12-20 14:14:03 UTC (rev 21036)
+++ public/yanel/trunk/src/resources/testing-control/src/java/org/wyona/yanel/impl/resources/TestingControlResource.java	2006-12-20 14:16:46 UTC (rev 21037)
@@ -389,7 +389,7 @@
     /**
      * 
      */
-    private StreamSource getXSLTStreamSource(Path path, Repository repo) throws NoSuchNodeException {
+    private StreamSource getXSLTStreamSource(Path path, Repository repo) throws Exception {
         Path xsltPath = getXSLTPath(path);
         if (xsltPath != null) {
             return new StreamSource(repo.getInputStream(new org.wyona.yarep.core.Path(getXSLTPath(path).toString())));

Modified: public/yanel/trunk/src/resources/websearch/src/build/dependencies.xml
===================================================================
--- public/yanel/trunk/src/resources/websearch/src/build/dependencies.xml	2006-12-20 14:14:03 UTC (rev 21036)
+++ public/yanel/trunk/src/resources/websearch/src/build/dependencies.xml	2006-12-20 14:16:46 UTC (rev 21037)
@@ -15,7 +15,7 @@
       <dependency groupId="wyona-org-yanel" artifactId="yanel-core"
                   version="${yanel.source.version}"/>
       <dependency groupId="yarep" artifactId="yarep"
-                  version="0.0.1-dev-r20514"/>
+                  version="0.0.1-dev-r21033"/>
       <dependency groupId="wyona-org-commons" artifactId="wyona-org-commons"
                   version="0.0.1-dev-r19469"/>
     </artifact:dependencies>

Modified: public/yanel/trunk/src/resources/xml/src/build/dependencies.xml
===================================================================
--- public/yanel/trunk/src/resources/xml/src/build/dependencies.xml	2006-12-20 14:14:03 UTC (rev 21036)
+++ public/yanel/trunk/src/resources/xml/src/build/dependencies.xml	2006-12-20 14:16:46 UTC (rev 21037)
@@ -18,7 +18,7 @@
                   version="0.0.1-dev-r17165"/>
 -->
       <dependency groupId="yarep" artifactId="yarep"
-                  version="0.0.1-dev-r20514"/>
+                  version="0.0.1-dev-r21033"/>
       <dependency groupId="wyona-org-commons" artifactId="wyona-org-commons"
                   version="0.0.1-dev-r19469"/>
       <!-- IMPORT: xerces 2.7.1 is dependent on xml-apis 1.3.02 -->




More information about the Yanel-commits mailing list