@DefaultBundle annotation
by Heiko Braun
I've added some deferred binding magic to load resources
from a GWT ClientBundle. If you look at theStore demo, you see what I mean:
1) TheStore bundle:
public interface StoreIconBundle extends ClientBundle
{
@ClientBundle.Source("user_gray.png")
ImageResource userGrayIcon();
....
}
2) default bundle declaration:
@DefaultBundle(StoreIconBundle.class)
public class TheStore implements EntryPoint {
...
}
3) Usage in @LoadTool icon declaration:
@LoadTool(name = "Users", icon = "userGrayIcon", group = "Administration")
public class UserManagement implements WSComponent {
...
}
For now it's only being used to load tool icons. But it will be extended to support
other resources as well (i.e. i18n) in the near future.
/Heiko
14 years, 9 months
logging IRC
by Rodney Russ
JBoss Tools and RichFaces currently have an external logger scraping their IRC channels. What do you think about doing the same for Errai? The website can be found here: http://echelog.matzon.dk/
-Rodney
14 years, 10 months
Workspace SPI
by Mike Brock
What we really need to do, I think, is create a proper front-end SPI that uses the MessageBus in the implementation to do all the communication with the Workspace layout system. That was kind of what I was trying to do before. This will make it a lot easier to maintain, and also support the federability aspects we talked about earlier.
14 years, 10 months
Build failed in Hudson: Errai #13
by jboss-qa-internal@redhat.com
See <http://hudson.qa.jboss.com/hudson/job/Errai/13/changes>
Changes:
[cbrock] more work on the layout hinting system which is based on the GWT 2.0 standard
[cbrock] added support for standardized GWT 2.0 layout hints. WSGrid now works properly.
[langel] Added documentation
[langel] Added documentation
[cbrock] useability enhancements.
[langel] Added documentation for CommandMessage
[langel] Added documentation for ClientMessageBusImpl
------------------------------------------
[...truncated 1930 lines...]
[INFO] ------------------------------------------------------------------------
[INFO] Building Errai::Persistence
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 13 resources
[INFO] [compiler:compile]
[INFO] Compiling 11 source files to <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-persistence/ta...>
[INFO] [resources:testResources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-persistence/sr...>
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] Tests are skipped.
[INFO] [jar:jar]
[INFO] Building jar: <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-persistence/ta...>
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar: <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-persistence/ta...>
[INFO] [install:install]
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-persistence/ta...> to /home/hudson/.m2/repository/org/jboss/errai/errai-persistence/1.0-SNAPSHOT/errai-persistence-1.0-SNAPSHOT.jar
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-persistence/ta...> to /home/hudson/.m2/repository/org/jboss/errai/errai-persistence/1.0-SNAPSHOT/errai-persistence-1.0-SNAPSHOT-sources.jar
[HUDSON] Archiving <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-persistence/po...> to /home/hudson/hudson_workspace/jobs/Errai/modules/org.jboss.errai$errai-persistence/builds/2010-01-21_05-52-56/archive/org.jboss.errai/errai-persistence/1.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-persistence/ta...> to /home/hudson/hudson_workspace/jobs/Errai/modules/org.jboss.errai$errai-persistence/builds/2010-01-21_05-52-56/archive/org.jboss.errai/errai-persistence/1.0-SNAPSHOT/errai-persistence-1.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-persistence/ta...> to /home/hudson/hudson_workspace/jobs/Errai/modules/org.jboss.errai$errai-persistence/builds/2010-01-21_05-52-56/archive/org.jboss.errai/errai-persistence/1.0-SNAPSHOT/errai-persistence-1.0-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Errai::Bus::Demos
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor]
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] [install:install]
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/targ...> to /home/hudson/.m2/repository/org/jboss/errai/errai-bus-demos/1.0-SNAPSHOT/errai-bus-demos-1.0-SNAPSHOT.pom
[HUDSON] Archiving <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/pom.xml> to /home/hudson/hudson_workspace/jobs/Errai/modules/org.jboss.errai$errai-bus-demos/builds/2010-01-21_05-52-56/archive/org.jboss.errai/errai-bus-demos/1.0-SNAPSHOT/pom.xml
[HUDSON] Archiving /home/hudson/.m2/repository/org/jboss/errai/errai-bus-demos/1.0-SNAPSHOT/errai-bus-demos-1.0-SNAPSHOT.pom to /home/hudson/hudson_workspace/jobs/Errai/modules/org.jboss.errai$errai-bus-demos/builds/2010-01-21_05-52-56/archive/org.jboss.errai/errai-bus-demos/1.0-SNAPSHOT/errai-bus-demos-1.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Errai::Bus::Demos::ClientService
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] [compiler:compile]
[INFO] Compiling 2 source files to <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/clie...>
[INFO] [gwt:compile {execution: default}]
[INFO] using GWT jars from project dependencies : 2.0.0
[WARNING] You should not declare gwt-dev as a project dependency. This may introduce complex dependency conflicts
[INFO] GWT compilation is skipped
[INFO] [resources:testResources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/clie...>
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] Tests are skipped.
[INFO] [jar:jar]
[INFO] Building jar: <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/clie...>
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar: <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/clie...>
[INFO] [install:install]
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/clie...> to /home/hudson/.m2/repository/org/jboss/errai/errai-bus-demos-clientservice/1.0-SNAPSHOT/errai-bus-demos-clientservice-1.0-SNAPSHOT.jar
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/clie...> to /home/hudson/.m2/repository/org/jboss/errai/errai-bus-demos-clientservice/1.0-SNAPSHOT/errai-bus-demos-clientservice-1.0-SNAPSHOT-sources.jar
[HUDSON] Archiving <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/clie...> to /home/hudson/hudson_workspace/jobs/Errai/modules/org.jboss.errai$errai-bus-demos-clientservice/builds/2010-01-21_05-52-56/archive/org.jboss.errai/errai-bus-demos-clientservice/1.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/clie...> to /home/hudson/hudson_workspace/jobs/Errai/modules/org.jboss.errai$errai-bus-demos-clientservice/builds/2010-01-21_05-52-56/archive/org.jboss.errai/errai-bus-demos-clientservice/1.0-SNAPSHOT/errai-bus-demos-clientservice-1.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/clie...> to /home/hudson/hudson_workspace/jobs/Errai/modules/org.jboss.errai$errai-bus-demos-clientservice/builds/2010-01-21_05-52-56/archive/org.jboss.errai/errai-bus-demos-clientservice/1.0-SNAPSHOT/errai-bus-demos-clientservice-1.0-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Errai::Bus::Demos::HelloWorld
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] [compiler:compile]
[INFO] Compiling 3 source files to <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/hell...>
[INFO] [gwt:compile {execution: default}]
[INFO] using GWT jars from project dependencies : 2.0.0
[WARNING] You should not declare gwt-dev as a project dependency. This may introduce complex dependency conflicts
[INFO] GWT compilation is skipped
[INFO] [resources:testResources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/hell...>
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] Tests are skipped.
[INFO] [jar:jar]
[INFO] Building jar: <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/hell...>
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar: <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/hell...>
[INFO] [install:install]
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/hell...> to /home/hudson/.m2/repository/org/jboss/errai/errai-bus-demos-helloworld/1.0-SNAPSHOT/errai-bus-demos-helloworld-1.0-SNAPSHOT.jar
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/hell...> to /home/hudson/.m2/repository/org/jboss/errai/errai-bus-demos-helloworld/1.0-SNAPSHOT/errai-bus-demos-helloworld-1.0-SNAPSHOT-sources.jar
[HUDSON] Archiving <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/hell...> to /home/hudson/hudson_workspace/jobs/Errai/modules/org.jboss.errai$errai-bus-demos-helloworld/builds/2010-01-21_05-52-56/archive/org.jboss.errai/errai-bus-demos-helloworld/1.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/hell...> to /home/hudson/hudson_workspace/jobs/Errai/modules/org.jboss.errai$errai-bus-demos-helloworld/builds/2010-01-21_05-52-56/archive/org.jboss.errai/errai-bus-demos-helloworld/1.0-SNAPSHOT/errai-bus-demos-helloworld-1.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/hell...> to /home/hudson/hudson_workspace/jobs/Errai/modules/org.jboss.errai$errai-bus-demos-helloworld/builds/2010-01-21_05-52-56/archive/org.jboss.errai/errai-bus-demos-helloworld/1.0-SNAPSHOT/errai-bus-demos-helloworld-1.0-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Errai::Bus::Demos::QueryService
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] [compiler:compile]
[INFO] Compiling 3 source files to <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/quer...>
[INFO] [gwt:compile {execution: default}]
[INFO] using GWT jars from project dependencies : 2.0.0
[WARNING] You should not declare gwt-dev as a project dependency. This may introduce complex dependency conflicts
[INFO] GWT compilation is skipped
[INFO] [resources:testResources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/quer...>
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] Tests are skipped.
[INFO] [jar:jar]
[INFO] Building jar: <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/quer...>
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar: <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/quer...>
[INFO] [install:install]
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/quer...> to /home/hudson/.m2/repository/org/jboss/errai/errai-bus-demos-queryservice/1.0-SNAPSHOT/errai-bus-demos-queryservice-1.0-SNAPSHOT.jar
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/quer...> to /home/hudson/.m2/repository/org/jboss/errai/errai-bus-demos-queryservice/1.0-SNAPSHOT/errai-bus-demos-queryservice-1.0-SNAPSHOT-sources.jar
[HUDSON] Archiving <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/quer...> to /home/hudson/hudson_workspace/jobs/Errai/modules/org.jboss.errai$errai-bus-demos-queryservice/builds/2010-01-21_05-52-56/archive/org.jboss.errai/errai-bus-demos-queryservice/1.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/quer...> to /home/hudson/hudson_workspace/jobs/Errai/modules/org.jboss.errai$errai-bus-demos-queryservice/builds/2010-01-21_05-52-56/archive/org.jboss.errai/errai-bus-demos-queryservice/1.0-SNAPSHOT/errai-bus-demos-queryservice-1.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/quer...> to /home/hudson/hudson_workspace/jobs/Errai/modules/org.jboss.errai$errai-bus-demos-queryservice/builds/2010-01-21_05-52-56/archive/org.jboss.errai/errai-bus-demos-queryservice/1.0-SNAPSHOT/errai-bus-demos-queryservice-1.0-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Errai::Bus::Demos::Serialization
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] [compiler:compile]
[INFO] Compiling 6 source files to <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/seri...>
[INFO] [gwt:compile {execution: default}]
[INFO] using GWT jars from project dependencies : 2.0.0
[WARNING] You should not declare gwt-dev as a project dependency. This may introduce complex dependency conflicts
[INFO] GWT compilation is skipped
[INFO] [resources:testResources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/seri...>
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] Tests are skipped.
[INFO] [jar:jar]
[INFO] Building jar: <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/seri...>
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar: <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/seri...>
[INFO] [install:install]
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/seri...> to /home/hudson/.m2/repository/org/jboss/errai/errai-bus-demos-serialization/1.0-SNAPSHOT/errai-bus-demos-serialization-1.0-SNAPSHOT.jar
[INFO] Installing <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/seri...> to /home/hudson/.m2/repository/org/jboss/errai/errai-bus-demos-serialization/1.0-SNAPSHOT/errai-bus-demos-serialization-1.0-SNAPSHOT-sources.jar
[HUDSON] Archiving <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/seri...> to /home/hudson/hudson_workspace/jobs/Errai/modules/org.jboss.errai$errai-bus-demos-serialization/builds/2010-01-21_05-52-56/archive/org.jboss.errai/errai-bus-demos-serialization/1.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/seri...> to /home/hudson/hudson_workspace/jobs/Errai/modules/org.jboss.errai$errai-bus-demos-serialization/builds/2010-01-21_05-52-56/archive/org.jboss.errai/errai-bus-demos-serialization/1.0-SNAPSHOT/errai-bus-demos-serialization-1.0-SNAPSHOT.jar
[HUDSON] Archiving <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/errai-bus-demos/seri...> to /home/hudson/hudson_workspace/jobs/Errai/modules/org.jboss.errai$errai-bus-demos-serialization/builds/2010-01-21_05-52-56/archive/org.jboss.errai/errai-bus-demos-serialization/1.0-SNAPSHOT/errai-bus-demos-serialization-1.0-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Errai::Userguide
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor]
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] artifact org.eclipse.wst.css:core: checking for updates from maven2.java.net
[INFO] artifact org.eclipse.wst.css:core: checking for updates from gwt-maven
[INFO] artifact org.eclipse.wst.css:core: checking for updates from maven1.java.net
[INFO] artifact org.eclipse.wst.css:core: checking for updates from repository.codehaus.org
[INFO] artifact org.eclipse.wst.sse:core: checking for updates from maven2.java.net
[INFO] artifact org.eclipse.wst.sse:core: checking for updates from gwt-maven
[INFO] artifact org.eclipse.wst.sse:core: checking for updates from maven1.java.net
[INFO] artifact org.eclipse.wst.sse:core: checking for updates from repository.codehaus.org
[INFO] artifact org.eclipse.wst.sse:core: checking for updates from repository.jboss.com
[INFO] artifact org.eclipse.wst.sse:core: checking for updates from maven-repository.dev.java.net
[INFO] artifact org.eclipse.wst.common:uriresolver: checking for updates from maven2.java.net
[INFO] artifact org.eclipse.wst.common:uriresolver: checking for updates from gwt-maven
[INFO] artifact org.eclipse.wst.common:uriresolver: checking for updates from maven1.java.net
[INFO] artifact org.eclipse.wst.common:uriresolver: checking for updates from repository.codehaus.org
[INFO] artifact org.eclipse.wst.common:uriresolver: checking for updates from repository.jboss.com
[INFO] artifact org.eclipse.wst.common:uriresolver: checking for updates from maven-repository.dev.java.net
[INFO] [jdocbook:resources {execution: default}]
[INFO] unpacking dependency resource [/home/hudson/.m2/repository/org/jboss/errai/docbook-style/1.0.0/docbook-style-1.0.0.jdocbook-style] to staging-dir [<http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/userguide/target/doc...]>
[INFO] Expanding: /home/hudson/.m2/repository/org/jboss/errai/docbook-style/1.0.0/docbook-style-1.0.0.jdocbook-style into <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/userguide/target/doc...>
[INFO] [jdocbook:generate {execution: default}]
[HUDSON] Archiving <http://hudson.qa.jboss.com/hudson/job/Errai/ws/trunk/userguide/pom.xml> to /home/hudson/hudson_workspace/jobs/Errai/modules/org.jboss.errai$errai-userguide/builds/2010-01-21_05-52-56/archive/org.jboss.errai/errai-userguide/1.0-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Java heap space
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.OutOfMemoryError: Java heap space
at com.icl.saxon.tinytree.TinyDocumentImpl.<init>(TinyDocumentImpl.java:50)
at com.icl.saxon.tinytree.TinyBuilder.createDocument(TinyBuilder.java:33)
at com.icl.saxon.tinytree.TinyBuilder.startDocument(TinyBuilder.java:58)
at com.icl.saxon.output.ProxyEmitter.startDocument(ProxyEmitter.java:61)
at com.icl.saxon.om.Stripper.startDocument(Stripper.java:145)
at com.icl.saxon.ContentEmitter.startDocument(ContentEmitter.java:63)
at com.icl.saxon.aelfred.SAXDriver.startDocument(SAXDriver.java:529)
at com.icl.saxon.aelfred.XmlParser.doParse(XmlParser.java:157)
at com.icl.saxon.aelfred.SAXDriver.parse(SAXDriver.java:320)
at com.icl.saxon.om.Builder.build(Builder.java:265)
at com.icl.saxon.functions.Document.makeDoc(Document.java:228)
at com.icl.saxon.functions.Document.getDocuments(Document.java:134)
at com.icl.saxon.functions.Document.evaluate(Document.java:70)
at com.icl.saxon.functions.Document.reduce(Document.java:299)
at com.icl.saxon.expr.PathExpression.reduce(PathExpression.java:160)
at com.icl.saxon.expr.PathExpression.reduce(PathExpression.java:160)
at com.icl.saxon.expr.PathExpression.enumerate(PathExpression.java:221)
at com.icl.saxon.expr.NodeSetExpression.selectFirst(NodeSetExpression.java:63)
at com.icl.saxon.expr.NodeSetExpression.evaluateAsString(NodeSetExpression.java:93)
at com.icl.saxon.functions.StringFn.evaluateAsString(StringFn.java:54)
at com.icl.saxon.functions.StringFn.evaluate(StringFn.java:65)
at com.icl.saxon.style.XSLGeneralVariable.getSelectValue(XSLGeneralVariable.java:251)
at com.icl.saxon.style.XSLParam.process(XSLParam.java:72)
at com.icl.saxon.style.XSLStyleSheet.process(XSLStyleSheet.java:626)
at com.icl.saxon.Controller.transformDocument(Controller.java:1082)
at com.icl.saxon.Controller.transform(Controller.java:953)
at org.jboss.jdocbook.render.impl.BasicRenderer.performRendering(BasicRenderer.java:123)
at org.jboss.jdocbook.render.impl.BasicRenderer.render(BasicRenderer.java:115)
at org.jboss.maven.plugins.jdocbook.GenerationMojo.process(GenerationMojo.java:117)
at org.jboss.maven.plugins.jdocbook.AbstractDocBookMojo.doExecute(AbstractDocBookMojo.java:260)
at org.jboss.maven.plugins.jdocbook.AbstractDocBookMojo.execute(AbstractDocBookMojo.java:292)
at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:483)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 minutes 35 seconds
[INFO] Finished at: Thu Jan 21 06:05:59 EST 2010
[INFO] Final Memory: 70M/81M
[INFO] ------------------------------------------------------------------------
channel stopped
14 years, 10 months
Mosaic migration, part 1
by Heiko Braun
I finished and committed the part of the workspace migration to mosaic layout managers.
Bare with me if you see some things looking different or not even working as they used before:
It's still work in progress and tried my best to retain most of the features, but some things still require additional work:
- Leveraging UIBinder: I had to drop most of the UIBinder examples, because mosaic isn't there yet.
The mosaic UI binder adoption is work in progress and as long as major bit's and pieces are missing on that
side, we need to postpone using it. IMO we do a 100% adoption of declarative UI, when it's available instead
of heaving a demo that partly works with that concepts, but still has to rely on programmatic UI assembly for most cases.
- WSGrid: The nifty auto scroll feature has been disabled, because I couldn't make it work within the mosaic layout managers.
It just blew up all of the time. But I think most of the other features made it into the new version. I was forced to rewrite many parts
of the widgets and replace bit's and pieces with mosaic constructs.
- CSS: The workspace and widgets CSS files have been dropped to a large degree, because they did party overwrite GWT base
css properties which caused a lot of trouble in conjunction with mosaic. So bare with me, if it doesn't look exactly like it used to be.
I did focus on functionality this time: This will be revisited on a larger scale, when we begin work the overall look and feel
That's it for now, Stay tuned there is more to come.
Regards, Heiko
14 years, 10 months