Hi, I'm just starting to set everything up on my system to learn app
engine.  The book suggested to configure junit for my project.  So I
follow all the instructions but for some reason the output from the
junitcreator does not produce a 'test' source folder like in the book
sample image.  Instead, it produce a plain folder.  Since I know it
should be a source folder, I went ahead and right click on the 'test'
folder and selected 'Build Path' -> 'Use as source folder'.  But then
I got major error as follow:

DataNucleus Enhancer (version 1.1.4) : Enhancement of classes
Nov 18, 2009 1:58:49 PM org.datanucleus.metadata.MetaDataManager
loadClasses
SEVERE: Class "org.gwtbook.client.test.DashboardTest" was not found in
the CLASSPATH. Please check your specification and your CLASSPATH.
org.datanucleus.exceptions.ClassNotResolvedException: Class
"org.gwtbook.client.test.DashboardTest" was not found in the
CLASSPATH. Please check your specification and your CLASSPATH.
        at org.datanucleus.JDOClassLoaderResolver.classForName
(JDOClassLoaderResolver.java:250)
        at org.datanucleus.JDOClassLoaderResolver.classForName
(JDOClassLoaderResolver.java:415)
        at org.datanucleus.metadata.MetaDataManager.loadClasses
(MetaDataManager.java:379)
        at
org.datanucleus.enhancer.DataNucleusEnhancer.getFileMetadataForInput
(DataNucleusEnhancer.java:743)
        at org.datanucleus.enhancer.DataNucleusEnhancer.enhance
(DataNucleusEnhancer.java:545)
        at org.datanucleus.enhancer.DataNucleusEnhancer.main
(DataNucleusEnhancer.java:1252)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at com.google.appengine.tools.enhancer.Enhancer.execute(Enhancer.java:
57)
        at com.google.appengine.tools.enhancer.Enhance.<init>(Enhance.java:
60)
        at com.google.appengine.tools.enhancer.Enhance.main(Enhance.java:41)

DataNucleus Enhancer completed with success for 0 classes. Timings :
input=31 ms, enhance=0 ms, total=31 ms. Consult the log for full
details
DataNucleus Enhancer completed and no classes were enhanced. Consult
the log for full details

I tried a bunch of other methods but they all yield the same
result.... is there something I'm missing?  I am going nuts trying to
figure this out.  Any help is greatly appreciated, thanks in advance.

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.


Reply via email to