On Thu, Jan 17, 2013 at 11:31 PM, Erik de Bruin <e...@ixsoftware.nl> wrote:
> On the 'missing commons-io.jar in compiler.jx': since the project is
> dependent on the 'main' compiler, and the build for that downloads
> that jar, I figured we'd use that instead of having our build download
> it again. But you're right, this is not documented (yet?), so your way
> might make it easier for future devs to get up and running.

Yes .. you are right. At the moment the same jars needs to be
downloaded in each project. But as long there are only a few
dependencies (jars) I think we are fine with the current solution. As
soon there are more and larger artifacts we could add one caching
folder for all the projects... or maybe use something like gradle
which has a built-in caching and dependency management.

> I thought I fixed the output folder issue yesterday (choosing
> 'bin-debug' instead of 'classes', but what's in a name), that
> apparently didn't work?

I think you forgot to commit the .classpath file. I saw only the
commit of the bin-debug svn ignore pattern. I changed it now to
classes. Hope that's ok for you.

Cyrill

Reply via email to