Re: [flexcoders] Flex builder automation?

2010-02-12 Thread Mykola Dzyuba
Hi Nick,

Yes, it is possible. What is the goal of the automation?

If you want just a clean build done automatically, the ANT build would  
be a good option.

If you want to automate Flash Builder UI, you can develop an Eclipse  
plugin that would do that. Or you can use Eclipse UI automation tools  
like WindowTester and create a script for that.

- Mykola



On Feb 11, 2010, at 12:58 AM, Nick Middleweek wrote:

 Hello,

 Is it possible to setup an automation task to do this...


   • Open Project Properties of a Flex Library Project
   • Deselect all items in the Classes tab
   • Reselect all items in the Classes tab
   • Deselect assets in the Classes tab
   • Reselect all but 'com' in the Assets tab
   • Click ok so the library gets rebuilt
   • Run a Project Clean

 Thanks,
 Nick


 





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Alternative FAQ location: 
https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 
Groups Links

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

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
flexcoders-dig...@yahoogroups.com 
flexcoders-fullfeatu...@yahoogroups.com

* To unsubscribe from this group, send an email to:
flexcoders-unsubscr...@yahoogroups.com

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



[flexcoders] Flex builder automation?

2010-02-11 Thread Nick Middleweek
Hello,

Is it possible to setup an automation task to do this...


   1. Open Project Properties of a Flex Library Project
   2. Deselect all items in the Classes tab
   3. Reselect all items in the Classes tab
   4. Deselect assets in the Classes tab
   5. *Reselect all but 'com' in the Assets tab*
   6. Click ok so the library gets rebuilt
   7. Run a Project Clean


Thanks,
Nick


[flexcoders] flex and automation

2008-06-27 Thread netdeep
There are no flex user groups in my area and I've been trying for a long time 
to find a 
solution to this problem with no success.

I need to generate a series of charts every few minutes/hours/days on an 
automated basis.  I 
pull the data for the charts from the database and draw the chart, then save it 
as an image 
and potentially notify someone where they can find the image as a png or a pdf.

I am using java on the backend to communicate with the database and flex to 
draw the 
charts.  The same app which draws the chart can also be called by a user to get 
a live 
snapshot.  But the automation just isn't working.  It works fine on my local 
development 
machine, but this application is deployed on a headless server and the flex 
process never 
gets to launch since it needs to run on a browser.  I've looked at solutions 
for getting it to 
run headless but so far I can't get it to work.  

Does anyone know how to automate flex in this way?  I know flex is meant to be 
interactive, 
but is there anyway I can still use the flex charting for automated output?



RE: [flexcoders] flex and automation

2008-06-27 Thread Seth Hodgson
If you're rendering the charts in the browser player and then pushing a bitmap 
back to the server, that needs to run in a browser (or in AIR, also not 
headless).

Seth

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of netdeep
Sent: Friday, June 27, 2008 7:44 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] flex and automation

There are no flex user groups in my area and I've been trying for a long time 
to find a 
solution to this problem with no success.

I need to generate a series of charts every few minutes/hours/days on an 
automated basis. I 
pull the data for the charts from the database and draw the chart, then save it 
as an image 
and potentially notify someone where they can find the image as a png or a pdf.

I am using java on the backend to communicate with the database and flex to 
draw the 
charts. The same app which draws the chart can also be called by a user to get 
a live 
snapshot. But the automation just isn't working. It works fine on my local 
development 
machine, but this application is deployed on a headless server and the flex 
process never 
gets to launch since it needs to run on a browser. I've looked at solutions for 
getting it to 
run headless but so far I can't get it to work. 

Does anyone know how to automate flex in this way? I know flex is meant to be 
interactive, 
but is there anyway I can still use the flex charting for automated output?
 


Re: [flexcoders] flex and automation

2008-06-27 Thread Pascal Robert
It might work with a command-line browser (curl, wget)?

 There are no flex user groups in my area and I've been trying for a  
 long time to find a
 solution to this problem with no success.

 I need to generate a series of charts every few minutes/hours/days  
 on an automated basis. I
 pull the data for the charts from the database and draw the chart,  
 then save it as an image
 and potentially notify someone where they can find the image as a  
 png or a pdf.

 I am using java on the backend to communicate with the database and  
 flex to draw the
 charts. The same app which draws the chart can also be called by a  
 user to get a live
 snapshot. But the automation just isn't working. It works fine on my  
 local development
 machine, but this application is deployed on a headless server and  
 the flex process never
 gets to launch since it needs to run on a browser. I've looked at  
 solutions for getting it to
 run headless but so far I can't get it to work.

 Does anyone know how to automate flex in this way? I know flex is  
 meant to be interactive,
 but is there anyway I can still use the flex charting for automated  
 output?


 


---
Pascal Robert

http://www.macti.ca
http://www.linkedin.com/in/macti

Skype: MacTICanada
AIM/iChat : MacTICanada




--
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

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

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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/