Skip to content
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

Looks like the the pom.xml for the latest kc-s2sgen is referencing coeus-api-all 6.0.0.2 (which is not publicly available) - suggested to change it to "1504.2" #66

Open
fuzzy-slippers opened this issue Apr 27, 2015 · 0 comments

Comments

@fuzzy-slippers
Copy link

Thanks so much Jeff for that advice - using coeus-api-all 1504.2 worked for me! I wonder how you were able to figure out that version (1504.2) was available.

@lori, I did try -Dgrm.off=true but that didn't seem to change the repos for me on this one.

Thank you both for responding so quickly!
Zach

On 4/24/2015 11:55 AM, Largent, Jeff wrote:

Hi Zach,

I ran into that error as well, it looks like the coeus-s2sgen-1504.1 tag in the kc-s2sgen project is using an outdated version of coeus-api. I updated the pom.xml file in the base kc-s2sgen project to look for version 1504.2 of coeus-api-all like so:

<coeus-api-all.version>1504.2</coeus-api-all.version>

If you build the kc-api project with the coeus-api-1504.2 tag checked out first, then the kc-s2sgen should be able to pick up that version of coeus-api from your Maven repository and build without issue.

It would be really great if someone from KualiCo could update the coeus-s2sgen-1504.1 tag to use coeus-api-all-1504.2, since everyone trying to build KC 6.0.1 will run into this issue when trying to follow the Coeus project instructions.

Thanks,
-Jeff Largent

On Apr 24, 2015, at 11:44 AM, Zach Friedman [email protected] wrote:

Has anyone else had trouble building https://github.com/kuali/kc-s2sgen/releases/tag/coeus-s2sgen-1504.1 or have any advice? It looked to me like this was the version required by KC build 1504.3 (https://github.com/kuali/kc/releases/tag/coeus-1504.3)

I see the following in the POM:
<coeus-s2sgen.version>1504.1</coeus-s2sgen.version>

I am getting what appears to be an Unauthorized user error with one of the dependencies trying to access "https://nexus.rsmart.com/nexus/content/groups/public/org/kuali/coeus/", which appears to be private.

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] coeus-s2sgen ...................................... SUCCESS [ 0.169 s]
[INFO] coeus-s2sgen-api .................................. FAILURE [ 0.046 s]
[INFO] coeus-s2sgen-impl ................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.858 s
[INFO] Finished at: 2015-04-23T17:58:31-05:00
[INFO] Final Memory: 11M/164M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project coeus-s2sgen-api: Could not resolve de
pendencies for project org.kuali.coeus:coeus-s2sgen-api:jar:1504.1: Failure to f
ind org.kuali.coeus:coeus-api-all:jar:6.0.0.2 in http://nexus.kuali.org/content/
groups/public was cached in the local repository, resolution will not be reattem
pted until the update interval of kuali.nexus has elapsed or updates are forced
-> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]

Going to https://nexus.rsmart.com/nexus/content/groups/public/org/kuali/coeus/ I do get an unauthorized error (it requires authentication).

I see this in: https://github.com/kuali/kc-s2sgen/blob/master/pom.xml
<coeus-api-all.version>6.0.0.2</coeus-api-all.version>

Please let me know if I am missing something or have selected incorrect versions.

Thank you!
Zach

jwillia pushed a commit that referenced this issue Jan 4, 2016
minor fixes and renames for consistency.
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

No branches or pull requests

1 participant