Kev / macaceupdater

Automatically exported from code.google.com/p/macaceupdater
GNU General Public License v2.0
0 stars 0 forks source link

trouble handling some embeds #93

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download 'FuBar_AddonSpamFu' through macaceupdater
2. go to the 'FuBar_AddonSpamFu' folder in your Addons and you'll see the
libs have the wrong name
3. for example, one of the libs will be called "Libs\AceAddon-2.0" (thats
all one folder/directory.

What is the expected output? What do you see instead?
all the libs should be in a 'Libs' folder and not have 'Libs\' infront of it.

What version of the product are you using? On what operating system?
0.5

Please provide any additional information below.
this is what the embed.xml looks like, maybe its an issue with the mod but
winaceupdater isn't doing it so maybe some logic needs to be added to deal
with 'windows' issues.

<Ui xmlns="http://www.blizzard.com/wow/ui/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">

<Script file="Libs\AceLibrary\AceLibrary.lua"/>

<Script file="Libs\AceAddon-2.0\AceAddon-2.0.lua"/>
<Script file="Libs\AceConsole-2.0\AceConsole-2.0.lua"/>
<Script file="Libs\AceDB-2.0\AceDB-2.0.lua"/>
<Script file="Libs\AceEvent-2.0\AceEvent-2.0.lua"/>
<Script file="Libs\AceHook-2.1\AceHook-2.1.lua"/>
<Script file="Libs\AceOO-2.0\AceOO-2.0.lua"/>
<Script file="Libs\AceLocale-2.2\AceLocale-2.2.lua"/>

<Script file="Libs\FuBarPlugin-2.0\FuBarPlugin-2.0.lua"/>
<Script file="Libs\Tablet-2.0\Tablet-2.0.lua"/>
<Script file="Libs\Babble-Class-2.2\Babble-Class-2.2.lua"/>
<Script file="Libs\Roster-2.1\Roster-2.1.lua"/>

</Ui>

Original issue reported on code.google.com by mck...@gmail.com on 10 Apr 2008 at 5:48

GoogleCodeExporter commented 9 years ago
after doing a bit of research and comparing the embed.xml, i don't see any 
problems
with it from other mods.   does macaceupdater use the embed.xml info or 
something
else to determine which externals to get.

Original comment by mck...@gmail.com on 10 Apr 2008 at 8:38