Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [faces-dev] Problem building faces-api
  • From: <Hussain.NM@xxxxxxxxxxxxx>
  • Date: Mon, 25 Oct 2021 12:51:45 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=cognizant.com; dmarc=pass action=none header.from=cognizant.com; dkim=pass header.d=cognizant.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=g3/14R4/05uMgcfxQ0McBfPkQSOsZY8xrNZblNYHMDA=; b=nvhBEWWt+ShY+exxDBasnklhHZeV0QcO8lNZqlApvcGFdVg8WILE0O3GjBlKXvufP4t198ZS+efhpz5atKSSSjvClROShzJCtYcjeOK2jEWXl9GsGoHnL632RPJndl3WdO4yuImfiZfvCl45Y83OVLdW/VZJaKDhz5v/RzudiyC/WcOcv3CeGtCl5kxnYGyTnE62rOp28nhB7e7Z7gTzUphSXpBhEaepYceXSmNAlrTMkiGNPRyeqp5GGvRoTfNqQDeFoe/hjOGmxSxAZPmi1kr4dHHcrnNDAJEIAAiilZnuA2Bq48hNllBIbDWkzXnbUR3fn+DIV9ZLvLaSZnD0dQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=nAfVtDC9YT5Ynp2xVL/ZVRn7jS+OnXxYW1Frsqxzj1j+h2sV724/mEL0lHksKaZMOklRaPImz+zOqzo06KbH5/YQR0kuDT0h2WZ3jXTblPupB6/gmhOqk4T4pB5eQZ3PuYQUiHnH+wBrzl1PVirnq1F1IFvLr1Hkzj4xwFmHlrbImQHh6C37FnEqavruvHz6fW1EuV3OVyh07mfcsuW/+QEQ10itbHwUl6QP0jwKBWgUrD2Nq9yZMMFI7XXYyD6BESXi2S3m0pKmf/Te/i93RdjTjNbg4KZKe5a2IZTjq+FUANXwCeXUdfWaY/xTL8byoiPydDhE7j/ItHhDiTgy7Q==
  • Delivered-to: faces-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/faces-dev/>
  • List-help: <mailto:faces-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/faces-dev>, <mailto:faces-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/faces-dev>, <mailto:faces-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHXvGn33fwbYh3Ys0mdOC3D33Of5qvjq1wAgAAXNtA=
  • Thread-topic: [faces-dev] Problem building faces-api

This is the dependency on org.glassfish:jakarta.faces:3.0.0-RC5

 

https://github.com/eclipse-ee4j/mojarra/releases/tag/3.0.0-RC5-RELEASE

 

I don’t think this was released to maven central and was only published in github.

 

This was used at the time of ballot for Faces 3.0.0. See below links:

 

https://github.com/jakartaee/specifications/pull/278

 

https://github.com/eclipse-ee4j/faces-api/issues/1542

 

Thanks

Hussain

 

From: faces-dev <faces-dev-bounces@xxxxxxxxxxx> On Behalf Of arjan tijms
Sent: Monday, October 25, 2021 4:49 PM
To: faces developer discussions <faces-dev@xxxxxxxxxxx>
Subject: Re: [faces-dev] Problem building faces-api

 

Hmmm,

 

Not sure anymore how RC5 got in there, but that obviously needs to be 3.0.0:

 

 

Kind regards,

Arjan

 

 

On Fri, Oct 8, 2021 at 7:28 PM Paul Nicolucci <pnicolucci@xxxxxxxxx> wrote:

Hi,

 

I pulled the latest from master and I tried to build and got the following error:

 

$ mvn clean install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Jakarta Server Faces                                               [jar]
[INFO] Jakarta Server Faces Specification                                 [pom]
[INFO] Jakarta Server Faces Parent                                        [pom]
[INFO]
[INFO] ------------------< jakarta.faces:jakarta.faces-api >-------------------
[INFO] Building Jakarta Server Faces 3.0.1-SNAPSHOT                       [1/3]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jakarta.faces/3.0.0-RC5/jakarta.faces-3.0.0-RC5.pom
[WARNING] The POM for org.glassfish:jakarta.faces:jar:sources:3.0.0-RC5 is missing, no dependency information available
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jakarta.faces/3.0.0-RC5/jakarta.faces-3.0.0-RC5-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Jakarta Server Faces 3.0.1-SNAPSHOT ................ FAILURE [  1.397 s]
[INFO] Jakarta Server Faces Specification 3.0-SNAPSHOT .... SKIPPED
[INFO] Jakarta Server Faces Parent 3.0.0-SNAPSHOT ......... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.521 s
[INFO] Finished at: 2021-10-08T13:27:14-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project jakarta.faces-api: Could not resolve dependencies for project jakarta.faces:jakarta.faces-api:jar:3.0.1-SNAPSHOT: Could not find artifact org.glassfish:jakarta.faces:jar:sources:3.0.0-RC5 in central (https://repo.maven.apache.org/maven2) -> [Help 1]
[ERROR]

 

What did I do wrong here?

 

Thanks,

 

Paul Nicolucci

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

This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient(s), please reply to the sender and destroy all copies of the original message. Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email, and/or any action taken in reliance on the contents of this e-mail is strictly prohibited and may be unlawful. Where permitted by applicable law, this e-mail and other e-mail communications sent to and from Cognizant e-mail addresses may be monitored.

Back to the top