Bug 182171 - Error during PDE build
Summary: Error during PDE build
Status: RESOLVED DUPLICATE of bug 140745
Alias: None
Product: PDE
Classification: Eclipse Project
Component: Build (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: pde-build-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 174045
  Show dependency tree
 
Reported: 2007-04-12 12:49 EDT by Christophe Elek CLA
Modified: 2007-04-24 09:47 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christophe Elek CLA 2007-04-12 12:49:57 EDT
Bug 174045 has a zip
Import the zip in eclipse 3.3
Select site.xml and attempt to build site (PDE tools -> build Site)
We are getting the following error

--------------------------------------------------------------------
# 2/13/07 11:33:13 AM CST
# Eclipse Java Compiler v_677_R32x, 3.2.1 release, Copyright IBM Corp 2000,
2006. All rights reserved.
----------
1. ERROR in C:\Documents and Settings\evans\My
Documents\Eclipse\Work\test.plugin1\src\test\plugin1\actions\Plugin1Action.java
(at line 35)
        test.plugin2.Activator plugin2 = test.plugin2.Activator.getDefault();
        ^^^^^^^^^^^^
test.plugin2 cannot be resolved to a type
----------
2. ERROR in C:\Documents and Settings\evans\My
Documents\Eclipse\Work\test.plugin1\src\test\plugin1\actions\Plugin1Action.java
(at line 35)
        test.plugin2.Activator plugin2 = test.plugin2.Activator.getDefault();
                                         ^^^^^^^^^^^^
test.plugin2 cannot be resolved
----------
2 problems (2 errors)
--------------------------------------------------------------------
Comment 1 DJ Houghton CLA 2007-04-23 16:17:15 EDT
I get the errors when I try and build the site but I don't get any errors when I select the features and export them. 

What is the difference between these 2 actions?

Adding Wassim in case he has any insight.
Comment 2 Wassim Melhem CLA 2007-04-23 16:51:07 EDT
I know (from talking to Andrew N) that feature order matters when building stuff.
Comment 3 Pascal Rapicault CLA 2007-04-24 09:47:30 EDT

*** This bug has been marked as a duplicate of bug 140745 ***