<!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">
On M3? if you look at the JavaDialect you should see that the source is
always set ti jdk1.5, can never go below that, but the target is 1.4 -
which should allow static imports in a jdk1.4 environment. The unit
tests for it are working, maybe you can look into debugging this one
for me?<br>
<br>
Mark<br>
Ronald R. DiFrango wrote:
<blockquote
cite="mid:eb33f140707091147r170cca01h26153b85a6ee80b6@mail.gmail.com"
type="cite">All,<br>
<br>
I had to change the compiler setting from JDK 5.0 to JDK 1.4 and no all
of a sudden my DRL files give me the following error:<br>
<br>
Severity and Description Path Resource Location Creation
Time Id
<br>
Syntax error, static imports are only available if source level is
5.0 RtvDecisionEngine/src/rules/com/circuitcity/rtvcrms/rules
modelDiscrepancyRules.drl line 20 1184006663382 77860<br>
<br>
On all rules.
<br>
<br>
Thoughts?<br>
<br>
Ron<br>
<br>
<pre wrap="">
<hr size="4" width="90%">
_______________________________________________
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>