I forgot to include the URL that documents the problem (which you helpfully shared with me) and the solution:
https://github.com/SWI-Prolog/issues/issues/1 On Tue, May 27, 2014 at 10:54 AM, Jesse Alama <[email protected]> wrote: > Hi Kelvin, > > A solution has been proposed upstream. Are you able to see whether > the change works for you? It involves a bit of hacking. If you're > comfortable with that, give it a try and let me know if this works; > otherwise, I'd be happy to try. > > Jesse > > On Fri, May 2, 2014 at 10:54 PM, Alexander Hansen > <[email protected]> wrote: >> On 5/2/14, 1:17 PM, Kelvin Chung wrote: >>> >>> swi-prolog (6.6.5-1) is appearing to fail to build on 10.9.2. I >>> suspect that it's because I have Java 8 installed, and Java 8 strictly >>> enforces Javadoc comments styles. The error below seems like this is >>> the case. >>> >>> Any assistance would be appreciated. >>> >>> "jar" cf ../../jpl.jar jpl/Atom.class jpl/Compound.class >>> jpl/Float.class jpl/Integer.class jpl/JRef.class >>> jpl/JPLException.class jpl/JPL.class jpl/PrologException.class >>> jpl/Query.class jpl/Term.class jpl/Util.class jpl/Variable.class >>> jpl/Version.class jpl/fli/atom_t.class jpl/fli/BooleanHolder.class >>> jpl/fli/DoubleHolder.class jpl/fli/engine_t.class jpl/fli/fid_t.class >>> jpl/fli/functor_t.class jpl/fli/IntHolder.class >>> jpl/fli/Int64Holder.class jpl/fli/LongHolder.class >>> jpl/fli/module_t.class jpl/fli/ObjectHolder.class >>> jpl/fli/PointerHolder.class jpl/fli/predicate_t.class >>> jpl/fli/Prolog.class jpl/fli/qid_t.class jpl/fli/StringHolder.class >>> jpl/fli/term_t.class >>> jpl/fli/atom_t.java:38: error: block element not allowed within inline >>> element <i>: p >>> * Copyright (C) 1998 Fred Dushin<p> >>> ^ >>> jpl/fli/atom_t.java:43: error: tag not allowed here: <p> >>> * of the License, or (at your option) any later version.<p> >>> ^ >>> jpl/fli/atom_t.java:48: error: tag not allowed here: <p> >>> * GNU Library Public License for more details.<p> >>> ^ >>> jpl/fli/atom_t.java:50: error: malformed HTML >>> * @author Fred Dushin <[email protected]> >>> ^ >>> jpl/fli/atom_t.java:50: error: bad use of '>' >>> * @author Fred Dushin <[email protected]> >>> ^ >>> Generating ../../docs/java_api/javadoc/jpl/fli/BooleanHolder.html... >>> jpl/fli/BooleanHolder.java:37: error: block element not allowed within >>> inline element <i>: p >>> * Copyright (C) 1998 Fred Dushin<p> >>> ^ >>> jpl/fli/BooleanHolder.java:42: error: tag not allowed here: <p> >>> * of the License, or (at your option) any later version.<p> >>> ^ >>> jpl/fli/BooleanHolder.java:47: error: tag not allowed here: <p> >>> * GNU Library Public License for more details.<p> >>> ^ >>> jpl/fli/BooleanHolder.java:49: error: malformed HTML >>> * @author Fred Dushin <[email protected]> >>> ^ >>> jpl/fli/BooleanHolder.java:49: error: bad use of '>' >>> * @author Fred Dushin <[email protected]> >>> ^ >>> Generating ../../docs/java_api/javadoc/jpl/fli/DoubleHolder.html... >>> jpl/fli/DoubleHolder.java:37: error: block element not allowed within >>> inline element <i>: p >>> * Copyright (C) 1998 Fred Dushin<p> >>> ^ >>> jpl/fli/DoubleHolder.java:42: error: tag not allowed here: <p> >>> * of the License, or (at your option) any later version.<p> >>> ^ >>> jpl/fli/DoubleHolder.java:47: error: tag not allowed here: <p> >>> * GNU Library Public License for more details.<p> >>> ^ >>> jpl/fli/DoubleHolder.java:49: error: malformed HTML >>> * @author Fred Dushin <[email protected]> >>> ^ >>> jpl/fli/DoubleHolder.java:49: error: bad use of '>' >>> * @author Fred Dushin <[email protected]> >>> ^ >>> Generating ../../docs/java_api/javadoc/jpl/fli/engine_t.html... >>> jpl/fli/engine_t.java:35: error: block element not allowed within >>> inline element <i>: p >>> * Copyright (C) 1998 Fred Dushin<p> >>> ^ >>> jpl/fli/engine_t.java:40: error: tag not allowed here: <p> >>> * of the License, or (at your option) any later version.<p> >>> ^ >>> jpl/fli/engine_t.java:45: error: tag not allowed here: <p> >>> * GNU Library Public License for more details.<p> >>> ^ >>> jpl/fli/engine_t.java:47: error: malformed HTML >>> * @author Fred Dushin <[email protected]> >>> ^ >>> jpl/fli/engine_t.java:47: error: bad use of '>' >>> * @author Fred Dushin <[email protected]> >>> ^ >>> Generating ../../docs/java_api/javadoc/jpl/fli/fid_t.html... >>> jpl/fli/fid_t.java:37: error: block element not allowed within inline >>> element <i>: p >>> * Copyright (C) 1998 Fred Dushin<p> >>> ^ >>> jpl/fli/fid_t.java:42: error: tag not allowed here: <p> >>> * of the License, or (at your option) any later version.<p> >>> ^ >>> jpl/fli/fid_t.java:47: error: tag not allowed here: <p> >>> * GNU Library Public License for more details.<p> >>> ^ >>> jpl/fli/fid_t.java:49: error: malformed HTML >>> * @author Fred Dushin <[email protected]> >>> ^ >>> jpl/fli/fid_t.java:49: error: bad use of '>' >>> * @author Fred Dushin <[email protected]> >>> ^ >>> Generating ../../docs/java_api/javadoc/jpl/fli/functor_t.html... >>> jpl/fli/functor_t.java:38: error: block element not allowed within >>> inline element <i>: p >>> * Copyright (C) 1998 Fred Dushin<p> >>> ^ >>> jpl/fli/functor_t.java:43: error: tag not allowed here: <p> >>> * of the License, or (at your option) any later version.<p> >>> ^ >>> jpl/fli/functor_t.java:48: error: tag not allowed here: <p> >>> * GNU Library Public License for more details.<p> >>> ^ >>> jpl/fli/functor_t.java:50: error: malformed HTML >>> * @author Fred Dushin <[email protected]> >>> ^ >>> jpl/fli/functor_t.java:50: error: bad use of '>' >>> * @author Fred Dushin <[email protected]> >>> ^ >>> Generating ../../docs/java_api/javadoc/jpl/fli/Int64Holder.html... >>> jpl/fli/Int64Holder.java:11: error: block element not allowed within >>> inline element <i>: p >>> * Copyright (C) 2005 Paul Singleton<p> >>> ^ >>> jpl/fli/Int64Holder.java:16: error: tag not allowed here: <p> >>> * of the License, or (at your option) any later version.<p> >>> ^ >>> jpl/fli/Int64Holder.java:21: error: tag not allowed here: <p> >>> * GNU Library Public License for more details.<p> >>> ^ >>> jpl/fli/Int64Holder.java:23: error: malformed HTML >>> * @author Paul Singleton <[email protected]> >>> ^ >>> jpl/fli/Int64Holder.java:23: error: bad use of '>' >>> * @author Paul Singleton <[email protected]> >>> ^ >>> Generating ../../docs/java_api/javadoc/jpl/fli/IntHolder.html... >>> jpl/fli/IntHolder.java:37: error: block element not allowed within >>> inline element <i>: p >>> * Copyright (C) 1998 Fred Dushin<p> >>> ^ >>> jpl/fli/IntHolder.java:42: error: tag not allowed here: <p> >>> * of the License, or (at your option) any later version.<p> >>> ^ >>> jpl/fli/IntHolder.java:47: error: tag not allowed here: <p> >>> * GNU Library Public License for more details.<p> >>> ^ >>> jpl/fli/IntHolder.java:49: error: malformed HTML >>> * @author Fred Dushin <[email protected]> >>> ^ >>> jpl/fli/IntHolder.java:49: error: bad use of '>' >>> * @author Fred Dushin <[email protected]> >>> ^ >>> Generating ../../docs/java_api/javadoc/jpl/fli/LongHolder.html... >>> jpl/fli/LongHolder.java:35: error: block element not allowed within >>> inline element <i>: p >>> * Copyright (C) 1998 Fred Dushin<p> >>> ^ >>> jpl/fli/LongHolder.java:40: error: tag not allowed here: <p> >>> * of the License, or (at your option) any later version.<p> >>> ^ >>> jpl/fli/LongHolder.java:45: error: tag not allowed here: <p> >>> * GNU Library Public License for more details.<p> >>> ^ >>> jpl/fli/LongHolder.java:47: error: malformed HTML >>> * @author Fred Dushin <[email protected]> >>> ^ >>> jpl/fli/LongHolder.java:47: error: bad use of '>' >>> * @author Fred Dushin <[email protected]> >>> ^ >>> Generating ../../docs/java_api/javadoc/jpl/fli/module_t.html... >>> jpl/fli/module_t.java:38: error: block element not allowed within >>> inline element <i>: p >>> * Copyright (C) 1998 Fred Dushin<p> >>> ^ >>> jpl/fli/module_t.java:43: error: tag not allowed here: <p> >>> * of the License, or (at your option) any later version.<p> >>> ^ >>> jpl/fli/module_t.java:48: error: tag not allowed here: <p> >>> * GNU Library Public License for more details.<p> >>> ^ >>> jpl/fli/module_t.java:50: error: malformed HTML >>> * @author Fred Dushin <[email protected]> >>> ^ >>> jpl/fli/module_t.java:50: error: bad use of '>' >>> * @author Fred Dushin <[email protected]> >>> ^ >>> Generating ../../docs/java_api/javadoc/jpl/fli/ObjectHolder.html... >>> jpl/fli/ObjectHolder.java:37: error: block element not allowed within >>> inline element <i>: p >>> * Copyright (C) 1998 Fred Dushin<p> >>> ^ >>> jpl/fli/ObjectHolder.java:42: error: tag not allowed here: <p> >>> * of the License, or (at your option) any later version.<p> >>> ^ >>> jpl/fli/ObjectHolder.java:47: error: tag not allowed here: <p> >>> * GNU Library Public License for more details.<p> >>> ^ >>> jpl/fli/ObjectHolder.java:49: error: malformed HTML >>> * @author Fred Dushin <[email protected]> >>> ^ >>> jpl/fli/ObjectHolder.java:49: error: bad use of '>' >>> * @author Fred Dushin <[email protected]> >>> ^ >>> make[3]: Leaving directory >>> `/sw/src/fink.build/swi-prolog-6.6.5-1/pl-6.6.5/packages/jpl/src/java' >>> echo "Compiling Java examples" >>> Generating ../../docs/java_api/javadoc/jpl/fli/PointerHolder.html... >>> Compiling Java examples >>> for d in Exceptions Exceptions2 Family FamilyMT Test Test2 Time >>> Versions Zahed SemWeb; do \ >>> if [ ! -f examples/java/$d/$d.class ]; then \ >>> echo $d; \ >>> (cd examples/java/$d && "javac" -source 1.4 -target 1.4 >>> -classpath "../../../jpl.jar" $d.java); \ >>> fi; \ >>> jpl/fli/PointerHolder.java:39: error: block element not allowed within >>> inline element <i>: p >>> * Copyright (C) 1998 Fred Dushin<p> >>> ^ >>> done >>> jpl/fli/PointerHolder.java:44: error: tag not allowed here: <p> >>> * of the License, or (at your option) any later version.<p> >>> ^ >>> jpl/fli/PointerHolder.java:49: error: tag not allowed here: <p> >>> * GNU Library Public License for more details.<p> >>> ^ >>> jpl/fli/PointerHolder.java:51: error: malformed HTML >>> * @author Fred Dushin <[email protected]> >>> ^ >>> jpl/fli/PointerHolder.java:51: error: bad use of '>' >>> * @author Fred Dushin <[email protected]> >>> ^ >>> Exceptions >>> Generating ../../docs/java_api/javadoc/jpl/fli/predicate_t.html... >>> jpl/fli/predicate_t.java:38: error: block element not allowed within >>> inline element <i>: p >>> * Copyright (C) 1998 Fred Dushin<p> >>> ^ >>> jpl/fli/predicate_t.java:43: error: tag not allowed here: <p> >>> * of the License, or (at your option) any later version.<p> >>> ^ >>> jpl/fli/predicate_t.java:48: error: tag not allowed here: <p> >>> * GNU Library Public License for more details.<p> >>> ^ >>> jpl/fli/predicate_t.java:50: error: malformed HTML >>> * @author Fred Dushin <[email protected]> >>> ^ >>> jpl/fli/predicate_t.java:50: error: bad use of '>' >>> * @author Fred Dushin <[email protected]> >>> ^ >>> Generating ../../docs/java_api/javadoc/jpl/fli/Prolog.html... >>> jpl/fli/Prolog.java:42: warning: empty <p> tag >>> * of these methods, and observe the following:<p> >>> ^ >>> jpl/fli/Prolog.java:67: error: block element not allowed within inline >>> element <i>: p >>> * Copyright (C) 1998 Fred Dushin<p> >>> ^ >>> jpl/fli/Prolog.java:72: error: tag not allowed here: <p> >>> * of the License, or (at your option) any later version.<p> >>> ^ >>> jpl/fli/Prolog.java:77: error: tag not allowed here: <p> >>> * GNU Library Public License for more details.<p> >>> ^ >>> jpl/fli/Prolog.java:79: error: malformed HTML >>> * @author Fred Dushin <[email protected]> >>> ^ >>> jpl/fli/Prolog.java:79: error: bad use of '>' >>> * @author Fred Dushin <[email protected]> >>> ^ >>> Generating ../../docs/java_api/javadoc/jpl/fli/qid_t.html... >>> jpl/fli/qid_t.java:37: error: block element not allowed within inline >>> element <i>: p >>> * Copyright (C) 1998 Fred Dushin<p> >>> ^ >>> jpl/fli/qid_t.java:42: error: tag not allowed here: <p> >>> * of the License, or (at your option) any later version.<p> >>> ^ >>> jpl/fli/qid_t.java:47: error: tag not allowed here: <p> >>> * GNU Library Public License for more details.<p> >>> ^ >>> jpl/fli/qid_t.java:49: error: malformed HTML >>> * @author Fred Dushin <[email protected]> >>> ^ >>> jpl/fli/qid_t.java:49: error: bad use of '>' >>> * @author Fred Dushin <[email protected]> >>> ^ >>> Generating ../../docs/java_api/javadoc/jpl/fli/StringHolder.html... >>> jpl/fli/StringHolder.java:37: error: block element not allowed within >>> inline element <i>: p >>> * Copyright (C) 1998 Fred Dushin<p> >>> ^ >>> jpl/fli/StringHolder.java:42: error: tag not allowed here: <p> >>> * of the License, or (at your option) any later version.<p> >>> ^ >>> jpl/fli/StringHolder.java:47: error: tag not allowed here: <p> >>> * GNU Library Public License for more details.<p> >>> ^ >>> jpl/fli/StringHolder.java:49: error: malformed HTML >>> * @author Fred Dushin <[email protected]> >>> ^ >>> jpl/fli/StringHolder.java:49: error: bad use of '>' >>> * @author Fred Dushin <[email protected]> >>> ^ >>> Generating ../../docs/java_api/javadoc/jpl/fli/term_t.html... >>> jpl/fli/term_t.java:84: warning: no @return >>> toString( int n, term_t term0 ) >>> ^ >>> jpl/fli/term_t.java:40: error: block element not allowed within inline >>> element <i>: p >>> * Copyright (C) 1998 Fred Dushin<p> >>> ^ >>> jpl/fli/term_t.java:45: error: tag not allowed here: <p> >>> * of the License, or (at your option) any later version.<p> >>> ^ >>> jpl/fli/term_t.java:50: error: tag not allowed here: <p> >>> * GNU Library Public License for more details.<p> >>> ^ >>> jpl/fli/term_t.java:52: error: malformed HTML >>> * @author Fred Dushin <[email protected]> >>> ^ >>> jpl/fli/term_t.java:52: error: bad use of '>' >>> * @author Fred Dushin <[email protected]> >>> ^ >>> Generating ../../docs/java_api/javadoc/jpl/Atom.html... >>> jpl/Compound.java:327: warning: no @param for i >>> public final Term arg0(int i) { >>> ^ >>> jpl/Term.java:93: warning: no @param for ano >>> public abstract Term arg(int ano); >>> ^ >>> jpl/Term.java:110: warning: no @param for name >>> public abstract boolean hasFunctor(String name, int arity); >>> ^ >>> jpl/Term.java:110: warning: no @param for arity >>> public abstract boolean hasFunctor(String name, int arity); >>> ^ >>> jpl/Term.java:118: warning: no @param for value >>> public abstract boolean hasFunctor(int value, int arity); >>> ^ >>> jpl/Term.java:118: warning: no @param for arity >>> public abstract boolean hasFunctor(int value, int arity); >>> ^ >>> jpl/Term.java:125: warning: no @param for value >>> public abstract boolean hasFunctor(double value, int arity); >>> ^ >>> jpl/Term.java:125: warning: no @param for arity >>> public abstract boolean hasFunctor(double value, int arity); >>> ^ >>> jpl/Term.java:308: warning: no @param for obj >>> public static Term objectToJRef(Object obj) { >>> ^ >>> jpl/Term.java:308: warning: no @return >>> public static Term objectToJRef(Object obj) { >>> ^ >>> jpl/Term.java:355: warning: no description for @throws >>> * @throws JPLException >>> ^ >>> jpl/Term.java:370: warning: no description for @throws >>> * @throws JPLException >>> ^ >>> jpl/Term.java:407: warning: no @param for arg >>> public static String debugString(Term arg[]) { >>> ^ >>> jpl/Atom.java:47: error: block element not allowed within inline element >>> <i>: p >>> * Copyright (C) 2004 Paul Singleton<p> >>> ^ >>> jpl/Atom.java:48: error: tag not allowed here: <p> >>> * Copyright (C) 1998 Fred Dushin<p> >>> ^ >>> jpl/Atom.java:53: error: tag not allowed here: <p> >>> * of the License, or (at your option) any later version.<p> >>> ^ >>> jpl/Atom.java:58: error: tag not allowed here: <p> >>> * GNU Library Public License for more details.<p> >>> ^ >>> jpl/Atom.java:60: error: malformed HTML >>> * @author Fred Dushin <[email protected]> >>> ^ >>> jpl/Atom.java:60: error: bad use of '>' >>> * @author Fred Dushin <[email protected]> >>> ^ >>> Generating ../../docs/java_api/javadoc/jpl/Compound.html... >>> jpl/Compound.java:62: error: block element not allowed within inline >>> element <i>: p >>> * Copyright (C) 2004 Paul Singleton<p> >>> ^ >>> jpl/Compound.java:63: error: tag not allowed here: <p> >>> * Copyright (C) 1998 Fred Dushin<p> >>> ^ >>> jpl/Compound.java:68: error: tag not allowed here: <p> >>> * of the License, or (at your option) any later version.<p> >>> ^ >>> jpl/Compound.java:73: error: tag not allowed here: <p> >>> * GNU Library Public License for more details.<p> >>> ^ >>> jpl/Compound.java:75: error: malformed HTML >>> * @author Fred Dushin <[email protected]> >>> ^ >>> jpl/Compound.java:75: error: bad use of '>' >>> * @author Fred Dushin <[email protected]> >>> ^ >>> Generating ../../docs/java_api/javadoc/jpl/Float.html... >>> jpl/Float.java:48: error: block element not allowed within inline >>> element <i>: p >>> * Copyright (C) 2004 Paul Singleton<p> >>> ^ >>> jpl/Float.java:49: error: tag not allowed here: <p> >>> * Copyright (C) 1998 Fred Dushin<p> >>> ^ >>> jpl/Float.java:54: error: tag not allowed here: <p> >>> * of the License, or (at your option) any later version.<p> >>> ^ >>> Generating ../../docs/java_api/javadoc/jpl/Integer.html... >>> Generating ../../docs/java_api/javadoc/jpl/JPL.html... >>> jpl/JPL.java:176: warning: no @return >>> public static boolean init(String[] args) { >>> ^ >>> jpl/JPL.java:185: warning: no @return >>> public static boolean init() { >>> ^ >>> jpl/JPL.java:193: warning: no @param for s >>> public static boolean isTag(String s) { >>> ^ >>> jpl/JPL.java:193: warning: no @return >>> public static boolean isTag(String s) { >>> ^ >>> jpl/JPL.java:201: warning: no @param for obj >>> public static Term newJRef(Object obj) { >>> ^ >>> jpl/JPL.java:201: warning: no @return >>> public static Term newJRef(Object obj) { >>> ^ >>> Generating ../../docs/java_api/javadoc/jpl/JPLException.html... >>> Generating ../../docs/java_api/javadoc/jpl/JRef.html... >>> Generating ../../docs/java_api/javadoc/jpl/PrologException.html... >>> Generating ../../docs/java_api/javadoc/jpl/Query.html... >>> jpl/Query.java:501: warning: empty <p> tag >>> * </pre><p> >>> ^ >>> jpl/Query.java:547: warning: empty <p> tag >>> * which is consistent with the Term type being just a concrete >>> syntax >>> for terms (and hence queries).<p> >>> >>> ^ >>> jpl/Query.java:619: warning: empty <p> tag >>> * which is consistent with the Term type being just a concrete >>> syntax >>> for terms (and hence queries).<p> >>> >>> ^ >>> jpl/Query.java:621: warning: no @param for n >>> public synchronized final Hashtable[] nSolutions(long n) { >>> ^ >>> jpl/Query.java:644: warning: no @param for n >>> public static final Hashtable[] nSolutions(Term goal, long n) { >>> ^ >>> jpl/Query.java:644: warning: no @return >>> public static final Hashtable[] nSolutions(Term goal, long n) { >>> ^ >>> jpl/Query.java:655: warning: no @param for n >>> public static final Hashtable[] nSolutions(String text, long n) { >>> ^ >>> jpl/Query.java:655: warning: no @return >>> public static final Hashtable[] nSolutions(String text, long n) { >>> ^ >>> jpl/Query.java:672: warning: no @param for n >>> public static final Hashtable[] nSolutions(String text, Term[] >>> params, >>> long n) { >>> ^ >>> jpl/Query.java:672: warning: no @return >>> public static final Hashtable[] nSolutions(String text, Term[] >>> params, >>> long n) { >>> ^ >>> jpl/Query.java:681: warning: empty <p> tag >>> * If the return value is null, this means that the Query has no >>> solutions.<p> >>> >>> ^ >>> jpl/Query.java:705: warning: no @return >>> public static final Hashtable oneSolution(Term goal) { >>> ^ >>> jpl/Query.java:715: warning: no @return >>> public static final Hashtable oneSolution(String text) { >>> ^ >>> jpl/Query.java:732: warning: no @return >>> public static final Hashtable oneSolution(String text, Term[] >>> params) { >>> ^ >>> jpl/Query.java:769: warning: no @return >>> public static final boolean hasSolution(Term goal) { >>> ^ >>> jpl/Query.java:779: warning: no @return >>> public static final boolean hasSolution(String text) { >>> ^ >>> jpl/Query.java:795: warning: no @return >>> public static final boolean hasSolution(String text, Term[] >>> params) { >>> ^ >>> jpl/Query.java:167: warning: attribute obsolete, use CSS instead: face >>> * <font face="monospace">new Query(new >>> Compound(name,args))</font>, >>> ^ >>> Generating ../../docs/java_api/javadoc/jpl/Term.html... >>> Generating ../../docs/java_api/javadoc/jpl/Util.html... >>> jpl/Util.java:183: warning: no @param for params >>> public static Term textParamsToTerm(String text, Term[] params) { >>> ^ >>> jpl/Util.java:242: warning: no description for @throws >>> * @throws JPLException >>> ^ >>> jpl/Util.java:245: warning: no @param for t >>> public static Term[] listToTermArray(Term t) { >>> ^ >>> Generating ../../docs/java_api/javadoc/jpl/Variable.html... >>> jpl/Variable.java:103: warning: no description for @throws >>> * @throws JPLException >>> ^ >>> Generating ../../docs/java_api/javadoc/overview-frame.html... >>> Generating ../../docs/java_api/javadoc/jpl/package-frame.html... >>> Generating ../../docs/java_api/javadoc/jpl/package-summary.html... >>> Generating ../../docs/java_api/javadoc/jpl/package-tree.html... >>> Generating ../../docs/java_api/javadoc/jpl/fli/package-frame.html... >>> Generating ../../docs/java_api/javadoc/jpl/fli/package-summary.html... >>> Generating ../../docs/java_api/javadoc/jpl/fli/package-tree.html... >>> Generating ../../docs/java_api/javadoc/constant-values.html... >>> Generating ../../docs/java_api/javadoc/serialized-form.html... >>> Building index for all the packages and classes... >>> Generating ../../docs/java_api/javadoc/overview-tree.html... >>> Generating ../../docs/java_api/javadoc/index-all.html... >>> Generating ../../docs/java_api/javadoc/deprecated-list.html... >>> Building index for all classes... >>> Generating ../../docs/java_api/javadoc/allclasses-frame.html... >>> Generating ../../docs/java_api/javadoc/allclasses-noframe.html... >>> Generating ../../docs/java_api/javadoc/index.html... >>> Generating ../../docs/java_api/javadoc/overview-summary.html... >>> Generating ../../docs/java_api/javadoc/help-doc.html... >>> 100 errors >>> 43 warnings >>> make[3]: *** [../../docs/java_api/javadoc] Error 1 >>> make[3]: Leaving directory >>> `/sw/src/fink.build/swi-prolog-6.6.5-1/pl-6.6.5/packages/jpl/src/java' >>> make[2]: *** [jpl_doc] Error 2 >>> make[2]: *** Waiting for unfinished jobs.... >>> warning: [options] bootstrap class path not set in conjunction with >>> -source 1.4 >>> warning: [options] source value 1.4 is obsolete and will be removed in >>> a future release >>> warning: [options] target value 1.4 is obsolete and will be removed in >>> a future release >>> warning: [options] To suppress warnings about obsolete options, use >>> -Xlint:-options. >>> 4 warnings >>> Exceptions2 >>> warning: [options] bootstrap class path not set in conjunction with >>> -source 1.4 >>> warning: [options] source value 1.4 is obsolete and will be removed in >>> a future release >>> warning: [options] target value 1.4 is obsolete and will be removed in >>> a future release >>> warning: [options] To suppress warnings about obsolete options, use >>> -Xlint:-options. >>> 4 warnings >>> Family >>> warning: [options] bootstrap class path not set in conjunction with >>> -source 1.4 >>> warning: [options] source value 1.4 is obsolete and will be removed in >>> a future release >>> warning: [options] target value 1.4 is obsolete and will be removed in >>> a future release >>> warning: [options] To suppress warnings about obsolete options, use >>> -Xlint:-options. >>> 4 warnings >>> FamilyMT >>> warning: [options] bootstrap class path not set in conjunction with >>> -source 1.4 >>> warning: [options] source value 1.4 is obsolete and will be removed in >>> a future release >>> warning: [options] target value 1.4 is obsolete and will be removed in >>> a future release >>> warning: [options] To suppress warnings about obsolete options, use >>> -Xlint:-options. >>> 4 warnings >>> Test >>> warning: [options] bootstrap class path not set in conjunction with >>> -source 1.4 >>> warning: [options] source value 1.4 is obsolete and will be removed in >>> a future release >>> warning: [options] target value 1.4 is obsolete and will be removed in >>> a future release >>> warning: [options] To suppress warnings about obsolete options, use >>> -Xlint:-options. >>> 4 warnings >>> Test2 >>> warning: [options] bootstrap class path not set in conjunction with >>> -source 1.4 >>> warning: [options] source value 1.4 is obsolete and will be removed in >>> a future release >>> warning: [options] target value 1.4 is obsolete and will be removed in >>> a future release >>> warning: [options] To suppress warnings about obsolete options, use >>> -Xlint:-options. >>> 4 warnings >>> Time >>> warning: [options] bootstrap class path not set in conjunction with >>> -source 1.4 >>> warning: [options] source value 1.4 is obsolete and will be removed in >>> a future release >>> warning: [options] target value 1.4 is obsolete and will be removed in >>> a future release >>> warning: [options] To suppress warnings about obsolete options, use >>> -Xlint:-options. >>> 4 warnings >>> Versions >>> warning: [options] bootstrap class path not set in conjunction with >>> -source 1.4 >>> warning: [options] source value 1.4 is obsolete and will be removed in >>> a future release >>> warning: [options] target value 1.4 is obsolete and will be removed in >>> a future release >>> warning: [options] To suppress warnings about obsolete options, use >>> -Xlint:-options. >>> 4 warnings >>> Zahed >>> warning: [options] bootstrap class path not set in conjunction with >>> -source 1.4 >>> warning: [options] source value 1.4 is obsolete and will be removed in >>> a future release >>> warning: [options] target value 1.4 is obsolete and will be removed in >>> a future release >>> warning: [options] To suppress warnings about obsolete options, use >>> -Xlint:-options. >>> 4 warnings >>> SemWeb >>> warning: [options] bootstrap class path not set in conjunction with >>> -source 1.4 >>> warning: [options] source value 1.4 is obsolete and will be removed in >>> a future release >>> warning: [options] target value 1.4 is obsolete and will be removed in >>> a future release >>> warning: [options] To suppress warnings about obsolete options, use >>> -Xlint:-options. >>> 4 warnings >>> make[2]: Leaving directory >>> `/sw/src/fink.build/swi-prolog-6.6.5-1/pl-6.6.5/packages/jpl' >>> make[1]: *** [objects] Error 1 >>> make[1]: Leaving directory >>> `/sw/src/fink.build/swi-prolog-6.6.5-1/pl-6.6.5/packages' >>> make: *** [packages] Error 2 >>> ### execution of /tmp/fink.cfbbh failed, exit code 2 >>> ### execution of /tmp/fink.ApadR failed, exit code 2 >>> >>> >>> >> >> It does indeed seem like that is the case. It builds OK for me using Java >> 7. I've cc'ed the maintainer. >> >> >> -- >> Alexander Hansen, Ph.D. >> Fink User Liaison >> My package updates: http://finkakh.wordpress.com/ ------------------------------------------------------------------------------ The best possible search technologies are now affordable for all companies. Download your FREE open source Enterprise Search Engine today! Our experts will assist you in its installation for $59/mo, no commitment. Test it for FREE on our Cloud platform anytime! http://pubads.g.doubleclick.net/gampad/clk?id=145328191&iu=/4140/ostg.clktrk _______________________________________________ Fink-beginners mailing list [email protected] List archive: http://news.gmane.org/gmane.os.apple.fink.beginners Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-beginners
