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
-
Git Pull Request:
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.
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.