EPF Composer compilation errors [message #13508] |
Thu, 08 June 2006 07:07 |
Eclipse User |
|
|
|
Originally posted by: razvan.gliga.gmail.com
Hi all,
I try to build myself EPF Composer from CVS HEAD, following steps from EPF
Composer Development Guide
(http://www.eclipse.org/epf/composer_dev_guide/).
But, I have following error at compile:
The import org.eclipse.ui.views.properties.tabbed.internal cannot be
resolved on AbstractSection, BreakdownElementGeneralSection and
TNGPropertySheetPage classes, from org.eclipse.epf.authoring.ui plugin.
I find that:
import org.eclipse.ui.views.properties.tabbed.internal
must be:
import org.eclipse.ui.internal.views.properties.tabbed
I use Eclipse Platform 3.2RC7 (I20060602-1317) with some features
installed from Calisto Discovery site.
Am I do something wrong? I must use some branch from CVS?
Or, I must fill a bug and maybe a patch for these errors?
Thank you for this great tool and project.
Razvan
|
|
|
Re: EPF Composer compilation errors [message #13552 is a reply to message #13508] |
Thu, 08 June 2006 17:14 |
Eclipse User |
|
|
|
Originally posted by: bxu_1999.yahoo.com
Razvan Gliga wrote:
> Hi all,
> I try to build myself EPF Composer from CVS HEAD, following steps from
> EPF Composer Development Guide
> (http://www.eclipse.org/epf/composer_dev_guide/). But, I have following
> error at compile:
> �The import org.eclipse.ui.views.properties.tabbed.internal cannot be
> resolved� on AbstractSection, BreakdownElementGeneralSection and
> TNGPropertySheetPage classes, from org.eclipse.epf.authoring.ui plugin.
> I find that:
> import org.eclipse.ui.views.properties.tabbed.internal
>
> must be:
> import org.eclipse.ui.internal.views.properties.tabbed
>
> I use Eclipse Platform 3.2RC7 (I20060602-1317) with some features
> installed from Calisto Discovery site.
>
> Am I do something wrong? I must use some branch from CVS? Or, I must
> fill a bug and maybe a patch for these errors?
>
> Thank you for this great tool and project.
>
> Razvan
>
What you are doing is correct. The current development environment is
based Eclipse 3.2 RC1 which has changed the related API since RC2.
That's the reason you were seeing the compiling error. We are moving the
development environment to the new Eclipse soon.
Thanks.
Bing.
|
|
|
Re: EPF Composer compilation errors [message #563850 is a reply to message #13508] |
Thu, 08 June 2006 17:14 |
Eclipse User |
|
|
|
Originally posted by: bxu_1999.yahoo.com
Razvan Gliga wrote:
> Hi all,
> I try to build myself EPF Composer from CVS HEAD, following steps from
> EPF Composer Development Guide
> (http://www.eclipse.org/epf/composer_dev_guide/). But, I have following
> error at compile:
> �The import org.eclipse.ui.views.properties.tabbed.internal cannot be
> resolved� on AbstractSection, BreakdownElementGeneralSection and
> TNGPropertySheetPage classes, from org.eclipse.epf.authoring.ui plugin.
> I find that:
> import org.eclipse.ui.views.properties.tabbed.internal
>
> must be:
> import org.eclipse.ui.internal.views.properties.tabbed
>
> I use Eclipse Platform 3.2RC7 (I20060602-1317) with some features
> installed from Calisto Discovery site.
>
> Am I do something wrong? I must use some branch from CVS? Or, I must
> fill a bug and maybe a patch for these errors?
>
> Thank you for this great tool and project.
>
> Razvan
>
What you are doing is correct. The current development environment is
based Eclipse 3.2 RC1 which has changed the related API since RC2.
That's the reason you were seeing the compiling error. We are moving the
development environment to the new Eclipse soon.
Thanks.
Bing.
|
|
|
Powered by
FUDForum. Page generated in 0.03073 seconds