Skip to content

NEX File Output path issue #22

@sparkes

Description

@sparkes

nextbuild.py line 165 has an issue with the path when building projects stored outside the NextBuild directories.

My attempts to change the path didn't work even when they produced an absolute path using BASE_DIR so I'm not able to offer a simple pull request to fix the issue :( My python is obviously very rusty :)

My quick fix was to remove the path entirely and drop sysvars.bin in my project directory.

Environment used
Windows 11.
NextBuild directory is not in the path.

NextBuild Directory is in the parent of my project directory and my task.json uses relative paths as shown below
"windows": { "command": "./../NextBuild/zxbasic/python/python.exe", "args": [ "./../NextBuild/Scripts/nextbuild.py", "${file}" ] },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions