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