| [#475] | project: compiler | priority: medium | category: bug | |
|---|---|---|---|---|
| submitter | assigned to | status | date submitted | |
| Stephane | Gilles | fixed | 2005-11-06 15:38:02.0 | |
| subject | Ant task Scalac doesn't work on Windows | |||
| code |
":" is used as path separator in bootclasspath instead of File.pathSeparator |
|||
| what happened | StackOverflow error message |
|||
| what expected | Ant task nicely complete! | |||
| [back to overview] | ||||
| Stephane edited on 2005-11-06 15:38:41.0 |
| Replaced ":" with File.pathSeparator |
| Stephane edited on 2005-11-06 15:39:10.0 |