Hi,
With liferay EE SP4 and its plugin-sdk, I got the following error when I am executing "ant deploy":
1
2
3
4merge:
5compile-java:
6 [javac] Compiling 4 source files to C:\liferay-ee-sp4\plugins\portlets\hello-world-portlet\docroot\WEB-INF\classes
7 [javac] C:\liferay-ee-sp4\plugins\portlets\hello-world-portlet\docroot\WEB-INF\src\com\xyz\myco\contact_us\util\WebFormUtil.java:18: package com.liferay.mozilla.javascript does not exist
8 [javac] import com.liferay.mozilla.javascript.Context;
9 [javac] ^
10 [javac] C:\liferay-ee-sp4\plugins\portlets\hello-world-portlet\docroot\WEB-INF\src\com\xyz\myco\contact_us\util\WebFormUtil.java:19: package com.liferay.mozilla.javascript does not exist
11 [javac] import com.liferay.mozilla.javascript.Scriptable;
12 [javac] ^
13 [javac] C:\liferay-ee-sp4\plugins\portlets\hello-world-portlet\docroot\WEB-INF\src\com\xyz\myco\contact_us\util\WebFormUtil.java:20: package com.liferay.mozilla.javascript does not exist
14 [javac] import com.liferay.mozilla.javascript.ScriptableObject;
15 [javac] ^
16 [javac] C:\liferay-ee-sp4\plugins\portlets\hello-world-portlet\docroot\WEB-INF\src\com\xyz\myco\contact_us\util\WebFormUtil.java:188: cannot find symbol
17 [javac] symbol : class Context
18 [javac] location: class com.xyz.myco.contact_us.util.WebFormUtil
19 [javac] Context context = Context.enter();
Your suggestion of solving this error is highly appreciated/
Thanks
Sam