[jboss-jira] [JBoss JIRA] Created: (JBESB-131) Mixing directory separator fails on Windows
Mark Little (JIRA)
jira-events at jboss.com
Tue Aug 15 04:58:18 EDT 2006
Mixing directory separator fails on Windows
-------------------------------------------
Key: JBESB-131
URL: http://jira.jboss.com/jira/browse/JBESB-131
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: ESB Core
Affects Versions: 4.0 Beta 1
Reporter: Mark Little
Assigned To: Tom Fennelly
Fix For: 4.0
Ant runFileBank fails due to the following line in the properties file:
file.monitored.directory=C:\Tools\JBossESB4.0_Beta1\docs\samples\trailblazer\bankloanbrokerdemo/./TrailBlazer-rtfiles/BankInput
Which was generated during the ant configure step.
It should read
file.monitored.directory=C:/Tools/JBossESB4.0_Beta1/docs/samples/trailblazer/bankloanbrokerdemo/TrailBlazer-rtfiles/BankInput
Apparently the mixing of the path separators throws it off.
The error message is
[java] Treying to create the directory.
Where does "Treying" come from?
--
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