<!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 : [rules-users] Do you have a Bug?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<P><FONT SIZE=2>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 test in maven<BR>
2)<BR>
get the following error<BR>
<BR>
[java] /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: Unable to find plug-in: org.drools.eclipse_0.0.0. Please check the error log for more details.<BR>
<BR>
[java] Total time: 2 seconds<BR>
[INFO] ------------------------------------------------------------------------<BR>
[ERROR] BUILD ERROR<BR>
[INFO] ------------------------------------------------------------------------<BR>
[INFO] Error executing ant tasks<BR>
<BR>
Embedded error: Java returned: 13<BR>
[INFO] ------------------------------------------------------------------------<BR>
[INFO] Trace<BR>
org.apache.maven.lifecycle.LifecycleExecutionException: Error executing ant tasks<BR>
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:564)<BR>
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)<BR>
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459)<BR>
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)<BR>
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)<BR>
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)<BR>
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)<BR>
at 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 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<BR>
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<BR>
at java.lang.reflect.Method.invoke(Method.java:585)<BR>
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)<BR>
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)<BR>
at 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 executing ant tasks<BR>
at org.apache.maven.plugin.antrun.AbstractAntMojo.executeTasks(AbstractAntMojo.java:114)<BR>
at org.apache.maven.plugin.antrun.AntRunMojo.execute(AntRunMojo.java:83)<BR>
at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443)<BR>
at 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 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 org.apache.maven.plugin.antrun.AbstractAntMojo.executeTasks(AbstractAntMojo.java:108)<BR>
... 19 more<BR>
[INFO] ------------------------------------------------------------------------<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>
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 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 de la part de Mark 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 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 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>>> wrote:<BR>
>><BR>
>> We are about to release 4.0.5, next week. This has a large number<BR>
>> of bug<BR>
>> fixes, especially multi-threading bugs. Anyone that has production<BR>
>> issues can you please do a checkout for the 4.0.x branch asap and<BR>
>> provide us with a test case if it is not fixed. If you don't 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 <<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<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<BR>
> <A HREF="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</A><BR>
> <BR>
<BR>
<BR>
</FONT>
</P>
</BODY>
</HTML>