Results 125 comments of Darron Schall

Updated by darron.schall on 2009-07-08T15:08:07 Can you describe what you're interested in extending? I'm hesitant to just generically move everything from private to protected. If I understood better what your...

Updated by wolever on 2009-07-08T19:28:44 I want to extend the encoder/decoder and teach it how to serialize my custom classes (for example, so it will encode dates in a particular...

Updated by darron.schall on 2009-07-08T20:16:09 I think, in this case, it would be better to add hooks that you can extend for these particular areas. For example, in JSONEncoder the...

Updated by wolever on 2009-07-09T14:38:56 Agreed – convertToString would be a good place to allow overriding. I think I understand what you mean by "keeping the integrity of the library"......

Updated by mikechambers on 2008-11-06T21:00:47 I am open to this if someone wants to volunteer to do the work.

Updated by arunkv on 2008-11-09T04:04:09 Here's what is required: Run this command: mvn deploy:deploy-file \ -Dfile=as3corelib.swc \ -Durl=file:///path/to/some/repo \ -DgroupId=com.adobe \ -DartifactId=as3corelib \ -Dversion=0.92 \ -Dpackaging=swc What this does is...

Updated by arunkv on 2008-11-09T04:07:22 Some Google Code projects use a portion of the SVN tree itself for the Maven repository since it's already accessible on the web. For example:...

Updated by mohammedsaleem on 2008-11-09T12:01:11 there are two choices here = one is to use the flex-mojos project to use maven to build the project or as arun here says,...

Updated by arunkv on 2008-11-09T13:54:13 BTW I noticed that this project is using Ant for the build. There are some Maven Ant tasks available: http://maven.apache.org/ant-tasks/index.html Specifically the deploy task can...