On Fri, Mar 01, 2013 at 03:20:38PM -0800, Frank Zhang wrote: > Hi Hugo: > I noticed your recent change as below. It will cause bug > https://issues.apache.org/jira/browse/CLOUDSTACK-1304 that I have fixed some > days ago > > > be141f6e (Hugo Trippaers 2013-03-01 08:22:40 +0100 271) > <copy todir="${basedir}/target/generated-webapp/WEB-INF/classes/scripts"> > be141f6e (Hugo Trippaers 2013-03-01 08:22:40 +0100 272) > <fileset dir="${basedir}/../scripts" /> > be141f6e (Hugo Trippaers 2013-03-01 08:22:40 +0100 273) > </copy> > > > my fixes basically does: > > <exec executable="cp"> > <arg value="-r" /> > <arg value="${basedir}/../scripts" /> > <arg > value="${basedir}/target/generated-webapp/WEB-INF/classes/scripts" /> > </exec> > > Is there any special reason you changed it back? Thank you >
Frank / Hugo - Should we reopen CLOUDSTACK-1304? I'd also suggest that the description of the bug makes it a bit higher than the Major designation (i.e.: we should fix it in 4.1).