Brewery

Brewery

101k Downloads

Can't build without ManagerXL

Hummer12007 opened this issue ยท 5 comments

commented

When I try to build the project, it gives the error: [ERROR] /Users/MacBook/src/Brewery/src/com/dre/brewery/BPlayer.java:[298,54] package com.dre.managerxl does not exist, so ManagerXL is a dependency, despite the fact that it is only used once, and only if ManagerXL is installed, maybe you could somehow make it optional?

commented

If you use Maven it should now work.

commented

I use Maven (build id with target mvn compile), but it doesn't even try to download the package.

commented

It works for me on a new computer, try a maven clean.

commented

Ok, nice :)

commented

Worked for me too, I've just forgot to fetch new commits.