Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » EPF » EPF Composer compilation errors
EPF Composer compilation errors [message #13508] Thu, 08 June 2006 07:07 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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.
Previous Topic:EPF Composer compilation errors
Next Topic:Use of EPF for new published method - MBT
Goto Forum:
  


Current Time: Mon Dec 02 20:23:58 GMT 2024

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

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

Back to the top