uPortal IRC Logs-2012-04-12
[09:03:00 CDT(-0500)] <EricDalquist> 59 commits into master in the last 24 hours ...
[09:03:10 CDT(-0500)] <EricDalquist> 7 more and I'll have all the work we've done at UW merged over
[10:17:30 CDT(-0500)] <EricDalquist> woot! Everything has been merged!
[13:06:15 CDT(-0500)] <peterjhart> Hello everyone. I can't build up4. I get:
[13:06:15 CDT(-0500)] <peterjhart> [ERROR] Error while parsing schema(s).Location [ file:/home/unicon/src/uPortal/uportal-war/src/main/binding/bindings.xjb ].
[13:06:15 CDT(-0500)] <peterjhart> org.xml.sax.SAXParseException; systemId: file:/home/unicon/src/uPortal/uportal-war/src/main/binding/bindings.xjb; lineNumber: 8; columnNumber: 2; Both jaxb:version and version are present
[13:06:15 CDT(-0500)] <peterjhart> at com.sun.tools.xjc.reader.internalizer.VersionChecker.startElement(VersionChecker.java:115)
[13:06:41 CDT(-0500)] <EricDalquist> what version of java are you using now to the release# ?
[13:06:46 CDT(-0500)] <peterjhart> ha
[13:06:52 CDT(-0500)] <peterjhart> I am trying this out with OpenJDK
[13:06:55 CDT(-0500)] <EricDalquist> heh
[13:07:00 CDT(-0500)] <peterjhart> do you think that is a problem?
[13:07:01 CDT(-0500)] <EricDalquist> it might work ....
[13:07:14 CDT(-0500)] <EricDalquist> depends on how up to date they are with the JAX* specs
[13:07:23 CDT(-0500)] <peterjhart> athena asked me to try it to see what happens
[13:07:36 CDT(-0500)] <EricDalquist> uP4 needs 1.6.0_26 or later from sun/oracle
[13:07:51 CDT(-0500)] <peterjhart> I'll do that then. Just wanted to make sure that was the problem
[13:08:02 CDT(-0500)] <EricDalquist> primarily due to issues with jaxb libraries in earlier 1.6 releases
[13:08:59 CDT(-0500)] <peterjhart> Ubuntu doesn't provide sun-java in their repos anymore, so openjdk would make for an easier install
[13:09:17 CDT(-0500)] <peterjhart> but I can do it manually
[13:10:07 CDT(-0500)] <EricDalquist> https://github.com/flexiondotorg/oab-java6
[13:10:17 CDT(-0500)] <peterjhart> yep
[13:10:22 CDT(-0500)] <peterjhart> Thanks
[13:10:23 CDT(-0500)] <EricDalquist> that's what I end up using
[13:10:35 CDT(-0500)] <EricDalquist> open-jdk6 still isn't stable enough from what I've seen
[13:10:40 CDT(-0500)] <EricDalquist> I do need to give 7 a try
[13:10:43 CDT(-0500)] <EricDalquist> see how uPortal does there
[13:10:58 CDT(-0500)] <peterjhart> want me to do that?
[13:11:01 CDT(-0500)] <EricDalquist> sure
[13:11:07 CDT(-0500)] <EricDalquist> I think we have some compilation issues
[13:11:13 CDT(-0500)] <EricDalquist> with interfaces that have added new APIs
[13:11:24 CDT(-0500)] <EricDalquist> but that should be fairly easy to resolve
[13:20:20 CDT(-0500)] <EricDalquist> athena: you around?
[19:19:23 CDT(-0500)] <peterjhart> installed java 1.6.0_31, but "ant initportal" still doesn't work for me. I get:
[19:19:23 CDT(-0500)] <peterjhart> [artifact:mvn] [ERROR] Error while parsing schema(s).Location [ jar:file:/home/unicon/.m2/repository/org/jasig/portal/uportal-search-api/4.0.5-SNAPSHOT/uportal-search-api-4.0.5-SNAPSHOT.jar!/META-INF/sun-jaxb.episode ].
[19:19:23 CDT(-0500)] <peterjhart> [artifact:mvn] com.sun.istack.SAXParseException2: SCD "x-schema::tns" didnt match any schema component
[19:19:23 CDT(-0500)] <peterjhart> [artifact:mvn] at com.sun.tools.xjc.reader.internalizer.SCDBasedBindingSet.reportError(SCDBasedBindingSet.java:256)