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?

David,

Not sure if we check the same place or the build scripts were not refreshed from CVS. Raghu already enabled the jsf-sdk build target on June 2nd. Anyway, thank you for patching jsf-sdk into build scripts and now jsf-sdk build should kick in.

Thanks,
Justin

David M Williams wrote:


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