Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Fwd: [wtp-releng] JSF SDK build is enabled in build script.] + API docs build


I had to "revert"  some relesaes in jsf last night ...

Something wasn't quite right, and "plugin not found" errors were causing the build to abuptly fail

jsf.doc.feature refered to a version of jsf.doc.user that seems incorrect, and
the released jsf.doc feature refered to a version of
org.eclipse.jst.jsf.doc.dev that is not in any map file?


As for SDK build, I think your sdk feature needs to "include" the
binary runtime version:
   <includes
         id="org.eclipse.jst.jsf.feature"
         version="0.0.0"/>

(this will get everything fetched and built in correct sequence).





Raghu Srinivasan <raghunathan.srinivasan@xxxxxxxxxx>
Sent by: wtp-releng-bounces@xxxxxxxxxxx

06/16/2006 01:48 AM

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

To
Webtools releng discussion list <wtp-releng@xxxxxxxxxxx>, David M Williams/Raleigh/IBM@IBMUS, Lawrence Mandel <lmandel@xxxxxxxxxx>, Justin Chen <yung-chang.chen@xxxxxxxxxx>
cc
Subject
Re: [Fwd: [wtp-releng] JSF SDK build is enabled in build script.]        + API docs build





Hi David,

We now have the jsf-sdk component. How do I verify if an SDK build is happening? I do see the feature being checkedout based on the map file for each build.

We also would like to know how to generate the API Reference and Extension Point Reference Help.

Thanks
Raghu

David M Williams wrote:


I see you added

               
<!--Enabling JSF-SDK build-->        
               
<ant antfile="${buildTargets}" >
                       
<property name="component" value="jsf-sdk" />
               
</ant>        
to your distribution build script,


but I do not actually see a component named jsf-sdk in the components directory.


Could you have forgotten to check that into repository?


(And, in either case, its not actually building .. so this is more than just web pages :)


David





Raghu Srinivasan <raghunathan.srinivasan@xxxxxxxxxx>
Sent by:
wtp-releng-bounces@xxxxxxxxxxx

06/05/2006 07:19 PM

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


To
David M Williams/Raleigh/IBM@IBMUS, Naci Dai <naci.dai@xxxxxxxxxxxxx>, wtp-releng@xxxxxxxxxxx
cc
Subject
[Fwd: [wtp-releng] JSF SDK build is enabled in build script.]







Hi,

We have fixed the map files to build SDK. Need your help in placing the SDK build on the download page.
Thanks
-Raghu

-------- Original Message --------
Subject:
[wtp-releng] JSF SDK build is enabled in build script.
Date:
Fri, 02 Jun 2006 11:15:50 -0700
From:
Justin Chen <yung-chang.chen@xxxxxxxxxx>
Reply-To:
yung-chang.chen@xxxxxxxxxx, Webtools releng discussion list <wtp-releng@xxxxxxxxxxx>
To:
wtp-releng@xxxxxxxxxxx




Changes are made in releng.wtpbuilder and releng-jsf to generate JSF sdk
build.
Comments or suggestions are welcomed.

Thanks,
Justin Chen
Oracle Inc.
_______________________________________________
wtp-releng mailing list

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

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




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


Back to the top