Skip to content

Javaagent args for output directory seems wrong #578

@joachimhs

Description

@joachimhs

Hello,

The Javaagent parameter for SCRIPT_OUTPUT_DIR seems wrong. It is defined in Args.java:

  • public static final String SCRIPT_OUTPUT_DIR = "scriptdir";

Back in the BTrace 1.x days I believe there where a "scriptdir" that pointed to the directory where the .class script files where located, and a "scriptOutputDir" which pointed to the directory where all of the output would be redirected to.

So I think this could be changed to:

  • add a public static final String SCRIPT_DIR = "scriptdir"
  • change the SCRIPT_OUTPUT_DIR to be public static final String SCRIPT_OUTPUT_DIR = "scriptOutputDir".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions