Home » Eclipse Projects » Spatiotemporal Epidemiological Modeler (STEM) » build and execution issues
build and execution issues [message #2593] |
Sun, 26 April 2009 15:36  |
Eclipse User |
|
|
|
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 18:02   |
Eclipse User |
|
|
|
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 08:50   |
Eclipse User |
|
|
|
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 14:37   |
Eclipse User |
|
|
|
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 14:39  |
Eclipse User |
|
|
|
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 18:02  |
Eclipse User |
|
|
|
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 08:50  |
Eclipse User |
|
|
|
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 14:37  |
Eclipse User |
|
|
|
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 14:39  |
Eclipse User |
|
|
|
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?
|
|
|
Goto Forum:
Current Time: Fri May 09 13:55:20 EDT 2025
Powered by FUDForum. Page generated in 0.04595 seconds
|