Community
Participate
Working Groups
+++ This bug was initially created as a clone of Bug #194733 +++ With the TM 2.0 Release RSE-SDK.zip installed into Eclipse 3.3 SDK: File > Import > Plug-In-Development > Projects with Source Folders > org.eclipse.rse.tests The imported plugin fails to build, because default project settings are Java 1.4 compliance without "assert". Workaround: Go to Project Properties, Java Compiler, JDK Compliance and set the following: Disable "Use default compliance settings" Generated .class compatibility = 1.4 Source compatibility = 1.4 I think that in order to fix this, .settings/org.eclipse.jdt.core.prefs file should be part of the source build for all those projects that use Java 1.4 with assert. For most projects it won't be much of an issue because the sources are not meant to be built anyways; but for the tests it is, because "Import with Source Folders" is necessary in order to get the preconfigured *.launch file for running the Unit Tests under PDE out of a workspace.
INVALID - added by accident
closing.