Uploaded image for project: 'SwitchYard'
  1. SwitchYard
  2. SWITCHYARD-411

Hardcoded directory name in jboss-as7's assembly.xml

    Details

    • Type: Bug
    • Status: Closed (View Workflow)
    • Priority: Minor
    • Resolution: Done
    • Affects Version/s: 0.2
    • Fix Version/s: 0.3
    • Component/s: build, quickstarts
    • Labels:
      None

      Description

      Inside release/jboss-as7/assembly.xml, you will find this line:

      <directory>../../quickstarts</directory>

      That makes the assumption that when someone clones the jboss-switchyard/quickstarts repo locally, they keep the same name "quickstarts" as their local directory. I did not (I called it switchyard-quickstarts), so in order for the assembly to work for me, I had to create a symbolic link from quickstarts to switchyard-quickstarts (ln -s switchyard-quickstarts quickstarts). Obviously I could have just used the original repo name, but I don't see why we should force this on people.

        Gliffy Diagrams

          Activity

          Hide
          kcbabo Keith Babo added a comment -

          The short-term fix for this is to make it a property and allow it to be overridden. The long-term fix is to publish the project layout in our maven repo and allow it to be pulled down by the release build.

          Show
          kcbabo Keith Babo added a comment - The short-term fix for this is to make it a property and allow it to be overridden. The long-term fix is to publish the project layout in our maven repo and allow it to be pulled down by the release build.
          Hide
          mageshbk Magesh Bojan added a comment -

          Pushed

          Show
          mageshbk Magesh Bojan added a comment - Pushed

            People

            • Assignee:
              igarashitm Tomohisa igarashi
              Reporter:
              dward David Ward
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved:

                Development