Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] jboss repository down

As mentioned before I can access this file:

https://repository.jboss.org/nexus/content/groups/public/javax/media/jai-core/1.1.3/jai-core-1.1.3.pom

without a problem using a regular webrowser and internet-connection.


Am 17.05.22 um 15:44 schrieb Jonah Graham:
Hi folks,

The jboss maven repository being down at the moment means I cannot build Orbit's 2022-06 M3 contribution.

As it turns out Apache Ant has a dependency* on a module not in maven central (I didn't know this was allowed) so we can't build Orbit.

*Does anyone have a contact at JBoss that they can request to help resolve this issue and bring this repo back online?*
*
*
Thanks,
Jonah

* See the pom: https://search.maven.org/artifact/org.apache.ant/ant-jai/1.10.12/jar <https://search.maven.org/artifact/org.apache.ant/ant-jai/1.10.12/jar> - but key part is quoted here:

  <!-- Central has javax.media:jai-core:1.1.3 but only com.sun.media:jai-codec:1.1.2_01 -->
   <repositories>
     <repository>
       <id>jboss</id>
       <name>JBoss</name>
      <url>https://repository.jboss.org/nexus/content/groups/public/ <https://repository.jboss.org/nexus/content/groups/public/></url>
     </repository>
   </repositories>

This leads to build errors when trying to build "Apache Ant (all-in-one)" in orbit:

[ERROR] Failed to execute goal on project org.apache.ant: Could not resolve dependencies for project org.eclipse.orbit.bundles:org.apache.ant:eclipse-bundle-recipe:1.10.12-SNAPSHOT: Failed to collect dependencies at org.apache.ant:ant-jai:jar:1.10.12 -> javax.media:jai-core:jar:1.1.3: Failed to read artifact descriptor for javax.media:jai-core:jar:1.1.3: Could not transfer artifact javax.media:jai-core:pom:1.1.3 from/to jboss (https://repository.jboss.org/nexus/content/groups/public/ <https://repository.jboss.org/nexus/content/groups/public/>): transfer failed for https://repository.jboss.org/nexus/content/groups/public/javax/media/jai-core/1.1.3/jai-core-1.1.3.pom <https://repository.jboss.org/nexus/content/groups/public/javax/media/jai-core/1.1.3/jai-core-1.1.3.pom>, status: 503 Service Unavailable -> [Help 1]

~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com <http://www.kichwacoders.com>

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev


Back to the top