Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Project setup for Archi via Maven results in 0 Indexed files #449

Closed
egraether opened this issue Aug 28, 2017 · 6 comments
Closed

Project setup for Archi via Maven results in 0 Indexed files #449

egraether opened this issue Aug 28, 2017 · 6 comments
Assignees

Comments

@egraether
Copy link
Contributor

https://github.com/archimatetool/archi

@mlangkabel
Copy link
Contributor

It looks like this is a timeout issue. Maven just takes longer than we expected to generate the information Sourcetrail needs.

@mlangkabel
Copy link
Contributor

fixed with Sourcetrail version 2017.3.29

@Phillipus
Copy link

Phillipus commented Sep 7, 2017

Hi, tried again with version 2017.3.48. Am getting the following error:

image 1

I see that in the dependencies folder there is a file "com.archimatetool.jdom-4.0.3.qualifier-jdom-2.0.5.jar.jar"

@mlangkabel
Copy link
Contributor

I think I ran into the same issue while testing on the Archi project. I suspected that the pom references a snapshot version of that missing jar which wouldn't be found on maven central or anywhere else. So my thought was that this missing jar would be built by the project itself and after executing mvn install for the Archi project the issue was gone. Can you please give that a try?

@Phillipus
Copy link

Hi, I don't quite understand how to go about this. Do you mean add the source jar to the index?

@mlangkabel
Copy link
Contributor

No problem, I had to run mvn install from within the root folder of the Archi project. That caused maven to build and install the Archi related jars in my local Maven repository and Sourcetrail was able to fetch the correct jars on its own.

@mlangkabel mlangkabel reopened this Sep 8, 2017
@mlangkabel mlangkabel added question and removed bug labels Oct 2, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants