Hi Dan, I did not know about problems with '\' so this is not fixed in this release. I will take a look at it and try to fix it until the next release.
Thanks! Cheers, Simon Dan Shryock wrote: > Hi Simon, > > I haven't taken a look at the new version yet, but I have had one > problem in the past. When I'm using any ant tag for swfmill on > windows trying to import an svg, the path to the svg file is generated > using the windows style c:\path\to\file.svg (due to java's file object > and it's path handling). I would normally agree that this is correct, > but swfmill chokes specifically on svg paths on windows when using the > \ as a path separator (I believe it is due to the xslt system that > swfmill uses). I made a manual change to replace all \'s with /'s and > it seemed to work perfectly. I was wondering if you would mind taking > a look into this. Besides that, great work, it makes developing with > actionscript integrate much better into my work flow, and it is > greatly appreciated. > > Thanks > > Dan > > On 2/27/06, *Simon Wacker* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > As2ant 1.0 has just been released! Best new features are the new > As2api > task and the custom-arguments support for the Mtasc task. > > Donwload: > > http://sourceforge.net/project/showfiles.php?group_id=94206&package_id=164902 > > <http://sourceforge.net/project/showfiles.php?group_id=94206&package_id=164902> > > Full list of changes: > > [+] org.as2lib.ant.As2api > Added support for HTML API documentation generation via As2api. > [!] org.as2lib.ant.Mtasc > Fixed bug with package-argument: Use relative paths! > [+] org.as2lib.ant.Mtasc > Added support for custom arguments: > [~] org.as2lib.ant.Mtasc > Ignore classes in source xml files that cannot be found. > [+] org.as2lib.ant.Mtasc > Added support for source xml files with 'type' as attribute. > [+] org.as2lib.ant.Mtasc > Improved commandline output by adding locations to all exceptions. > [~] org.as2lib.ant.Mtasc > Compile all source files in split-mode, even when one raises a compile > error. > > If you find any bugs please report them! > > > Cheers, > Simon > > -- > Simon Wacker > www.simonwacker.com <http://www.simonwacker.com> > www.as2lib.org <http://www.as2lib.org> > www.hq-heilbronn.de <http://www.hq-heilbronn.de> > www.flik-flak.de <http://www.flik-flak.de> > > > _______________________________________________ > osflash mailing list > [email protected] <mailto:[email protected]> > http://osflash.org/mailman/listinfo/osflash_osflash.org > > >------------------------------------------------------------------------ > >_______________________________________________ >osflash mailing list >[email protected] >http://osflash.org/mailman/listinfo/osflash_osflash.org > > -- Simon Wacker www.simonwacker.com www.as2lib.org www.hq-heilbronn.de www.flik-flak.de _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
