Support for project.license and project.licensePath

Issue #17 new
Former user created an issue

In a regular NetBeans project, one can set the value of the project.license or project.licensePath property in nbproject/project.properties to insert the right license in the header of new files created in the IDE.

Unfortunately an NBAndroid project doesn't have an nbproject folder, so this doesn't work. I tried manually creating the folder nbproject with a project.properties file inside it, but NetBeans seemed to ignore it because it still didn't work.

What I do for now is I put the license text that I want directly in the "Default License" template under Tools > Template > Licenses, but that's not practical when switching between different projects with different licenses.

Comments (0)

  1. Log in to comment