Re: [flexcoders] How to automatise Unit test with Maven ???

2010-05-19 Thread Evan Klein
You should be able to find documentation or examples available at flex-mojos http://flexmojos.sonatype.org/. Evan On Tue, May 18, 2010 at 9:56 AM, Nini7016 Nini7016 nahloulaha...@hotmail.com wrote: Hello I would like to automatise Unit tests but i didn't find the best plugin which does

Re: [flexcoders] How to automatise Unit test with Maven ???

2010-05-18 Thread Johannes Nel
when you say automate what do you exactly mean. DO you mean running unit tests on the back of a continues integration build? Paul B-H has blogged about that a fair bit http://eyefodder.com/ On Tue, May 18, 2010 at 3:56 PM, Nini7016 Nini7016 nahloulaha...@hotmail.com wrote: Hello I would

Re: [flexcoders] Stumped - End of a test error

2009-03-29 Thread Paul Andrews
q ++; is the culprit. When you get to the last one you advance one too far. Put that at the end. You are probably missing the first question! Paul - Original Message - From: Wally Kolcz To: flexcoders@yahoogroups.com Sent: Sunday, March 29, 2009 5:15 PM Subject:

Re: [flexcoders] Stumped - End of a test error

2009-03-29 Thread Wally Kolcz
Thanks. It works now! From: Paul Andrews p...@ipauland.com Sent: Sunday, March 29, 2009 9:32 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Stumped - End of a test error q ++; is the culprit. When you get to the last one you advance one

Re: [flexcoders] hello ,who can provide test project for maven2 compile flex and java project?

2008-03-27 Thread प्रवीन उत्तरवार
Hi, try this. This link might help you http://maven.apache.org/guides/getting-started/index.html On 27/03/2008, h253498088 [EMAIL PROTECTED] wrote: i create a project of flex by eclipse, i use java to access oracle database. this project contains flex and java. i want to use maven2 to

Re: [flexcoders] hello ,who can provide test project for maven2 compile flex and java project?

2008-03-27 Thread VELO
Hi, You will need 2 poms. One for java other for flex. One thing you need to keep in mind is: you will need 2 projects. One for java other for flex. Have you the java pom? It's a war project? VELO On Thu, Mar 27, 2008 at 7:18 AM, h253498088 [EMAIL PROTECTED] wrote: i create a

Re: [flexcoders] Re: Quickest way to test whether something is an Object not a subclass?

2007-11-06 Thread Amol Pandhare
Thnks for the correction. Will be a lot of help. thnx again. Amol. - Original Message From: reflexactions [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, November 6, 2007 2:12:57 PM Subject: [flexcoders] Re: Quickest way to test whether something is an Object

Re: [flexcoders] Re: How can I test a UIComponent to see if it is user editable?

2007-02-06 Thread Ralf Bokelberg
I guess the only way to do it reliable is to ask for the type. You can use if( X instanceof Y) for example Cheers, Ralf. On 2/6/07, gotgoose09 [EMAIL PROTECTED] wrote: No one has done type checking like this before? If not, oh well. :) --- In flexcoders@yahoogroups.com

RE: [flexcoders] Re: Flex/Coldfusion connectivity test app

2006-03-02 Thread Benoit Hediard
] De la part de anopres Envoyé : jeudi 2 mars 2006 05:42 À : flexcoders@yahoogroups.com Objet : [flexcoders] Re: Flex/Coldfusion connectivity test app How do you use the typed object that cf returns? All I seemt to get is a generic object on the Flex side. Do you have to run through a bunch of set

RE: [flexcoders] Re: Flex/Coldfusion connectivity test app

2006-02-08 Thread Benoit Hediard
since 2002 for CFMX launch...), in order to put all the latest Flex2/ColdFusion7 best practices! -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de sufibaba Envoyé : mardi 7 février 2006 23:08 À : flexcoders@yahoogroups.com Objet : [flexcoders] Re

RE: [flexcoders] Re: Flex/Coldfusion connectivity test app

2006-02-08 Thread Dirk Eismann
Hi Ben, Frameworks used : - ColdSpring to handle our CFC-based model/service layers, that's very interesting. We also thought about giving ColdSpring a try - do you recommend it? It's a very young project and still in alpha so I wonder if you had any issues with it in a production environment.

RE: [flexcoders] Re: Flex/Coldfusion connectivity test app

2006-02-08 Thread Benoit Hediard
Envoyé : mercredi 8 février 2006 11:06 À : flexcoders@yahoogroups.com Objet : RE: [flexcoders] Re: Flex/Coldfusion connectivity test app Hi Ben, Frameworks used : - ColdSpring to handle our CFC-based model/service layers, that's very interesting. We also thought about giving ColdSpring a try

Re: [flexcoders] Re: Flex/Coldfusion connectivity test app

2006-02-08 Thread Dave Carabetta
On 2/8/06, Dirk Eismann [EMAIL PROTECTED] wrote: Hi Ben, Frameworks used : - ColdSpring to handle our CFC-based model/service layers, that's very interesting. We also thought about giving ColdSpring a try - do you recommend it? It's a very young project and still in alpha so I wonder if

Re: [flexcoders] Is there a certification test that can be taken

2005-07-25 Thread Aldo Bucchi
Hi, I have noticed some developers are using Macromedia Certified Flex Instructor on their email signatures. However, there is no such certification program published anywhere on mm's website. Any ideas? On 7/19/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: To become a Flex Programmer, if so

Re: [flexcoders] Is there a certification test that can be taken

2005-07-25 Thread Jeff Tapper
Macromedia Training has a process to certify instructors for all of their courses, including the Flex courses, as part of the MATP (Macromedia Authorized Training Partner) program. You can find more about the MATP program here:

Re: [flexcoders] Is there a certification test that can be taken

2005-07-25 Thread Aldo Bucchi
Thanks Jeff, Now, if there is a Flex training program... why isn't there a developer certification exam yet? On 7/25/05, Jeff Tapper [EMAIL PROTECTED] wrote: Macromedia Training has a process to certify instructors for all of their courses, including the Flex courses, as part of the MATP

Re: [flexcoders] Is there a certification test that can be taken

2005-07-25 Thread Jeff Tapper
I'm sure there will be, its really just a matter of time. The entire course development team at Macromedia consists of 5 people, and they have courseware for at least one course on each of over a dozen products (many products, including flex have multiple courses). So far this year, they

RE: [flexcoders] Is there such a test

2005-07-19 Thread Rob Rusher
No such test as of yet. Regards, Rob Rusher RIA Consultant Macromedia Certified Flex Instructor e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, July 19, 2005