[jboss-jira] [JBoss JIRA] Resolved: (JBRULES-1955) Wrong function template created by eclipse plugin
Kris Verlaenen (JIRA)
jira-events at lists.jboss.org
Fri Mar 6 11:21:22 EST 2009
[ https://jira.jboss.org/jira/browse/JBRULES-1955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kris Verlaenen resolved JBRULES-1955.
-------------------------------------
Fix Version/s: 5.0.0.CR1
Resolution: Done
Assignee: Kris Verlaenen (was: Mark Proctor)
Thanks for the patch, fixed the issue
> Wrong function template created by eclipse plugin
> -------------------------------------------------
>
> Key: JBRULES-1955
> URL: https://jira.jboss.org/jira/browse/JBRULES-1955
> Project: JBoss Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: drools-eclipse
> Affects Versions: 5.0.0.M5
> Reporter: Jaroslaw Kijanowski
> Assignee: Kris Verlaenen
> Priority: Minor
> Fix For: 5.0.0.CR1
>
> Attachments: DRLGenerator.java.patch
>
>
> When I create a new rule resource (drl) in eclipse and check "Use functions" I get such a function:
> function myFunction( ... )
> #function content (can have multiple functions)
> end
> instead of:
> function myFunction( ... ) {
> #function content (can have multiple functions)
> }
> drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/wizard/rule/DRLGenerator.java
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list