users@woodstock.java.net

Re: Cannot install woodstock nbm

From: Edwin Goei <Edwin.Goei_at_Sun.COM>
Date: Wed, 11 Apr 2007 09:13:11 -0700

Pratham ( प्रथम ) wrote:
> Hi everybody,
> I am new to "woodstock" project. I tried
> installing the woodstock module under netbeans but there's an error
> which prevents me. This error is displayed in netbeans output window
> when I am trying to create nbms :
>
> Not signing NBM file
> /home/dev1/woodstock/woodstock/visual-web-nbsuite/build/updates/com-sun-webui-jsf.nbm;
>
> no stored-key password provided or keystore
> (/home/dev1/woodstock/woodstock/visual-web-nbsuite/components/${keystore})
>
> doesn't exist
I think this is "normal".
>
> The nbms are created but when i am selecting it to install it manually
> from the update centre it is disabling the next button.
Are you using the instructions at:
http://wiki.java.net/bin/view/Javatools/InstallingWoodstockComponentsInNetBeans?
>
> I have checked out the source and then followed the instructions as
> given.
> I am using glassfish version 1 , netebeans 5.5 and jdk 1.6.
>
> Secondly when I am installing it from the comand line using ant the
> build fails with the error:
>
> javac: invalid target release: 1.6
> ..
> ..
> /home/dev1/woodstock/woodstock/master/build.xml:147: The following
> error occurred while executing this line:
> /home/dev1/woodstock/woodstock/example/nbproject/build-impl.xml:296:
> The following error occurred while executing this line:
> /home/dev1/woodstock/woodstock/example/nbproject/build-impl.xml:146:
> Compile failed; see the compiler error output for details.
>
>
>
> I can't use any other version of java as I have already deployed
> phase-I of my project live. I am interested in using wizard component
> for my further phases.
>
> One more question: can I use existing rave2.0 components and
> woodstock components in parallel ?
>
> I need to use wizard component desperately ..
>
>
> Thanx's in advance
> Prathamesh
> ( प्रथमेश सुर्यवन्शि )

One other thing, I believe there is a bug in Woodstock that has a Java
SE 5 dependency so you can't compile with Java 6.

-Edwin