Tab Component in Modes

View: New views
4 Messages — Rating Filter:   Alert me  

Tab Component in Modes

by Theuns Heydenrych-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

HI

Does anyone know how to get the tab component in the "modes" when there is more than one TopComponent open in a "Mode"



Thanks in advance





build problem and solution after upgrade from 6.5 to 6.7

by Oliver Rettig :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dear all,

perhaps this is helpful for others. I have switched to NB6.7 and tried to
build my nb platform apps with the default NB 6.7 platform.

I get the following error message:

"/usr/local/netbeans-6.7/harness/suite.xml:60: When using cluster.path
property, remove netbeans.dest.dir, enabled.clusters and disabled.clusters
properties from platform config, they would be ignored."

If a remove the following from

"disabled.clusters=\
    apisupport1,\
    cnd2,\
    enterprise5,\
    gsf1,\
    harness,\
    identity2,\
...
"

nbproject/platform.properties it works fine for me. I am not sure, but I think
cluster.path is added by 6.7.

best regards
Oliver

Re: build problem and solution after upgrade from 6.5 to 6.7

by tomwheel :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi OIiver,

You might find this recent thread helpful:

   http://openide.netbeans.org/servlets/ReadMsg?list=dev&msgNo=39222


On Mon, Jun 29, 2009 at 11:11 AM, Oliver Rettig<Oliver.Rettig@...> wrote:

> Dear all,
>
> perhaps this is helpful for others. I have switched to NB6.7 and tried to
> build my nb platform apps with the default NB 6.7 platform.
>
> I get the following error message:
>
> "/usr/local/netbeans-6.7/harness/suite.xml:60: When using cluster.path
> property, remove netbeans.dest.dir, enabled.clusters and disabled.clusters
> properties from platform config, they would be ignored."
>
> If a remove the following from
>
> "disabled.clusters=\
>    apisupport1,\
>    cnd2,\
>    enterprise5,\
>    gsf1,\
>    harness,\
>    identity2,\
> ...
> "
>
> nbproject/platform.properties it works fine for me. I am not sure, but I think
> cluster.path is added by 6.7.
>
> best regards
> Oliver
>



--
Tom Wheeler
http://www.tomwheeler.com/

Re: build problem and solution after upgrade from 6.5 to 6.7

by Oliver Rettig :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks Tom
> Hi OIiver,
>
> You might find this recent thread helpful:
>
>    http://openide.netbeans.org/servlets/ReadMsg?list=dev&msgNo=39222
>
> On Mon, Jun 29, 2009 at 11:11 AM, Oliver Rettig<Oliver.Rettig@...>
wrote:

> > Dear all,
> >
> > perhaps this is helpful for others. I have switched to NB6.7 and tried to
> > build my nb platform apps with the default NB 6.7 platform.
> >
> > I get the following error message:
> >
> > "/usr/local/netbeans-6.7/harness/suite.xml:60: When using cluster.path
> > property, remove netbeans.dest.dir, enabled.clusters and
> > disabled.clusters properties from platform config, they would be
> > ignored."
> >
> > If a remove the following from
> >
> > "disabled.clusters=\
> >    apisupport1,\
> >    cnd2,\
> >    enterprise5,\
> >    gsf1,\
> >    harness,\
> >    identity2,\
> > ...
> > "
> >
> > nbproject/platform.properties it works fine for me. I am not sure, but I
> > think cluster.path is added by 6.7.
> >
> > best regards
> > Oliver