ebresie / python4nb

This is a Python Plugin for Netbeans.
Apache License 2.0
13 stars 1 forks source link

nbproject\project.properites not created correctly #23

Closed ebresie closed 1 year ago

ebresie commented 2 years ago

As of release 0.2, there is a dependency on a nbproject\project.properties file, however the file does not get created within the given projects area and was at the time created in the build (development) location resulting in failures when trying to leverage the build.

This issue needs to resolve proper nbproject\project.properties creation and usage and avoid crashes in fresh environments.

ebresie commented 1 year ago

In development code has an initial fix for this (some of which were submitted as part of a recent commit ) committed in nbPythonCodeIntegration branch.

However this is also depending on other ongoing "python project properties" work such as https://github.com/ebresie/python4nb/issues/20.

ebresie commented 1 year ago

The updates for this are captured as part of v0.3.0 release. This issue is being closed with any follow up updates being captured in another issue.