Glean 1.2.2 small bug

1 view
Skip to first unread message

Evgeny

unread,
Oct 22, 2007, 8:31:00 AM10/22/07
to glean-co...@googlegroups.com
There is a small bug, regarding the same problem that was fixed globally in 1.2.2
The dashboard/build.xml is trying to copy "dashboard.css" instead of "${tool.basedir}/dashboard.css" ... leading to an error when everything is called in antcalls and subants. The error is that glean/dashboard.css does not exist, because its in glean/tool/dashboard/dashboard.css.


Thank for the great work!

John Brugge

unread,
Oct 23, 2007, 10:34:01 AM10/23/07
to glean-co...@googlegroups.com
Thanks for the pointer, Evgeny. Thus are the perils of trying to get a fix out too soon.

I will put this in to the 1.3 release that I'm working on, but until then you can change this line
        <copy file=" dashboard.css" todir="${gen.report.dir}"/>
to
        <copy file="${tool.basedir}/dashboard.css" todir="${gen.report.dir}"/>

thanks again,
John
Reply all
Reply to author
Forward
0 new messages