Xenoage / Zong

Zong! Music Notation
GNU Affero General Public License v3.0
29 stars 12 forks source link

Build failed when checking out master #2

Closed bneumann closed 8 years ago

bneumann commented 8 years ago

Hi there,

I tried to build the gradle task "player" on the master branch but somehow it looks like a namespace is missing (maybe not checked in?)

:core:compileJavawarning: [options] bootstrap class path not set in conjunction with -source 1.6 D:\Projekte\Zong\core\src\com\xenoage\zong\Voc.java:3: error: package com.xenoage.utils.lang does not exist import com.xenoage.utils.lang.VocID;

Xenoage commented 8 years ago

Did you also clone the Xenoage Utils submodule? ( git submodule update ) See https://xenoage.atlassian.net/wiki/display/ZONG/Download

Am 27.12.2015 um 15:50 schrieb Benjamin Neumann:

Hi there,

I tried to build the gradle task "player" on the master branch but somehow it looks like a namespace is missing (maybe not checked in?)

|:core:compileJavawarning: [options] bootstrap class path not set in conjunction with -source 16 D:\Projekte\Zong\core\src\com\xenoage\zong\Vocjava:3: error: package comxenoageutilslang does not exist import comxenoageutilslangVocID;|

— Reply to this email directly or view it on GitHub https://github.com/Xenoage/Zong/issues/2.

bneumann commented 8 years ago

Sorry was missing that part. Works fine now