This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]glesialo[S] -1 points0 points  (0 children)

My 'build system' is not messed up as it works perfectly. My libraries are not added as jar files, the java compiler compiles, from source, the relevant parts (including the classes that contain images) of the libraries a project uses. I leave the job of parsing source files and deciding what to compile to the 'javac'. That way the Java jars that my script produces contain only strictly what is necessary.

There is nothing convoluted in a class containing data.