[keycloak-dev] Code and console inspection

Stian Thorgersen stian at redhat.com
Wed Nov 20 13:50:05 EST 2013


With '-Dresources' it uses the files directly, without it, it uses the classpath. So remember '-Dresources' ;)

----- Original Message -----
> From: "Bill Burke" <bburke at redhat.com>
> To: "Stian Thorgersen" <stian at redhat.com>
> Cc: keycloak-dev at lists.jboss.org
> Sent: Wednesday, 20 November, 2013 6:40:26 PM
> Subject: Re: [keycloak-dev] Code and console inspection
> 
> 
> 
> On 11/20/2013 12:02 PM, Stian Thorgersen wrote:
> >
> >
> > ----- Original Message -----
> >> From: "Bill Burke" <bburke at redhat.com>
> >> To: "Stian Thorgersen" <stian at redhat.com>
> >> Cc: keycloak-dev at lists.jboss.org
> >> Sent: Wednesday, 20 November, 2013 2:16:49 PM
> >> Subject: Re: [keycloak-dev] Code and console inspection
> >>
> >>
> >>
> >> On 11/19/2013 10:44 AM, Stian Thorgersen wrote:
> >>>
> >>>
> >>> ----- Original Message -----
> >>>> From: "Bill Burke" <bburke at redhat.com>
> >>>> To: keycloak-dev at lists.jboss.org
> >>>> Sent: Tuesday, 19 November, 2013 1:34:42 PM
> >>>> Subject: Re: [keycloak-dev] Code and console inspection
> >>>>
> >>>>
> >>>>
> >>>> On 11/19/2013 8:23 AM, Viliam Rockai wrote:
> >>>>> Hi all,
> >>>>>
> >>>>> So, I've looked at both - the code and the console UI. I've created
> >>>>> bunch of JIRAs today and I still have some unclear issues. Here's my
> >>>>> list:
> >>>>>
> >>>>>     * What's the point of admin-ui-styles module? Why does it contain
> >>>>>     html?
> >>>>>         o I had troubles with this when I was working on the social
> >>>>>         page
> >>>>>           and some (provider helper) pages were used from this module
> >>>>>           instead of admin-ui module.
> >>>>>
> >>>>
> >>>> Could be merged with admin-ui module.  This is just an artifact of how
> >>>> the project evolved.
> >>>
> >>> +1 We should have a common-styles module instead. It should only contain
> >>> stylesheets/images/etc that are used by both admin and forms.
> >>>
> >>
> >> Please let me know what happens.  My dev setup has a bunch of softlinks
> >> into a JBoss distro for fast turnaround.  Refactoring this would break
> >> things.
> >
> > Why don't you just use:
> >
> > # mvn -pl testsuite/integration -Pkeycloak-server -Dresources exec:java
> >
> > That loads the resources directly from the file-system so no need for
> > softlinks, or JBoss ;)
> >
> 
> Oh, cool, thought that ran from web-fragment jars.
> 
> --
> Bill Burke
> JBoss, a division of Red Hat
> http://bill.burkecentral.com
> 


More information about the keycloak-dev mailing list