All I can tell you is, it builds from the command line if you have it
checked out from the
source from the repostitory on java.net.
There isn't alot of bandwidth to provide support for building it.
The fact that I'm still working at 12:30 eastern time should give you an
idea
of the load ;)
-rick
Axel Estrada / Byte wrote:
>Hi Rick, thanks for your answer.
>
>
>Actually, I first build the webui project. But the IDE is also showing a
>lot of errors.
>
>For example, the com.sun.webui.jsf.component.AccordionBeanInfo class:
>
> . Package javax.faces.event, does not exist
> . extends AccordionBeanInfoBase AccordionBeanInfoBase, cannot find
>symbol.
>
>
>The com.sun.webui.jsf.renderkit.ajax.checkBoxRender class:
>
> . package org.json does not exist
>
>The com.sun.webui.jsf.util.HelpUtils class:
> . package javax.help does not exist
>
>
>Does someone know if there is a manual or guide to build this projects with
>netbeans 6.0.1?
>
>Thanks,
>
>Axel
>
>
>
>
>-----Mensaje original-----
>De: Richard.Ratta_at_Sun.COM [mailto:Richard.Ratta_at_Sun.COM]
>Enviado el: Martes, 19 de Febrero de 2008 11:53 p.m.
>Para: dev_at_woodstock.dev.java.net
>Asunto: Re: Woodstock / Build from source
>
>Please read the README on how to build the source.
>The "webui" directory must be built first, before "themes".
>
>The annotation errors can be ignored.
>Real problems will show up as compile errors.
>
>However I only buld from the command line and not with netbeans
>so I can't aid you if you have problems in netbeans.
>
>-rick
>
>Axel Estrada / Byte wrote:
>
>
>
>>Hi,
>>
>>I'm using Netbeans 6.0.1. I downloaded the Woodstock project from the
>>CVS and I created the NBM from the Woodstock-suite project. When I
>>build the webui project it show me a lot of warnings or errors, can
>>someone thell me please if there is a problem ?
>>
>>I also see Errors in the sources, for example the class
>>SunthemeThemeService.java show the package com.sun.webui.jsf.suntheme
>>like an incorrect package. It also show me the import
>>com.sun.webui.theme.ThemeService as package does not exist.
>>
>>Thanks,
>>
>>Axel
>>
>>Here part of the Log:
>>
>>---------------------------
>>
>>process-runtime-annotations:
>>
>>process-annotations:
>>
>>
>>
>>
>C:\java\Workspace\WoodSock\woodstock\webui\src\runtime\com\sun\webui\jsf\com
>ponent\WizardSubstepBranch.java:52:
>
>
>>warning: No renderer found of correct renderer type and component family
>>
>>public class WizardSubstepBranch extends WizardStep implements
>>NamingContainer {
>>
>>
>>
>>
>C:\java\Workspace\WoodSock\woodstock\webui\src\runtime\com\sun\webui\jsf\com
>ponent\WizardBranchSteps.java:49:
>
>
>>warning: No renderer found of correct renderer type and component family
>>
>>public class WizardBranchSteps extends WizardStep implements
>>NamingContainer {
>>
>>
>>
>>
>C:\java\Workspace\WoodSock\woodstock\webui\src\runtime\com\sun\webui\jsf\com
>ponent\Alert.java:821:
>
>
>>Method getIndicators for property indicators has incorrect signature
>>
>>public List<Indicator> getIndicators() {
>>
>>
>>
>>
>C:\java\Workspace\WoodSock\woodstock\webui\src\runtime\com\sun\webui\jsf\com
>ponent\Alert.java:841:
>
>
>>Method setIndicators for property indicators has incorrect signature
>>
>>public void setIndicators(List<Indicator> indicators) {
>>
>>
>>
>>
>C:\java\Workspace\WoodSock\woodstock\webui\src\runtime\com\sun\webui\jsf\com
>ponent\Alarm.java:345:
>
>
>>Method getIndicators for property indicators has incorrect signature
>>
>>public List<Indicator> getIndicators() {
>>
>>
>>
>>
>C:\java\Workspace\WoodSock\woodstock\webui\src\runtime\com\sun\webui\jsf\com
>ponent\Alarm.java:367:
>
>
>>Method setIndicators for property indicators has incorrect signature
>>
>>public void setIndicators(List<Indicator> indicators) {
>>
>>
>>
>>
>C:\java\Workspace\WoodSock\woodstock\webui\src\runtime\com\sun\webui\jsf\com
>ponent\WizardBranch.java:49:
>
>
>>warning: No renderer found of correct renderer type and component family
>>
>>public class WizardBranch extends WizardStep implements NamingContainer {
>>
>>
>>
>>
>C:\java\Workspace\WoodSock\woodstock\webui\src\runtime\com\sun\webui\jsf\com
>ponent\Login.java:183:
>
>
>>No get or set method found for property
>>
>>private LoginConstants.LOGINSTATE loginState = null;
>>
>>
>>
>>
>C:\java\Workspace\WoodSock\woodstock\webui\src\runtime\com\sun\webui\jsf\com
>ponent\WizardStep.java:49:
>
>
>>warning: No renderer found of correct renderer type and component family
>>
>>public class WizardStep extends UIComponentBase implements
>>NamingContainer {
>>
>>Note: Some input files use or override a deprecated API.
>>
>>Note: Recompile with -Xlint:deprecation for details.
>>
>>*5 errors*
>>
>>4 warnings
>>
>>Result: 1
>>
>>Deleting: C:\java\Workspace\WoodSock\woodstock\webui\null455697213
>>
>>Creating
>>
>>
>>
>C:\java\Workspace\WoodSock\woodstock\webui\gen\.runtime-annotations-processe
>d
>
>
>>compile-precopy-runtime:
>>
>>Created dir: C:\java\Workspace\WoodSock\woodstock\webui\classes\runtime
>>
>>compile-all-runtime:
>>
>>Compiling 482 source files to
>>C:\java\Workspace\WoodSock\woodstock\webui\classes\runtime
>>
>>
>>
>>
>C:\java\Workspace\WoodSock\woodstock\webui\src\runtime\com\sun\webui\theme\S
>PIThemeFactory.java:45:
>
>
>>warning: sun.misc.Service is Sun proprietary API and may be removed in
>>a future release
>>
>>import sun.misc.Service;
>>
>>
>>
>>
>C:\java\Workspace\WoodSock\woodstock\webui\src\runtime\com\sun\webui\theme\S
>PIThemeFactory.java:605:
>
>
>>warning: sun.misc.Service is Sun proprietary API and may be removed in
>>a future release
>>
>>iterator = Service.providers(themeService);
>>
>>^
>>
>>Note: Some input files use or override a deprecated API.
>>
>>Note: Recompile with -Xlint:deprecation for details.
>>
>>Note: Some input files use unchecked or unsafe operations.
>>
>>Note: Recompile with -Xlint:unchecked for details.
>>
>>2 warnings
>>
>>Copying 5 files to
>>C:\java\Workspace\WoodSock\woodstock\webui\classes\runtime
>>
>>..
>>
>>process-annotations:
>>
>>
>>
>>
>C:\java\Workspace\WoodSock\woodstock\webui\src\runtime\com\sun\webui\jsf\com
>ponent\WizardSubstepBranch.java:52:
>
>
>>warning: No renderer found of correct renderer type and component family
>>
>>public class WizardSubstepBranch extends WizardStep implements
>>NamingContainer {
>>
>>
>>
>>
>C:\java\Workspace\WoodSock\woodstock\webui\src\runtime\com\sun\webui\jsf\com
>ponent\WizardBranchSteps.java:49:
>
>
>>warning: No renderer found of correct renderer type and component family
>>
>>public class WizardBranchSteps extends WizardStep implements
>>NamingContainer {
>>
>>
>>
>>
>C:\java\Workspace\WoodSock\woodstock\webui\src\runtime\com\sun\webui\jsf\com
>ponent\Alert.java:821:
>
>
>>Method getIndicators for property indicators has incorrect signature
>>
>>public List<Indicator> getIndicators() {
>>
>>
>>
>>
>C:\java\Workspace\WoodSock\woodstock\webui\src\runtime\com\sun\webui\jsf\com
>ponent\Alert.java:841:
>
>
>>Method setIndicators for property indicators has incorrect signature
>>
>>public void setIndicators(List<Indicator> indicators) {
>>
>>
>>
>>
>C:\java\Workspace\WoodSock\woodstock\webui\src\runtime\com\sun\webui\jsf\com
>ponent\Alarm.java:345:
>
>
>>Method getIndicators for property indicators has incorrect signature
>>
>>public List<Indicator> getIndicators() {
>>
>>
>>
>>
>C:\java\Workspace\WoodSock\woodstock\webui\src\runtime\com\sun\webui\jsf\com
>ponent\Alarm.java:367:
>
>
>>Method setIndicators for property indicators has incorrect signature
>>
>>public void setIndicators(List<Indicator> indicators) {
>>
>>
>>
>>
>C:\java\Workspace\WoodSock\woodstock\webui\src\runtime\com\sun\webui\jsf\com
>ponent\WizardBranch.java:49:
>
>
>>warning: No renderer found of correct renderer type and component family
>>
>>public class WizardBranch extends WizardStep implements NamingContainer {
>>
>>
>>
>>
>C:\java\Workspace\WoodSock\woodstock\webui\src\runtime\com\sun\webui\jsf\com
>ponent\Login.java:183:
>
>
>>No get or set method found for property
>>
>>private LoginConstants.LOGINSTATE loginState = null;
>>
>>
>>
>>
>C:\java\Workspace\WoodSock\woodstock\webui\src\runtime\com\sun\webui\jsf\com
>ponent\WizardStep.java:49:
>
>
>>warning: No renderer found of correct renderer type and component family
>>
>>public class WizardStep extends UIComponentBase implements
>>NamingContainer {
>>
>>Note: Some input files use or override a deprecated API.
>>
>>Note: Recompile with -Xlint:deprecation for details.
>>
>>5 errors
>>
>>4 warnings
>>
>>Result: 1
>>
>>...
>>
>>Constructing Javadoc information...
>>
>>
>>
>>
>C:\java\Workspace\WoodSock\woodstock\webui\src\runtime\com\sun\webui\jsf\bea
>n\HelpBackingBean.java:28:
>
>
>>package javax.help does not exist
>>
>>import javax.help.HelpSet;
>>
>>
>>
>>
>C:\java\Workspace\WoodSock\woodstock\webui\src\runtime\com\sun\webui\jsf\bea
>n\HelpBackingBean.java:29:
>
>
>>package javax.help does not exist
>>
>>import javax.help.TreeItem;
>>
>>
>>
>>
>C:\java\Workspace\WoodSock\woodstock\webui\src\runtime\com\sun\webui\jsf\bea
>n\HelpBackingBean.java:30:
>
>
>>package javax.help does not exist
>>
>>import javax.help.SearchTOCItem;
>>
>>
>>
>>
>C:\java\Workspace\WoodSock\woodstock\webui\src\runtime\com\sun\webui\jsf\bea
>n\HelpBackingBean.java:31:
>
>
>>package javax.help does not exist
>>
>>import javax.help.ServletHelpBroker;
>>
>>...
>>
>>Constructing Javadoc information...
>>
>>
>>
>>
>C:\java\Workspace\WoodSock\woodstock\webui\src\designtime\com\sun\webui\jsf\
>design\AbstractDesignInfo.java:36:
>
>
>>cannot find symbol
>>
>>symbol : class DataBindingHelper
>>
>>location: package com.sun.rave.propertyeditors.binding
>>
>>import com.sun.rave.propertyeditors.binding.DataBindingHelper;
>>
>>
>>
>>
>C:\java\Workspace\WoodSock\woodstock\webui\src\designtime\com\sun\webui\jsf\
>design\AbstractDesignInfo.java:37:
>
>
>>cannot find symbol
>>
>>symbol : class DataBindingHelperRegistry
>>
>>location: package com.sun.rave.propertyeditors.binding
>>
>>import com.sun.rave.propertyeditors.binding.DataBindingHelperRegistry;
>>
>>Standard Doclet version 1.6.0_03
>>
>>Building tree for all the packages and classes...
>>
>>
>>
>>
>C:\java\Workspace\WoodSock\woodstock\webui\src\designtime\com\sun\webui\jsf\
>component\customizers\ImageCustomizerPanel.java:1052:
>
>
>>warning - End Delimiter } missing for possible See Tag in comment
>>string: "Convert a file system path to a URL by converting unsafe
>>characters into
>>
>>numeric character entity references. The unsafe characters are listed in
>>
>>in the IETF specification of URLs
>>
>>
>>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe_at_woodstock.dev.java.net
>For additional commands, e-mail: dev-help_at_woodstock.dev.java.net
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe_at_woodstock.dev.java.net
>For additional commands, e-mail: dev-help_at_woodstock.dev.java.net
>
>
>