Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-releng] How to make a feature available to PDE eclipse.buildscript task?

I tried to mimic current wtp build structure for our jsf project.

After adding some components to my local repository, such as releng.wtpbuilder\components\jsf\*, releng.wtpbuilder\distribution\jsf.build\build.xml, releng\maps\jsf.map, releng\maps\jsf-feature.map, etc, the following is the error I ran into in Ant and not sure how to resolve this problem.

BTW, the following is the content of my jsf-feature.map.
feature@xxxxxxxxxxxxxxx=v20051026_1300,:pserver:ychen@ychen-pc:/CVS/WebTools,,org.eclipse.jsf/components/assembly/features/org.eclipse.jsf.feature

It seems that I am hacking alone the way and not sure if this is a right approach. Any suggestion is welcomed.

Also, Thank you in advance if you have any suggestion or documentation for the problem or this task in general.

Thanks again,
Justin
Oracle

-----------------------------
    ...
    [java] [echo] elements=feature@xxxxxxxxxxxxxxx
    [java] [echo] buildDirectory=C:/nmd/dev/build-home/build-jsf-I/workdir
    [java] [echo] configInfo=*,*,*
    [java] [echo] baseLocation=C:/nmd/dev/build-home/build-jsf-I/eclipse
    [java] [echo] buildingOSGi=true
    [java] [echo] archivesFormat=*,*,*-antZip
    [java] BUILD FAILED
[java] E:\Projects\JSF_Build\releng.wtpbuilder\scripts\build\build.xml:28: The following error occurred while executing this line: [java] C:\nmd\dev\build-home\org.eclipse.releng.basebuilder\plugins\org.eclipse.pde.build_3.1.0\scripts\build.xml:23: The following error occurred while executing this line: [java] C:\nmd\dev\build-home\org.eclipse.releng.basebuilder\plugins\org.eclipse.pde.build_3.1.0\scripts\build.xml:63: The following error occurred while executing this line: [java] E:\Projects\JSF_Build\releng.wtpbuilder\components\jsf\customTargets.xml:15: The following error occurred while executing this line: [java] C:\nmd\dev\build-home\org.eclipse.releng.basebuilder\plugins\org.eclipse.pde.build_3.1.0\scripts\genericTargets.xml:77: org.eclipse.core.runtime.CoreException: Unable to find feature: org.eclipse.jsf.


Back to the top