Skip to main content

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


Unfortunately, the WTP project metatdata isn't documented well, but please try to open your workspace with a recent 1.5 build (RC4 just came available).  
Please open a bugzilla if your projects are not migrated properly.

Thanks - Chuck

Rational J2EE Tooling Team Lead
IBM Software Lab - Research Triangle Park, NC
Email:  cbridgha@xxxxxxxxxx
Phone: 919-254-1848 (T/L: 444)



"Easton, Ryan" <REaston2@xxxxxxxxxxxxxx>
Sent by: wtp-dev-bounces@xxxxxxxxxxx

06/01/2006 03:46 PM

Please respond to
"General discussion of project-wide or architectural issues." <wtp-dev@xxxxxxxxxxx>

To
<wtp-dev@xxxxxxxxxxx>
cc
Subject
[wtp-dev] 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_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top