If someone gets this to build, let me know: betelgeuse@pena ~/jibx/jibx $ ant -f build/build.xml jar-tools Buildfile: build/build.xml setdebug: jar-tools: [delete] Deleting: /home/betelgeuse/jibx/jibx/lib/jibx-genbinding.jar [delete] Deleting directory /home/betelgeuse/jibx/jibx/build/classes/tools [mkdir] Created dir: /home/betelgeuse/jibx/jibx/build/classes/tools [javac] Compiling 1 source file to /home/betelgeuse/jibx/jibx/build/classes/tools [javac] /home/betelgeuse/jibx/jibx/build/src/org/jibx/binding/Utility.java:414: warning: [deprecation] toURL() in java.io.File has been deprecated [javac] file.toURL(), valid); [javac] ^ [javac] 1 warning [jar] Building jar: /home/betelgeuse/jibx/jibx/lib/jibx-genbinding.jar [delete] Deleting directory /home/betelgeuse/jibx/jibx/build/classes/tools [mkdir] Created dir: /home/betelgeuse/jibx/jibx/build/classes/tools [javac] Compiling 1 source file to /home/betelgeuse/jibx/jibx/build/classes/tools [javac] /home/betelgeuse/jibx/jibx/build/src/org/jibx/binding/SchemaGenerator.java:181: cannot find symbol [javac] symbol : constructor ClassWrapper(org.jibx.binding.classes.ClassFile) [javac] location: class org.jibx.binding.model.ClassWrapper [javac] return new ClassWrapper(ClassCache.getClassFile(name)); [javac] ^ [javac] /home/betelgeuse/jibx/jibx/build/src/org/jibx/binding/SchemaGenerator.java:385: cannot find symbol [javac] symbol : method getMapAsMapping() [javac] location: class org.jibx.binding.model.StructureElement [javac] TemplateElementBase templ = structure.getMapAsMapping(); [javac] ^ [javac] /home/betelgeuse/jibx/jibx/build/src/org/jibx/binding/Utility.java:414: warning: [deprecation] toURL() in java.io.File has been deprecated [javac] file.toURL(), valid); [javac] ^ [javac] 2 errors
Created attachment 144268 [details, diff] with this patch jibx-tools builds ok
Created attachment 144270 [details] updated ebuild Actually I am not sure that my patch is completely correct because I did not find way to run tests. Please check it.
(In reply to comment #2) > > Actually I am not sure that my patch is completely correct because I did not > find way to run tests. > > Please check it. > Checking patches is the responsibility of upstreams. You should submit your patch using instructions found in http://jibx.sourceforge.net/bugs.html and then post the Jira url back here.
(In reply to comment #3) > > Checking patches is the responsibility of upstreams. You should submit your > patch using instructions found in http://jibx.sourceforge.net/bugs.html and > then post the Jira url back here. > Sorry, I am new to opensource software lifecycle :) http://jira.codehaus.org/browse/JIBX-207
Version bump committed. Thanks.