Re: [appengine-java] Re: datanucleus enhancer keeps running

2010-03-11 Thread Miguel Méndez
Did you try the GPE 1.3 preview release?  It should have addressed this
looping problem.

On Thu, Mar 11, 2010 at 5:48 PM, lp  wrote:

> i tried using gae sdk 1.3.1 but still got enhancer looping.
>
> it seems to happen when i include spring 3.x libs i dunno giving
> up and going for ant task.
>
> -lp
>
> On Mar 3, 1:43 am, Rajeev Dayal  wrote:
> > Seehttp://code.google.com/p/googleappengine/issues/detail?id=2115. This
> may
> > be the issue that you're having. It was recently fixed, and a version of
> GPE
> > with the fix is forthcoming.
> >
> > On Thu, Feb 25, 2010 at 1:57 PM, Steve Pritchard 
> wrote:
> >
> > > On Feb 25, 6:39 am, haole  wrote:
> > > > i'm using eclipse 3.5.1, GPE 3.5 (1.2.0.v200912062003), GAE
> > > > 1.3.1.v201002101412, GWT 2.0.3.v201002191036
> > > > datanucleusenhancer continuously runs over and over again
> > > > temporary workaround: turn off build automatically feature in eclipse
> >
> > > I have several projects with a dependency hierarchy.  I found the
> > > enhancer to be fragile and it often would not enhance the classes.   I
> > > had to do a 'clean' to make it happen. I could not find the pattern to
> > > when it failed to enhance.  It never looped on me so you may be seeing
> > > a different problem.
> >
> > > About 3 weeks ago I had had enough and  turned off the Enhancer
> > > builder (the plugin yelled at me).  In its place I added an ant task
> > > to do the enhancement.  I derived the ant task statements from the
> > > Datanucleus site.  Since that time things have been very stable and
> > > the enhancer always finishes its job.
> >
> > > This is the essence of the ant task:
> >
> > >  
> > >  
> > >  
> >
> > >   > > classname="com.google.appengine.tools.enhancer.EnhancerTask">
> > >  
> > >
> > >
> > >  
> > >  
> >
> > >  
> > >  
> > >  
> >
> > >   > >  description="Performs Datnucleus JDO enhancement on compiled
> > > data classes.">
> > >
> > >
> > >
> > >  
> > >
> > >
> > >
> > >  
> > >  
> > >
> > >  
> >
> > >   > >  description="Performs Datnucleus JDO enhancement on war
> > > classes.">
> > >
> > >
> > >
> > >  
> > >
> > >
> > >
> > >  
> > >  
> > >
> > >  
> >
> > > It may be worth a try.
> > > Steve
> >
> > > --
> > > 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
> > > google-appengine-j...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > google-appengine-java+unsubscr...@googlegroups.com
> 
> >
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-appengine-java?hl=en.
>
> --
> 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
> google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>


-- 
Miguel

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: datanucleus enhancer keeps running

2010-03-11 Thread lp
i tried using gae sdk 1.3.1 but still got enhancer looping.

it seems to happen when i include spring 3.x libs i dunno giving
up and going for ant task.

-lp

