jadams-tresys opened a new issue, #191:
URL: https://github.com/apache/daffodil-sbt/issues/191

   Apparently there are use cases where the flattened schema files need to be 
written to optical media but cannot have rock ridge extensions enabled, so 
filenames are limited to 64 characters and are truncated if longer.  This 
obviously poses an issue with the flattened schemas and the naming convention 
of converting 
   
   ```
   /com/acme/xsd/schema.dfdl.xsd
   ```
   to
   ```
   com__acme__xsd__schema.dfdl.xsd
   ```
   
   While preserving the directory layout is nice, we probably need to switch to 
using a has for that portion of the filename or some other way of shortening 
the filenames.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to