Hi All,
I am trying to build (or verify) socialsite project using NetBeans6.5.
I checked out the latest socialsite code using svn.
Installed NetBeans6.5 and created a project for socialsite.
When I run build (or verify) command I get following error:
Compiling 6 source files to C:\Tools\proj-socialsite-NB\build\web\WEB-INF\classes
C:\Tools\socialsite\examples\groovyrest\src\demo\EntryPoint.java:3: package groovy.lang does not exist
import groovy.lang.GroovyClassLoader;
Am I missing something here?
Any help or pointers would be appreciated.
Regards,
-Rafiq.
PS:The detailed log of errors is as below:
init:
deps-clean:
do-clean:
check-clean:
clean:
init:
deps-module-jar:
deps-ear-jar:
deps-jar:
Created dir: C:\Tools\proj-socialsite-NB\build\web\WEB-INF\classes
Copying 330 files to C:\Tools\proj-socialsite-NB\build\web
library-inclusion-in-archive:
Copying 1 file to C:\Tools\proj-socialsite-NB\build\web\WEB-INF\lib
Copying 1 file to C:\Tools\proj-socialsite-NB\build\web\WEB-INF\lib
Copying 1 file to C:\Tools\proj-socialsite-NB\build\web\WEB-INF\lib
Copying 1 file to C:\Tools\proj-socialsite-NB\build\web\WEB-INF\lib
Copying 1 file to C:\Tools\proj-socialsite-NB\build\web\WEB-INF\lib
Copying 1 file to C:\Tools\proj-socialsite-NB\build\web\WEB-INF\lib
Copying 1 file to C:\Tools\proj-socialsite-NB\build\web\WEB-INF\lib
Copying 1 file to C:\Tools\proj-socialsite-NB\build\web\WEB-INF\lib
Copying 1 file to C:\Tools\proj-socialsite-NB\build\web\WEB-INF\lib
library-inclusion-in-manifest:
Compiling 6 source files to C:\Tools\proj-socialsite-NB\build\web\WEB-INF\classes
C:\Tools\socialsite\examples\groovyrest\src\demo\EntryPoint.java:3: package groovy.lang does not exist
import groovy.lang.GroovyClassLoader;
C:\Tools\socialsite\examples\groovyrest\src\demo\EntryPoint.java:4: package groovy.lang does not exist
import groovy.lang.GroovyObject;
C:\Tools\socialsite\examples\groovyrest\src\demo\EntryPoint.java:15: cannot find symbol
symbol : class GroovyClassLoader
location: class demo.EntryPoint
GroovyClassLoader loader = new GroovyClassLoader(parent);
C:\Tools\socialsite\examples\groovyrest\src\demo\EntryPoint.java:15: cannot find symbol
symbol : class GroovyClassLoader
location: class demo.EntryPoint
GroovyClassLoader loader = new GroovyClassLoader(parent);
C:\Tools\socialsite\examples\groovyrest\src\demo\EntryPoint.java:17: cannot find symbol
symbol : class GroovyObject
location: class demo.EntryPoint
GroovyObject groovyObject = (GroovyObject)groovyClass.newInstance();
C:\Tools\socialsite\examples\groovyrest\src\demo\EntryPoint.java:17: cannot find symbol
symbol : class GroovyObject
location: class demo.EntryPoint
GroovyObject groovyObject = (GroovyObject)groovyClass.newInstance();
6 errors
C:\Tools\proj-socialsite-NB\nbproject\build-impl.xml:383: The following error occurred while executing this line:
C:\Tools\proj-socialsite-NB\nbproject\build-impl.xml:211: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 3 seconds)