3 Replies Latest reply on Nov 21, 2005 12:22 PM by wrzep

    Locations of svn reposiory/jira/cruisecontrol in project.xml

    wrzep

      Hello,

      What do you think about adding to each project information about locations (URLs) of:
      - svn repository,
      - jira,
      - cruisecontrol
      (and possibly something more),
      each of them as entry in the project.xml file.

      I need above parameters to implement Development Metrics for the JEMS Matrix in Development Dashboard, but it can be really useful also in other places.

      Cheers,
      Pawel

        • 1. Re: Locations of svn reposiory/jira/cruisecontrol in project
          adamw

          Would you like to make these mandatory?

          If not, what you want to have is easily achiveable now:
          - there is a projectDescriptor.getProperty(propName) function, which will return the content of a ... tag in the project.xml or null if this property is not set
          - you may have to add getProperty to Projects, which is a helper class for accessing data from ProjectDescriptor.

          If you would like to add some fields to the DelegateContext passed to the "project info" JSP, you must modify projectDescriptor.getProjectPropertiesHandler(...) and add a mapping.

          • 2. Re: Locations of svn reposiory/jira/cruisecontrol in project

            If it is politically possible, I want to make them manditory. I'm just not sure all projects will have each... but, I'd like them to.

            • 3. Re: Locations of svn reposiory/jira/cruisecontrol in project
              wrzep

              Thanks, Adam.

              I think we can't make these fields mandatory, but... we will have one encoragement to use them.
              If one of them is missing, let's say svn repository, metrics connected with project's svn repository activity can't be taken into consideration while computing overall project score in the JEMS Matrix, so... the score is lower ;)