quality@glassfish.java.net

Re: Socialsite: groovy.lang package not found

From: Judy Tang <Judy.J.Tang_at_Sun.COM>
Date: Sat, 01 Nov 2008 14:37:18 -0700

Hi Rafiq,

Let me get more people to help you. It may take some time since it is
weekend :-)

Following is from Aditya previous email. To GlassFish quality
community, please click if interested.

For basic information about the project, please look at the blogs (the
main source of our information):
http://blogs.sun.com/socialsite/

Thanks for testing Socialsite project !
Judy

Rafiq Shaikh wrote:

>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)
>
>
>
>
>
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: quality-unsubscribe_at_glassfish.dev.java.net
>For additional commands, e-mail: quality-help_at_glassfish.dev.java.net
>
>
>