Skip to content

Replace absolute path setting for binary/results #1

@Scofield626

Description

@Scofield626

These two lines enforce an absolute path setting, which require AE to be done under ~/ppopp-artifact/.

Consider using user.dir as current_dir to have a relative one.

import java.nio.file.Paths
var Binary = Paths.get(System.getProperty("user.dir"), "ppopp-artifact/caracal/felis/buck-out/gen/db#release").toString
var WorkingDir = Paths.get(System.getProperty("user.dir"), "ppopp-artifact/caracal/felis/results").toString

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions