Hi VELO. Thanks very much for your reply.
VELO wrote: > Hi Luke, > > Why you don't use flex-oem-compiler? > http://livedocs.adobe.com/flex/3/compilerAPI_flex3.pdf > > Im now using flexbuilder plugin in eclipse on linux to compile my flex stuff. The stuff you pointed me to looks interesting. Thanks. > I ran some tests with maven, and is faster them compc.jar tool.... > http://flex-mojos.blogspot.com/ > > > Good luck, and if you wanna help, and, wanna make an open source > project, please, tell me, we can exchange some experiences. > I cant commit time. Good luck. Kr. Luke. > VELO > > On Sat, Mar 22, 2008 at 11:18 PM, Luke Vanderfluit > <[EMAIL PROTECTED]> wrote: > >> >> >> >> >> Hi. >> >> Im able to compile my mxml files with the mxmlc tool from both the >> command line and using ant. >> >> Now Im trying to compile using flexmxmlservlet. >> Ive moved all the right jars to the right spot (the compile is no longer >> complaining about missing classes etc.) and now I am receiving an error >> as follows: >> >> 23/03 12:47:29 ERROR java.lang.NoSuchFieldError: type >> at >> flex2.compiler.as3.reflect.Method.functionTypeName(Method.java:135) >> at flex2.compiler.as3.reflect.Method.<init>(Method.java:22) >> at >> flex2.compiler.as3.reflect.TypeTable.createMethod(TypeTable.java:106) >> at >> flex2.compiler.as3.reflect.Class.processDefinitions(Class.java:152) >> at flex2.compiler.as3.reflect.Class.<init>(Class.java:97) >> at >> flex2.compiler.as3.reflect.TypeTable.createClass(TypeTable.java:99) >> at >> flex2.compiler.as3.reflect.TypeTable.createClasses(TypeTable.java:90) >> at flex2.compiler.abc.Compiler.analyze4(Compiler.java:414) >> at flex2.compiler.API.analyze(API.java:2370) >> at flex2.compiler.API.analyze(API.java:2275) >> at flex2.compiler.API.batch2(API.java:360) >> at flex2.compiler.API.batch(API.java:1025) >> at flex2.compiler.API.compile(API.java:1211) >> at flex2.compiler.API.compile(API.java:1086) >> >> Can anybody help? >> >> Thanks. >> Kind regards. >> Luke. >> >> > > ------------------------------------ > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links > > > >

