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

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

2008-05-30 Thread Gordon Smith
x SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rick Winscot Sent: Friday, May 30, 2008 5:19 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex Ant Tasks - can someone cut the umbilical? Yes... which is the

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

2008-05-30 Thread Rick Winscot
ailto:[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 woul

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

2008-05-30 Thread Gordon Smith
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 are running this FLEX_HOME setting would not co

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

2008-05-30 Thread Douglas Knudsen
ot > > > -Original Message- > From: flexcoders@yahoogroups.com [mailto: > flexcoders@yahoogroups.com ] 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

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

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 mu

Re: [flexcoders] Flex ant tasks

2007-02-14 Thread Douglas Knudsen
2: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 Gianninas <[EMAIL PROTECTED]> wrote: > &

Re: [flexcoders] Flex ant tasks

2007-02-14 Thread Douglas Knudsen
as a followup, I have this issue with two different PCs. DK On 2/14/07, Douglas Knudsen <[EMAIL PROTECTED]> wrote: 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

RE: [flexcoders] Flex ant tasks

2007-02-14 Thread Dimitrios Gianninas
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 Gianninas

Re: [flexcoders] Flex ant tasks

2007-02-14 Thread Douglas Knudsen
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 a month ago :) what happening is that in your bin folder there is a jvm

RE: [flexcoders] Flex ant tasks

2007-02-14 Thread Dimitrios Gianninas
had this problem a month ago :) what happening is that in your bin folder there is a jvm.config file and in that file it specifies where the JDK is, its probably pointing to a wrong location. Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: fl

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 (

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 task