Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 210813 - version bump: dev-java/jibx-tools-1.1.5
Summary: version bump: dev-java/jibx-tools-1.1.5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High normal
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-20 00:54 UTC by Petteri Räty (RETIRED)
Modified: 2008-02-21 23:18 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
with this patch jibx-tools builds ok (jibx-tools-1.1.5-fixes.patch,1.18 KB, patch)
2008-02-21 21:39 UTC, Alexey Fansky
Details | Diff
updated ebuild (jibx-tools-1.1.5.ebuild,1.29 KB, text/plain)
2008-02-21 21:41 UTC, Alexey Fansky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petteri Räty (RETIRED) gentoo-dev 2008-02-20 00:54:45 UTC
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
Comment 1 Alexey Fansky 2008-02-21 21:39:47 UTC
Created attachment 144268 [details, diff]
with this patch jibx-tools builds ok
Comment 2 Alexey Fansky 2008-02-21 21:41:38 UTC
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.
Comment 3 Petteri Räty (RETIRED) gentoo-dev 2008-02-21 21:43:31 UTC
(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.
Comment 4 Alexey Fansky 2008-02-21 22:07:52 UTC
(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
Comment 5 Petteri Räty (RETIRED) gentoo-dev 2008-02-21 23:18:02 UTC
Version bump committed. Thanks.