Skip to content

Won't compile #15

@ragnarwestad

Description

@ragnarwestad

Hi,
I tried to do "mvn install" on the Java back-end but it would not compile because
GifDecoder.java has a wrong package spec:

package net.exent.flywithme.server.util.gif.GifDecoder;

Changed it to

package net.exent.flywithme.util.gif.GifDecoder;

pluss corresponding package reference in NoaaProxy.java and the project built successfully

Regards
Ragnar

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions