Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Something is missing from the build instructions, or build is broken? #226

Closed
prozacgod opened this issue Jan 29, 2015 · 2 comments
Closed

Comments

@prozacgod
Copy link

http://pastebin.com/6D8V3LGw

:OpenModsLib:javadoc
/home/prozacgod/Workspace/mc/OpenPeripheral/OpenModsLib/src/main/java/openmods/integration/modules/BuildCraftPipes.java:11: error: package buildcraft.api.transport does not exist
import buildcraft.api.transport.IPipeTile;
                               ^
/home/prozacgod/Workspace/mc/OpenPeripheral/OpenModsLib/src/main/java/openmods/inventory/legacy/ItemDistribution.java:137: error: @param name not found
     * @param target
              ^
/home/prozacgod/Workspace/mc/OpenPeripheral/OpenModsLib/src/main/java/openmods/inventory/legacy/ItemDistribution.java:146: warning: no description for @param
     * @param doMove
       ^

Starts there, bunch of things mentioned in that build log.

My environment my also be naive, I'm very new to Java - (developer in a multitude of other languages.)

@boq boq closed this as completed in efcf3f9 Jan 29, 2015
@boq
Copy link
Member

boq commented Jan 29, 2015

Something in your environment decided to fail on Javadoc error. This problem didn't occur on our build server or in local dev.

I'm not sure if setting explicitly this flag with this commit will work, but I can always try.

boq added a commit that referenced this issue Jan 30, 2015
@boq
Copy link
Member

boq commented Jan 30, 2015

Ok, so it was Java 8 problem (javadoc is suddenly much more restrictive). Should work now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants