Re: [flexcoders] flexmxmlservlet

2008-03-23 Thread Luke Vanderfluit
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



   



[flexcoders] flexmxmlservlet

2008-03-22 Thread Luke Vanderfluit
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.


Re: [flexcoders] flexmxmlservlet

2008-03-22 Thread VELO
Hi Luke,

Why you don't use flex-oem-compiler?
http://livedocs.adobe.com/flex/3/compilerAPI_flex3.pdf

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.


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] FlexMxmlServlet servlet mapping

2005-08-30 Thread priya_sukup
Hi,

I tried to add a mapping for FlexMxmlServlet as /FlexMxmlServlet and 
tried to access the same as http://localhost:8080/app/FlexMxmlServlet 
but i am getting an error response HTTP Status 404 -
 /app/FlexMxmlServlet

type Status report

message /app/FlexMxmServlet

description The requested resource (/app/FlexMxmServlet) is not 
available.

Am i missing some configuration here? Why am i getting the error 
response. If i change the mapping from *.mxml to *.mmx would the flex 
consider the request?

Regards
Priya





 Yahoo! Groups Sponsor ~-- 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] FlexMxmlServlet mapping

2005-08-30 Thread priya_sukup
Hi,

I needed to forward from one of the Servlets in my application to the 
FlexMxmlServlet, so i added a url-mapping for FlexMxmlServlet 
like '/FlexMxmlServlet'. I tried to access this servlet through the 
addressbar as http://localhost:8080/app/FlexMxmlServlet. here i am 
getting the error

HTTP Status 404 - 

type Status report

message 

description The requested resource () is not available.

Can someone explain why this is happening. Am i missing some 
configuration?

Thanks in advance
priya







 Yahoo! Groups Sponsor ~-- 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] FlexMxmlServlet mapping

2005-08-30 Thread Dirk Eismann
Any specific reason why you want to do this? 

Dirk. 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of priya_sukup
Sent: Tuesday, August 30, 2005 11:12 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] FlexMxmlServlet mapping

Hi,

I needed to forward from one of the Servlets in my application to the
FlexMxmlServlet, so i added a url-mapping for FlexMxmlServlet like
'/FlexMxmlServlet'. I tried to access this servlet through the
addressbar as http://localhost:8080/app/FlexMxmlServlet. here i am
getting the error

HTTP Status 404 - 

type Status report

message 

description The requested resource () is not available.

Can someone explain why this is happening. Am i missing some
configuration?

Thanks in advance
priya







 Yahoo! Groups Sponsor ~--
Most low income households are not online. Help bridge the digital
divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links



 




 Yahoo! Groups Sponsor ~-- 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/