Project

General

Profile

« Previous | Next » 

Revision 2778

Added by Matt Jones over 18 years ago

Fixes to enable SOAP support for the LSID resolver. Axis now is
installed as a component of the authority context and the services list
is properly displayed. Added the happyaxis.jsp test page to verify that
the axis install is functioning properly.

View differences:

build.xml
898 898
           <exclude name="**/*.jpg"/>
899 899
           <exclude name="**/*.png"/>
900 900
           <exclude name="**/*.gif"/>
901
           <exclude name="lsid_lib/**"/>
902
           <exclude name="lsid_conf/**"/>
901 903
         </fileset>
902 904
       </copy>
903 905
       <copy todir="${war.context}" filtering="no">
......
1339 1341
        <include name="lsid-server-1.1.1.jar" />
1340 1342
        <include name="saaj.jar" />
1341 1343
        <include name="wsdl4j-1.5.1.jar" />
1342
        <!-- These jars may be needed but seem to not actually be,
1343
             so leaving them out for now
1344 1344
        <include name="activation.jar" />
1345
        <include name="axis-ant.jar" />
1346 1345
        <include name="castor-0.9.5.jar" />
1347
        <include name="commons-logging.jar" />
1348 1346
        <include name="dnsjava-1.3.2.jar" />
1349 1347
        <include name="mail.jar" />
1348
        <include name="commons-logging-1.0.4.jar" />
1349
        <!-- These jars may be needed but seem to not actually be,
1350
             so leaving them out for now
1351
        <include name="axis-ant.jar" />
1350 1352
        -->
1351 1353
        <!--<include name="GenCastor.class" />-->
1352 1354
    </patternset>
......
1418 1420
            <fileset dir="${services.dir}" />
1419 1421
            <filterset refid="configFilters" />
1420 1422
        </copy>
1423
        <!-- Copy axis files into the build -->
1424
        <mkdir dir="${lsid.build.dir}" />
1425
        <copy todir="${lsid.build.dir}">
1426
            <fileset dir="${conf.dir}/axis"
1427
                     excludes="*.properties"/>
1428
        </copy>
1429
        <mkdir dir="${lsid.build.dir}/WEB-INF/classes" />
1430
        <copy todir="${lsid.build.dir}/WEB-INF/classes">
1431
            <fileset dir="${conf.dir}/axis"
1432
                     includes="*.properties"/>
1433
        </copy>
1421 1434
    </target>
1422 1435
    
1423 1436
    <target name="compile-lsid"

Also available in: Unified diff