Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SLX not does not output file in Maven test. #8

Open
BillTheGoat opened this issue Jan 7, 2015 · 2 comments
Open

SLX not does not output file in Maven test. #8

BillTheGoat opened this issue Jan 7, 2015 · 2 comments

Comments

@BillTheGoat
Copy link

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

@lilith
Copy link
Member

lilith commented Jan 23, 2015

Our maven test depends upon a test file that we don't have rights to distribute. It's very common though - the Folio Help File.

See https://github.com/imazen/folioxml/blob/master/.travis.yml#L10

If you ensure this is downloaded and present, you can run the tests. We can't distribute it, unfortunately, but you can find it in your copy of Folio.

I would love to have a public domain test infobase that comprehensively exercises the 120+ tags as well as the help infobase does.

@BillTheGoat
Copy link
Author

I get this error using the folio help file from folio builder 4.6. We managed to get it working by building without tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants