Community
Participate
Working Groups
Build ID: M20080221-1800 Steps To Reproduce: 1. Create a Java Project named "test_java" with one TestClass 2. Create a Simple Project named "test_idl" with a random Test-IDL-File 3. Add an external program (e.g. /bin/ls) as a "new builder" in "test_java" and configure it to run "during auto builds" and "during manual builds" and specify the project "test_idl" in the set of relevant resources. In Eclipse 3.2 changing a file in "test_idl" has started the external builder. In Eclipse 3.3.1.1 and 3.3.2 this is broken. The only option which starts the builder is "during a clean". More information:
Created attachment 93558 [details] Archive with Eclipse Workspace to reproduce the BUG This archive contains an complete workspace to reproduce the BUG. Preconditions: - /bin/csh as shell - idlj must be in the path (otherwise edit test_idl/run_idlj.sh) Test: - open workspace - add a new method 'TestMethodx()' in the file 'test_idl/test.idl' - check if builder was executed (console output and/or file test_java/src/TestModul/TestInterfaceOperations must contain the new method) The Builder was executed in Eclipse 3.2 and isn't executed in Eclipse 3.3.1.1 and 3.3.2
Created attachment 164958 [details] Patch Patch proposal to the bug. See also bug 115463
(In reply to comment #2) > Created an attachment (id=164958) [details] > Patch > > Patch proposal to the bug. See also bug 115463 Typing mistake. Should be: Bug 114563.
this bug is a dupe of 114563, Szymon, could you re-attach your patch there? *** This bug has been marked as a duplicate of bug 114563 ***