Revision: 3752
Author: [email protected]
Date: Fri Jul 16 13:40:48 2010
Log: Changing the build so that it copies the doc folder of the current Architect version to dist/doc. There may be an external task that is trying to reference this folder but it isn't immediately apparent. Seeing if this change will fix the build.
http://code.google.com/p/power-architect/source/detail?r=3752

Modified:
 /trunk/build.xml

=======================================
--- /trunk/build.xml    Fri Jul 16 11:44:42 2010
+++ /trunk/build.xml    Fri Jul 16 13:40:48 2010
@@ -914,6 +914,7 @@
                        </packageset>
<bottom><![CDATA[<i>Copyright &#169; 2003-2008 SQL Power Group Inc. <a href="http://www.sqlpower.ca/";>www.sqlpower.ca</a>]]></bottom>
                </javadoc>
+               <copydir dest="${dist.base}/doc" src="${dist.dir}/doc"/>
        </target>

        <target name="javadoc.with.umlgraph"
@@ -953,6 +954,8 @@
                        <fileset dir="${dist.dir}/doc" includes="*.dot"/>
                        <mapper type="glob" from="*.dot" to="*.png"/>
                </apply>
+
+               <copydir dest="${dist.base}/doc" src="${dist.dir}/doc"/>
        </target>

        <target name="windows_installer" depends="stage">

Reply via email to