Created
May 5, 2012 01:41
-
-
Save eduardolundgren/2599017 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>> ant build-taglibs | |
Buildfile: /Volumes/liferay/github/liferay-portal/util-taglib/build.xml | |
build-taglibs: | |
[java] Loading file:/Volumes/liferay/github/liferay-portal/portal-web/docroot/WEB-INF/classes/system.properties | |
[java] May 4, 2012 10:36:21 PM com.liferay.portal.kernel.log.Jdk14LogImpl info | |
[java] INFO: No server detected | |
[java] May 4, 2012 10:36:21 PM com.liferay.portal.kernel.log.Jdk14LogImpl info | |
[java] INFO: Global lib directory | |
[java] May 4, 2012 10:36:21 PM com.liferay.portal.kernel.log.Jdk14LogImpl info | |
[java] INFO: Portal lib directory /Volumes/liferay/github/liferay-portal/util-java/classes/ | |
[java] Loading file:/Volumes/liferay/github/liferay-portal/portal-web/docroot/WEB-INF/classes/portal.properties | |
[java] Loading file:/Volumes/liferay/github/liferay-portal/portal-web/docroot/WEB-INF/classes/portal-ext.properties | |
[java] May 4, 2012 10:36:22 PM com.liferay.portal.kernel.log.Jdk14LogImpl info | |
[java] INFO: Properties for portal loaded from [file:/Volumes/liferay/github/liferay-portal/portal-web/docroot/WEB-INF/classes/portal-ext.properties, file:/Volumes/liferay/github/liferay-portal/portal-web/docroot/WEB-INF/classes/portal.properties] | |
[java] ============================> com.liferay.taglib.util.IncludeTag | |
[java] 22:36:23,272 ERROR [runtime:96] Template processing error: "Method public boolean com.liferay.alloy.tools.model.Component.isChildClassOf(java.lang.String) threw an exception when invoked on com.liferay.alloy.tools.model.Component@8c2c0985" | |
[java] | |
[java] Method public boolean com.liferay.alloy.tools.model.Component.isChildClassOf(java.lang.String) threw an exception when invoked on com.liferay.alloy.tools.model.Component@8c2c0985 | |
[java] The problematic instruction: | |
[java] ---------- | |
[java] ==> assignment: isChildClassOfAttributeTagSupport=component.isChildClassOf("com.liferay.taglib.util.AttributesTagSupport") [on line 17, column 1 in com/liferay/alloy/tools/tagbuilder/templates/tag_base.ftl] | |
[java] ---------- | |
[java] | |
[java] Java backtrace for programmers: | |
[java] ---------- | |
[java] freemarker.template.TemplateModelException: Method public boolean com.liferay.alloy.tools.model.Component.isChildClassOf(java.lang.String) threw an exception when invoked on com.liferay.alloy.tools.model.Component@8c2c0985 | |
[java] at freemarker.ext.beans.SimpleMethodModel.exec(SimpleMethodModel.java:130) | |
[java] at freemarker.core.MethodCall._getAsTemplateModel(MethodCall.java:93) | |
[java] at freemarker.core.Expression.getAsTemplateModel(Expression.java:89) | |
[java] at freemarker.core.Assignment.accept(Assignment.java:90) | |
[java] at freemarker.core.Environment.visit(Environment.java:221) | |
[java] at freemarker.core.MixedContent.accept(MixedContent.java:92) | |
[java] at freemarker.core.Environment.visit(Environment.java:221) | |
[java] at freemarker.core.Environment.visit(Environment.java:310) | |
[java] at freemarker.core.CompressedBlock.accept(CompressedBlock.java:73) | |
[java] at freemarker.core.Environment.visit(Environment.java:221) | |
[java] at freemarker.core.MixedContent.accept(MixedContent.java:92) | |
[java] at freemarker.core.Environment.visit(Environment.java:221) | |
[java] at freemarker.core.Environment.process(Environment.java:199) | |
[java] at freemarker.template.Template.process(Template.java:237) | |
[java] at com.liferay.portal.freemarker.FreeMarkerUtil.process(FreeMarkerUtil.java:47) | |
[java] at com.liferay.portal.freemarker.FreeMarkerUtil.process(FreeMarkerUtil.java:37) | |
[java] at com.liferay.alloy.tools.tagbuilder.TagBuilder.processTemplate(TagBuilder.java:537) | |
[java] at com.liferay.alloy.tools.tagbuilder.TagBuilder._createBaseTag(TagBuilder.java:599) | |
[java] at com.liferay.alloy.tools.tagbuilder.TagBuilder._create(TagBuilder.java:575) | |
[java] at com.liferay.alloy.tools.tagbuilder.TagBuilder.<init>(TagBuilder.java:87) | |
[java] at com.liferay.alloy.tools.tagbuilder.TagBuilder.main(TagBuilder.java:45) | |
[java] Caused by: java.lang.reflect.InvocationTargetException | |
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
[java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
[java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
[java] at java.lang.reflect.Method.invoke(Method.java:597) | |
[java] at freemarker.ext.beans.BeansWrapper.invokeMethod(BeansWrapper.java:866) | |
[java] at freemarker.ext.beans.SimpleMethodModel.exec(SimpleMethodModel.java:106) | |
[java] ... 20 more | |
[java] Caused by: java.lang.ExceptionInInitializerError | |
[java] at java.lang.Class.forName0(Native Method) | |
[java] at java.lang.Class.forName(Class.java:169) | |
[java] at com.liferay.alloy.tools.model.Component.isChildClassOf(Component.java:113) | |
[java] ... 26 more | |
[java] Caused by: java.lang.NullPointerException | |
[java] at com.liferay.portal.kernel.util.PropsUtil.get(PropsUtil.java:31) | |
[java] at com.liferay.taglib.util.IncludeTag.<clinit>(IncludeTag.java:376) | |
[java] ... 29 more | |
[java] Exception in thread "main" | |
[java] Method public boolean com.liferay.alloy.tools.model.Component.isChildClassOf(java.lang.String) threw an exception when invoked on com.liferay.alloy.tools.model.Component@8c2c0985 | |
[java] The problematic instruction: | |
[java] ---------- | |
[java] ==> assignment: isChildClassOfAttributeTagSupport=component.isChildClassOf("com.liferay.taglib.util.AttributesTagSupport") [on line 17, column 1 in com/liferay/alloy/tools/tagbuilder/templates/tag_base.ftl] | |
[java] ---------- | |
[java] | |
[java] Java backtrace for programmers: | |
[java] ---------- | |
[java] freemarker.template.TemplateModelException: Method public boolean com.liferay.alloy.tools.model.Component.isChildClassOf(java.lang.String) threw an exception when invoked on com.liferay.alloy.tools.model.Component@8c2c0985 | |
[java] at freemarker.ext.beans.SimpleMethodModel.exec(SimpleMethodModel.java:130) | |
[java] at freemarker.core.MethodCall._getAsTemplateModel(MethodCall.java:93) | |
[java] at freemarker.core.Expression.getAsTemplateModel(Expression.java:89) | |
[java] at freemarker.core.Assignment.accept(Assignment.java:90) | |
[java] at freemarker.core.Environment.visit(Environment.java:221) | |
[java] at freemarker.core.MixedContent.accept(MixedContent.java:92) | |
[java] at freemarker.core.Environment.visit(Environment.java:221) | |
[java] at freemarker.core.Environment.visit(Environment.java:310) | |
[java] at freemarker.core.CompressedBlock.accept(CompressedBlock.java:73) | |
[java] at freemarker.core.Environment.visit(Environment.java:221) | |
[java] at freemarker.core.MixedContent.accept(MixedContent.java:92) | |
[java] at freemarker.core.Environment.visit(Environment.java:221) | |
[java] at freemarker.core.Environment.process(Environment.java:199) | |
[java] at freemarker.template.Template.process(Template.java:237) | |
[java] at com.liferay.portal.freemarker.FreeMarkerUtil.process(FreeMarkerUtil.java:47) | |
[java] at com.liferay.portal.freemarker.FreeMarkerUtil.process(FreeMarkerUtil.java:37) | |
[java] at com.liferay.alloy.tools.tagbuilder.TagBuilder.processTemplate(TagBuilder.java:537) | |
[java] at com.liferay.alloy.tools.tagbuilder.TagBuilder._createBaseTag(TagBuilder.java:599) | |
[java] at com.liferay.alloy.tools.tagbuilder.TagBuilder._create(TagBuilder.java:575) | |
[java] at com.liferay.alloy.tools.tagbuilder.TagBuilder.<init>(TagBuilder.java:87) | |
[java] at com.liferay.alloy.tools.tagbuilder.TagBuilder.main(TagBuilder.java:45) | |
[java] Caused by: java.lang.reflect.InvocationTargetException | |
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
[java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | |
[java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | |
[java] at java.lang.reflect.Method.invoke(Method.java:597) | |
[java] at freemarker.ext.beans.BeansWrapper.invokeMethod(BeansWrapper.java:866) | |
[java] at freemarker.ext.beans.SimpleMethodModel.exec(SimpleMethodModel.java:106) | |
[java] ... 20 more | |
[java] Caused by: java.lang.ExceptionInInitializerError | |
[java] at java.lang.Class.forName0(Native Method) | |
[java] at java.lang.Class.forName(Class.java:169) | |
[java] at com.liferay.alloy.tools.model.Component.isChildClassOf(Component.java:113) | |
[java] ... 26 more | |
[java] Caused by: java.lang.NullPointerException | |
[java] at com.liferay.portal.kernel.util.PropsUtil.get(PropsUtil.java:31) | |
[java] at com.liferay.taglib.util.IncludeTag.<clinit>(IncludeTag.java:376) | |
[java] ... 29 more | |
[java] Java Result: 1 | |
BUILD SUCCESSFUL | |
Total time: 4 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment