AFIK, 2.0.0SP1 did break the API and it is no a drop in replacement to 2.0.0.GA
On Wed, Oct 21, 2009 at 9:14 AM, Niels Soeffers <[email protected]> wrote: > Yes I also read that and then I adjusted the poms in my local maven > repository to point to 2.0.0.SP1 and not 2.0.0.GA I also removed all jars > of 2.0.0.GA from my repository and now I have no reference anymore to the > 2.0.0.GA version of graniteds. However the problem is still there? > > On 21-okt-2009, at 13:08, Marvin Froeder wrote: > > Well, that seem to be fixed on granite 2.0.0.SP1, but flexmojos does use > 2.0.0.GA > > VELO > > On Wed, Oct 21, 2009 at 8:57 AM, nsoeffers <[email protected]> wrote: > >> >> I debugged inside the flexmojos maven plugin and graniteds generator >> code. If I examine the classloader that is passed to the GroovyShell >> and I try to load the custom annotation class it will ALWAYS find it. >> Nevertheless SOMETIMES the GroovyShell.parse function throws an error >> that he cannot resolve the annotation class??? At this point I have >> the impression that the weird behaviour is coming from the >> GroovyShell? >> >> Following reports are related I think: >> >> https://issues.sonatype.org/browse/FLEXMOJOS-126 >> http://www.graniteds.org/jira/browse/GDS-450 >> >> Kind Regards, >> >> Niels >> >> On Oct 21, 7:57 am, nsoeffers <[email protected]> wrote: >> > Yes it is. >> > The strange thing is that the build sometimes succeeds and sometimes >> > it fails. I really can't figure out why it has this behaviour. But in >> > both cases (success & failed build) the jar of the annotation is in >> > the dependency tree. >> > >> > Kind Regards, >> > >> > Niels >> > >> > On Oct 16, 2:16 pm, Marvin Froeder <[email protected]> wrote: >> > >> > >> > >> > > Is the annotation on dependency tree? >> > >> > > On Fri, Oct 16, 2009 at 6:45 AM, nsoeffers <[email protected]> >> wrote: >> > >> > > > When I try to call the jProperty.isAnnotationPresent function with a >> > > > custom annotation class inside an entityBase template. I get the >> > > > following error: >> > >> > > > Caused by: >> > > > org.codehaus.groovy.control.MultipleCompilationErrorsException: >> > > > startup failed, Script1.groovy: 2: unable to resolve class >> > > > be.aca.backoffice.graniteds.RequiredAtInitialisation >> > > > @ line 2, column 2. >> > > > 1 error >> > >> > > > I'm using flexmojos-3.3.0 and use the graniteds2 generator. Can >> anyone >> > > > help me with this? >> > >> > > > Thanks in advance, >> > > > Kind Regards, >> > >> > > > Niels >> >> > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex Mojos" 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/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
