Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tracecompass-dev] Maven build errors

Hi Mahesh

 

Thanks for the Trace Compass interest and the information about maven 3.6.2 version. I’m using maven 3.6.0 on Linux and the build works fine.

 

Looking at the logfile, I noticed that it dries to resolve a dependency to http://download.eclipse.org/linuxtools/update-2018-09-rc2, but the update site doesn’t exist anymore. The target file that your build uses is tracecompass-e4.9.target and the version that you build points to that update site. So, I think you are trying to build an old version of Trace Compass. In any case, you can use the tracecompass-e4.9.target from the current master branch which should make your build work.

 

Which version (branch) are you current building? Also, which Eclipse baseline do you need to build for (4.9 or later versions)? Please let me know.

 

BR

Bernd

 

From: tracecompass-dev-bounces@xxxxxxxxxxx <tracecompass-dev-bounces@xxxxxxxxxxx> On Behalf Of VK Mahesh
Sent: Tuesday, December 3, 2019 11:55 PM
To: tracecompass-dev@xxxxxxxxxxx
Subject: [tracecompass-dev] Maven build errors

 

Hello,

I am trying to build TraceCompass on Windows 10 using Maven (3.6.0). However, I am getting errors that some repositories are not found (see the attached log file). What am I doing wrong? Or how can I fix it?

Best Regards,

Mahesh

 

P.S.: Maybe it should be mentioned somewhere that since maven 3.6.2 has broken maven-polyglot, TraceCompass can't be built with that version of Maven (https://issues.apache.org/jira/browse/MNG-6765). I had to revert  to v3.6.0 to proceed.


Back to the top