Skip to content

No output, no diagnostics #424

Description

@mernst

The following set of commands complete with "BUILD SUCCESSFUL" and exit status 0, but the output directory is not created:

cd /tmp
rm -rf target-system specimin

git clone https://github.com/skehrli/checker-framework --branch rlc-collections-redesign target-system
(cd target-system && ./gradlew -q assembleForJavac)

git clone https://github.com/njit-jerse/specimin
cd specimin
./gradlew run --args="--root=/tmp/target-system --targetFile=annotation-file-utilities/src/main/java/org/checkerframework/afu/scenelib/io/ASTIndex.java --outputDirectory=/tmp/specimin-out --jarPath=/tmp/target-system/checker/build/libs"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions