[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-499) get-test-execution-classpath assumes windows
Tim Fox (JIRA)
jira-events at jboss.com
Tue Aug 8 05:17:13 EDT 2006
get-test-execution-classpath assumes windows
--------------------------------------------
Key: JBMESSAGING-499
URL: http://jira.jboss.com/jira/browse/JBMESSAGING-499
Project: JBoss Messaging
Issue Type: Bug
Reporter: Tim Fox
Assigned To: Ovidiu Feodorov
Fix For: 1.0.1.GA
<target name="get-test-execution-classpath" depends="init">
<pathconvert refid="test.execution.classpath" targetos="windows"
property="test.execution.classpath.unix"/>
<echo message="${test.execution.classpath.unix}" file="${test.execution.classpath.file}"/>
</target>
The above target in tests/build.xml currently assumes running on Windows resulting in being unable to run runtest on Unix/Linux
--
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