walcl / as3corelib

Automatically exported from code.google.com/p/as3corelib
0 stars 0 forks source link

DateUtil#parseW3CDTF cannot be used in ActionScript-only projects. #128

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a non-Flex (i.e. ActionScript-only project)
2. Include as3corelib.swc in the project
3. Invoke DateUtil.parseW3CDTF();

What is the expected output? What do you see instead?
Expect project to compile without errors, but Resource bundle errors are 
thrown by MXMLC.exe (because DateUtil references mx.formatters.DateBase)

Please provide any additional information below.
Please refactor out dependencies on the Flex framework.

Original issue reported on code.google.com by actionsc...@gmail.com on 2 Oct 2009 at 10:24

GoogleCodeExporter commented 8 years ago
I was about to include *as3*corelib in an ActionScript-only project of ours, 
but that's not an option because of 
this and other flex dependencies (see also 
http://code.google.com/p/as3corelib/source/browse/trunk/src/com/adobe/air/loggin
g/FileTarget.as). Because 
of the naming of this library, I presumed one of the rationales behind this 
project was independence of Flex. Flex 
also has its own PNG encoder implementation and probably other overlapping 
functionality.

In the context of a single commit in the last 4 months, does it make sense to 
provide patches with the hope of 
inclusion?

Original comment by tjcons...@gmail.com on 19 Jan 2010 at 7:11