-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repository down #780
Comments
To all JSweet users. Sorry about this, JSweet will not be able to host the repository anymore. In theory, you should be able to use Maven Central https://central.sonatype.com/search?q=jsweet However, it does not work out of the box. See #764. |
… disconnected maven repo cincheo/jsweet#780
@renaudpawlak I would like to evaluate JSweet is it possible to fix this to run from the Maven repository please ? |
* fix(jsweet): use project local repo to get jsweet artefacts hosted on disconnected maven repo cincheo/jsweet#780 * fix: upgrade jsweet maven plugin to 2.3.7 cause 2.3.5 is no more hosted on maven central * fix: add jsweet-maven-plugin 2.3.5 and its dependency jsweet-transpiler-2.3.5 to local maven repo to avoid transpilation issue using jsweet-maven-plugin 2.3.7 causes runtime crash in apicurio studio with error: Uncaught TypeError: Class extends value undefined is not a constructor or null MC Oas30Responses.ts:29 RC Oas30CallbackPathItem.ts:13 --------- Co-authored-by: Benjamin Ledentec <benjamin.ledentec@partnre.com>
* fix(jsweet): use project local repo to get jsweet artefacts hosted on disconnected maven repo cincheo/jsweet#780 * fix: upgrade jsweet maven plugin to 2.3.7 cause 2.3.5 is no more hosted on maven central * fix: add jsweet-maven-plugin 2.3.5 and its dependency jsweet-transpiler-2.3.5 to local maven repo to avoid transpilation issue using jsweet-maven-plugin 2.3.7 causes runtime crash in apicurio studio with error: Uncaught TypeError: Class extends value undefined is not a constructor or null MC Oas30Responses.ts:29 RC Oas30CallbackPathItem.ts:13 --------- Co-authored-by: Benjamin Ledentec <benjamin.ledentec@partnre.com>
can you give us a backup of the repository |
Hi all, Can we expect the build to work out of the box with the Maven repository in the near future ? I am sharing what I had in my .m2 directory before the server going down: jsweet.zip Has anyone found a way to make it work with the Maven repository alone ? Thanks ! |
thanks |
I have tried to restart so that you can download necessary files but artifactory fails to initialize... Maybe not enough disk space on my server :( |
Can you upload it to Google Drive and provide a link ?
…On Fri, 25 Oct 2024, 10:13 Renaud Pawlak, ***@***.***> wrote:
I have tried to restart so that you can download necessary files but
artifactory fails to initialize... Maybe not enough disk space on my server
:(
—
Reply to this email directly, view it on GitHub
<#780 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAU4E4CYU3K2EBY4QH7AALZ5IDR7AVCNFSM6AAAAABOALSS3GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZXGI4DSNBYGM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
It's more than 800 Mo big and it sounds like a bad strategy. The best strategy IMO would be to provide a way (with appropriate docs) to build the missing artifacts OR get rid of them (they are not absolutely mandatory). The problem as far as I understand is in the Maven plugin (@lgrignon). Has someone tried to remove the deps from the maven plugin in order to generate a new version of the Maven plugin and see what are the compilation errors? Please note that the SweetHome3D projet uses JSweet with ant and has all the deps in its repo, including a jsweet jar with all deps.
In the directory, you will find a Jar with all the deps jsweet-transpiler-3.2.0-SNAPSHOT-jar-with-dependencies.jar. With this jar, you should be able to build with ant. To build with Maven, you should be able to get the missing deps, either by putting this jar in your classpath, or by extracting the appropriate elements from the jar. |
Not sure, if this is the right place for this problem... but I don't know, where else I can ask for that...
https://repository.jsweet.org/artifactory/libs-release-local/
shows a 503 service unavailable message....
The text was updated successfully, but these errors were encountered: