I am using JDK 1.4 specific keywords (ex. assert) in my code. I was able to compile in my local environment by changing compiler compliance level to 1.4 in Developer Studio.
Go to menu Window -> Preferences -> Java -> Compliances & Classfiles -> Compiler compliance level -> 1.4
Hoever, I'm getting a CBS compile error because the CBS server doesn't seem to like the JDK 1.4 keyword.
How do I tell CBS to use 1.4 compliance level instead of 1.3 which seems to be the default?
Thanks,
-Li