Hi list,

I'm looking for a script which given a classpath will generate an .as file
with references to all the classes on that classpath.

Eg, i do:
classReferenceGenerator -cp "c:\myclasspath" -name
nl.trimm.framework.FrameworkClassList

and it will generate:

class nl.trimm.framework.FrameworkClassList {
private var _cls01:nl.trimm.exception.AbstractFunctionException;
private var _cls02:nl.trimm.exception.Assert;
private var _cls03:nl.trimm.exception.AssertionFailedException;
....etc.....
}

Does anyone know of such a script (ant or otherwise)? Or another easy way to
complete this task?

thanks in advance!

JC
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to