Task #561 (closed)
Opened 13 years ago
Closed 9 years ago
Directories with spaces break the build.
| Reported by: | jamoore | Owned by: | cxallan |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.2 |
| Component: | Deployment | Version: | 3.0-M3 |
| Keywords: | testng | Cc: | cxallan, dzmacdonald |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2010-03-19 (5) |
Description (last modified by jmoore)
Specifically, something of the form:
cd /tmp/with spaces/omero java omero fullbuild
will fail with:
java.io.FileNotFoundException: space/trunk/components/dsl/test/unit.testng.xml (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at org.testng.xml.Parser.<init>(Parser.java:61)
at org.testng.TestNG.setTestSuites(TestNG.java:458)
at org.testng.TestNG.privateMain(TestNG.java:1038)
at org.testng.TestNG.main(TestNG.java:995)
[ERROR]: No test suite found. Nothing to run
java.io.FileNotFoundException: /tmp/with/testng.css (No such file or directory)
at java.io.FileOutputStream.open(Native Method)
...etc...
See TESTNG-120 and TESTNG-126
Change History (6)
comment:1 Changed 13 years ago by jmoore
- Description modified (diff)
comment:2 Changed 9 years ago by cxallan
- Type changed from Bug to Task
comment:3 Changed 9 years ago by cxallan
- Milestone changed from Blocked to OMERO-Beta4.2
- Remaining Time set to 0.25
- Sprint set to 2010-03-19 (5)
comment:4 Changed 9 years ago by cxallan
- Owner jmoore deleted
comment:5 Changed 9 years ago by cxallan
- Owner set to cxallan
- Status changed from new to assigned
comment:6 Changed 9 years ago by cxallan
- Remaining Time changed from 0.25 to 0
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
(In [6357]) Upgrading to TestNG 5.11 (Fixes #561)