[switchyard-issues] [JBoss JIRA] Created: (SWITCHYARD-411) Hardcoded directory name in jboss-as7's assembly.xml

David Ward (JIRA) jira-events at lists.jboss.org
Thu Aug 18 13:22:17 EDT 2011


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

                 Key: SWITCHYARD-411
                 URL: https://issues.jboss.org/browse/SWITCHYARD-411
             Project: SwitchYard
          Issue Type: Bug
          Components: build, quickstarts
    Affects Versions: 0.2
            Reporter: David Ward
            Priority: Minor
             Fix For: 0.3


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.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the switchyard-issues mailing list