Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Post Planning Meeting Notes - Jan 14, 2009


We also discussed that we should get rid of compiler warnings for the next I-build. Please check your plug-ins at
http://download.eclipse.org/eclipse/downloads/drops/I20090114-1322/testResults.php#PluginsErrors
and resolve the issues.

Most are dead code warnings which should be easy to fix. If you really can't find a way to fix the dead code problems (e.g. in test projects), you can also disable the warnings by adding
javacWarnings.<YourJAR.jar>=-deadCode
to build.properties (replacing <YourJAR.jar>, of course)

Markus


From: Boris Bokowski <Boris_Bokowski@xxxxxxxxxx>
To: eclipse-dev@xxxxxxxxxxx
Date: 2009-01-14 19:30
Subject: [eclipse-dev] Post Planning Meeting Notes - Jan 14, 2009




  • Support for UNC paths was discussed. Some UNC issues have been resolved by the p2 team and we should find out where the Eclipse SDK (as a whole) stands with respect to UNC paths. We decided that during the next milestone test pass, each team should designate one person for using a UNC path for their workspace and/or Eclipse installation directory. John Arthorne to send out details for how to set this up.
  • Martin Oberhuber raised the question of reference platforms, specifically why there is no 1.6 VM listed for Linux. It turns out that the automated tests already run on a 1.6 VM under Linux. The list of reference platforms will be updated by McQ. To better represent the reference platforms, and to have a place to comment on the level of testing that takes place, we decided that Martin's idea of creating one Bugzilla for each reference platform was good. McQ will create the inital set of bugs.
  • Important reminder: If you want to release external contributions as part of Galileo, remember that the deadline to create CQs is January 31st.

Boris
_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/eclipse-dev



Back to the top