SLX not does not output file in Maven test.
- Dominant language
- Java
- Stars
- 14
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
Fails to compile with test error in TEST-folioxml.slx.SlxTransformerTest.xml:
error message="C:...\folioxml-master\files\folio-help\export\Translation.slx (The system cannot find the path specified)" type="java.io.FileNotFoundException"![CDATA[java.io.FileNotFoundException: C:...\folioxml-master\files\folio-help\export\Translation.slx (The system cannot find the path specified)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.(FileOutputStream.java:213)
at java.io.FileOutputStream.(FileOutputStream.java:162)
at folioxml.slx.SlxTransformerTest.XmlExport(SlxTransformerTest.java:29)
at folioxml.slx.SlxTransformerTest.FolioHelp(SlxTransformerTest.java:21)
]]
/error
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by running the Maven test that produces TEST-folioxml.slx.SlxTransformerTest.xml, then inspect folioxml.slx.SlxTransformerTest.FolioHelp and XmlExport at line 29. Reproduce the missing Translation.slx path error and trace the test's output location; done means the test completes without FileNotFoundException and produces the expected output file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system, testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100