Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Migration from 0.7

Title: Migration from 0.7

We have been using WTP .7 to build a Cold Fusion MX project and would like to upgrade to WTP 1.2 or 1.5. The one thing I do not see any documentation on is referencing  parts of other projects to run the application. I am including our .wtpmodules file below so you can see how we were using .7.  You can see below we have several projects that need to use the cfusion codebase so we pull that codebase from another project and it was combined in the .deployables directory. Any help on this would be greatly appreciated. I will also continue to search documentation.

<?xml version="1.0" encoding="UTF-8"?>

<project-modules id="moduleCoreId">

        <wb-module deploy-name="cisco-mx">

                <module-type module-type-id="jst.web">

                        <version>2.4</version>

                        <property name="context-root" value="project1-mx"/>

                        <property name="java-output-path" value="/bin/"/>

                </module-type>

                <wb-resource source-path="/web" deploy-path="/"/>

                <wb-resource source-path="/lib" deploy-path="/WEB-INF/lib"/>

                <wb-resource deploy-path="/java" source-path="/WEB-INF/classes"/>

                <wb-resource source-path="/classes" deploy-path="/WEB-INF/classes"/>

                <wb-resource source-path="/cfusion/webconf/WEB-INF" deploy-path="/WEB-INF"/>

                <wb-resource source-path="/cfusion/web/WEB-INF" deploy-path="/WEB-INF"/>

                <wb-resource source-path="/cfusion/web/CFIDE" deploy-path="/CFIDE"/>

                <wb-resource source-path="/customtags/websurvey" deploy-path="/WEB-INF/cfusion/CustomTags/websurvey"/>

                <wb-resource source-path="/customtags/web" deploy-path="/WEB-INF/cfusion/CustomTags/web"/>

                <wb-resource source-path="/web/WEB-INF/web.xml" deploy-path="/WEB-INF/web.xml"/>

        </wb-module>

</project-modules>

Thanks

Ryan


Back to the top