Bug 102652 - Incremental compilation doesn't work when using Single folder for source and binaries
Summary: Incremental compilation doesn't work when using Single folder for source and ...
Status: RESOLVED FIXED
Alias: None
Product: AJDT
Classification: Tools
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 2000
: P3 major (vote)
Target Milestone: 1.2.1   Edit
Assignee: Matt Chapman CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-04 10:25 EDT by David Knibb CLA
Modified: 2005-07-06 07:55 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Knibb CLA 2005-07-04 10:25:00 EDT
Using Eclipse 3.1 and development build of AJDT, project can be built by using 
the "build" button, but when using incremental compilation the source code is 
not compiled. When a separate source folder was added the problem was resolved.
Comment 1 Matt Chapman CLA 2005-07-04 10:57:40 EDT
The problem is in UICoreOperations where we're looking for source code changes.
This assumes there won't ever be source code changes in the output folder, but
of course this is not true when there is no separate source folder, as the
output folder is the same as the source folder.

Comment 2 Matt Chapman CLA 2005-07-06 07:55:36 EDT
Fixed in build 1.2.1.20050706111845 available from:
http://www.eclipse.org/ajdt/downloads/#dev

BUILD COMPLETE -  build.445
Date of build: 07/06/2005 11:18:45
Time to build: 51 minutes 58 seconds
Last changed: 07/06/2005 11:08:21
Last log entry: fix and tests for bug 102652: Incremental compilation doesn't
work when not using separate src and bin folders