I too typically build from the command-line. However I have had no
problems building in NB 6.0 over the last week or so. I simply loaded
the projects and built them (webui 1st, then themes). Yeah you do get
alot of warnings, but no more than a command-line build. I'm not sure
why you'd be getting these errors as the jars are part of the download
when you checkout the full woodstock repository and are on the build
classpath.
Axel Estrada / Byte wrote:
> I'll try building the project from command line.
>
> Thanks again Rick and good luck.
>
>
>
>
> -----Mensaje original-----
> De: Richard.Ratta_at_Sun.COM [mailto:Richard.Ratta_at_Sun.COM]
> Enviado el: Miércoles, 20 de Febrero de 2008 12:29 a.m.
> Para: dev_at_woodstock.dev.java.net
> Asunto: Re: Woodstock / Build from source
>
> 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
>>
>>