<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>RE : RE : RE : [rules-users] Do you have a Bug?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<P><FONT SIZE=2>Hello,<BR>
I just tried with the 4.0.x, and the bug is fixed with my junit test example.<BR>
Nicolas<BR>
<BR>
<BR>
-------- Message d'origine--------<BR>
De: rules-users-bounces@lists.jboss.org de la part de Héron Nicolas<BR>
Date: jeu. 13/03/2008 17:19<BR>
À: Rules Users List; Rules Users List<BR>
Objet : RE : RE : [rules-users] Do you have a Bug?<BR>
<BR>
Hello,<BR>
Exact. I will try this evening.<BR>
By the way, my first name is Nicolas<BR>
Regards<BR>
Nicolas<BR>
<BR>
<BR>
-------- Message d'origine--------<BR>
De: rules-users-bounces@lists.jboss.org de la part de Mark Proctor<BR>
Date: jeu. 13/03/2008 15:00<BR>
À: Rules Users List<BR>
Objet : Re: RE : [rules-users] Do you have a Bug?<BR>
<BR>
Edson Tirelli wrote:<BR>
><BR>
> Héron,<BR>
><BR>
> We are looking into the plugin build error. Meanwhile, please<BR>
> update to maven 2.0.8. Unfortunately maven is having some problems to<BR>
> build with different versions.<BR>
If it's got that far it means it's atleast building the drools-core and<BR>
drools-compiler jars. That should be enough for you to test your problem.<BR>
><BR>
> []s<BR>
> Edson<BR>
><BR>
> 2008/3/13, Héron Nicolas <nheron@sopragroup.com<BR>
> <<A HREF="mailto:nheron@sopragroup.com">mailto:nheron@sopragroup.com</A>>>:<BR>
><BR>
> Hello,<BR>
> I am trying to compile the 4.0.x and<BR>
> 1) there are always test unit not working => I have to skip the<BR>
> test in maven<BR>
> 2)<BR>
> get the following error<BR>
><BR>
> [java]<BR>
> /home/nheron/workspace-source-drools-4.0.x/jbossrules/drools-eclipse3.2/target/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts/genericTargets.xml:80:<BR>
> Unable to find plug-in: org.drools.eclipse_0.0.0. Please check the<BR>
> error log for more details.<BR>
><BR>
> [java] Total time: 2 seconds<BR>
> [INFO]<BR>
> ------------------------------------------------------------------------<BR>
> [ERROR] BUILD ERROR<BR>
> [INFO]<BR>
> ------------------------------------------------------------------------<BR>
> [INFO] Error executing ant tasks<BR>
><BR>
> Embedded error: Java returned: 13<BR>
> [INFO]<BR>
> ------------------------------------------------------------------------<BR>
> [INFO] Trace<BR>
> org.apache.maven.lifecycle.LifecycleExecutionException: Error<BR>
> executing ant tasks<BR>
> at<BR>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:564)<BR>
> at<BR>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)<BR>
> at<BR>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459)<BR>
> at<BR>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)<BR>
> at<BR>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)<BR>
> at<BR>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)<BR>
> at<BR>
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)<BR>
> at<BR>
> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)<BR>
> at org.apache.maven.cli.MavenCli.main(MavenCli.java:272)<BR>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<BR>
> at<BR>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<BR>
> at<BR>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<BR>
> at java.lang.reflect.Method.invoke(Method.java:585)<BR>
> at<BR>
> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)<BR>
> at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)<BR>
> at<BR>
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)<BR>
> at org.codehaus.classworlds.Launcher.main(Launcher.java:375)<BR>
> Caused by: org.apache.maven.plugin.MojoExecutionException: Error<BR>
> executing ant tasks<BR>
> at<BR>
> org.apache.maven.plugin.antrun.AbstractAntMojo.executeTasks(AbstractAntMojo.java:114)<BR>
> at<BR>
> org.apache.maven.plugin.antrun.AntRunMojo.execute(AntRunMojo.java:83)<BR>
> at<BR>
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443)<BR>
> at<BR>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)<BR>
> ... 16 more<BR>
> Caused by: Java returned: 13<BR>
> at org.apache.tools.ant.taskdefs.Java.execute(Java.java:87)<BR>
> at<BR>
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)<BR>
> at org.apache.tools.ant.Task.perform(Task.java:364)<BR>
> at org.apache.tools.ant.Target.execute(Target.java:341)<BR>
> at<BR>
> org.apache.maven.plugin.antrun.AbstractAntMojo.executeTasks(AbstractAntMojo.java:108)<BR>
> ... 19 more<BR>
> [INFO]<BR>
> ------------------------------------------------------------------------<BR>
> [INFO] Total time: 1 minute 29 seconds<BR>
> [INFO] Finished at: Thu Mar 13 13:47:49 CET 2008<BR>
> [INFO] Final Memory: 23M/44M<BR>
> [INFO]<BR>
> ------------------------------------------------------------------------<BR>
><BR>
><BR>
> What did i do wrong ?<BR>
> I use maven 2.0.6, ant 1.7.0 , jdk 1.5 b13<BR>
><BR>
><BR>
> I had problems with dynamic rules in drools 4.0.4 which I don't<BR>
> have any more in a drools 5 snapshot through the hudson stuf.<BR>
><BR>
> Thanks<BR>
> regards<BR>
> Nicolas Héron<BR>
><BR>
> -------- Message d'origine--------<BR>
> De: rules-users-bounces@lists.jboss.org<BR>
> <<A HREF="mailto:rules-users-bounces@lists.jboss.org">mailto:rules-users-bounces@lists.jboss.org</A>> de la part de Mark<BR>
> Proctor<BR>
> Date: jeu. 13/03/2008 03:17<BR>
> À: Rules Users List; Rules Dev List<BR>
> Objet : [rules-users] Do you have a Bug?<BR>
><BR>
> We've fixed a huge number of things for 4.0.5. We are going to try and<BR>
> get the release out this friday. So please hurry if you have a bug<BR>
> then<BR>
> let us know, especially if you have a fix :) And don't forget to try<BR>
> your bug out on 4.0.x in svn in case its already fixed:<BR>
><BR>
> <A HREF="http://anonsvn.labs.jboss.com/labs/jbossrules/branches/4.0.x/">http://anonsvn.labs.jboss.com/labs/jbossrules/branches/4.0.x/</A><BR>
><BR>
> Mark<BR>
><BR>
> Mark Proctor wrote:<BR>
> > Narendra Valada wrote:<BR>
> >> I had reported an issue a couple of weeks ago with nested inner<BR>
> >> classes not being handled correctly.<BR>
> >><BR>
> >> I made some changes to the org.drools.base.ClassTypeResolver<BR>
> class to<BR>
> >> resolve it and everything appears to work fine.<BR>
> >><BR>
> >> How do I provide the fix and test case to you? Do you want me to<BR>
> >> raise a JIRA?<BR>
> > Yes you will need to raise a JIRA. At this stage we have no plans to<BR>
> > fix this, as we can consider inner inner classes esoteric enough to<BR>
> > say it's unsupported. Although if someone can provide a clean patch,<BR>
> > it would be nice to fix. You'll have to be quick though, if you want<BR>
> > the fix in 4.0.5<BR>
> >><BR>
> >> Thanks,<BR>
> >><BR>
> >> Narendra<BR>
> >><BR>
> >><BR>
> >> On 3/8/08, *Mark Proctor* <mproctor@codehaus.org<BR>
> <<A HREF="mailto:mproctor@codehaus.org">mailto:mproctor@codehaus.org</A>><BR>
> >> <<A HREF="mailto:mproctor@codehaus.org">mailto:mproctor@codehaus.org</A>>> wrote:<BR>
> >><BR>
> >> We are about to release 4.0.5, next week. This has a large<BR>
> number<BR>
> >> of bug<BR>
> >> fixes, especially multi-threading bugs. Anyone that has<BR>
> production<BR>
> >> issues can you please do a checkout for the 4.0.x branch<BR>
> asap and<BR>
> >> provide us with a test case if it is not fixed. If you don't<BR>
> get your<BR>
> >> test case to us by end of monday, start of tuesday, you'll have<BR>
> >> to wait<BR>
> >> another 2 months+ for 4.0.6.<BR>
> >> <A HREF="http://anonsvn.labs.jboss.com/labs/jbossrules/branches/4.0.x/">http://anonsvn.labs.jboss.com/labs/jbossrules/branches/4.0.x/</A><BR>
> >><BR>
> >> Mark<BR>
> >> _______________________________________________<BR>
> >> rules-users mailing list<BR>
> >> rules-users@lists.jboss.org<BR>
> <<A HREF="mailto:rules-users@lists.jboss.org">mailto:rules-users@lists.jboss.org</A>><BR>
> <<A HREF="mailto:rules-users@lists.jboss.org">mailto:rules-users@lists.jboss.org</A>><BR>
> >> <A HREF="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</A><BR>
> >><BR>
> >><BR>
> >><BR>
> ------------------------------------------------------------------------<BR>
> >><BR>
> >> _______________________________________________<BR>
> >> rules-users mailing list<BR>
> >> rules-users@lists.jboss.org <<A HREF="mailto:rules-users@lists.jboss.org">mailto:rules-users@lists.jboss.org</A>><BR>
> >> <A HREF="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</A><BR>
> >> <BR>
> ><BR>
> > ------------------------------------------------------------------------<BR>
> ><BR>
> > _______________________________________________<BR>
> > rules-users mailing list<BR>
> > rules-users@lists.jboss.org <<A HREF="mailto:rules-users@lists.jboss.org">mailto:rules-users@lists.jboss.org</A>><BR>
> > <A HREF="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</A><BR>
> > <BR>
><BR>
><BR>
><BR>
> _______________________________________________<BR>
> rules-users mailing list<BR>
> rules-users@lists.jboss.org <<A HREF="mailto:rules-users@lists.jboss.org">mailto:rules-users@lists.jboss.org</A>><BR>
> <A HREF="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</A><BR>
><BR>
><BR>
><BR>
><BR>
> --<BR>
> Edson Tirelli<BR>
> JBoss Drools Core Development<BR>
> Office: +55 11 3529-6000<BR>
> Mobile: +55 11 9287-5646<BR>
> JBoss, a division of Red Hat @ www.jboss.com <<A HREF="http://www.jboss.com">http://www.jboss.com</A>><BR>
> ------------------------------------------------------------------------<BR>
><BR>
> _______________________________________________<BR>
> rules-users mailing list<BR>
> rules-users@lists.jboss.org<BR>
> <A HREF="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</A><BR>
> <BR>
<BR>
<BR>
<BR>
</FONT>
</P>
</BODY>
</HTML>