Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 32

Thread: Maven2ized site alpha (with javadocs)

  1. #21
    Join Date
    May 2005
    Posts
    394

    Default

    I 'll finish up petclinic this weekend and upload the beta site.
    Then the developpers can get a real look at it

    Before snapshots can be released, the developpers (Ollie, Larry, Jan, ...) will have to approve of it, so probably some things will need to be adjusted. Afterwards I can release the first snapshots and put up a quick continuum to release snapshots weekly (if unit tests work) and upload the maven generated site too.
    I also believe that spring-rich should upgrade to spring 1.2.6 first, because it has a lot better dependency meta-data.

  2. #22

    Default

    that's awesome ge0ffrey.

    With how much work you put in, it's a shame you're not a committer yet.

  3. #23
    Join Date
    May 2005
    Posts
    394

    Default

    I managed to build petclinic's jars and war, but they don't run yet because of some missing runtime dependencies, one runtime dependency apperently relying on spring-orm.

  4. #24

    Default seriously....

    ok, a month has gone by on this with no word on status. not that this is really suprising. we're now a good two years overdue for the promised "0.1" release. pathetic....

    I'm a bit perplexed how this project can get *anything* done. I mean, geoffry is a community member that has put so much work into getting this project in a better state with little to no feedback from the core developers.

    It's better for someone with passion to do work (and maybe be wrong), than to just do nothing. why not just start giving out commit access to anyone that's even remotely interested in working on this project just to get some shit done.

    FYI, if spring-rich had a componetized codebase, i for one would be willing to dig in and extend pieces that need work. I just don't have time to learn the complete architecture to be productive.

  5. #25
    Join Date
    Aug 2004
    Location
    Melbourne, FL
    Posts
    2,794

    Default

    Have you been following the developer mailing list? It's been active with the result of the Maven2 and CVS->SVN conversion effort, which has been a community team effort, which to my understanding is complete.

    For the record, Spring Rich is fully run off the community, the "core developers" *are all* community members (volunteers). It would be professional to respect their volunteer efforts.

    The mailing list is the best place for such questions--if you review the archives you will see a long set of threads discussing this effort. This is a forum for discussing user issues.

    On the mailing list existing developers welcome people sincerely interested in contributing to the project.
    Last edited by Keith Donald; Mar 16th, 2006 at 11:29 PM.
    Keith Donald
    Core Spring Development Team

  6. #26
    Join Date
    May 2005
    Posts
    394

    Smile

    Quote Originally Posted by wireframe
    ok, a month has gone by on this with no word on status. not that this is really suprising. we're now a good two years overdue for the promised "0.1" release. pathetic....

    I'm a bit perplexed how this project can get *anything* done. I mean, geoffry is a community member that has put so much work into getting this project in a better state with little to no feedback from the core developers.

    It's better for someone with passion to do work (and maybe be wrong), than to just do nothing. why not just start giving out commit access to anyone that's even remotely interested in working on this project just to get some shit done.

    FYI, if spring-rich had a componetized codebase, i for one would be willing to dig in and extend pieces that need work. I just don't have time to learn the complete architecture to be productive.
    I find this ironic You mean it well, but you couldn't be farther from the thruth.

    There has been a lot of activity about this subject on the developer list the last month.
    I 've been accepted as a developer 2 weeks ago.
    We 've already moved to subversion and maven2ized spring-richclient.

    Currently I started a discussion on the develper list about the new site proposal. I am going to hold off a day or 2 before announcing the new site here and starting a similar discussion here, so the other developers have a chance of approving the site and updating it.
    But there is nothing stopping you from joining the developer list and having a sneek peek

    As for the modularization: the build process now supports it, but everything is currently in the support module so it can be moved out to different modules.
    Don't wait to start helping out if you want to help, help now
    Petclinic could use a lot more examples for example.

  7. #27
    Join Date
    Aug 2005
    Location
    London (the English one!)
    Posts
    378

    Default busy...

    Well, I subscribe to the developer list and it has been busier over the last few weeks than ever. The project is definitely on a better track with this build. One could argue that with a few exceptions, the developers are not too active on this forum, everytime a "flame" is started here, it is Keith who comes to the rescue... That, unfortunately, gives a 'bad' impression (no offence Keith but you are very busy somewhere else on spring web)

    By the way wireframe, have you checked the website?

    http://spring-rich-c.sourceforge.net/index.html

    It will now be published at least once a week until the Continuum process is setup... and that is better than most open-source projects, actually better than any that I know of...

    I know it is sometimes frustrating and sometimes one would like a feature to be added (I have a few JIRA pending, and if they do not make it, I shall NOT be able to use a release of Spring RC (RCP193, RCP263 anyone???)). However giving everyone a commit right is not the way forward, you can modify the source code locally. If it is generic and documented then I assume that sooner or later (I'd like sooner), the JIRAs will be picked up and included...

    Geoffrey, thanks for the amount of effort you have put in this build process, it is coming to fruition.

    Regards

    Benoit

  8. #28

    Default

    This is all great news guys. I'm sorry to sound the "bringer of doom". I've been a spring-rcp user for quite some time and these forums are my primary source of info. It's unfortunate that all these changes have happened "under the covers".

    Spring-RCP is a great framework, and although documentation is still severly lacking, I'm excited to hear that development is accelerating.

    I'm still quite disturbed that the spring motto of "Release Early, Release Often", has been accepted so poorly. I know I'm beating a dead horse here, but what's the problem with getting *some* kind of release out the door?

    and congratulations, geoffry on getting accepted as a developer. you deserve it.

  9. #29

    Default

    Since there was mention of a continuum server running, what's the chance of getting snapshot's published to a public maven repository? I'd love to get rid of my personal public repo (http://maven.codecrate.com/spring-rcp/) since it's not always up to date.

    If the spring-rcp dependency info is now in maven, this should make it extremely easy for projects (like mine) to continually integrate with the snapshot builds!

  10. #30
    Join Date
    May 2005
    Posts
    394

    Default

    That's the plan: only we have to decide who's continuum server we take (still have to ask on the dev list).
    Since the testcases are running in the mvn test (I fixed that last weekend), my next priority is a continuum server as I am to lazy to keep deploying the site each weekend manually.

Posting Permissions

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