> > Basically I need to change this class:
> >http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/modules/com...

from what I see the code was not meant to be easily extended :(
I don't think there are many options besides computing the classpath
with a custom version of those classes before the real implementation
or repackaging the jar with a custom implementation.

another approach I've seen in a library from JBoss was a static
bytecode manipulation tool which changed references to the logging
libraries from one implementation to the other, producing a custom jar
automatically with the logging library dependency required:
  http://www.jboss.org/jbossretro/
maybe it can be useful, as it can be also launched as maven plugin

--m

-- 
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos?hl=en?hl=en

http://blog.flex-mojos.info/

Reply via email to