[flexcoders] Flex Ant Tasks - can someone cut the umbilical?

2008-05-30 Thread Rick Winscot
I've just had an excellent experience upgrading a huge project to Flex 3. all except the CI server that uses Flex Ant Tasks. In short - FLEX_HOME is hard coded so. there really isn't any way to run 2.0.1 and 3.0 builds on the same machine. That is, not unless you modify the source FAT to do so.

Re: [flexcoders] Flex Ant Tasks - can someone cut the umbilical?

2008-05-30 Thread Tom Chiverton
On Friday 30 May 2008, Rick Winscot wrote: I've just had an excellent experience upgrading a huge project to Flex 3. all except the CI server that uses Flex Ant Tasks. In short - FLEX_HOME is hard coded so. there really isn't any way to run 2.0.1 and 3.0 builds on the same machine. This must

RE: [flexcoders] Flex Ant Tasks - can someone cut the umbilical?

2008-05-30 Thread Rick Winscot
machine - it is not in the IDE. Rick Winscot -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Friday, May 30, 2008 6:52 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex Ant Tasks - can someone cut the umbilical

Re: [flexcoders] Flex Ant Tasks - can someone cut the umbilical?

2008-05-30 Thread Douglas Knudsen
@yahoogroups.com flexcoders%40yahoogroups.com [mailto: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com] On Behalf Of Tom Chiverton Sent: Friday, May 30, 2008 6:52 AM To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com Subject: Re: [flexcoders] Flex Ant Tasks - can someone cut

RE: [flexcoders] Flex Ant Tasks - can someone cut the umbilical?

2008-05-30 Thread Gordon Smith
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Knudsen Sent: Friday, May 30, 2008 6:28 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex Ant Tasks - can someone cut the umbilical? FLEX_HOME is set in ANT, no? So if two independent ANT scripts

RE: [flexcoders] Flex Ant Tasks - can someone cut the umbilical?

2008-05-30 Thread Rick Winscot
:[EMAIL PROTECTED] On Behalf Of Douglas Knudsen Sent: Friday, May 30, 2008 9:28 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex Ant Tasks - can someone cut the umbilical? FLEX_HOME is set in ANT, no? So if two independent ANT scripts are running this FLEX_HOME setting would

RE: [flexcoders] Flex Ant Tasks - can someone cut the umbilical?

2008-05-30 Thread Gordon Smith
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Knudsen Sent: Friday, May 30, 2008 9:28 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex Ant Tasks - can someone cut the umbilical? FLEX_HOME is set in ANT, no? So if two independent ANT scripts

RE: [flexcoders] Flex Ant Tasks - can someone cut the umbilical?

2008-05-30 Thread Rick Winscot
And the light just came on. never mind. (blushes) Rick Winscot From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Smith Sent: Friday, May 30, 2008 9:57 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex Ant Tasks - can someone cut the umbilical

[flexcoders] flex ant tasks

2007-09-24 Thread Mubasher Hanif
I am trying to compile my whole flex data services project through flex ant task (adobe labs); First of all, if someone can tell that, when you are building your project through ANT using flex ant task is a good option or not. I used the below mentioned code using flex Ant task and its

[flexcoders] Flex ant tasks

2007-02-14 Thread Douglas Knudsen
I can't seem to get the mxmlc to work inside Eclipse or via cfexecute/ANT. I'm getting the error JVM not found. Any ideas? I have JAVA_HOME set correctly as a env var in winblows. -- Douglas Knudsen http://www.cubicleman.com this is my signature, like it?

RE: [flexcoders] Flex ant tasks

2007-02-14 Thread Dimitrios Gianninas
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Douglas Knudsen Sent: Wednesday, February 14, 2007 11:37 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex ant tasks I can't seem to get the mxmlc to work inside Eclipse or via cfexecute/ANT. I'm getting the error JVM

Re: [flexcoders] Flex ant tasks

2007-02-14 Thread Douglas Knudsen
:* Wednesday, February 14, 2007 11:37 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Flex ant tasks I can't seem to get the mxmlc to work inside Eclipse or via cfexecute/ANT. I'm getting the error JVM not found. Any ideas? I have JAVA_HOME set correctly as a env var in winblows

RE: [flexcoders] Flex ant tasks

2007-02-14 Thread Dimitrios Gianninas
Knudsen Sent: Wednesday, February 14, 2007 12:17 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex ant tasks hmm, which bin? I get this error from way outside any project folders...even from the dos prompt like so c:\ant -buildfile=test.xml myTarget DK On 2/14/07, Dimitrios

Re: [flexcoders] Flex ant tasks

2007-02-14 Thread Douglas Knudsen
.* -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Douglas Knudsen *Sent:* Wednesday, February 14, 2007 11:37 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Flex ant tasks I can't seem to get the mxmlc to work inside Eclipse

Re: [flexcoders] Flex ant tasks

2007-02-14 Thread Douglas Knudsen
*To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Flex ant tasks hmm, which bin? I get this error from way outside any project folders...even from the dos prompt like so c:\ant -buildfile=test.xml myTarget DK On 2/14/07, Dimitrios Gianninas [EMAIL PROTECTED] wrote: had this problem

Re: [flexcoders] Flex Ant Tasks

2007-01-29 Thread Constantiner
Hi Bjorn! You can download as example the simple sample from my article about Flex and Ant (http://webddj.sys-con.com/read/310378.htm) but applied to Flex Ant Tasks. Download link for modified example here: http://www.riapriority.com/flex/samples/flex_ant_test.zip I use mxmlc and html-wrapper

Re: [flexcoders] Flex Ant Tasks

2007-01-29 Thread Bjorn Schultheiss
Thanks Con, Once i omitted the classpath attribute from the taskdef tag it worked. Your definitely an authority on Ant and Flex ;) regards, Bjorn On 29/01/2007, at 7:06 PM, Constantiner wrote: Hi Bjorn! You can download as example the simple sample from my article about Flex and Ant

[flexcoders] Flex Ant Tasks

2007-01-28 Thread Bjorn Schultheiss
Has anyone got this working? I keep getting the same error, Could not create task or type of type: mxmlc. I have followed the instructions to the letter. Regards, Bjorn