Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Spatiotemporal Epidemiological Modeler (STEM) » build and execution issues
build and execution issues [message #2593] Sun, 26 April 2009 19:36 Go to next message
Miles Parker is currently offline Miles ParkerFriend
Messages: 1341
Registered: July 2009
Senior Member
When building off of CVS, I'm getting a number of build problems in
org.eclipse.ohf.stem.internal.geography. Don't know if this is a
neccessary bit for model building or not. I've followed the
http://wiki.eclipse.org/index.php/Installation_Guide#Running _Stem_as_a_standalone_application
for Developer (perhaps a bit outdated?) and the Internal STEM Data
build completed without errors.

When I run, I get a bunch of ItemProvider related issues when working
with the editors, for example:

java.lang.NullPointerException
at
org.eclipse.ohf.stem.ui.views.explorer.IdentifiableProvider. getImage(IdentifiableProvider.java:49)
at

org.eclipse.ui.internal.navigator.extensions.SafeDelegateCom monLabelProvider.getImage(SafeDelegateCommonLabelProvider.ja va:106)
at

org.eclipse.ui.internal.navigator.NavigatorContentServiceLab elProvider.findImage(NavigatorContentServiceLabelProvider.ja va:211)

Should

I just use the latest binary build? I'd like to use the source build
because I want to run on Cocoa / x86, perhaps there is a tag or
revision number I should use?
Re: build and execution issues [message #2682 is a reply to message #2593] Mon, 27 April 2009 22:02 Go to previous messageGo to next message
Miles Parker is currently offline Miles ParkerFriend
Messages: 1341
Registered: July 2009
Senior Member
HI Daniel,

[Consolidating threads]

On 2009-04-27 06:56:44 -0700, Daniel Ford
<daford@almaden.ibm.com.invalid> said:

> Miles,
> I have almost the exact set up as you, Mac Pro, latest from CVS and a 1.6
> JVM, and I have no build or execute issues at all. Everything works as
> expected.
>
> Something must be different between our setups. I'm running 3.5M6.

Let's ignore the stand-alone issues for now since I want Cocoa. To be
clear reference below wasn't clear.. as I'm not doing the standalone,
I'm going from CVS.

And I'm using M6 as well. Actually, I'm using Build id: I20090313-0100
but that shouldn't make a difference.

So build issues first... it looks as though some of the classes are
missing from my CVS workspace. All of the issues happen in
o.e.ohf.stem.internal.grography:

For example,

import
org.eclipse.ohf.stem.internal.data.specifications.PropertyDa taSetGraphSpecification;

And

in fact, I checked in o.e.ohf.stem.internal.data and in
...data.propertydata there is no PropertyDataSetGraphSpecification. I
just did a compare and its not there.

On 2009-04-26 12:36:32 -0700, Miles Parker <milesparker@gmail.com> said:

> When building off of CVS, I'm getting a number of build problems in
> org.eclipse.ohf.stem.internal.geography. Don't know if this is a
> neccessary bit for model building or not. I've followed the
> http://wiki.eclipse.org/index.php/Installation_Guide#Running _Stem_as_a_standalone_application
> for Developer (perhaps a bit outdated?) and the Internal STEM Data
> build completed without errors.
>
> When I run, I get a bunch of ItemProvider related issues when working
> with the editors, for example:
>
> java.lang.NullPointerException
> at
> org.eclipse.ohf.stem.ui.views.explorer.IdentifiableProvider. getImage(IdentifiableProvider.java:49)
at
org.eclipse.ui.internal.navigator.extensions.SafeDelegateCom monLabelProvider.getImage(SafeDelegateCommonLabelProvider.ja va:106)
at
org.eclipse.ui.internal.navigator.NavigatorContentServiceLab elProvider.findImage(NavigatorContentServiceLabelProvider.ja va:211)

Should
I
>
> just use the latest binary build? I'd like to use the source build
> because I want to run on Cocoa / x86, perhaps there is a tag or
> revision number I should use?
Re: build and execution issues [message #3077 is a reply to message #2682] Wed, 29 April 2009 12:50 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: daford.almaden.ibm.com.invalid

I think you have some mixed code in internal.data, it went through an
extensive re-factoring about a month ago and one of the steps to sync up with
the current contents was to delete the entire project and getting it again
from CVS.

Try deleting the project completely and then getting it again from CVS. Then,
run update.xml to regenerated the data sets.

I think that will fix things.

Dan


Miles Parker wrote:
>
> HI Daniel,
>
> [Consolidating threads]
>
> On 2009-04-27 06:56:44 -0700, Daniel Ford
> <daford@almaden.ibm.com.invalid> said:
>
>> Miles,
>> I have almost the exact set up as you, Mac Pro, latest from CVS and a
1.6
>> JVM, and I have no build or execute issues at all. Everything works as
>> expected.
>>
>> Something must be different between our setups. I'm running 3.5M6.
>
> Let's ignore the stand-alone issues for now since I want Cocoa. To be
> clear reference below wasn't clear.. as I'm not doing the standalone,
> I'm going from CVS.
>
> And I'm using M6 as well. Actually, I'm using Build id: I20090313-0100
> but that shouldn't make a difference.
>
> So build issues first... it looks as though some of the classes are
> missing from my CVS workspace. All of the issues happen in
> o.e.ohf.stem.internal.grography:
>
> For example,
>
> import
> org.eclipse.ohf.stem.internal.data.specifications.PropertyDa taSetGraphSpecif
ication;
>
> And
>
> in fact, I checked in o.e.ohf.stem.internal.data and in
> ..data.propertydata there is no PropertyDataSetGraphSpecification. I
> just did a compare and its not there.
>
> On 2009-04-26 12:36:32 -0700, Miles Parker <milesparker@gmail.com> said:
>
>> When building off of CVS, I'm getting a number of build problems in
>> org.eclipse.ohf.stem.internal.geography. Don't know if this is a
>> neccessary bit for model building or not. I've followed the
>> http://wiki.eclipse.org/index.php/Installation_Guide#Running _Stem_as_a_stan
dalone_application

>> for Developer (perhaps a bit outdated?) and the Internal STEM Data
>> build completed without errors.
>>
>> When I run, I get a bunch of ItemProvider related issues when working
>> with the editors, for example:
>>
>> java.lang.NullPointerException
>> at
>> org.eclipse.ohf.stem.ui.views.explorer.IdentifiableProvider. getImage(Identi
fiableProvider.java:49)
> at
> org.eclipse.ui.internal.navigator.extensions.SafeDelegateCom monLabelProvider
..getImage(SafeDelegateCommonLabelProvider.java:106)
> at
> org.eclipse.ui.internal.navigator.NavigatorContentServiceLab elProvider.findI
mage(NavigatorContentServiceLabelProvider.java:211)
>
> Should
> I
>>
>> just use the latest binary build? I'd like to use the source build
>> because I want to run on Cocoa / x86, perhaps there is a tag or
>> revision number I should use?
>
>
Re: build and execution issues [message #3124 is a reply to message #3077] Wed, 29 April 2009 18:37 Go to previous messageGo to next message
Miles Parker is currently offline Miles ParkerFriend
Messages: 1341
Registered: July 2009
Senior Member
OK, thanks. Just deleting all of the ..internal projects and
reimporting them seemed to work. PropertyDataSetSpecification doesn't
even exist in this download. But what I don't understand is that I only
grabbed the code this weekend. I wonder if CVS is just more flakey; I
know that it doesn't handle refactorings as well as SVN. Then again,
SVN has its own issues.

I'm getting the ImageProvider issue still though. I'll investigate a
bit when I get a chance and fiule a buig report if it seems real.

On 2009-04-29 05:50:31 -0700, Daniel Ford
<daford@almaden.ibm.com.invalid> said:

> I think you have some mixed code in internal.data, it went through an
> extensive re-factoring about a month ago and one of the steps to sync up with
> the current contents was to delete the entire project and getting it again
> from CVS.
>
> Try deleting the project completely and then getting it again from CVS. Then,
> run update.xml to regenerated the data sets.
>
> I think that will fix things.
>
> Dan
>
>
> Miles Parker wrote:
>>
>> HI Daniel,
>>
>> [Consolidating threads]
>>
>> On 2009-04-27 06:56:44 -0700, Daniel Ford
>> <daford@almaden.ibm.com.invalid> said:
>>
>>> Miles,
>>> I have almost the exact set up as you, Mac Pro, latest from CVS and a
> 1.6
>>> JVM, and I have no build or execute issues at all. Everything works as
>>> expected.
>>>
>>> Something must be different between our setups. I'm running 3.5M6.
>>
>> Let's ignore the stand-alone issues for now since I want Cocoa. To be
>> clear reference below wasn't clear.. as I'm not doing the standalone,
>> I'm going from CVS.
>>
>> And I'm using M6 as well. Actually, I'm using Build id: I20090313-0100
>> but that shouldn't make a difference.
>>
>> So build issues first... it looks as though some of the classes are
>> missing from my CVS workspace. All of the issues happen in
>> o.e.ohf.stem.internal.grography:
>>
>> For example,
>>
>> import
>> org.eclipse.ohf.stem.internal.data.specifications.PropertyDa taSetGraphSpecif
> ication;
>>
>> And
>>
>> in fact, I checked in o.e.ohf.stem.internal.data and in
>> ..data.propertydata there is no PropertyDataSetGraphSpecification. I
>> just did a compare and its not there.
>>
>> On 2009-04-26 12:36:32 -0700, Miles Parker <milesparker@gmail.com> said:
>>
>>> When building off of CVS, I'm getting a number of build problems in
>>> org.eclipse.ohf.stem.internal.geography. Don't know if this is a
>>> neccessary bit for model building or not. I've followed the
>>> http://wiki.eclipse.org/index.php/Installation_Guide#Running _Stem_as_a_stan
> dalone_application
>
>>> for Developer (perhaps a bit outdated?) and the Internal STEM Data
>>> build completed without errors.
>>>
>>> When I run, I get a bunch of ItemProvider related issues when working
>>> with the editors, for example:
>>>
>>> java.lang.NullPointerException
>>> at
>>> org.eclipse.ohf.stem.ui.views.explorer.IdentifiableProvider. getImage(Identi
> fiableProvider.java:49)
>> at
>> org.eclipse.ui.internal.navigator.extensions.SafeDelegateCom monLabelProvider
> .getImage(SafeDelegateCommonLabelProvider.java:106)
>> at
>> org.eclipse.ui.internal.navigator.NavigatorContentServiceLab elProvider.findI
> mage(NavigatorContentServiceLabelProvider.java:211)
>>
>> Should
>> I
>>>
>>> just use the latest binary build? I'd like to use the source build
>>> because I want to run on Cocoa / x86, perhaps there is a tag or
>>> revision number I should use?
Re: build and execution issues [message #3157 is a reply to message #3124] Wed, 29 April 2009 18:39 Go to previous message
Miles Parker is currently offline Miles ParkerFriend
Messages: 1341
Registered: July 2009
Senior Member
And actually, thinking about it now, I'll bet that that's due to a
flakey download as well.. If CVS didn't get the images that's exactly
the error we'd see.

On 2009-04-29 11:37:55 -0700, Miles Parker <milesparker@gmail.com> said:

> OK, thanks. Just deleting all of the ..internal projects and
> reimporting them seemed to work. PropertyDataSetSpecification doesn't
> even exist in this download. But what I don't understand is that I only
> grabbed the code this weekend. I wonder if CVS is just more flakey; I
> know that it doesn't handle refactorings as well as SVN. Then again,
> SVN has its own issues.
>
> I'm getting the ImageProvider issue still though. I'll investigate a
> bit when I get a chance and fiule a buig report if it seems real.
>
> On 2009-04-29 05:50:31 -0700, Daniel Ford
> <daford@almaden.ibm.com.invalid> said:
>
>> I think you have some mixed code in internal.data, it went through an
>> extensive re-factoring about a month ago and one of the steps to sync up with
>> the current contents was to delete the entire project and getting it again
>> from CVS.
>>
>> Try deleting the project completely and then getting it again from CVS. Then,
>> run update.xml to regenerated the data sets.
>>
>> I think that will fix things.
>>
>> Dan
>>
>>
>> Miles Parker wrote:
>>>
>>> HI Daniel,
>>>
>>> [Consolidating threads]
>>>
>>> On 2009-04-27 06:56:44 -0700, Daniel Ford
>>> <daford@almaden.ibm.com.invalid> said:
>>>
>>>> Miles,
>>>> I have almost the exact set up as you, Mac Pro, latest from CVS and a
>> 1.6
>>>> JVM, and I have no build or execute issues at all. Everything works as
>>>> expected.
>>>>
>>>> Something must be different between our setups. I'm running 3.5M6.
>>>
>>> Let's ignore the stand-alone issues for now since I want Cocoa. To be
>>> clear reference below wasn't clear.. as I'm not doing the standalone,
>>> I'm going from CVS.
>>>
>>> And I'm using M6 as well. Actually, I'm using Build id: I20090313-0100
>>> but that shouldn't make a difference.
>>>
>>> So build issues first... it looks as though some of the classes are
>>> missing from my CVS workspace. All of the issues happen in
>>> o.e.ohf.stem.internal.grography:
>>>
>>> For example,
>>>
>>> import
>>> org.eclipse.ohf.stem.internal.data.specifications.PropertyDa taSetGraphSpecif
>> ication;
>>>
>>> And
>>>
>>> in fact, I checked in o.e.ohf.stem.internal.data and in
>>> ..data.propertydata there is no PropertyDataSetGraphSpecification. I
>>> just did a compare and its not there.
>>>
>>> On 2009-04-26 12:36:32 -0700, Miles Parker <milesparker@gmail.com> said:
>>>
>>>> When building off of CVS, I'm getting a number of build problems in
>>>> org.eclipse.ohf.stem.internal.geography. Don't know if this is a
>>>> neccessary bit for model building or not. I've followed the
>>>> http://wiki.eclipse.org/index.php/Installation_Guide#Running _Stem_as_a_stan
>> dalone_application
>>
>>>> for Developer (perhaps a bit outdated?) and the Internal STEM Data
>>>> build completed without errors.
>>>>
>>>> When I run, I get a bunch of ItemProvider related issues when working
>>>> with the editors, for example:
>>>>
>>>> java.lang.NullPointerException
>>>> at
>>>> org.eclipse.ohf.stem.ui.views.explorer.IdentifiableProvider. getImage(Identi
>> fiableProvider.java:49)
>>> at
>>> org.eclipse.ui.internal.navigator.extensions.SafeDelegateCom monLabelProvider
>> .getImage(SafeDelegateCommonLabelProvider.java:106)
>>> at
>>> org.eclipse.ui.internal.navigator.NavigatorContentServiceLab elProvider.findI
>> mage(NavigatorContentServiceLabelProvider.java:211)
>>>
>>> Should
>>> I
>>>>
>>>> just use the latest binary build? I'd like to use the source build
>>>> because I want to run on Cocoa / x86, perhaps there is a tag or
>>>> revision number I should use?
Re: build and execution issues [message #560945 is a reply to message #2593] Mon, 27 April 2009 22:02 Go to previous message
Miles Parker is currently offline Miles ParkerFriend
Messages: 1341
Registered: July 2009
Senior Member
HI Daniel,

[Consolidating threads]

On 2009-04-27 06:56:44 -0700, Daniel Ford
<daford@almaden.ibm.com.invalid> said:

> Miles,
> I have almost the exact set up as you, Mac Pro, latest from CVS and a 1.6
> JVM, and I have no build or execute issues at all. Everything works as
> expected.
>
> Something must be different between our setups. I'm running 3.5M6.

Let's ignore the stand-alone issues for now since I want Cocoa. To be
clear reference below wasn't clear.. as I'm not doing the standalone,
I'm going from CVS.

And I'm using M6 as well. Actually, I'm using Build id: I20090313-0100
but that shouldn't make a difference.

So build issues first... it looks as though some of the classes are
missing from my CVS workspace. All of the issues happen in
o.e.ohf.stem.internal.grography:

For example,

import
org.eclipse.ohf.stem.internal.data.specifications.PropertyDa taSetGraphSpecification;

And

in fact, I checked in o.e.ohf.stem.internal.data and in
...data.propertydata there is no PropertyDataSetGraphSpecification. I
just did a compare and its not there.

On 2009-04-26 12:36:32 -0700, Miles Parker <milesparker@gmail.com> said:

> When building off of CVS, I'm getting a number of build problems in
> org.eclipse.ohf.stem.internal.geography. Don't know if this is a
> neccessary bit for model building or not. I've followed the
> http://wiki.eclipse.org/index.php/Installation_Guide#Running _Stem_as_a_standalone_application
> for Developer (perhaps a bit outdated?) and the Internal STEM Data
> build completed without errors.
>
> When I run, I get a bunch of ItemProvider related issues when working
> with the editors, for example:
>
> java.lang.NullPointerException
> at
> org.eclipse.ohf.stem.ui.views.explorer.IdentifiableProvider. getImage(IdentifiableProvider.java:49)
at
org.eclipse.ui.internal.navigator.extensions.SafeDelegateCom monLabelProvider.getImage(SafeDelegateCommonLabelProvider.ja va:106)
at
org.eclipse.ui.internal.navigator.NavigatorContentServiceLab elProvider.findImage(NavigatorContentServiceLabelProvider.ja va:211)

Should
I
>
> just use the latest binary build? I'd like to use the source build
> because I want to run on Cocoa / x86, perhaps there is a tag or
> revision number I should use?
Re: build and execution issues [message #560970 is a reply to message #2682] Wed, 29 April 2009 12:50 Go to previous message
Daniel Ford is currently offline Daniel FordFriend
Messages: 148
Registered: July 2009
Location: New York
Senior Member
I think you have some mixed code in internal.data, it went through an
extensive re-factoring about a month ago and one of the steps to sync up with
the current contents was to delete the entire project and getting it again
from CVS.

Try deleting the project completely and then getting it again from CVS. Then,
run update.xml to regenerated the data sets.

I think that will fix things.

Dan


Miles Parker wrote:
>
> HI Daniel,
>
> [Consolidating threads]
>
> On 2009-04-27 06:56:44 -0700, Daniel Ford
> <daford@almaden.ibm.com.invalid> said:
>
>> Miles,
>> I have almost the exact set up as you, Mac Pro, latest from CVS and a
1.6
>> JVM, and I have no build or execute issues at all. Everything works as
>> expected.
>>
>> Something must be different between our setups. I'm running 3.5M6.
>
> Let's ignore the stand-alone issues for now since I want Cocoa. To be
> clear reference below wasn't clear.. as I'm not doing the standalone,
> I'm going from CVS.
>
> And I'm using M6 as well. Actually, I'm using Build id: I20090313-0100
> but that shouldn't make a difference.
>
> So build issues first... it looks as though some of the classes are
> missing from my CVS workspace. All of the issues happen in
> o.e.ohf.stem.internal.grography:
>
> For example,
>
> import
> org.eclipse.ohf.stem.internal.data.specifications.PropertyDa taSetGraphSpecif
ication;
>
> And
>
> in fact, I checked in o.e.ohf.stem.internal.data and in
> ..data.propertydata there is no PropertyDataSetGraphSpecification. I
> just did a compare and its not there.
>
> On 2009-04-26 12:36:32 -0700, Miles Parker <milesparker@gmail.com> said:
>
>> When building off of CVS, I'm getting a number of build problems in
>> org.eclipse.ohf.stem.internal.geography. Don't know if this is a
>> neccessary bit for model building or not. I've followed the
>> http://wiki.eclipse.org/index.php/Installation_Guide#Running _Stem_as_a_stan
dalone_application

>> for Developer (perhaps a bit outdated?) and the Internal STEM Data
>> build completed without errors.
>>
>> When I run, I get a bunch of ItemProvider related issues when working
>> with the editors, for example:
>>
>> java.lang.NullPointerException
>> at
>> org.eclipse.ohf.stem.ui.views.explorer.IdentifiableProvider. getImage(Identi
fiableProvider.java:49)
> at
> org.eclipse.ui.internal.navigator.extensions.SafeDelegateCom monLabelProvider
..getImage(SafeDelegateCommonLabelProvider.java:106)
> at
> org.eclipse.ui.internal.navigator.NavigatorContentServiceLab elProvider.findI
mage(NavigatorContentServiceLabelProvider.java:211)
>
> Should
> I
>>
>> just use the latest binary build? I'd like to use the source build
>> because I want to run on Cocoa / x86, perhaps there is a tag or
>> revision number I should use?
>
>
Re: build and execution issues [message #560995 is a reply to message #3077] Wed, 29 April 2009 18:37 Go to previous message
Miles Parker is currently offline Miles ParkerFriend
Messages: 1341
Registered: July 2009
Senior Member
OK, thanks. Just deleting all of the ..internal projects and
reimporting them seemed to work. PropertyDataSetSpecification doesn't
even exist in this download. But what I don't understand is that I only
grabbed the code this weekend. I wonder if CVS is just more flakey; I
know that it doesn't handle refactorings as well as SVN. Then again,
SVN has its own issues.

I'm getting the ImageProvider issue still though. I'll investigate a
bit when I get a chance and fiule a buig report if it seems real.

On 2009-04-29 05:50:31 -0700, Daniel Ford
<daford@almaden.ibm.com.invalid> said:

> I think you have some mixed code in internal.data, it went through an
> extensive re-factoring about a month ago and one of the steps to sync up with
> the current contents was to delete the entire project and getting it again
> from CVS.
>
> Try deleting the project completely and then getting it again from CVS. Then,
> run update.xml to regenerated the data sets.
>
> I think that will fix things.
>
> Dan
>
>
> Miles Parker wrote:
>>
>> HI Daniel,
>>
>> [Consolidating threads]
>>
>> On 2009-04-27 06:56:44 -0700, Daniel Ford
>> <daford@almaden.ibm.com.invalid> said:
>>
>>> Miles,
>>> I have almost the exact set up as you, Mac Pro, latest from CVS and a
> 1.6
>>> JVM, and I have no build or execute issues at all. Everything works as
>>> expected.
>>>
>>> Something must be different between our setups. I'm running 3.5M6.
>>
>> Let's ignore the stand-alone issues for now since I want Cocoa. To be
>> clear reference below wasn't clear.. as I'm not doing the standalone,
>> I'm going from CVS.
>>
>> And I'm using M6 as well. Actually, I'm using Build id: I20090313-0100
>> but that shouldn't make a difference.
>>
>> So build issues first... it looks as though some of the classes are
>> missing from my CVS workspace. All of the issues happen in
>> o.e.ohf.stem.internal.grography:
>>
>> For example,
>>
>> import
>> org.eclipse.ohf.stem.internal.data.specifications.PropertyDa taSetGraphSpecif
> ication;
>>
>> And
>>
>> in fact, I checked in o.e.ohf.stem.internal.data and in
>> ..data.propertydata there is no PropertyDataSetGraphSpecification. I
>> just did a compare and its not there.
>>
>> On 2009-04-26 12:36:32 -0700, Miles Parker <milesparker@gmail.com> said:
>>
>>> When building off of CVS, I'm getting a number of build problems in
>>> org.eclipse.ohf.stem.internal.geography. Don't know if this is a
>>> neccessary bit for model building or not. I've followed the
>>> http://wiki.eclipse.org/index.php/Installation_Guide#Running _Stem_as_a_stan
> dalone_application
>
>>> for Developer (perhaps a bit outdated?) and the Internal STEM Data
>>> build completed without errors.
>>>
>>> When I run, I get a bunch of ItemProvider related issues when working
>>> with the editors, for example:
>>>
>>> java.lang.NullPointerException
>>> at
>>> org.eclipse.ohf.stem.ui.views.explorer.IdentifiableProvider. getImage(Identi
> fiableProvider.java:49)
>> at
>> org.eclipse.ui.internal.navigator.extensions.SafeDelegateCom monLabelProvider
> .getImage(SafeDelegateCommonLabelProvider.java:106)
>> at
>> org.eclipse.ui.internal.navigator.NavigatorContentServiceLab elProvider.findI
> mage(NavigatorContentServiceLabelProvider.java:211)
>>
>> Should
>> I
>>>
>>> just use the latest binary build? I'd like to use the source build
>>> because I want to run on Cocoa / x86, perhaps there is a tag or
>>> revision number I should use?
Re: build and execution issues [message #561012 is a reply to message #3124] Wed, 29 April 2009 18:39 Go to previous message
Miles Parker is currently offline Miles ParkerFriend
Messages: 1341
Registered: July 2009
Senior Member
And actually, thinking about it now, I'll bet that that's due to a
flakey download as well.. If CVS didn't get the images that's exactly
the error we'd see.

On 2009-04-29 11:37:55 -0700, Miles Parker <milesparker@gmail.com> said:

> OK, thanks. Just deleting all of the ..internal projects and
> reimporting them seemed to work. PropertyDataSetSpecification doesn't
> even exist in this download. But what I don't understand is that I only
> grabbed the code this weekend. I wonder if CVS is just more flakey; I
> know that it doesn't handle refactorings as well as SVN. Then again,
> SVN has its own issues.
>
> I'm getting the ImageProvider issue still though. I'll investigate a
> bit when I get a chance and fiule a buig report if it seems real.
>
> On 2009-04-29 05:50:31 -0700, Daniel Ford
> <daford@almaden.ibm.com.invalid> said:
>
>> I think you have some mixed code in internal.data, it went through an
>> extensive re-factoring about a month ago and one of the steps to sync up with
>> the current contents was to delete the entire project and getting it again
>> from CVS.
>>
>> Try deleting the project completely and then getting it again from CVS. Then,
>> run update.xml to regenerated the data sets.
>>
>> I think that will fix things.
>>
>> Dan
>>
>>
>> Miles Parker wrote:
>>>
>>> HI Daniel,
>>>
>>> [Consolidating threads]
>>>
>>> On 2009-04-27 06:56:44 -0700, Daniel Ford
>>> <daford@almaden.ibm.com.invalid> said:
>>>
>>>> Miles,
>>>> I have almost the exact set up as you, Mac Pro, latest from CVS and a
>> 1.6
>>>> JVM, and I have no build or execute issues at all. Everything works as
>>>> expected.
>>>>
>>>> Something must be different between our setups. I'm running 3.5M6.
>>>
>>> Let's ignore the stand-alone issues for now since I want Cocoa. To be
>>> clear reference below wasn't clear.. as I'm not doing the standalone,
>>> I'm going from CVS.
>>>
>>> And I'm using M6 as well. Actually, I'm using Build id: I20090313-0100
>>> but that shouldn't make a difference.
>>>
>>> So build issues first... it looks as though some of the classes are
>>> missing from my CVS workspace. All of the issues happen in
>>> o.e.ohf.stem.internal.grography:
>>>
>>> For example,
>>>
>>> import
>>> org.eclipse.ohf.stem.internal.data.specifications.PropertyDa taSetGraphSpecif
>> ication;
>>>
>>> And
>>>
>>> in fact, I checked in o.e.ohf.stem.internal.data and in
>>> ..data.propertydata there is no PropertyDataSetGraphSpecification. I
>>> just did a compare and its not there.
>>>
>>> On 2009-04-26 12:36:32 -0700, Miles Parker <milesparker@gmail.com> said:
>>>
>>>> When building off of CVS, I'm getting a number of build problems in
>>>> org.eclipse.ohf.stem.internal.geography. Don't know if this is a
>>>> neccessary bit for model building or not. I've followed the
>>>> http://wiki.eclipse.org/index.php/Installation_Guide#Running _Stem_as_a_stan
>> dalone_application
>>
>>>> for Developer (perhaps a bit outdated?) and the Internal STEM Data
>>>> build completed without errors.
>>>>
>>>> When I run, I get a bunch of ItemProvider related issues when working
>>>> with the editors, for example:
>>>>
>>>> java.lang.NullPointerException
>>>> at
>>>> org.eclipse.ohf.stem.ui.views.explorer.IdentifiableProvider. getImage(Identi
>> fiableProvider.java:49)
>>> at
>>> org.eclipse.ui.internal.navigator.extensions.SafeDelegateCom monLabelProvider
>> .getImage(SafeDelegateCommonLabelProvider.java:106)
>>> at
>>> org.eclipse.ui.internal.navigator.NavigatorContentServiceLab elProvider.findI
>> mage(NavigatorContentServiceLabelProvider.java:211)
>>>
>>> Should
>>> I
>>>>
>>>> just use the latest binary build? I'd like to use the source build
>>>> because I want to run on Cocoa / x86, perhaps there is a tag or
>>>> revision number I should use?
Previous Topic:Localization
Next Topic:Handling multiple diseases in STEM
Goto Forum:
  


Current Time: Thu Mar 28 11:38:08 GMT 2024

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

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

Back to the top