[jboss-jira] [JBoss JIRA] Closed: (JBRULES-1534) Eclipse MANIFEST.MF files reference the incorrect name for mvel
Mark Proctor (JIRA)
jira-events at lists.jboss.org
Wed Mar 26 13:37:40 EDT 2008
[ http://jira.jboss.com/jira/browse/JBRULES-1534?page=all ]
Mark Proctor closed JBRULES-1534.
---------------------------------
Resolution: Done
> Eclipse MANIFEST.MF files reference the incorrect name for mvel
> ---------------------------------------------------------------
>
> Key: JBRULES-1534
> URL: http://jira.jboss.com/jira/browse/JBRULES-1534
> Project: JBoss Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Eclipse IDE
> Reporter: Mark Proctor
> Assigned To: Mark Proctor
> Fix For: 4.0.6
>
>
> We will have to release 4.0.6 next week, 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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list