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

Thanks for the tip on the SDK. I will add the feature as you suggested. However, not clear why the org.eclipse.jst.jsf.feature needs to be included. With the org.eclipse.jst.jsf_sdk.feature.source included only, SDK seems to be generated w/ src.zip for each plug-ins on my build machine.
Thanks,
Justin


David M Williams wrote:


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>_* <mailto:raghunathan.srinivasan@xxxxxxxxxx> Sent by: _wtp-releng-bounces@eclipse.org_ <mailto:wtp-releng-bounces@xxxxxxxxxxx>

06/05/2006 07:19 PM
Please respond to
Webtools releng discussion list _<wtp-releng@xxxxxxxxxxx>_ <mailto:wtp-releng@xxxxxxxxxxx>

	
To
David M Williams/Raleigh/IBM@IBMUS, Naci Dai _<naci.dai@xxxxxxxxxxxxx>_ <mailto:naci.dai@xxxxxxxxxxxxx>, _wtp-releng@eclipse.org_ <mailto: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>_ <mailto:yung-chang.chen@xxxxxxxxxx>
*Reply-To: *
_yung-chang.chen@oracle.com_ <mailto:yung-chang.chen@xxxxxxxxxx>, Webtools releng discussion list _<wtp-releng@xxxxxxxxxxx>_ <mailto:wtp-releng@xxxxxxxxxxx>
*To: *
	_wtp-releng@eclipse.org_ <mailto: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@eclipse.org_ <mailto:wtp-releng@xxxxxxxxxxx>_
__https://dev.eclipse.org/mailman/listinfo/wtp-releng_
_______________________________________________
wtp-releng mailing list_
__wtp-releng@eclipse.org_ <mailto:wtp-releng@xxxxxxxxxxx>_
__https://dev.eclipse.org/mailman/listinfo/wtp-releng_


------------------------------------------------------------------------

_______________________________________________
wtp-releng mailing list
_wtp-releng@eclipse.org_ <mailto: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