Re: [sipX-dev] sipXecs 10011 dworley: Change variable "enum" to "enumerator", because "enum" is now a Java
Dale Worley wrote:
On Mon, 2007-04-16 at 14:40 -0400, Damian Krzeminski wrote:
The code was compiling because I have passed explicit source="1.4" option. If it's not needed any
more you may want to remove it.
I'd say that we want to get rid of any dependency on an obsolete
version. What is involved in changing this? I see these lines in
sipXtackLib/ant-targets.xml:
source="1.4"
target="1.4"
Dale
Yes - that's the place.
It's not a dependency on an obsoleted version BTW. It's just a compatibility declaration for source
code (source) and for resulting class files (target). It just makes sure that you can run it on
older JVM and compile it on newer JVM. sipXconfig requires 1.5 so if you are sure that sipviewer
users do not need to run it under 1.4 or gcj VM you can go to 1.5.
D.