You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here are the error messages from the first run of the test:
expectedFilesWereCreatedTest[0](org.jsonschema2pojo.integration.generation.GsonIT): Parent directory for the expected files did not exist: src\test\resources\integration\output\GsonIT\src\test\resources\integration\input\schema\person
createdFilesWereExpectedTest[0](org.jsonschema2pojo.integration.generation.GsonIT): Some files were generated but not expected
There were no files to check! This most likely means that code generation completely failed.
roundTripJsonTest[0](org.jsonschema2pojo.integration.generation.GsonIT): Failed to get example class because output directory is missing. This most likely means that code generation failed.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this! I need to remove this test as it uses stale generated Java files. I'm not sure what the path problems are here on Windows but I'm going to replace the whole thing with a simple alternative that does a round trip of some JSON data through a generated type via Gson.
Name normalization should differentiate between class names and property
names to avoid name collisions and resulted compilation errors (issue
joelittlejohn#129)
khitrenovich
added a commit
to khitrenovich/jsonschema2pojo
that referenced
this issue
Oct 22, 2013
@joelittlejohn Please ignore the "referenced" comments above - accidentally submitted the changes to the wrong branch and with the wrong issue number. Definitely, it was not a good idea to play with the code while being sick at home...
Here are the error messages from the first run of the test:
The text was updated successfully, but these errors were encountered: