hi,

        I will have some time for slide in the next weeks so I
        updated the stuff and was quite impressed what you
        archived this summer. :-)

        The build.xml from cvs misses:
        commons-beanutils.jar
        commons-digester.jar
        in the slide-admin.war which makes it throw the errors
        reported in:
        http://www.mail-archive.com/[email protected]/msg02722.html

        the attached patch copies those jars from the catalina
        server/lib into the war.

        l8r...
                Thomas
-- 
Dipl.-Inf. Thomas Sch�ppel    Fon:   +49+30+394054-28
bit~side GmbH                 Fax:   +49+30+394054-50
Salzufer 14a / Aufgang D      Email: [EMAIL PROTECTED]
10587 Berlin                  WWW: http://www.bit-side.com
Index: build.xml
===================================================================
RCS file: /home/cvspublic/jakarta-slide/build.xml,v
retrieving revision 1.171
diff -r1.171 build.xml
91a92,96
>             
>   <property name="commons-digester.jar"
>             value="${catalina.dist}/server/lib/commons-digester.jar"/>            
>   <property name="commons-beanutils.jar"
>             value="${catalina.dist}/server/lib/commons-beanutils.jar"/>
687c692
<       <!-- classpath refid="webdavclient.classpath"/ -->
---
>       <classpath refid="webdavclient.classpath"/>
1303a1309,1313
>     <copy file="${commons-beanutils.jar}"
>      todir="${slide.build}/webapps/slide-admin/WEB-INF/lib"/>
>     <copy file="${commons-digester.jar}"
>      todir="${slide.build}/webapps/slide-admin/WEB-INF/lib"/>
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to