Skip to content

build: Fix ant build issues#2

Open
Labnann wants to merge 3 commits intoustcadsl:mainfrom
Labnann:repo-fix
Open

build: Fix ant build issues#2
Labnann wants to merge 3 commits intoustcadsl:mainfrom
Labnann:repo-fix

Conversation

@Labnann
Copy link
Copy Markdown

@Labnann Labnann commented Aug 17, 2023

Effective January 15, 2020, The Central Repository no longer supports insecure communication over plain HTTP and requires that all requests to the repository are encrypted over HTTPS.

Use HTTPS to download from the repositories instead.

Also the repository has build-dependencies-*.xml files that confuse the system preventing to build correctly.
Fix it by removing build-dependencies-*

Effective January 15, 2020, The Central Repository no longer supports
insecure communication over plain HTTP and requires that all requests to
the repository are encrypted over HTTPS.

Use HTTPS to download from the repositories instead.
build-dependencies and build-dependencies-sources.xml keeps information
of where files are downloaded. This information is unnecessary for first
build, rather creates build error. Remove these files.
Information in build-dependencies-*.xml are builder dependent and
its unnecessary to track them.
@Labnann
Copy link
Copy Markdown
Author

Labnann commented Aug 17, 2023

Hi, I am trying to reproduce the test results in the Depart paper. :)
Hence I am trying to solve all the build related problems with this repository.

I ran into this build issue while doing so
https://github.com/Labnann/depart/actions/runs/5892807474/job/15982922329?pr=1

The same error occurs in Ubuntu (Google Colab) and Fedora 38.
It would be great to get your insights on this.

Thanks!

@Labnann Labnann changed the title repository: Use https build: Fix ant build issues Aug 17, 2023
@Labnann
Copy link
Copy Markdown
Author

Labnann commented Aug 18, 2023

Hi, I am trying to reproduce the test results in the Depart paper. :) Hence I am trying to solve all the build related problems with this repository.

I ran into this build issue while doing so https://github.com/Labnann/depart/actions/runs/5892807474/job/15982922329?pr=1

The same error occurs in Ubuntu (Google Colab) and Fedora 38. It would be great to get your insights on this.

Thanks!

It seems the problem occurs in case of Java other that 1.8, with Java 1.8 it builds :)

https://github.com/Labnann/depart/actions/runs/5902097136/job/16009473941?pr=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant