Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Can not use 'aux' for bundle name as the configurer will not be able to create folder name 'aux' on Windows #2

Open
philiptran opened this issue Jul 7, 2014 · 1 comment

Comments

@philiptran
Copy link

Hi,

Referring to file name restrictions on Windows:
The following reserved device names cannot be used as the name of a file: CON, PRN, AUX, CLOCK$, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9. In addition, any combinations of these with extensions are not allowed.

Ref: http://msdn.microsoft.com/en-us/library/aa578688.aspx

The above cause the following packages unusable in Windows:

  1. osgi.jpa.managed.aux
  2. osgi.jdbc.managed.aux

Thank you.

@philiptran philiptran changed the title Can not use 'aux' for bundle name as the configurer will not be able to create folder name 'aux' in Windows Can not use 'aux' for bundle name as the configurer will not be able to create folder name 'aux' on Windows Jul 7, 2014
@pkriens
Copy link
Member

pkriens commented Jul 8, 2014

Yes, there is today a test in bnd to give a warning about these. Just not have had time to update the tutorial

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

No branches or pull requests

2 participants