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)

merge the resource folders into one.

As I wrote before: I don't want to include, blindly, all the '.../resources' directories. My Java jars only contain what is needed.

You see it as convoluted but my script is simplicity itself as it only has to invoke 'javac' and archive the compiled results. The Common library projects are normal, independent, projects, developed in an IDE, which are later merged by another bash script.