My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Last 30 days

  • Dec 07, 2009
    r293 (Add API to specify timeout value for wait condition in IWork...) committed by jhouston.mail   -   Add API to specify timeout value for wait condition in IWorkbenchHelper.openView()
    Add API to specify timeout value for wait condition in IWorkbenchHelper.openView()

Earlier this year

  • Nov 06, 2009
    r292 (Updated Javadoc to refer to proper exception type (e.g., not...) committed by phil.quitslund   -   Updated Javadoc to refer to proper exception type (e.g., not legacy version)
    Updated Javadoc to refer to proper exception type (e.g., not legacy version)
  • Nov 05, 2009
    r291 (Removed reference to legacy WaitTimeOutException in favor of...) committed by phil.quitslund   -   Removed reference to legacy WaitTimeOutException in favor of the preferred one (Note that since the prefered one is a super class of the legacy there will be no behavior changed by this update).
    Removed reference to legacy WaitTimeOutException in favor of the preferred one (Note that since the prefered one is a super class of the legacy there will be no behavior changed by this update).
  • Sep 18, 2009
    DeadlockMonitoring (Deadlock Monitoring) Wiki page edited by phil.quitslund   -   Revision r290 Edited wiki page through web user interface.
    Revision r290 Edited wiki page through web user interface.
  • Sep 18, 2009
    r289 ([No log message]) committed by phil.quitslund   -   [No log message]
    [No log message]
  • Sep 18, 2009
    DeadlockMonitoring (Deadlock Monitoring) Wiki page added by phil.quitslund   -   Revision r287 Initial user doc.
    Revision r287 Initial user doc.
  • Sep 18, 2009
    r286 (Screenshot commit.) committed by phil.quitslund   -   Screenshot commit.
    Screenshot commit.
  • Sep 18, 2009
    r285 ([No log message]) committed by phil.quitslund   -   [No log message]
    [No log message]
  • Sep 18, 2009
    r284 (Initial commit of deadlockmonitor debugging tooling.) committed by phil.quitslund   -   Initial commit of deadlockmonitor debugging tooling.
    Initial commit of deadlockmonitor debugging tooling.
  • Sep 18, 2009
    r283 (Initial import.) committed by phil.quitslund   -   Initial import.
    Initial import.
  • Sep 18, 2009
    r282 ([No log message]) committed by phil.quitslund   -   [No log message]
    [No log message]
  • Sep 11, 2009
    r281 (Introduced new WorkbenchUtil to remove dependency on legacy ...) committed by phil.quitslund   -   Introduced new WorkbenchUtil to remove dependency on legacy abbot WorkbenchUtilities.
    Introduced new WorkbenchUtil to remove dependency on legacy abbot WorkbenchUtilities.
  • Jul 10, 2009
    r280 (Fix NPE in NoResourceChangedEventsCondition) committed by jhouston.mail   -   Fix NPE in NoResourceChangedEventsCondition
    Fix NPE in NoResourceChangedEventsCondition
  • Jul 10, 2009
    r279 (Fixes to NoResourceChangedEventsCondition; Debugging fixes) committed by jhouston.mail   -   Fixes to NoResourceChangedEventsCondition; Debugging fixes
    Fixes to NoResourceChangedEventsCondition; Debugging fixes
  • Jun 26, 2009
    issue 43 ([docs] Add top-level description of helpers and their major ...) reported by phil.quitslund   -   User request (from forum post: http://www.instantiations.com/forum/viewtopic.php?f=5&t=2828): In the page http://code.google.com/p/wt-commons/wiki/WTHelpers, having consolidated list of helper and their functional overview will help, currently it opens Javadoc. Javadoc is at class level and not at plug-in level, have at documentation at plug-in level.
    User request (from forum post: http://www.instantiations.com/forum/viewtopic.php?f=5&t=2828): In the page http://code.google.com/p/wt-commons/wiki/WTHelpers, having consolidated list of helper and their functional overview will help, currently it opens Javadoc. Javadoc is at class level and not at plug-in level, have at documentation at plug-in level.
  • Jun 25, 2009
    r278 (Fixes to logEntry / logExit) committed by jhouston.mail   -   Fixes to logEntry / logExit
    Fixes to logEntry / logExit
  • Jun 11, 2009
    issue 42 ([snippets] Move os-specific snippet bits into fragments) reported by phil.quitslund   -   To start we will just need a win32 fragment.
    To start we will just need a win32 fragment.
  • Jun 11, 2009
    r277 (Change JobExistsCondition to use regular expressions for fin...) committed by jhouston.mail   -   Change JobExistsCondition to use regular expressions for finding expected jobs
    Change JobExistsCondition to use regular expressions for finding expected jobs
  • Jun 10, 2009
    r276 (Fix to PreprocessorManager extension point) committed by jhouston.mail   -   Fix to PreprocessorManager extension point
    Fix to PreprocessorManager extension point
  • Jun 10, 2009
    r275 (Disable Red Hat 3 focus fixing shell condition handler (slow...) committed by jhouston.mail   -   Disable Red Hat 3 focus fixing shell condition handler (slows test runner on Eclipse 3.5)
    Disable Red Hat 3 focus fixing shell condition handler (slows test runner on Eclipse 3.5)
  • Jun 09, 2009
    issue 41 (ResourceHelperMoveFileTest is failing on Eclipse 3.4) reported by jhouston.mail   -   ResourceHelperMoveFileTest is failing on Eclipse 3.4 com.windowtester.runtime.WaitTimedOutException: Timed out waiting for condition: class=com.windowtester.runtime.condition.IsVisibleCondition expected=true actual=false at com.windowtester.runtime.swt.internal.UIContextSWT.wait(UIContextSWT.java:775) at com.windowtester.runtime.swt.internal.UIContextSWT.wait(UIContextSWT.java:747) at com.windowtester.runtime.swt.internal.UIContextSWT.wait(UIContextSWT.java:740) at org.wtc.eclipse.platform.internal.helpers.impl.ResourceHelperImpl.moveFile(ResourceHelperImpl.java:984) at org.wtc.eclipse.platform.tests.helpers.ResourceHelperMoveFileTest.test(ResourceHelperMoveFileTest.java:41) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) at com.windowtester.runtime.common.UITestCaseCommon.access$001(UITestCaseCommon.java:25) at com.windowtester.runtime.common.UITestCaseCommon$2.run(UITestCaseCommon.java:136) at com.windowtester.runtime.common.UITestCaseCommon$3.run(UITestCaseCommon.java:157) at com.windowtester.internal.runtime.junit.core.SequenceRunner$1.run(SequenceRunner.java:46)
    ResourceHelperMoveFileTest is failing on Eclipse 3.4 com.windowtester.runtime.WaitTimedOutException: Timed out waiting for condition: class=com.windowtester.runtime.condition.IsVisibleCondition expected=true actual=false at com.windowtester.runtime.swt.internal.UIContextSWT.wait(UIContextSWT.java:775) at com.windowtester.runtime.swt.internal.UIContextSWT.wait(UIContextSWT.java:747) at com.windowtester.runtime.swt.internal.UIContextSWT.wait(UIContextSWT.java:740) at org.wtc.eclipse.platform.internal.helpers.impl.ResourceHelperImpl.moveFile(ResourceHelperImpl.java:984) at org.wtc.eclipse.platform.tests.helpers.ResourceHelperMoveFileTest.test(ResourceHelperMoveFileTest.java:41) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) at com.windowtester.runtime.common.UITestCaseCommon.access$001(UITestCaseCommon.java:25) at com.windowtester.runtime.common.UITestCaseCommon$2.run(UITestCaseCommon.java:136) at com.windowtester.runtime.common.UITestCaseCommon$3.run(UITestCaseCommon.java:157) at com.windowtester.internal.runtime.junit.core.SequenceRunner$1.run(SequenceRunner.java:46)
  • Jun 04, 2009
    issue 40 (Plumb in build infrastructure for helper libs) Status changed by phil.quitslund   -   See discussion on r259 for some background on why this was nixed.
    Status: WontFix
    See discussion on r259 for some background on why this was nixed.
    Status: WontFix
  • Jun 04, 2009
    issue 35 (Revisit bundle version # scheme) Status changed by phil.quitslund   -   Done as of r274.
    Status: Done
    Done as of r274.
    Status: Done
  • Jun 04, 2009
    r274 (More build-related tweaks. Also, version #s updated to refl...) committed by phil.quitslund   -   More build-related tweaks. Also, version #s updated to reflect WT API version 3.8.0, as per the conversation in issue 35 .
    More build-related tweaks. Also, version #s updated to reflect WT API version 3.8.0, as per the conversation in issue 35 .
  • Jun 04, 2009
    r273 (Removing as per thread in r259.) committed by phil.quitslund   -   Removing as per thread in r259.
    Removing as per thread in r259.
  • Jun 04, 2009
    r272 (Moving as per comment on r259) committed by phil.quitslund   -   Moving as per comment on r259
    Moving as per comment on r259
  • Jun 04, 2009
    r271 (Moving as per comment on r259) committed by phil.quitslund   -   Moving as per comment on r259
    Moving as per comment on r259
  • Jun 04, 2009
    r270 ([No log message]) committed by phil.quitslund   -   [No log message]
    [No log message]
  • Jun 04, 2009
    r269 (Work towards pulling wt-test into Hudson.) committed by phil.quitslund   -   Work towards pulling wt-test into Hudson.
    Work towards pulling wt-test into Hudson.
  • Jun 04, 2009
    r268 (Minor Update Workbench Helper for Eclipse 3.5) committed by jhouston.mail   -   Minor Update Workbench Helper for Eclipse 3.5
    Minor Update Workbench Helper for Eclipse 3.5
  • Jun 04, 2009
    r267 (Moved to features dir.) committed by phil.quitslund   -   Moved to features dir.
    Moved to features dir.
  • Jun 04, 2009
    r266 (Moved to feature dir.) committed by phil.quitslund   -   Moved to feature dir.
    Moved to feature dir.
  • Jun 04, 2009
    r265 (Removed misplaced build plugins) committed by phil.quitslund   -   Removed misplaced build plugins
    Removed misplaced build plugins
  • Jun 03, 2009
    r264 (Incomplete - task 40: Plumb in build infrastructure for help...) committed by phil.quitslund   -   Incomplete - task 40: Plumb in build infrastructure for helper libs http://code.google.com/p/wt-commons/issues/detail?id=40
    Incomplete - task 40: Plumb in build infrastructure for helper libs http://code.google.com/p/wt-commons/issues/detail?id=40
  • Jun 03, 2009
    r263 (Updated feature deps.) committed by phil.quitslund   -   Updated feature deps.
    Updated feature deps.
  • Jun 03, 2009
    r262 (Fixed groovy bin output location http://code.google.com/p/wt...) committed by phil.quitslund   -   Fixed groovy bin output location http://code.google.com/p/wt-commons/issues/detail?id=40
  • Jun 03, 2009
    r261 (Removing mistakenly committed bin dirs http://code.google.co...) committed by phil.quitslund   -   Removing mistakenly committed bin dirs http://code.google.com/p/wt-commons/issues/detail?id=40
    Removing mistakenly committed bin dirs http://code.google.com/p/wt-commons/issues/detail?id=40
  • Jun 03, 2009
    r260 (Incomplete - task 40: Plumb in build infrastructure for help...) committed by phil.quitslund   -   Incomplete - task 40: Plumb in build infrastructure for helper libs http://code.google.com/p/wt-commons/issues/detail?id=40
    Incomplete - task 40: Plumb in build infrastructure for helper libs http://code.google.com/p/wt-commons/issues/detail?id=40
  • Jun 03, 2009
    r259 (Initial import.) committed by phil.quitslund   -   Initial import.
    Initial import.
  • Jun 03, 2009
    r258 (Initial import.) committed by phil.quitslund   -   Initial import.
    Initial import.
  • Jun 03, 2009
    r257 (Initial import.) committed by phil.quitslund   -   Initial import.
    Initial import.
  • Jun 03, 2009
    r256 (Initial import.) committed by phil.quitslund   -   Initial import.
    Initial import.
  • Jun 03, 2009
    issue 40 (Plumb in build infrastructure for helper libs) reported by phil.quitslund   -   To enable instantiations hudson-hosted continuous builds, we need _feature and _build projects as per the instantiations build conventions.
    To enable instantiations hudson-hosted continuous builds, we need _feature and _build projects as per the instantiations build conventions.
  • May 21, 2009
    r255 (Remove eclipse33 branch in favor of merged helper code line) committed by jhouston.mail   -   Remove eclipse33 branch in favor of merged helper code line
    Remove eclipse33 branch in favor of merged helper code line
  • May 20, 2009
    r254 (Fix for merge error) committed by jhouston.mail   -   Fix for merge error
    Fix for merge error
  • May 20, 2009
    r253 (Write platform plugin errors to System.err) committed by jhouston.mail   -   Write platform plugin errors to System.err
    Write platform plugin errors to System.err
  • May 20, 2009
    r252 (Fixes to DefaultShellHandlersRegistry for default shell hand...) committed by jhouston.mail   -   Fixes to DefaultShellHandlersRegistry for default shell handler constructor
    Fixes to DefaultShellHandlersRegistry for default shell handler constructor
  • May 19, 2009
    r251 (Fix for 3.3 regression (r249).) committed by phil.quitslund   -   Fix for 3.3 regression (r249).
    Fix for 3.3 regression (r249).
  • May 19, 2009
    r250 (Added preference page access test.) committed by phil.quitslund   -   Added preference page access test.
    Added preference page access test.
  • May 18, 2009
    r249 (Revert updates to PreferencesHelperImplAdapter to fix Eclips...) committed by jhouston.mail   -   Revert updates to PreferencesHelperImplAdapter to fix Eclipse 3.3
    Revert updates to PreferencesHelperImplAdapter to fix Eclipse 3.3
 
Hosted by Google Code