rotterdam-cs / liferayGoogleAuthentication

A Google authentication integration for Liferay
http://www.rotterdam-cs.com/-/liferay-google-authentication
6 stars 7 forks source link

compilation error #1

Open maberastain opened 12 years ago

maberastain commented 12 years ago

Here is the compilation error:

[ERROR] /home/ubuntu/googleplus/liferayGoogleAuthentication/google-sso/google-sso-ext-impl/src/main/java/com/liferay/portal/util/HttpImpl.java:[98,7] com.liferay.portal.util.HttpImpl is not abstract and does not override abstract method getPath(java.lang.String) in com.liferay.portal.kernel.util.Http [ERROR] -> [Help 1]

And here is the .pom file which we used: <?xml version="1.0" encoding="UTF-8"?>

4.0.0 com.liferay.portal google-integration-project 1.0-SNAPSHOT pom google-integration-project http://www.liferay.com ``` /mnt/liferay-portal-6.1.1-ce-ga2 ${liferay.dir}/deploy 6.1.1 ${liferay.dir}/tomcat-7.0.27 ${liferay.tomcat.dir}/webapps/ROOT ${liferay.root.dir}/WEB-INF/classes ${liferay.root.dir}/WEB-INF/lib ${liferay.dir}/deploy ``` google-sso
maberastain commented 12 years ago

The problem is related to the new version 6.1 GA2

liferaylancer commented 12 years ago

I remember this file is committed as liferay patch for LPS-16863, if this is already fixed in GA2, we might not need this file anymore in compilation.

Delete that file for GA2 and recompile.

maberastain commented 12 years ago

we gave it a quick try and the build process itself went well. However the whole server is now crashing once we followed your guide. Can you quickly check on your side with a fresh 6.1 GA2 CE instance?