This file contains hidden or 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
| ~/tmp/fizzbuzz gw build --stacktrace | |
| OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=2048m; support was removed in 8.0 | |
| FAILURE: Build failed with an exception. | |
| * What went wrong: | |
| Could not determine the dependencies of task ':buildTheme'. | |
| > Could not resolve all files for configuration ':parentThemes'. | |
| > Could not find com.liferay:com.liferay.frontend.theme.styled:. | |
| Required by: |
This file contains hidden or 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
| Caused by: java.lang.reflect.InvocationTargetException | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| at java.lang.reflect.Method.invoke(Method.java:498) | |
| at org.eclipse.lsp4j.jsonrpc.services.GenericEndpoint.lambda$null$0(GenericEndpoint.java:65) | |
| ... 11 more | |
| Caused by: java.lang.NoClassDefFoundError: org/apache/commons/lang/exception/NestableRuntimeException | |
| at com.liferay.extensions.languageserver.completions.PropertiesCompletion.lambda$getCompletions$1(PropertiesCompletion.java:120) | |
| at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) |
This file contains hidden or 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
| !SESSION 2019-10-02 07:14:13.960 ----------------------------------------------- | |
| eclipse.buildId=4.11.0.I20190307-0500 | |
| java.version=1.8.0_191 | |
| java.vendor=Oracle Corporation | |
| BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US | |
| Framework arguments: -product org.eclipse.epp.package.jee.product | |
| Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.jee.product | |
| This is a continuation of log file C:\Users\eprafpr\eclipse-workspace\maven-bnd-issue\.metadata\.bak_0.log | |
| Created Time: 2019-10-02 07:15:50.109 |
This file contains hidden or 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
| package com.liferay.stats.rest.application; | |
| import java.util.Collections; | |
| import java.util.Set; | |
| import javax.ws.rs.GET; | |
| import javax.ws.rs.HEAD; | |
| import javax.ws.rs.HeaderParam; | |
| import javax.ws.rs.Path; |
This file contains hidden or 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
| import java.security.MessageDigest | |
| import static groovy.io.FileType.FILES | |
| import groovy.transform.Immutable | |
| import groovy.transform.ToString | |
| task buildSampleProjects | |
| task compareSampleProjects | |
| task generateSampleProjects |
This file contains hidden or 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
| import java.nio.file.FileSystem | |
| import java.nio.file.FileSystems | |
| import java.nio.file.FileVisitResult | |
| import java.nio.file.Files | |
| import java.nio.file.Path | |
| import java.nio.file.Paths | |
| import java.nio.file.SimpleFileVisitor | |
| import java.nio.file.attribute.BasicFileAttributes | |
| allprojects { |
This file contains hidden or 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
| Configuration on demand is an incubating feature. | |
| > Task :showPlugins | |
| org.gradle.eclipse-wtp = org.gradle.plugins.ide.eclipse.EclipseWtpPlugin | |
| org.gradle.war = org.gradle.api.plugins.WarPlugin | |
| org.gradle.java = org.gradle.api.plugins.JavaPlugin | |
| org.gradle.base = org.gradle.api.plugins.BasePlugin | |
| org.gradle.idea = org.gradle.plugins.ide.idea.IdeaPlugin | |
| org.gradle.application = org.gradle.api.plugins.ApplicationPlugin | |
| org.gradle.eclipse = org.gradle.plugins.ide.eclipse.EclipsePlugin |
This file contains hidden or 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
| ~/my repos/liferaygreg(master ✔) ./gradlew startDxpCloudLocal | |
| ..:: Liferay Workspace for DXP Cloud generated from archetype 'wedeploy-dxpcloud-workspace:2.3.0' ::.. | |
| :wedeploy:clean | |
| :wedeploy:buildDxpCloudServices | |
| Collecting static DXP Cloud files from '/Users/greg/my repos/liferaygreg/wedeploy': | |
| * file 'wedeploy/database/wedeploy.json' | |
| * file 'wedeploy/liferay/license/common/license.xml' | |
| * file 'wedeploy/liferay/config/uat/portal-env.properties' | |
| * file 'wedeploy/liferay/config/local/portal-env.properties' | |
| * file 'wedeploy/liferay/config/common/com.liferay.portal.search.elasticsearch6.configuration.ElasticsearchConfiguration.config' |
This file contains hidden or 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
| Starting process 'command '/Library/Java/JavaVirtualMachines/jdk1.8.0_141.jdk/Contents/Home/bin/java''. | |
| Working directory: /Users/greg/dev/repos/liferay/liferay-portal/modules/apps/journal/journal-service | |
| Command: /Library/Java/JavaVirtualMachines/jdk1.8.0_141.jdk/Contents/Home/bin/java | |
| -Dexternal-properties=com/liferay/portal/tools/dependencies/portal-tools.properties | |
| -Xmx384m | |
| -Dfile.encoding=UTF-8 | |
| -Duser.country=US | |
| -Duser.language=en | |
| -Duser.variant | |
| -cp |
This file contains hidden or 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
| @Component( | |
| immediate = true, | |
| property = { | |
| "com.liferay.portlet.display-category=category.sample", | |
| "com.liferay.portlet.instanceable=false", | |
| "com.liferay.portlet.single-page-application=false", | |
| "javax.portlet.display-name=hello Portlet", | |
| "javax.portlet.init-param.template-path=/", | |
| "javax.portlet.init-param.view-template=View", | |
| "javax.portlet.name=" + HelloPortletKeys.Hello, |