<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Both 4.0.5 and 4.0.6 where bad releases, poor QA, so we rolled back to
4.0.4. Edson and I will take care of 4.0.7 QA ourselves and make sure
its a good release, we will put it out on monday.<br>
<br>
Sorry<br>
<br>
Mark<br>
Godmar Back wrote:
<blockquote
cite="mid:719dced30804031756gd03728ag66a153b508fd372c@mail.gmail.com"
type="cite">
<pre wrap="">What's the most current drools release?
There's discussion of 4.0.5 and 4.0.6 in the email below, which dates
from 26-Mar-2008, but
<a class="moz-txt-link-freetext" href="http://labs.jboss.com/drools/downloads.html">http://labs.jboss.com/drools/downloads.html</a> lists 4.0.4 as having been
released 31-Mar-2008 and does not mention 4.0.5 and 4.0.6.
Thanks.
- Godmar
On Wed, Mar 26, 2008 at 9:20 AM, Mark Proctor <a class="moz-txt-link-rfc2396E" href="mailto:mproctor@codehaus.org"><mproctor@codehaus.org></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Sounds like when the MVEL author release 1.2.24 he didn't do a valid pom.xml
- I'll let him know.
There is also another problem with the 4.0.5 and the MVEL eclipse
configuration - see email thread below. I'm going to push for a 4.0.6
release next week, to address this.
1.2.25 or 1.2.24 is fine - as long as you always use the same version for
everything, they aren't serialisation compatible.
Sorry.
Eric Miles wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I am attempting to build a project using Maven2 with Drools 4.0.5 and
JDK 1.4. The MVEL dependency was downloaded and I'm getting an error
with it's pom:
mvel-1.2.24-java1.4.pom
3/26/08 8:51:09 AM EDT: Parsing
error
</pre>
</blockquote>
<pre wrap="">/home/emiles/.m2/repository/org/mvel/mvel/1.2.24-java1.4/mvel-1.2.24-java1.4.pom;
org.codehaus.plexus.util.xml.pull.XmlPullParserException: end tag name
</pakaging> must match start tag name <packaging> from line 6 (position:
TEXT seen ...<packaging>jar</pakaging>... @6:30) 3/26/08 8:51:09 AM EDT:
Unable to read smarttime/pom.xml;
</pre>
<blockquote type="cite">
<pre wrap="">org.eclipse.core.runtime.CoreException: Parsing
error
</pre>
</blockquote>
<pre wrap="">/home/emiles/.m2/repository/org/mvel/mvel/1.2.24-java1.4/mvel-1.2.24-java1.4.pom;
org.codehaus.plexus.util.xml.pull.XmlPullParserException: end tag name
</pakaging> must match start tag name <packaging> from line 6 (position:
TEXT seen ...<packaging>jar</pakaging>... @6:30)
</pre>
<blockquote type="cite">
<pre wrap="">I excluded version 1.2.24 and used 1.2.25 instead, which fixes my build
path errors. Is this version okay to use with Drools 4.0.5?
Thanks!
Eric
</pre>
</blockquote>
<pre wrap=""> The mvel release is screwed up.
dependency>
<groupId>org.mvel</groupId>
<artifactId>mvel</artifactId>
<version>1.2.24-java1.4</version>
</dependency>
Our mvel, for the 1.4 backport, has always been called mve14 - as we've
done the releases ourselves in the past.
<dependency>
<groupId>org.mvel</groupId>
<artifactId>mvel14</artifactId>
<version>1.2.21</version>
</dependency>
So now when eclipse does the version stripping it includes mvel.jar and not
mvel14.jar, leaving it screwed.
Mark
_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a>
</pre>
</blockquote>
<pre wrap=""><!---->_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a>
</pre>
</blockquote>
<br>
</body>
</html>