[ http://issues.apache.org/jira/browse/COCOON-1608?page=all ]
     
Max Pfingsthorn closed COCOON-1608:
-----------------------------------

    Fix Version: 2.1.9-dev (current SVN)
     Resolution: Fixed
      Assign To: Max Pfingsthorn  (was: Cocoon Developers Team)

Fixed that one unintentionally by adding the jdom dependency in gump.xml (see 
http://marc.theaimsgroup.com/?l=xml-cocoon-cvs&m=113535168516659&w=2)

> Missing Dependency in Webdav block
> ----------------------------------
>
>          Key: COCOON-1608
>          URL: http://issues.apache.org/jira/browse/COCOON-1608
>      Project: Cocoon
>         Type: Bug
>   Components: Blocks: WebDAV
>     Versions: 2.1.8
>  Environment: Operating System: other
> Platform: Other
>     Reporter: Gavin Carothers
>     Assignee: Max Pfingsthorn
>      Fix For: 2.1.9-dev (current SVN)

>
> Trace Back:     
>  
>  [exec] java.lang.NoClassDefFoundError: org/jdom/input/DOMBuilder 
>      [exec]     at 
> org.apache.webdav.lib.BaseProperty.getPropertyAsString(BaseProperty.java:129) 
>      [exec]     at 
> org.apache.webdav.lib.WebdavResource.processProperty(WebdavResource.java:4911)
>  
>      [exec]     [exec] java.lang.NoClassDefFoundError: 
> org/jdom/input/DOMBuilder 
>      [exec]     at 
> org.apache.webdav.lib.BaseProperty.getPropertyAsString(BaseProperty.java:129) 
>      [exec]     at 
> org.apache.webdav.lib.WebdavResource.processProperty(WebdavResource.java:4911)
>  
>      [exec]     at 
> org.apache.webdav.lib.WebdavResource.setWebdavProperties(WebdavResource.java:1066)
>  
>      [exec]     at 
> org.apache.webdav.lib.WebdavResource.setNamedProp(WebdavResource.java:968) 
>      [exec]     at 
> org.apache.webdav.lib.WebdavResource.setBasicProperties(WebdavResource.java:912)
>  
>      [exec]     at 
> org.apache.webdav.lib.WebdavResource.setProperties(WebdavResource.java:1894) 
>      [exec]     at 
> org.apache.webdav.lib.WebdavResource.setHttpURL(WebdavResource.java:1301) 
>      [exec]     at 
> org.apache.webdav.lib.WebdavResource.<init>(WebdavResource.java:223) 
>      [exec]     at 
> org.apache.cocoon.components.source.impl.WebDAVSource.initResource(WebDAVSource.java:212)
>  
>      [exec]     at 
> org.apache.cocoon.components.source.impl.WebDAVSource.exists(WebDAVSource.java:410)
>  
>      at 
> org.apache.webdav.lib.WebdavResource.setWebdavProperties(WebdavResource.java:1066)
>  
>      [exec]     at 
> org.apache.webdav.lib.WebdavResource.setNamedProp(WebdavResource.java:968) 
>      [exec]     at 
> org.apache.webdav.lib.WebdavResource.setBasicProperties(WebdavResource.java:912)
>  
>      [exec]     at 
> org.apache.webdav.lib.WebdavResource.setProperties(WebdavResource.java:1894) 
>      [exec]     at 
> org.apache.webdav.lib.WebdavResource.setHttpURL(WebdavResource.java:1301) 
>      [exec]     at 
> org.apache.webdav.lib.WebdavResource.<init>(WebdavResource.java:223) 
>      [exec]     at 
> org.apache.cocoon.components.source.impl.WebDAVSource.initResource(WebDAVSource.java:212)
>  
>      [exec]     at 
> org.apache.cocoon.components.source.impl.WebDAVSource.exists(WebDAVSource.java:410)
>  
>  
> Patch to gump.xml 
>  
> =================================================================== 
> --- gump.xml    (revision 290444) 
> +++ gump.xml    (working copy) 
> @@ -1157,6 +1157,7 @@ 
>  
>      <library name="commons-httpclient"/> 
>      <library name="jakarta-slide-webdavlib"/> 
> +    <library name="jdom"/> 
>  
>      <work nested="build/cocoon-@@DATE@@/blocks/webdav/dest"/> 
>      <work nested="build/cocoon-@@DATE@@/blocks/webdav/test"/>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira