Fórum

Add custom class to hook project

thumbnail
Habib Zare, modificado 11 Anos atrás.

Add custom class to hook project

Junior Member Postagens: 58 Data de Entrada: 28/10/12 Postagens Recentes
i have a hook project and i want to add custom class but when i add any class and deploy the error:

Buildfile: E:\LiferayProgramming\liferay-plugins-sdk-6.0.6-20110225\hooks\wiki-hook\build.xml
compile:
merge:
compile-java:
[javac] Compiling 1 source file to E:\LiferayProgramming\liferay-plugins-sdk-6.0.6-20110225\hooks\wiki-hook\docroot\WEB-INF\classes

BUILD FAILED
E:\LiferayProgramming\liferay-plugins-sdk-6.0.6-20110225\build-common-plugin.xml:347: The following error occurred while executing this line:
E:\LiferayProgramming\liferay-plugins-sdk-6.0.6-20110225\build-common.xml:90: Error running javac.exe compiler

Total time: 1 second

Id it possible to add custom class and or overwrite(or extend) liferay core class in hook?
thumbnail
Subhash Pavuskar, modificado 11 Anos atrás.

RE: Add custom class to hook project

Regular Member Postagens: 234 Data de Entrada: 13/03/12 Postagens Recentes
Hi Habib,


##
## Compiler
##
.....
    javac.compiler=modern
    #javac.compiler=org.eclipse.jdt.core.JDTCompilerAdapter



Change to
#javac.compiler=modern
   javac.compiler=org.eclipse.jdt.core.JDTCompilerAdapter


For More Info go through this Link Click Here