Menu

#26 fix for java 1.5 builders

open
nobody
ksoap (16)
5
2006-01-02
2006-01-02
Joe Bowbeer
No

See Bug 1395639

build.xml should use javac target="1.2".

See
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4834015

And
http://developer.berlios.de/bugs/?func=detailbug&bug_id=2346&group_id=1246

Quoting from the bug report:

"The only solution is to ensure that everyone always
uses compilation tools that conform to the semantics
specified in the second edition of the JLS. This means
using J2SE 1.4 or later, WTK 2.0 final or later, or
specifying -target 1.2 if earlier versions of J2SE are
used."

Patch attached.

Discussion

  • Joe Bowbeer

    Joe Bowbeer - 2006-01-02

    build.xml patch

     
  • James Seigel

    James Seigel - 2006-01-24

    Logged In: YES
    user_id=1282699

    Thank you. I will include this in the next version of the
    build file for j2se builds, if you could do me a favour and
    repost this bug/feature over at ksoap2.sf.net

    Cheers
    James.

     
  • Joe Bowbeer

    Joe Bowbeer - 2006-01-26

    Logged In: YES
    user_id=1010015

    Done: kSOAP2 Bug #1415810

     
  • James Seigel

    James Seigel - 2006-01-27

    Logged In: YES
    user_id=1282699

    Thank you!

    Cheers
    James.

     

Log in to post a comment.