On Mar 3, 1:43 am, Rajeev Dayal  wrote:
> Seehttp://code.google.com/p/googleappengine/issues/detail?id=2115. This may
> be the issue that you're having. It was recently fixed, and a version of GPE
> with the fix is forthcoming.
>
> On Thu, Feb 25, 2010 at 1:57 PM, Steve Pritchard  wrote:
>
> > On Feb 25, 6:39 am, haole  wrote:
> > > i'm using eclipse 3.5.1, GPE 3.5 (1.2.0.v200912062003), GAE
> > > 1.3.1.v201002101412, GWT 2.0.3.v201002191036
> > > datanucleusenhancer continuously runs over and over again
> > > temporary workaround: turn off build automatically feature in eclipse
>
> > I have several projects with a dependency hierarchy.  I found the
> > enhancer to be fragile and it often would not enhance the classes.   I
> > had to do a 'clean' to make it happen. I could not find the pattern to
> > when it failed to enhance.  It never looped on me so you may be seeing
> > a different problem.
>
> > About 3 weeks ago I had had enough and  turned off the Enhancer
> > builder (the plugin yelled at me).  In its place I added an ant task
> > to do the enhancement.  I derived the ant task statements from the
> > Datanucleus site.  Since that time things have been very stable and
> > the enhancer always finishes its job.
>
> > This is the essence of the ant task:
>
> >  
> >  
> >  
>
> >   > classname="com.google.appengine.tools.enhancer.EnhancerTask">
> >      
> >        
> >        
> >      
> >  
>
> >  
> >  
> >  
>
> >   >      description="Performs Datnucleus JDO enhancement on compiled
> > data classes.">
> >    
> >    
> >    
> >      
> >        
> >        
> >        
> >      
> >      
> >    
> >  
>
> >   >      description="Performs Datnucleus JDO enhancement on war
> > classes.">
> >    
> >    
> >    
> >      
> >        
> >        
> >        
> >      
> >      
> >    
> >  
>
> > It may be worth a try.
> > Steve
>
> > --
> > 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
> > google-appengine-j...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine-java+unsubscr...@googlegroups.com
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine-java?hl=en.

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: datanucleus enhancer keeps running

2010-03-02 Thread Rajeev Dayal
See http://code.google.com/p/googleappengine/issues/detail?id=2115. This may
be the issue that you're having. It was recently fixed, and a version of GPE
with the fix is forthcoming.

On Thu, Feb 25, 2010 at 1:57 PM, Steve Pritchard  wrote:

>
>
> On Feb 25, 6:39 am, haole  wrote:
> > i'm using eclipse 3.5.1, GPE 3.5 (1.2.0.v200912062003), GAE
> > 1.3.1.v201002101412, GWT 2.0.3.v201002191036
> > datanucleusenhancer continuously runs over and over again
> > temporary workaround: turn off build automatically feature in eclipse
>
> I have several projects with a dependency hierarchy.  I found the
> enhancer to be fragile and it often would not enhance the classes.   I
> had to do a 'clean' to make it happen. I could not find the pattern to
> when it failed to enhance.  It never looped on me so you may be seeing
> a different problem.
>
> About 3 weeks ago I had had enough and  turned off the Enhancer
> builder (the plugin yelled at me).  In its place I added an ant task
> to do the enhancement.  I derived the ant task statements from the
> Datanucleus site.  Since that time things have been very stable and
> the enhancer always finishes its job.
>
> This is the essence of the ant task:
>
>  
>  
>  
>
>   classname="com.google.appengine.tools.enhancer.EnhancerTask">
>  
>
>
>  
>  
>
>  
>  
>  
>
>
>description="Performs Datnucleus JDO enhancement on compiled
> data classes.">
>
>
>
>  
>
>
>
>  
>  
>
>  
>
>description="Performs Datnucleus JDO enhancement on war
> classes.">
>
>
>
>  
>
>
>
>  
>  
>
>  
>
> It may be worth a try.
> Steve
>
> --
> 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
> google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: datanucleus enhancer keeps running

2010-02-25 Thread Steve Pritchard


On Feb 25, 6:39 am, haole  wrote:
> i'm using eclipse 3.5.1, GPE 3.5 (1.2.0.v200912062003), GAE
> 1.3.1.v201002101412, GWT 2.0.3.v201002191036
> datanucleusenhancer continuously runs over and over again
> temporary workaround: turn off build automatically feature in eclipse

I have several projects with a dependency hierarchy.  I found the
enhancer to be fragile and it often would not enhance the classes.   I
had to do a 'clean' to make it happen. I could not find the pattern to
when it failed to enhance.  It never looped on me so you may be seeing
a different problem.

About 3 weeks ago I had had enough and  turned off the Enhancer
builder (the plugin yelled at me).  In its place I added an ant task
to do the enhancement.  I derived the ant task statements from the
Datanucleus site.  Since that time things have been very stable and
the enhancer always finishes its job.

This is the essence of the ant task:

  
  
  

  
  


  
  

  
  
  


  



  



  
  

  

  



  



  
  

  

It may be worth a try.
Steve

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.