Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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.



Back to the top