Hi Rafiq,
Can I please ask which Groovy jar you used? (filename + version)
Many thanks,
Wim
-----Original Message-----
From: Judy.J.Tang_at_Sun.COM [mailto:Judy.J.Tang_at_Sun.COM]
Sent: zondag 2 november 2008 18:04
To: quality_at_glassfish.dev.java.net; users_at_socialsite.dev.java.net
Subject: Re: Socialsite: groovy.lang package not found
Hi Rafiq,
Thanks for letting us know you found the root cause. Please help us to
review the doc to see if we doc this step or not.
Good luck to your project :-)
Judy
Rafiq Shaikh wrote:
Hi Judy,
Thanks for your reply. This problem is resolved.
I had to include manually the .jar file for Groovy in my list of libraries.
Regards,
-Rafiq.
--- On Sat, 11/1/08, Judy Tang <mailto:Judy.J.Tang_at_Sun.COM>
<Judy.J.Tang_at_Sun.COM> wrote:
From: Judy Tang <mailto:Judy.J.Tang_at_Sun.COM> <Judy.J.Tang_at_Sun.COM>
Subject: Re: Socialsite: groovy.lang package not found
To: quality_at_glassfish.dev.java.net, users_at_socialsite.dev.java.net
Date: Saturday, November 1, 2008, 2:37 PM
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
---------------------------------------------------------------------
To unsubscribe, e-mail:
quality-unsubscribe_at_glassfish.dev.java.net
For additional commands, e-mail:
quality-help_at_glassfish.dev.java.net
---------------------------------------------------------------------
To unsubscribe, e-mail: quality-unsubscribe_at_glassfish.dev.java.net
For additional commands, e-mail: quality-help_at_glassfish.dev.java.net