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
| <%-- | |
| /** | |
| * Copyright (c) 2000-present Liferay, Inc. All rights reserved. | |
| * | |
| * This library is free software; you can redistribute it and/or modify it under | |
| * the terms of the GNU Lesser General Public License as published by the Free | |
| * Software Foundation; either version 2.1 of the License, or (at your option) | |
| * any later version. | |
| * | |
| * This library is distributed in the hope that it will be useful, but WITHOUT |
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
| Bundle-Name: Liferay Frontend Taglib Web | |
| Bundle-SymbolicName: com.liferay.frontend.taglib.web | |
| Bundle-Version: 1.0.0 | |
| Import-Package:\ | |
| !com.swabunga.spell.*,\ | |
| !net.fortuna.ical4j.model.*,\ | |
| !com.lowagie.text,\ | |
| !org.apache.*,\ | |
| !org.aspectj.*,\ | |
| * |
This file has been truncated, but you can view the full file.
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
| Using CATALINA_BASE: /home/michael/Desktop/Liferay/bundles/tomcat-7.0.42 | |
| Using CATALINA_HOME: /home/michael/Desktop/Liferay/bundles/tomcat-7.0.42 | |
| Using CATALINA_TMPDIR: /home/michael/Desktop/Liferay/bundles/tomcat-7.0.42/temp | |
| Using JRE_HOME: /usr/lib/jvm/java-7-oracle | |
| Using CLASSPATH: /home/michael/Desktop/Liferay/bundles/tomcat-7.0.42/bin/bootstrap.jar:/home/michael/Desktop/Liferay/bundles/tomcat-7.0.42/bin/tomcat-juli.jar | |
| Listening for transport dt_socket at address: 8888 | |
| Loading file:/home/michael/Desktop/Liferay/liferay-portal/portal-web/docroot/WEB-INF/classes/system.properties | |
| Loading file:/home/michael/Desktop/Liferay/liferay-portal/portal-web/docroot/WEB-INF/classes/system.properties | |
| Loading file:/home/michael/Desktop/Liferay/liferay-portal/portal-web/docroot/WEB-INF/classes/portal.properties | |
| Loading file:/home/michael/Desktop/Liferay/liferay-portal/portal-web/docroot/WEB-INF/classes/portal-ext.properties |
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
| 17:40:16,710 ERROR [Framework Event Dispatcher: Equinox Container: 60ea88e4-dff4-0014-1544-e6eb54da5c83][com_liferay_frontend_taglib_web:96] FrameworkEvent ERROR | |
| org.osgi.framework.ServiceException: Exception in org.apache.felix.scr.impl.manager.SingleComponentManager.getService() | |
| at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.factoryGetService(ServiceFactoryUse.java:222) | |
| at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.getService(ServiceFactoryUse.java:111) | |
| at org.eclipse.osgi.internal.serviceregistry.ServiceConsumer$2.getService(ServiceConsumer.java:45) | |
| at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.getService(ServiceRegistrationImpl.java:496) | |
| at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.getService(ServiceRegistry.java:461) | |
| at org.eclipse.osgi.internal.framework.BundleContextImpl.getService(BundleContextImpl.java:619) | |
| at com.liferay.registry.internal.RegistryImpl.getService(RegistryImpl.java:83) | |
| at com.liferay.portal.kernel.servlet |
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
| var metal = require('gulp-metal'); | |
| var babelOptions = { | |
| resolveModuleSource: metal.renameAlias, | |
| sourceMap: 'both' | |
| }; | |
| module.exports = function (config) { | |
| config.set({ | |
| frameworks: ['mocha', 'chai', 'source-map-support', 'commonjs'], |
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
| 19:20:56,295 ERROR [http-bio-8080-exec-1][PortletRequestDispatcherImpl:291] org.apache.jasper.JasperException: PWC6033: Error in Javac compilation for JSP__PWC6197: An error occurred at line: 19 in the jsp file: /view.jsp_PWC6199: Generated servlet error:_package com.liferay.site.navigation.taglib.servlet.taglib does not exist__PWC6197: An error occurred at line: 19 in the jsp file: /view.jsp_PWC6199: Generated servlet error:_package com.liferay.site.navigation.taglib.servlet.taglib does not exist__PWC6197: An error occurred at line: 19 in the jsp file: /view.jsp_PWC6199: Generated servlet error:_package com.liferay.site.navigation.taglib.servlet.taglib does not exist__ [Sanitized] | |
| org.apache.jasper.JasperException: PWC6033: Error in Javac compilation for JSP__PWC6197: An error occurred at line: 19 in the jsp file: /view.jsp_PWC6199: Generated servlet error:_package com.liferay.site.navigation.taglib.servlet.taglib does not exist__PWC6197: An error occurred at line: 19 in the jsp file: /view.jsp_PWC6199: Gene |
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
| Bundle-Name: Liferay Site Navigation Taglib | |
| Bundle-SymbolicName: com.liferay.site.navigation.taglib | |
| Bundle-Version: 1.0.0 | |
| Export-Package:\ | |
| com.liferay.site.navigation.taglib,\ | |
| com.liferay.site.navigation.taglib.servlet,\ | |
| com.liferay.site.navigation.taglib.servlet.taglib | |
| Include-Resource:\ | |
| classes,\ | |
| META-INF/resources=src/main/resources/META-INF/resources |
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
| <%-- | |
| /** | |
| * Copyright (c) 2000-present Liferay, Inc. All rights reserved. | |
| * | |
| * This library is free software; you can redistribute it and/or modify it under | |
| * the terms of the GNU Lesser General Public License as published by the Free | |
| * Software Foundation; either version 2.1 of the License, or (at your option) | |
| * any later version. | |
| * | |
| * This library is distributed in the hope that it will be useful, but WITHOUT |
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
| <%-- | |
| /** | |
| * Copyright (c) 2000-present Liferay, Inc. All rights reserved. | |
| * | |
| * This library is free software; you can redistribute it and/or modify it under | |
| * the terms of the GNU Lesser General Public License as published by the Free | |
| * Software Foundation; either version 2.1 of the License, or (at your option) | |
| * any later version. | |
| * | |
| * This library is distributed in the hope that it will be useful, but WITHOUT |
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Basic</title> | |
| <link rel="shortcut icon" href="http://sennajs.com/images/favicon.ico"> | |
| <!-- Including Senna --> | |
| <script src="../../build/globals/senna-debug.js"></script> | |
| <link data-senna-track="temporary" rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> |