Welcome to jarviz Discussions! #23
lasanthak
announced in
Announcements
Replies: 2 comments 1 reply
-
Good morning, filter
artifacts
poms look like this
|
Beta Was this translation helpful? Give feedback.
0 replies
-
You missed the period before asterisk.
"targetPackage": "^(com\\.test).*$"
…On Sun, Jun 2, 2024 at 2:49 AM ben467834 ***@***.***> wrote:
Good morning,
I've just cloned the project to use it on my java application. The
application has two jar files, one depends on the other. I build them
locally (not stored on a public maven repo) and I've manually copied the
two jar files into the /tmp/jarviz/artifacts which seems to let the jarviz
binary discover them (as I've not got them on public). Jarviz finds classes
for both jars, but 0 couplings. Could you help me troubleshoot this issue
please?
filter
{
"include": {
"targetPackage": "^(com\\.test)*$"
},
"exclude": {
}
}
artifacts
{
"appSetName": "MySampleAppSet",
"applications": [
{
"appName": "test-api",
"artifacts": [
{
"groupId": "com.test",
"artifactId": "api",
"version": "1.4-SNAPSHOT"
},
{
"groupId": "com.test",
"artifactId": "api-lib",
"version": "1.3-SNAPSHOT"
}
]
}
]
}
poms look like this
<groupId>com.test</groupId>
<artifactId>api</artifactId>
<version>1.4-SNAPSHOT</version>
Java: Running /home/test/.jarviz/jarviz_0.1.5.jar
09:43:27.946 [main] INFO com.vrbo.jarviz.service.CouplingAnalyser - Initializing analyser
09:43:27.947 [main] INFO com.vrbo.jarviz.service.CouplingAnalyser - Artifact directory: /tmp/jarviz/artifacts
09:43:28.005 [main] INFO com.vrbo.jarviz.service.CouplingAnalyser - ApplicationSet found:
test-api:
api 1.4-SNAPSHOT jar
api-lib 1.3-SNAPSHOT jar
09:43:28.005 [main] INFO com.vrbo.jarviz.service.CouplingAnalyser - Analyzing applicationSet
09:43:28.005 [main] INFO com.vrbo.jarviz.service.CouplingAnalyser - Analyzing application: test-api
09:43:28.006 [main] INFO com.vrbo.jarviz.service.CouplingAnalyser - Analyzing artifact: api-1.4-SNAPSHOT.jar
09:43:28.103 [main] INFO com.vrbo.jarviz.service.CouplingAnalyser - ClassCount=111, CouplingCount=0
09:43:28.104 [main] INFO com.vrbo.jarviz.service.CouplingAnalyser - Analyzing artifact: api-lib-1.3-SNAPSHOT.jar
09:43:28.159 [main] INFO com.vrbo.jarviz.service.CouplingAnalyser - ClassCount=411, CouplingCount=0
09:43:28.159 [main] INFO com.vrbo.jarviz.service.CouplingAnalyser - Application=test-api, TotalClassesAnalyzed=522, TotalCouplingsFound=0
09:43:28.159 [main] INFO com.vrbo.jarviz.service.CouplingAnalyser - ApplicationSet=Optional[MySampleAppSet], TotalClassesAnalyzed=522, TotalCouplingsFound=0
09:43:28.159 [main] INFO com.vrbo.jarviz.service.CouplingAnalyser - Couplings were saved to /tmp/jarviz-temp-20240602-094327-2Wl6/jarviz-dependency-data.jsonl
—
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAE253DGUY7KTLK27WJGM7LZFLFBXAVCNFSM5UTFSGFKU5DIOJSWCZC7NNSXTOKENFZWG5LTONUW63SDN5WW2ZLOOQ5TSNRTGYZDANY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
👋 Welcome to Jarviz Discussion Forum!
We’re using Discussions as a place to connect with other members of Jarviz community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions