Stephen McConnell wrote:
David Leangen wrote:
setup-junit:
[unbar] Expanding: C:\DOCUME~1\dleangen\LOCALS~1\Temp\~magic-4884.bar
into Z:\apps\avalon\.magic\cache\avalonx\supplemental
Thankyou.
I've found a bug in setup!
That's the wrong destination - it should be Z:\apps\avalon\.magic\main
(not cache). Just a sec.
Steve.
In the build.xml file you should see the following line:
<property name="magic.cache" value="${magic.home}/cache"/>
Can you change this to:
<property name="magic.cache" value="${magic.home}/main"/>
^^^^
This should fix the initial setup problem.
Steve.
--
|---------------------------------------|
| Magic by Merlin |
| Production by Avalon |
| |
| http://avalon.apache.org |
|---------------------------------------|
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]