Brendan Whaley created NETBEANS-4870: ----------------------------------------
Summary: Characters after and including the last "." in a folder name are truncated when copying libraries to a project's directory. Key: NETBEANS-4870 URL: https://issues.apache.org/jira/browse/NETBEANS-4870 Project: NetBeans Issue Type: Bug Affects Versions: 12.1 Environment: Windows 10 Reporter: Brendan Whaley So it pretty much works like this. I have the Apache Commons CLI library that I unzipped into my downloads folder. The folder's name is "commons-cli-1.4". When I click "Add Jar/Folder" and and select "Copy to Libraries Folder" and choose the "commons-cli-1.4" folder in my downloads folder, the folder that is created in my project's library folder is titled "commons-cli-1". If the folder is named "com.mons-cli-1.4" the result is "com.mons-cli-1". A name of "com.mons-cli-14" results in a folder named "com". The same applies to subdirectories. I renamed the "apidocs" folder that is in the "commons-cli-1.4" folder to "api.docs" and the result was "commons-cli-1" with a folder named "api" in it. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists