Results 1 to 6 of 6

Thread: Contributing to the project

Hybrid View

  1. #1
    Join Date
    Mar 2012
    Posts
    6

    Default Contributing to the project

    Hello,

    thanks for a very helpful project!

    I would like to contribute to it (with a friendlier bootstrapping procedure), is there a mailing list where I could jump in or other communication channel?

    Thanks,

    --
    Kresimir

  2. #2
    Join Date
    Sep 2004
    Location
    Leuven, Belgium
    Posts
    1,853

    Default

    Hello Kresimir,

    I don't think there is a mailing list, but you could discuss things on this forum or otherwise in the context of a specific JIRA ticket.
    Also make sure you check the contribution guidelines at:
    https://github.com/SpringSource/spri...ONTRIBUTING.md

    Erwin

  3. #3
    Join Date
    Mar 2012
    Posts
    6

    Default

    Hi,

    thanks for the info.

    Anyhow - the default location Spring Shell looks for application context configuration file (classpath:/META-INF/spring/spring-shell-plugin.xml) is hardcoded in the Bootstrap class and I didn't find a way to change it. I ended up copying the Bootstrap class source to create a custom bootstrap - one that loads a different application context in initPluginApplicationContext(...) method.

    I think it would be nice if that method were overridable or if there was a facility in Bootstrap class to provide path to a different application context.

    Br,

    --
    Kresimir

  4. #4
    Join Date
    Dec 2012
    Posts
    1

    Default

    I would also like to contribute to the project. It looks nice and we are using it in some projects already. Looked at the contribution aggreement form, but could not find "spring-shell" anywhere. Is it a Spring Extensions project?

    Anyway, I really hope this could be a more active project. Please let me know how I can help.

    BR,
    Sten Roger

  5. #5
    Join Date
    Feb 2013
    Location
    Delhi , India
    Posts
    7

    Default

    Hi All,

    I am also new to Spring source community and I am building spring framework from source.

    I have succeeded in building and importing spring framework source to STS but could not figure out how to run spring sub projects. It seems there are no main methods and also its not a j2ee project . please help me . It might seems like a dumb question , please pardon for it.

  6. #6
    Join Date
    Feb 2013
    Location
    Delhi , India
    Posts
    7

    Default

    Hi All,

    I got the answer thanks to Enrico

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •