Re: [flexcoders] web compiler

2008-10-31 Thread jitendra jain
Paul, Sorry for late reply. I'm using this for load testing. Thanks, with Regards, Jitendra Jain From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Saturday, 25 October, 2008 9:28:27 PM Subject: Re: [flexcoders] web compiler

Re: [flexcoders] web compiler

2008-10-31 Thread Paul Andrews
: Re: [flexcoders] web compiler Paul, Sorry for late reply. I'm using this for load testing. Thanks, with Regards, Jitendra Jain -- From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com

Re: [flexcoders] web compiler

2008-10-31 Thread jitendra jain
: [flexcoders] web compiler  Jitendra,   What specifically is it about dynamic compilation that makes this so useful in this kind of application?   I'm struggling to get the point!   Paul - Original Message - From: jitendra jain To: [EMAIL PROTECTED] ups.com Sent: Friday, October 31

Re: [flexcoders] web compiler

2008-10-31 Thread Paul Andrews
@yahoogroups.com Sent: Friday, October 31, 2008 9:36 AM Subject: Re: [flexcoders] web compiler Paul this link will help you http://labs.adobe.com/wiki/index.php/Flex_Stress_Testing_Framework Thanks, with Regards, Jitendra Jain

Re: [flexcoders] web compiler

2008-10-31 Thread jitendra jain
From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, 31 October, 2008 4:42:46 PM Subject: Re: [flexcoders] web compiler  Thanks Jitendra. It's not an article I'd looked at. I'm really still quite surprised that Adobes test setup

Re: [flexcoders] web compiler

2008-10-31 Thread Paul Andrews
- Original Message - From: jitendra jain To: flexcoders@yahoogroups.com Sent: Friday, October 31, 2008 1:26 PM Subject: Re: [flexcoders] web compiler The constructor for the LCDSTestManager class takes a String that uniquely identifies the application/browser instance. When

Re: [flexcoders] web compiler

2008-10-31 Thread Paul Andrews
- Original Message - From: Paul Andrews To: flexcoders@yahoogroups.com Sent: Friday, October 31, 2008 1:37 PM Subject: Re: [flexcoders] web compiler  - Original Message - From: jitendra jain To: flexcoders@yahoogroups.com Sent: Friday, October 31

Re: [flexcoders] web compiler

2008-10-25 Thread jitendra jain
[EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, 23 October, 2008 2:05:52 PM Subject: Re: [flexcoders] web compiler - Original Message - From: Michael Schmalle To: [EMAIL PROTECTED] ups.com Sent: Friday, October 17, 2008 7:00 PM Subject: Re: [flexcoders] web compiler

Re: [flexcoders] web compiler

2008-10-25 Thread Paul Andrews
Jitendra, You've never really explained why you need this. Can you tell us? Paul - Original Message - From: jitendra jain To: flexcoders@yahoogroups.com Sent: Saturday, October 25, 2008 2:08 PM Subject: Re: [flexcoders] web compiler Hey Guys, I solved the problem of web

[flexcoders] web compiler

2008-10-23 Thread jitendra jain
Iam using Flex 3 and I have configured webtier.war for my application . My application works fine if I use main.html or main.swf. But when I use main.mxml it shows Type was not found or was not a compile time constant. I have configure my build path to the file to which it was pointing. Please

Re: [flexcoders] web compiler

2008-10-23 Thread Paul Andrews
- Original Message - From: jitendra jain To: flex group flex Sent: Thursday, October 23, 2008 8:15 AM Subject: [flexcoders] web compiler Iam using Flex 3 and I have configured webtier.war for my application . My application works fine if I use main.html or main..swf

Re: [flexcoders] web compiler

2008-10-23 Thread Paul Andrews
- Original Message - From: Michael Schmalle To: flexcoders@yahoogroups.com Sent: Friday, October 17, 2008 7:00 PM Subject: Re: [flexcoders] web compiler Ok, I had this in my plans to investigate in a couple months for my server. So is there something that caches swf

[flexcoders] web compiler

2008-10-17 Thread jitendra jain
Hi coders, My application compiles well and run if i use the generated main.swf or main.html. But when i run the application with main.mxml in the browser, it throws Type was not found or a comile-time error... Thanks, with Regards, Jitendra Jain Send free SMS to your Friends on Mobile from

Re: [flexcoders] web compiler

2008-10-17 Thread Paul Andrews
, October 17, 2008 8:23 AM Subject: [flexcoders] web compiler Hi coders, My application compiles well and run if i use the generated main.swf or main.html. But when i run the application with main.mxml in the browser, it throws Type was not found or a comile-time error... Thanks

Re: [flexcoders] web compiler

2008-10-17 Thread jitendra jain
Paul, its Flex 3. Thanks, with Regards, Jitendra Jain - Original Message From: Paul Andrews [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, 17 October, 2008 1:21:03 PM Subject: Re: [flexcoders] web compiler  Jitendra, what version of Flex is this? Flex 2 or 3

Re: [flexcoders] web compiler

2008-10-17 Thread Paul Andrews
So the question remains - why are you trying to open .mxml files in a browser? Paul - Original Message - From: jitendra jain To: flexcoders@yahoogroups.com Sent: Friday, October 17, 2008 9:42 AM Subject: Re: [flexcoders] web compiler Paul, its Flex 3. Thanks

Re: [flexcoders] web compiler

2008-10-17 Thread jitendra jain
, October 17, 2008 8:23 AM Subject: [flexcoders] web compiler Hi coders, My application compiles well and run if i use the generated main.swf or main.html. But when i run the application with main.mxml in the browser, it throws Type was not found or a comile-time error... Thanks

Re: [flexcoders] web compiler

2008-10-17 Thread Paul Andrews
- Original Message - From: jitendra jain To: flexcoders@yahoogroups.com Sent: Friday, October 17, 2008 10:28 AM Subject: Re: [flexcoders] web compiler I want to do some load testing and that's why iam using .mxml files. Its Flex 3.1 Flex compiles .mxml files into classes

Re: [flexcoders] web compiler

2008-10-17 Thread Tom Chiverton
On Friday 17 Oct 2008, jitendra jain wrote: I want to do some load testing and that's why iam using .mxml files. But you'll only do the compile once for each release, not once for each request... it can't be as important as the calls that application actually makes. -- Tom Chiverton Helping

Re: [flexcoders] web compiler

2008-10-17 Thread Matt Chotin
We have a web compiler available for Apache, IIS, and J2EE. They're only meant for dev-time, not production, but I'd imagine that's what's being used. You need to make sure that they're set up with the same config as Flex Builder. Matt On 10/17/08 4:07 AM, Tom Chiverton [EMAIL PROTECTED]

Re: [flexcoders] web compiler

2008-10-17 Thread Michael Schmalle
Matt, They're only meant for dev-time, not production, What do you mean by that? I thought you could use them to compile are you saying they are buggy or not completely implemented? Mike On Fri, Oct 17, 2008 at 12:26 PM, Matt Chotin [EMAIL PROTECTED] wrote: We have a web compiler available

Re: [flexcoders] web compiler

2008-10-17 Thread Paul Andrews
@yahoogroups.com Sent: Friday, October 17, 2008 5:57 PM Subject: Re: [flexcoders] web compiler Matt, They're only meant for dev-time, not production, What do you mean by that? I thought you could use them to compile are you saying they are buggy or not completely implemented? Mike

Re: [flexcoders] web compiler

2008-10-17 Thread Michael Schmalle
[EMAIL PROTECTED] *To:* flexcoders@yahoogroups.com *Sent:* Friday, October 17, 2008 5:57 PM *Subject:* Re: [flexcoders] web compiler Matt, They're only meant for dev-time, not production, What do you mean by that? I thought you could use them to compile are you saying they are buggy

Re: [flexcoders] web compiler

2008-10-17 Thread Matt Chotin
PROTECTED] To: flexcoders@yahoogroups.com Sent: Friday, October 17, 2008 5:57 PM Subject: Re: [flexcoders] web compiler Matt, They're only meant for dev-time, not production, What do you mean by that? I thought you could use them to compile are you saying they are buggy