dkpro / dkpro-core

Collection of software components for natural language processing (NLP) based on the Apache UIMA framework.
https://dkpro.github.io/dkpro-core
Other
196 stars 67 forks source link

DKPro 1.9.0-SNAPSHOT cannot be built under Windows due to AUX POS type (reserved file name) #984

Closed ferschke closed 7 years ago

ferschke commented 7 years ago

The POS type AUX0 (DKPro 1.8.0 and earlier) was renamed to AUX (de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos.AUX) in the current 1.9.0-SNAPSHOT. This prevents DKPro to build under windows because AUX is a reserved name. [1]

(Try to create a file named AUX or AUX.txt on a Windows system - you'll get the error that "The specified device name is invalid"

Suggested fix: rename the type to AUX0 again

[1] https://blog.onetechnical.com/2006/11/16/forbidden-file-and-folder-names-on-windows/

reckart commented 7 years ago

Duplicate of #414.