Skip to content

Help with using BA-DUA #37

Closed Answered by andrioli
Alex-128 asked this question in Q&A
Mar 26, 2023 · 3 comments · 4 replies
Discussion options

You must be logged in to vote

I downloaded the latest BA-DUA on GitHub, which seems to be 0.7.0, and I'm using Java 11. However, I don't know what I was doing wrong before, because I just compiled my Maven test project and passed the target/classes/com/example (which contains the compiled class) to instrument, and it said 1 classes instrumented in 0 seconds. So that part is working!

Perfect, it seems to be correct (if -src folder contains only one class). Also note that the instrument program traverses the directories recursively, providing only the target/classes should be enough. It will use the same folder structure for the destination directory, so every instrumented class will live in the correct place.

The ou…

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@Alex-128
Comment options

@andrioli
Comment options

Answer selected by andrioli
@Alex-128
Comment options

@andrioli
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants