Search:

Type: Posts; User: dark ares

Search: Search took 0.11 seconds.

  1. Replies
    2
    Views
    1,203

    Re: Including images and font

    Ok so I changed the prepare task in the build.xml like this:

    <target name="prepare" depends="clean">
    <mkdir dir="${build.dir}" />
    <mkdir dir="${build.dir}/jork/thegame/resources" />...
  2. Replies
    2
    Views
    1,203

    Including images and font

    Hello. I'm trying to include some resources (images and fonts) in my project. As of now is works if I run the project from Eclipse or if I export a runnable jar via Eclipse (all files in one jar)....
Results 1 to 2 of 2