Results 1 to 3 of 3

Thread: Building SWF from Eclipse

  1. #1
    Join Date
    Dec 2004
    Location
    CA
    Posts
    208

    Default Building SWF from Eclipse

    Greetings!

    I am getting the following warnings when building SWF from eclipse:

    The serializable class CustomAttributeMapper does not declare a static final serialVersionUID field of type long
    A number of classes generate the warning not just 'CustoomAttributeMapper'.

    In addition I am getting the following warning:
    [resolve.conf] WARNING: problem while setting JAXP validating property on SAXParser... XML validation will not be done: Property: http://java.sun.com/xml/jaxp/properties/schemaLanguage
    I have for example, disabled the warning of serialVersionUID in eclipse. Going to preferencds -> java -> compiler -> Errors/Warning. Yet I still get the warnings. Any suggestions?

    However, building from the command line does not produce any errorrs.

    _Curtney
    Curtney Jacobs

  2. #2
    Join Date
    Oct 2005
    Posts
    6

    Default

    Hey,
    this is not very nice but if you use java 1.5 you could put
    @SuppressWarnings("serial")
    in you classes.
    I don't know if it helps.

    Beaver

  3. #3
    Join Date
    Dec 2004
    Location
    CA
    Posts
    208

    Default

    Unfortunately, they are not my own classes. I am building the SWF code.


    _Curtney
    Curtney Jacobs

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •