Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

[11:14:16 CDT(-0500)] <kickehy> here's a helpful hint for a windows CA box, make sure you don't select Enterprise CA (as long as you're not publishing to AD) and make sure to select Standalone CA
[14:49:40 CDT(-0500)] <foxnesn1> hello, i successfully installed and have running CAS relying on the "best practices" walkthrough
[14:50:02 CDT(-0500)] <foxnesn1> i am now attempting to replace th default auth
[14:50:48 CDT(-0500)] <foxnesn1> i followed the instructiont to edit the pom.xml file in the workspace/local-cas dir
[14:51:15 CDT(-0500)] <foxnesn1> and grabbed the deployerConfigContext.xml file and edited that as well
[14:51:26 CDT(-0500)] <foxnesn1> but on build i received Access denied to: http://repository.jboss.com/maven2/org/opensaml/opensaml/1.1b/opensaml-1.1b.pom -> [Help 1]
[14:58:41 CDT(-0500)] <wgthom> welcome to maven. (smile)
[14:58:42 CDT(-0500)] <serac> That's likely a transient build error.
[14:58:48 CDT(-0500)] <serac> The JBoss repos are a mess.
[14:59:08 CDT(-0500)] <foxnesn1> oh anyway around the problem?
[14:59:14 CDT(-0500)] <foxnesn1> i dont mind getting my hands dirty
[14:59:20 CDT(-0500)] <serac> Best bet is to download the opensaml 1.1b artifact and manually install into your local maven repo via installFile goal.
[14:59:31 CDT(-0500)] <serac> http://maven.apache.org/plugins/maven-install-plugin/install-file-mojo.html
[14:59:55 CDT(-0500)] <serac> See Examples on left-hand side.
[15:00:00 CDT(-0500)] <serac> That's best guide IMO.
[15:01:49 CDT(-0500)] <foxnesn1> lol this stuff always happens at the end of the day
[15:02:24 CDT(-0500)] <wgthom> maven can be a pain...worth getting some background on how that works if you don't already
[15:03:08 CDT(-0500)] <foxnesn1> are there install instruction that don't use maven?
[15:03:18 CDT(-0500)] <wgthom> not really.
[15:03:44 CDT(-0500)] <wgthom> you could grab the binaries and then configure in place... but you'd be setting yourself up for pain later
[15:04:07 CDT(-0500)] <foxnesn1> that's my thinking as well
[15:06:07 CDT(-0500)] <foxnesn1> if i manually go to http://repository.jboss.org/maven2/org/opensaml/opensaml/1.1b/opensaml-1.1b.pom it says forbidden
[15:06:35 CDT(-0500)] <wgthom> there's no pom for opensaml
[15:06:47 CDT(-0500)] <wgthom> you can safely ignore that in the build
[15:06:56 CDT(-0500)] <foxnesn1> ahh
[15:06:58 CDT(-0500)] <wgthom> does the build complete with a target/cas.war file?
[15:07:02 CDT(-0500)] <foxnesn1> so i can just continue on

  • No labels