Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-releng] Is JSF SDK supposed to be working in WTP build?


At least its trying to run now ... even if failing.

[build-wtp-jsf-sdk] BUILD FAILED
[build-wtp-jsf-sdk] /shared/webtools/build-node/checkout/wtp-S/releng.wtpbuilder/scripts/build/build.xml:40: The following error occurred while executing this line:
[build-wtp-jsf-sdk] /shared/webtools/builders/RC7_32/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build/scripts/build.xml:22: The following error occurred while executing this line:
[build-wtp-jsf-sdk] /shared/webtools/builders/RC7_32/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build/scripts/build.xml:42: The following error occurred while executing this line:
[build-wtp-jsf-sdk] /shared/webtools/build-node/checkout/wtp-S/releng.wtpbuilder/components/jsf-sdk/customTargets.xml:87: The following error occurred while executing this line:
[build-wtp-jsf-sdk] /shared/webtools/build-node/checkout/wtp-S/releng.wtpbuilder/components/jsf-sdk/dependency.xml:16: The following error occurred while executing this line:
[build-wtp-jsf-sdk] /shared/webtools/build-node/checkout/wtp-S/releng.wtpbuilder/components/jsf-sdk/dependency.xml:42: The following error occurred while executing this line:
[build-wtp-jsf-sdk] /shared/webtools/build-node/checkout/wtp-S/releng.wtpbuilder/scripts/dependency/build.xml:183: The following error occurred while executing this line:
[build-wtp-jsf-sdk] /shared/webtools/builders/RC7_32/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build/scripts/dependency.wtp.xml:92: The following error occurred while executing this line:
[build-wtp-jsf-sdk] /shared/webtools/builders/RC7_32/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build/scripts/dependency.wtp.xml:109: The following error occurred while executing this line:
[build-wtp-jsf-sdk] /shared/webtools/build-node/checkout/wtp-S/releng.wtpbuilder/scripts/dependency/build.xml:123: The following error occurred while executing this line:
[build-wtp-jsf-sdk] /shared/webtools/build-node/checkout/wtp-S/releng.wtpbuilder/scripts/dependency/build.xml:133: Error while expanding /shared/webtools/downloads/wtp-sdk-I-I200604272112-200604272112.zip

Seems to be getting something old from jsf dependancies properties files?






David M Williams/Raleigh/IBM@IBMUS
Sent by: wtp-releng-bounces@xxxxxxxxxxx

06/17/2006 01:21 AM

Please respond to
Webtools releng discussion list <wtp-releng@xxxxxxxxxxx>

To
" wtp-releng" <wtp-releng@xxxxxxxxxxx>
cc
Subject
[wtp-releng] Is JSF SDK supposed to be working in WTP build?






I finally looked at this some, and while jsf-sdk was added to jsf build distribution, namely


               
<ant antfile="${buildTargets}" >
                       
<property name="component" value="jsf-sdk" />
               
</ant>        

It was not added to wtp.build distribution ... so, assuming it was supposed to be there, I added it.
Right in between the existing ...


               
<ant antfile="${buildTargets}" >
                       
<property name="component" value="jsf" />
               
</ant>
           
           
               
<ant antfile="${buildTargets}" >
                       
<property name="component" value="jsf.tests" />
               
</ant>


I believe "WTP" is the only distribution controled by cruise control, so assume that's why jsf and jsf.tests have been working fine.


Let me know if this was not the intent.


_______________________________________________
wtp-releng mailing list
wtp-releng@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-releng


Back to the top