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 /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; org.eclipse.core.runtime.CoreException: Parsing error /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) 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 _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
