[jboss-jira] [JBoss JIRA] Commented: (JBRULES-1543) tests failing with JANINO
Aleksandar Kostadinov (JIRA)
jira-events at lists.jboss.org
Fri Apr 4 11:05:23 EDT 2008
[ http://jira.jboss.com/jira/browse/JBRULES-1543?page=comments#action_12407082 ]
Aleksandar Kostadinov commented on JBRULES-1543:
------------------------------------------------
One more issue we have is testAlphaEvalWithOrCE from org.drools.integrationtests.MiscTest refers to "./target". AFAICT there is no such thing as current working directory in java and is platform dependent.
Can you change that to use some system property or a temporary directory?
conf.setDumpDir( new File(System.getProperty("java.io.tmpdir"), "drools" + String.valueOf(System.currentTimeMillis())) ); //probably need to create it as well
> tests failing with JANINO
> -------------------------
>
> Key: JBRULES-1543
> URL: http://jira.jboss.com/jira/browse/JBRULES-1543
> Project: JBoss Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Aleksandar Kostadinov
> Assigned To: Mark Proctor
>
> Test suite of http://anonsvn.labs.jboss.com/labs/jbossrules/tags/DROOLS_SOA_4_2_19342_CP1 is failing when run with JANINO (mvn install -Ddrools.dialect.java.compiler=JANINO).
--
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