Bug 268251 - During import, the embedder is called twice with same goal
Summary: During import, the embedder is called twice with same goal
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: IAM (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2009-03-11 21:33 EDT by Carlos Sanchez CLA
Modified: 2012-01-05 13:10 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Sanchez CLA 2009-03-11 21:33:35 EDT
MavenJdtNatureDelegate calls the embedder with "process-test-resources" in #addClasspath during project import

After import, Eclipse triggers a FULL_BUILD event, that sets the project as modified in the cache and causes another call to "process-test-resources"

maybe there's a way to do whatever MavenJdtNatureDelegate does the first time the full build is triggered