Skip to main content



      Home
Home » Archived » Visual Editor (VE) » ve cvs
ve cvs [message #46938] Mon, 05 July 2004 10:15 Go to next message
Eclipse UserFriend
Hello,
I try VE cvs (cvs co ve-all), build with eclipse 3.0, gef 3.0 and
emf-xsd-sdo 2.0.0
When I create Visual class I get nullpointer exception without stack trace

What is a problem ?

regards
Haris Peco
Re: ve cvs [message #47719 is a reply to message #46938] Tue, 06 July 2004 10:26 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

Do you really want to use VE from cvs? That is only useful if you are a
VE developer who is changing VE code. You should be using the already
built downloads instead to use VE.


--
Thanks, Rich Kulp

Re: ve cvs [message #47953 is a reply to message #47719] Tue, 06 July 2004 16:48 Go to previous messageGo to next message
Eclipse UserFriend
I have 56k modem connection and I can't download every new release from
beginning
I try VE dowload and it work, but cvs have new features
VE cvs isn't changed in last 7-8 days, but I can't build it

Is it work or not ?

Thanks
Rich Kulp wrote:

> Do you really want to use VE from cvs? That is only useful if you are a
> VE developer who is changing VE code. You should be using the already
> built downloads instead to use VE.
>
>
Re: ve cvs [message #48013 is a reply to message #47953] Tue, 06 July 2004 16:51 Go to previous messageGo to next message
Eclipse UserFriend
I am sorry. I can build it, but I get nullpointer when I open visual class

regards
snpe wrote:

> I have 56k modem connection and I can't download every new release from
> beginning
> I try VE dowload and it work, but cvs have new features
> VE cvs isn't changed in last 7-8 days, but I can't build it
>
> Is it work or not ?
>
> Thanks
> Rich Kulp wrote:
>
>> Do you really want to use VE from cvs? That is only useful if you are a
>> VE developer who is changing VE code. You should be using the already
>> built downloads instead to use VE.
>>
>>
Re: ve cvs [message #48304 is a reply to message #48013] Tue, 06 July 2004 16:45 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

Are you using Export Feature, or are you trying to run it as a Runtime
Workbench?

--
Thanks, Rich Kulp

Re: ve cvs [message #48363 is a reply to message #48304] Tue, 06 July 2004 20:16 Go to previous messageGo to next message
Eclipse UserFriend
Both.it is same.

I can't import jem-feature - I get duplicate plugins (com.ibm.* plugins are
in ve-all directory and jem-fature , too)

Thanks
Rich Kulp wrote:

> Are you using Export Feature, or are you trying to run it as a Runtime
> Workbench?
>
Re: ve cvs [message #48393 is a reply to message #48363] Tue, 06 July 2004 20:18 Go to previous messageGo to next message
Eclipse UserFriend
I can't compile plugin org.eclipse.ve.swt (linux) without add swt-win32.jar,
too

regards
snpe wrote:

> Both.it is same.
>
> I can't import jem-feature - I get duplicate plugins (com.ibm.* plugins
> are in ve-all directory and jem-fature , too)
>
> Thanks
> Rich Kulp wrote:
>
>> Are you using Export Feature, or are you trying to run it as a Runtime
>> Workbench?
>>
Re: ve cvs [message #48441 is a reply to message #48393] Tue, 06 July 2004 18:20 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

Two things:

1) Just import ve-all, don't import jem-feature because ve-all already
includes jem-feature.

2) We currently only compile against win32 eclipse. You can compile ON
Linux, but your target Eclipse needs to be a win32 eclipse.


--
Thanks, Rich Kulp

Re: ve cvs [message #48518 is a reply to message #48441] Tue, 06 July 2004 22:02 Go to previous messageGo to next message
Eclipse UserFriend
Hello Rich,
I work with manual cvs on linux :
cvs co ve-all
then, import all plugina in ve-all with plugin for import plugin multiple
project
I get error for duplicate plugin and all com.ibm.* plugin are in first
directory in ve-all and in org.eclipse.jem-feature

I try ve on windows , too - it is same - when make visual class I get error
in visual editor - nullpointer exception
I see new pallete (show it when hover), but isn't there frame in visual
editor

Does it mean : compile ve for win32 target on linux and it should work on
linux, too ?

I compile complete eclipse from cvs (without standard 'cvs export' than
manual 'cvs co ..'); emf, gef,cdt , lomboz ... too, but have problem with
ve

It is important for me - does it current ve cvs work ?

Thanks

Rich Kulp wrote:

> Two things:
>
> 1) Just import ve-all, don't import jem-feature because ve-all already
> includes jem-feature.
>
> 2) We currently only compile against win32 eclipse. You can compile ON
> Linux, but your target Eclipse needs to be a win32 eclipse.
>
>
Re: ve cvs [message #48812 is a reply to message #48518] Wed, 07 July 2004 10:48 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

I suggest using the CVS support in Eclipse. It is great and it would
solve your problem and you would not be doing multiple steps. It would
be just one step, check out from CVS through Eclipse. We do some special
stuff where we have a few projects embedded within another project.
Eclipse CVS checkout of ve-all understands this and does it correctly.


> Does it mean : compile ve for win32 target on linux and it should work on
> linux, too ?

No, this means compile on Linux, but in your
Windows->Preferences->Plugin Development->Target Platform you point to a
win32 version of Eclipse.


I can't help unless you do it through Eclipse CVS because it requires a
special setup that Eclipse understands when Eclipse extracts from CVS.

--
Thanks, Rich Kulp

Re: ve cvs [message #48873 is a reply to message #48812] Wed, 07 July 2004 13:11 Go to previous message
Eclipse UserFriend
Hi,
I like special cvs out of eclipse workspace - I work all in my cvs
repository and often delete workspace

One question yet, only:

current ve cvs work fine (open simple visual class without exception) ?

Thanks
Rich Kulp wrote:

> I suggest using the CVS support in Eclipse. It is great and it would
> solve your problem and you would not be doing multiple steps. It would
> be just one step, check out from CVS through Eclipse. We do some special
> stuff where we have a few projects embedded within another project.
> Eclipse CVS checkout of ve-all understands this and does it correctly.
>
>
>> Does it mean : compile ve for win32 target on linux and it should work on
>> linux, too ?
>
> No, this means compile on Linux, but in your
> Windows->Preferences->Plugin Development->Target Platform you point to a
> win32 version of Eclipse.
>
>
> I can't help unless you do it through Eclipse CVS because it requires a
> special setup that Eclipse understands when Eclipse extracts from CVS.
>
Re: ve cvs [message #48903 is a reply to message #48873] Wed, 07 July 2004 11:03 Go to previous message
Eclipse UserFriend
Originally posted by: myersj.nospam.us.ibm.com

Hello,

Yes, the current cvs code works fine. The Integration build made last
night for the testpass we're in was built from the latest cvs source.

- Jeff

snpe wrote:
> Hi,
> I like special cvs out of eclipse workspace - I work all in my cvs
> repository and often delete workspace
>
> One question yet, only:
>
> current ve cvs work fine (open simple visual class without exception) ?
Re: ve cvs [message #594440 is a reply to message #46938] Tue, 06 July 2004 10:26 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

Do you really want to use VE from cvs? That is only useful if you are a
VE developer who is changing VE code. You should be using the already
built downloads instead to use VE.


--
Thanks, Rich Kulp

Re: ve cvs [message #594501 is a reply to message #47719] Tue, 06 July 2004 16:48 Go to previous message
Eclipse UserFriend
I have 56k modem connection and I can't download every new release from
beginning
I try VE dowload and it work, but cvs have new features
VE cvs isn't changed in last 7-8 days, but I can't build it

Is it work or not ?

Thanks
Rich Kulp wrote:

> Do you really want to use VE from cvs? That is only useful if you are a
> VE developer who is changing VE code. You should be using the already
> built downloads instead to use VE.
>
>
Re: ve cvs [message #594517 is a reply to message #47953] Tue, 06 July 2004 16:51 Go to previous message
Eclipse UserFriend
I am sorry. I can build it, but I get nullpointer when I open visual class

regards
snpe wrote:

> I have 56k modem connection and I can't download every new release from
> beginning
> I try VE dowload and it work, but cvs have new features
> VE cvs isn't changed in last 7-8 days, but I can't build it
>
> Is it work or not ?
>
> Thanks
> Rich Kulp wrote:
>
>> Do you really want to use VE from cvs? That is only useful if you are a
>> VE developer who is changing VE code. You should be using the already
>> built downloads instead to use VE.
>>
>>
Re: ve cvs [message #594608 is a reply to message #48013] Tue, 06 July 2004 16:45 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

Are you using Export Feature, or are you trying to run it as a Runtime
Workbench?

--
Thanks, Rich Kulp

Re: ve cvs [message #594622 is a reply to message #48304] Tue, 06 July 2004 20:16 Go to previous message
Eclipse UserFriend
Both.it is same.

I can't import jem-feature - I get duplicate plugins (com.ibm.* plugins are
in ve-all directory and jem-fature , too)

Thanks
Rich Kulp wrote:

> Are you using Export Feature, or are you trying to run it as a Runtime
> Workbench?
>
Re: ve cvs [message #594632 is a reply to message #48363] Tue, 06 July 2004 20:18 Go to previous message
Eclipse UserFriend
I can't compile plugin org.eclipse.ve.swt (linux) without add swt-win32.jar,
too

regards
snpe wrote:

> Both.it is same.
>
> I can't import jem-feature - I get duplicate plugins (com.ibm.* plugins
> are in ve-all directory and jem-fature , too)
>
> Thanks
> Rich Kulp wrote:
>
>> Are you using Export Feature, or are you trying to run it as a Runtime
>> Workbench?
>>
Re: ve cvs [message #594642 is a reply to message #48393] Tue, 06 July 2004 18:20 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

Two things:

1) Just import ve-all, don't import jem-feature because ve-all already
includes jem-feature.

2) We currently only compile against win32 eclipse. You can compile ON
Linux, but your target Eclipse needs to be a win32 eclipse.


--
Thanks, Rich Kulp

Re: ve cvs [message #594667 is a reply to message #48441] Tue, 06 July 2004 22:02 Go to previous message
Eclipse UserFriend
Hello Rich,
I work with manual cvs on linux :
cvs co ve-all
then, import all plugina in ve-all with plugin for import plugin multiple
project
I get error for duplicate plugin and all com.ibm.* plugin are in first
directory in ve-all and in org.eclipse.jem-feature

I try ve on windows , too - it is same - when make visual class I get error
in visual editor - nullpointer exception
I see new pallete (show it when hover), but isn't there frame in visual
editor

Does it mean : compile ve for win32 target on linux and it should work on
linux, too ?

I compile complete eclipse from cvs (without standard 'cvs export' than
manual 'cvs co ..'); emf, gef,cdt , lomboz ... too, but have problem with
ve

It is important for me - does it current ve cvs work ?

Thanks

Rich Kulp wrote:

> Two things:
>
> 1) Just import ve-all, don't import jem-feature because ve-all already
> includes jem-feature.
>
> 2) We currently only compile against win32 eclipse. You can compile ON
> Linux, but your target Eclipse needs to be a win32 eclipse.
>
>
Re: ve cvs [message #594748 is a reply to message #48518] Wed, 07 July 2004 10:48 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

I suggest using the CVS support in Eclipse. It is great and it would
solve your problem and you would not be doing multiple steps. It would
be just one step, check out from CVS through Eclipse. We do some special
stuff where we have a few projects embedded within another project.
Eclipse CVS checkout of ve-all understands this and does it correctly.


> Does it mean : compile ve for win32 target on linux and it should work on
> linux, too ?

No, this means compile on Linux, but in your
Windows->Preferences->Plugin Development->Target Platform you point to a
win32 version of Eclipse.


I can't help unless you do it through Eclipse CVS because it requires a
special setup that Eclipse understands when Eclipse extracts from CVS.

--
Thanks, Rich Kulp

Re: ve cvs [message #594766 is a reply to message #48812] Wed, 07 July 2004 13:11 Go to previous message
Eclipse UserFriend
Hi,
I like special cvs out of eclipse workspace - I work all in my cvs
repository and often delete workspace

One question yet, only:

current ve cvs work fine (open simple visual class without exception) ?

Thanks
Rich Kulp wrote:

> I suggest using the CVS support in Eclipse. It is great and it would
> solve your problem and you would not be doing multiple steps. It would
> be just one step, check out from CVS through Eclipse. We do some special
> stuff where we have a few projects embedded within another project.
> Eclipse CVS checkout of ve-all understands this and does it correctly.
>
>
>> Does it mean : compile ve for win32 target on linux and it should work on
>> linux, too ?
>
> No, this means compile on Linux, but in your
> Windows->Preferences->Plugin Development->Target Platform you point to a
> win32 version of Eclipse.
>
>
> I can't help unless you do it through Eclipse CVS because it requires a
> special setup that Eclipse understands when Eclipse extracts from CVS.
>
Re: ve cvs [message #594777 is a reply to message #48873] Wed, 07 July 2004 11:03 Go to previous message
Eclipse UserFriend
Hello,

Yes, the current cvs code works fine. The Integration build made last
night for the testpass we're in was built from the latest cvs source.

- Jeff

snpe wrote:
> Hi,
> I like special cvs out of eclipse workspace - I work all in my cvs
> repository and often delete workspace
>
> One question yet, only:
>
> current ve cvs work fine (open simple visual class without exception) ?
Previous Topic:JVM in taskbar
Next Topic:seeing the invisible
Goto Forum:
  


Current Time: Mon Jul 14 00:24:06 EDT 2025

Powered by FUDForum. Page generated in 0.32851 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top