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?

 

Huh? Why does it need to get set within the task? If an Ant script does

 













 

isn't compc going to run with FLEX_HOME set by the property tag? Isn't each
spawned build running in its own process with its own FLEX_HOME property?

 

Gordon Smith

Adobe Flex 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 problem we stumbled upon. So - one of the changes I made
to Flex Ant Tasks was to be able to set this value within the task. We can
now define any environment variable (i.e. FLEX2_HOME, FLEX3_HOME), point it
at the appropriate sdk and build without issues. Given some of the earlier
threads about large scale development and continuous integration. it
occurred to me that this would be a great thing to contribute - but without
some official permission from the peeps at Adobe. I'll have to just hold
onto it.

 

Rick Winscot

 

 

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 are running
this FLEX_HOME setting would not collide, right?  

DK

On Fri, May 30, 2008 at 9:21 AM, Rick Winscot <[EMAIL PROTECTED]>
wrote:

Tom - Flex Ant Tasks is looking for FLEX_HOME... so - if you have a CI
machine doing all your builds... how would you recommend doing concurrent
2.0.1 and 3.0 builds? Given the implementation you _will_ end up with a mess
if two builds spawn at the same time. This is a Continuous Integration
machine - it is not in the IDE.

Rick Winscot



-Original Message-
From: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
[mailto:flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> ]
On
Behalf Of Tom Chiverton
Sent: Friday, May 30, 2008 6:52 AM
To: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> 
Subject: Re: [flexcoders] Flex Ant Tasks - can someone cut the umbilical?

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 be a problem in your Ant setup, because I did just that yesterday 
using Builder v3.

> Anyway - I'd love to contribute my work back to
> the community. Any recommendations Adobe-ites?

Work on ?

-- 
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and
Wales under registered number OC307980 whose registered office address is at
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB. A
list of members is available for inspection at the registered office. Any
reference to a partner in relation to Halliwells LLP means a member of
Halliwells LLP. Regulated by The Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may
be confidential or legally privileged. If you are not the addressee you
must not read it and must not use any information contained in nor copy it
nor inform any person other than Halliwells LLP or the addressee of its
existence or contents. If you have received this email in error please
delete it and notify Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.



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




-- 
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it? 

 



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

2008-05-30 Thread Gordon Smith
Huh? Why does it need to get set within the task? If an Ant script does

 













 

isn't compc going to run with FLEX_HOME set by the property tag? Isn't
each spawned build running in its own process with its own FLEX_HOME
property?

 

Gordon Smith

Adobe Flex 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 problem we stumbled upon. So - one of the changes I
made to Flex Ant Tasks was to be able to set this value within the task.
We can now define any environment variable (i.e. FLEX2_HOME,
FLEX3_HOME), point it at the appropriate sdk and build without issues.
Given some of the earlier threads about large scale development and
continuous integration... it occurred to me that this would be a great
thing to contribute - but without some official permission from the
peeps at Adobe... I'll have to just hold onto it.

 

Rick Winscot

 

 

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 are
running this FLEX_HOME setting would not collide, right?  

DK

On Fri, May 30, 2008 at 9:21 AM, Rick Winscot <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> > wrote:

Tom - Flex Ant Tasks is looking for FLEX_HOME... so - if you have a CI
machine doing all your builds... how would you recommend doing
concurrent
2.0.1 and 3.0 builds? Given the implementation you _will_ end up with a
mess
if two builds spawn at the same time. This is a Continuous Integration
machine - it is not in the IDE.

Rick Winscot



-Original Message-
From: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
[mailto:flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
] On
Behalf Of Tom Chiverton
Sent: Friday, May 30, 2008 6:52 AM
To: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> 
Subject: Re: [flexcoders] Flex Ant Tasks - can someone cut the
umbilical?

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 be a problem in your Ant setup, because I did just that
yesterday 
using Builder v3.

> Anyway - I'd love to contribute my work back to
> the community. Any recommendations Adobe-ites?

Work on ?

-- 
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England
and
Wales under registered number OC307980 whose registered office address
is at
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB. A
list of members is available for inspection at the registered office.
Any
reference to a partner in relation to Halliwells LLP means a member of
Halliwells LLP. Regulated by The Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and
may
be confidential or legally privileged. If you are not the addressee you
must not read it and must not use any information contained in nor copy
it
nor inform any person other than Halliwells LLP or the addressee of its
existence or contents. If you have received this email in error please
delete it and notify Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com
<http://www.halliwells.com> .



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
<http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt> 
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo
<http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo> ! Groups
Links




-- 
Douglas Knudsen
http://www.cubicleman.com <http://www.cubicleman.com> 
this is my signature, like it? 

 



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

2008-05-30 Thread Rick Winscot
Yes. which is the problem we stumbled upon. So - one of the changes I made
to Flex Ant Tasks was to be able to set this value within the task. We can
now define any environment variable (i.e. FLEX2_HOME, FLEX3_HOME), point it
at the appropriate sdk and build without issues. Given some of the earlier
threads about large scale development and continuous integration. it
occurred to me that this would be a great thing to contribute - but without
some official permission from the peeps at Adobe. I'll have to just hold
onto it.

 

Rick Winscot

 

 

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 are running
this FLEX_HOME setting would not collide, right?  

DK

On Fri, May 30, 2008 at 9:21 AM, Rick Winscot <[EMAIL PROTECTED]>
wrote:

Tom - Flex Ant Tasks is looking for FLEX_HOME... so - if you have a CI
machine doing all your builds... how would you recommend doing concurrent
2.0.1 and 3.0 builds? Given the implementation you _will_ end up with a mess
if two builds spawn at the same time. This is a Continuous Integration
machine - it is not in the IDE.

Rick Winscot



-Original Message-
From: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
[mailto:flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> ]
On
Behalf Of Tom Chiverton
Sent: Friday, May 30, 2008 6:52 AM
To: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> 
Subject: Re: [flexcoders] Flex Ant Tasks - can someone cut the umbilical?

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 be a problem in your Ant setup, because I did just that yesterday 
using Builder v3.

> Anyway - I'd love to contribute my work back to
> the community. Any recommendations Adobe-ites?

Work on ?

-- 
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and
Wales under registered number OC307980 whose registered office address is at
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB. A
list of members is available for inspection at the registered office. Any
reference to a partner in relation to Halliwells LLP means a member of
Halliwells LLP. Regulated by The Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may
be confidential or legally privileged. If you are not the addressee you
must not read it and must not use any information contained in nor copy it
nor inform any person other than Halliwells LLP or the addressee of its
existence or contents. If you have received this email in error please
delete it and notify Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.



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




-- 
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it? 

 



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

2008-05-30 Thread Gordon Smith
Yes, setting FLEX_HOME in Ant is the best approach. For example, if you
look at the opensource code for the SDK, you'll see that our top-level
Ant script declares

 



 

Gordon Smith

Adobe Flex SDK Team

 



From: 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 are
running this FLEX_HOME setting would not collide, right?  

DK

On Fri, May 30, 2008 at 9:21 AM, Rick Winscot <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> > wrote:

Tom - Flex Ant Tasks is looking for FLEX_HOME... so - if you have a CI
machine doing all your builds... how would you recommend doing
concurrent
2.0.1 and 3.0 builds? Given the implementation you _will_ end up with a
mess
if two builds spawn at the same time. This is a Continuous Integration
machine - it is not in the IDE.

Rick Winscot



-Original Message-
From: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
[mailto:flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
] On
Behalf Of Tom Chiverton
Sent: Friday, May 30, 2008 6:52 AM
To: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> 
Subject: Re: [flexcoders] Flex Ant Tasks - can someone cut the
umbilical?

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 be a problem in your Ant setup, because I did just that
yesterday 
using Builder v3.

> Anyway - I'd love to contribute my work back to
> the community. Any recommendations Adobe-ites?

Work on ?

-- 
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England
and
Wales under registered number OC307980 whose registered office address
is at
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB. A
list of members is available for inspection at the registered office.
Any
reference to a partner in relation to Halliwells LLP means a member of
Halliwells LLP. Regulated by The Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and
may
be confidential or legally privileged. If you are not the addressee you
must not read it and must not use any information contained in nor copy
it
nor inform any person other than Halliwells LLP or the addressee of its
existence or contents. If you have received this email in error please
delete it and notify Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com
<http://www.halliwells.com> .



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
<http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt> 
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo
<http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo> ! Groups
Links




-- 
Douglas Knudsen
http://www.cubicleman.com <http://www.cubicleman.com> 
this is my signature, like it? 

 



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

2008-05-30 Thread Douglas Knudsen
FLEX_HOME is set in ANT, no?  So if two independent ANT scripts are running
this FLEX_HOME setting would not collide, right?

DK

On Fri, May 30, 2008 at 9:21 AM, Rick Winscot <[EMAIL PROTECTED]>
wrote:

>   Tom - Flex Ant Tasks is looking for FLEX_HOME... so - if you have a CI
> machine doing all your builds... how would you recommend doing concurrent
> 2.0.1 and 3.0 builds? Given the implementation you _will_ end up with a
> mess
> if two builds spawn at the same time. This is a Continuous Integration
> machine - it is not in the IDE.
>
> Rick Winscot
>
>
> -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 umbilical?
>
> 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 be a problem in your Ant setup, because I did just that yesterday
>
> using Builder v3.
>
> > Anyway - I'd love to contribute my work back to
> > the community. Any recommendations Adobe-ites?
>
> Work on ?
>
> --
> Tom Chiverton
>
> 
>
> This email is sent for and on behalf of Halliwells LLP.
>
> Halliwells LLP is a limited liability partnership registered in England and
> Wales under registered number OC307980 whose registered office address is
> at
> Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB. A
> list of members is available for inspection at the registered office. Any
> reference to a partner in relation to Halliwells LLP means a member of
> Halliwells LLP. Regulated by The Solicitors Regulation Authority.
>
> CONFIDENTIALITY
>
> This email is intended only for the use of the addressee named above and
> may
> be confidential or legally privileged. If you are not the addressee you
> must not read it and must not use any information contained in nor copy it
> nor inform any person other than Halliwells LLP or the addressee of its
> existence or contents. If you have received this email in error please
> delete it and notify Halliwells LLP IT Department on 0870 365 2500.
>
> For more information about Halliwells LLP visit www.halliwells.com.
>
> 
>
> --
> 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
>
>  
>



-- 
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?


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

2008-05-30 Thread Rick Winscot
Tom - Flex Ant Tasks is looking for FLEX_HOME... so - if you have a CI
machine doing all your builds... how would you recommend doing concurrent
2.0.1 and 3.0 builds? Given the implementation you _will_ end up with a mess
if two builds spawn at the same time. This is a Continuous Integration
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 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 be a problem in your Ant setup, because I did just that yesterday 
using Builder v3.

> Anyway - I'd love to contribute my work back to
> the community. Any recommendations Adobe-ites?

Work on ?

-- 
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and
Wales under registered number OC307980 whose registered office address is at
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A
list of members is available for inspection at the registered office. Any
reference to a partner in relation to Halliwells LLP means a member of
Halliwells LLP.  Regulated by The Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may
be confidential or legally privileged.  If you are not the addressee you
must not read it and must not use any information contained in nor copy it
nor inform any person other than Halliwells LLP or the addressee of its
existence or contents.  If you have received this email in error please
delete it and notify Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.



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







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 be a problem in your Ant setup, because I did just that yesterday 
using Builder v3.

> Anyway - I'd love to contribute my work back to
> the community. Any recommendations Adobe-ites?

Work on ?

-- 
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
of members is available for inspection at the registered office. Any reference 
to a partner in relation to Halliwells LLP means a member of Halliwells LLP.  
Regulated by The Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.



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



[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. The
EULA has me worried that someone from Adobe is going to come and lay claim
to my left-buttock. Anyway - I'd love to contribute my work back to the
community. Any recommendations Adobe-ites?

 

Rick Winscot



[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 compiling and also 
giving me my .swf file as-well but for some reason its not adding flex data 
services; Can someone help me by looking at below mentiond code that what I am 
missing or if some one could send a code example/link or tell a better way of 
building flex data services project through Ant then that would be really 
appreciated. 

Thanks.



  

 
   
 
 
 
  
  
  
 
   
 
  
 
 



  

Check out the hottest 2008 models today at Yahoo! Autos.
http://autos.yahoo.com/new_cars.html

[flexcoders] Flex Ant Tasks - what do they provide?

2007-02-27 Thread Daniel Wabyick

I have an Ant build script for my Flex project that is based upon using 
the  target for building. 

Is there anything that the Flex Ant Tasks provide that is not available 
using the  task, or is it just for syntactic suger?   I do see 
the html-wrapper target, which is nice.

http://labs.adobe.com/wiki/index.php/Flex_Ant_Tasks


Thanks,
-Daniel


Re: [flexcoders] Flex ant tasks

2007-02-14 Thread Douglas Knudsen

Dimitrios you did it again!  My JAVA_HOME was correct, else I'd have bigger
issues like Eclipse and Ant not running at all, eh?
The issue was in
C:\Program Files\Adobe\fds2.1\flex_sdk_2\bin\jvm.config
seems the java.home was set to some value used inside Adobe world and left
there.  oops.  Affected the mxmlc executed from anywhere.

interestingly,
C:\Program Files\Adobe\Flex Builder 2 Plug-in\Flex SDK 2\bin\jvm.config
looks ok.  go figure

now its compiling.  thanks!

DK

On 2/14/07, Dimitrios Gianninas <[EMAIL PROTECTED]>
wrote:


 oh thats different... should jut be your JAVA_HOME that makes a
difference

I was talking about the /bin folder

*Dimitrios Gianninas*
*RIA Developer*
*Optimal Payments Inc.*


 --
*From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
Behalf Of *Douglas 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 Gianninas <[EMAIL PROTECTED]>
wrote:
>
>  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:* 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 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?
>
> *AVIS IMPORTANT*
>
> *WARNING*
>
> Ce message électronique et ses pièces jointes peuvent contenir des
> renseignements confidentiels, exclusifs ou légalement privilégiés destinés
> au seul usage du destinataire visé. L'expéditeur original ne renonce à aucun
> privilège ou à aucun autre droit si le présent message a été transmis
> involontairement ou s'il est retransmis sans son autorisation. Si vous
> n'êtes pas le destinataire visé du présent message ou si vous l'avez reçu
> par erreur, veuillez cesser immédiatement de le lire et le supprimer, ainsi
> que toutes ses pièces jointes, de votre système. La lecture, la
> distribution, la copie ou tout autre usage du présent message ou de ses
> pièces jointes par des personnes autres que le destinataire visé ne sont pas
> autorisés et pourraient être illégaux. Si vous avez reçu ce courrier
> électronique par erreur, veuillez en aviser l'expéditeur.
>
> This electronic message and its attachments may contain confidential,
> proprietary or legally privileged information, which is solely for the use
> of the intended recipient. No privilege or other rights are waived by any
> unintended transmission or unauthorized retransmission of this message. If
> you are not the intended recipient of this message, or if you have received
> it in error, you should immediately stop reading this message and delete it
> and all attachments from your system. The reading, distribution, copying or
> other use of this message or its attachments by unintended recipients is
> unauthorized and may be unlawful. If you have received this e-mail in error,
> please notify the sender.
>



--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?







--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?


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 <[EMAIL PROTECTED]>
wrote:
>
>  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:* 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 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?
>
> *AVIS IMPORTANT*
>
> *WARNING*
>
> Ce message électronique et ses pièces jointes peuvent contenir des
> renseignements confidentiels, exclusifs ou légalement privilégiés destinés
> au seul usage du destinataire visé. L'expéditeur original ne renonce à aucun
> privilège ou à aucun autre droit si le présent message a été transmis
> involontairement ou s'il est retransmis sans son autorisation. Si vous
> n'êtes pas le destinataire visé du présent message ou si vous l'avez reçu
> par erreur, veuillez cesser immédiatement de le lire et le supprimer, ainsi
> que toutes ses pièces jointes, de votre système. La lecture, la
> distribution, la copie ou tout autre usage du présent message ou de ses
> pièces jointes par des personnes autres que le destinataire visé ne sont pas
> autorisés et pourraient être illégaux. Si vous avez reçu ce courrier
> électronique par erreur, veuillez en aviser l'expéditeur.
>
> This electronic message and its attachments may contain confidential,
> proprietary or legally privileged information, which is solely for the use
> of the intended recipient. No privilege or other rights are waived by any
> unintended transmission or unauthorized retransmission of this message. If
> you are not the intended recipient of this message, or if you have received
> it in error, you should immediately stop reading this message and delete it
> and all attachments from your system. The reading, distribution, copying or
> other use of this message or its attachments by unintended recipients is
> unauthorized and may be unlawful. If you have received this e-mail in error,
> please notify the sender.
>   
>




--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?





--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?


RE: [flexcoders] Flex ant tasks

2007-02-14 Thread Dimitrios Gianninas
oh thats different... should jut be your JAVA_HOME that makes a difference
 
I was talking about the /bin folder
 
Dimitrios Gianninas
RIA Developer
Optimal Payments Inc.
 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Douglas 
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 Gianninas <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > 
wrote: 

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: flexcoders@yahoogroups.com <mailto:flexcoders@yahoogroups.com>  
[mailto:flexcoders@yahoogroups.com <mailto:flexcoders@yahoogroups.com> ] On 
Behalf Of Douglas Knudsen
Sent: Wednesday, February 14, 2007 11:37 AM
To: flexcoders@yahoogroups.com <mailto: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.   

-- 
Douglas Knudsen 
http://www.cubicleman.com <http://www.cubicleman.com> 
this is my signature, like it? 

AVIS IMPORTANT

WARNING

Ce message électronique et ses pièces jointes peuvent contenir des 
renseignements confidentiels, exclusifs ou légalement privilégiés destinés au 
seul usage du destinataire visé. L'expéditeur original ne renonce à aucun 
privilège ou à aucun autre droit si le présent message a été transmis 
involontairement ou s'il est retransmis sans son autorisation. Si vous n'êtes 
pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, 
veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses 
pièces jointes, de votre système. La lecture, la distribution, la copie ou tout 
autre usage du présent message ou de ses pièces jointes par des personnes 
autres que le destinataire visé ne sont pas autorisés et pourraient être 
illégaux. Si vous avez reçu ce courrier électronique par erreur, veuillez en 
aviser l'expéditeur. 

This electronic message and its attachments may contain confidential, 
proprietary or legally privileged information, which is solely for the use of 
the intended recipient. No privilege or other rights are waived by any 
unintended transmission or unauthorized retransmission of this message. If you 
are not the intended recipient of this message, or if you have received it in 
error, you should immediately stop reading this message and delete it and all 
attachments from your system. The reading, distribution, copying or other use 
of this message or its attachments by unintended recipients is unauthorized and 
may be unlawful. If you have received this e-mail in error, please notify the 
sender. 






-- 
Douglas Knudsen
http://www.cubicleman.com <http://www.cubicleman.com> 
this is my signature, like it? 

 

-- 
WARNING
---
This electronic message and its attachments may contain confidential, 
proprietary or legally privileged information, which is solely for the use of 
the intended recipient.  No privilege or other rights are waived by any 
unintended transmission or unauthorized retransmission of this message.  If you 
are not the intended recipient of this message, or if you have received it in 
error, you should immediately stop reading this message and delete it and all 
attachments from your system.  The reading, distribution, copying or other use 
of this message or its attachments by unintended recipients is unauthorized and 
may be unlawful.  If you have received this e-mail in error, please notify the 
sender.

AVIS IMPORTANT
--
Ce message électronique et ses pièces jointes peuvent contenir des 
renseignements confidentiels, exclusifs ou légalement privilégiés destinés au 
seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun 
privilège ou à aucun autre droit si le présent message a été transmis 
involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes 
pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, 
veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses 
pièces jointes, de votre système.  La lecture, la distribution, la copie ou 
tout autre usage du présent message ou de ses pièces jointes par 

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.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:* 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 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?

*AVIS IMPORTANT*

*WARNING*

Ce message électronique et ses pièces jointes peuvent contenir des
renseignements confidentiels, exclusifs ou légalement privilégiés destinés
au seul usage du destinataire visé. L'expéditeur original ne renonce à aucun
privilège ou à aucun autre droit si le présent message a été transmis
involontairement ou s'il est retransmis sans son autorisation. Si vous
n'êtes pas le destinataire visé du présent message ou si vous l'avez reçu
par erreur, veuillez cesser immédiatement de le lire et le supprimer, ainsi
que toutes ses pièces jointes, de votre système. La lecture, la
distribution, la copie ou tout autre usage du présent message ou de ses
pièces jointes par des personnes autres que le destinataire visé ne sont pas
autorisés et pourraient être illégaux. Si vous avez reçu ce courrier
électronique par erreur, veuillez en aviser l'expéditeur.

This electronic message and its attachments may contain confidential,
proprietary or legally privileged information, which is solely for the use
of the intended recipient. No privilege or other rights are waived by any
unintended transmission or unauthorized retransmission of this message. If
you are not the intended recipient of this message, or if you have received
it in error, you should immediately stop reading this message and delete it
and all attachments from your system. The reading, distribution, copying or
other use of this message or its attachments by unintended recipients is
unauthorized and may be unlawful. If you have received this e-mail in error,
please notify the sender.
  





--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?


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: 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 not found.  Any ideas?  I have JAVA_HOME set correctly as 
a env var in winblows.   

-- 
Douglas Knudsen 
http://www.cubicleman.com <http://www.cubicleman.com> 
this is my signature, like it? 

 

-- 
WARNING
---
This electronic message and its attachments may contain confidential, 
proprietary or legally privileged information, which is solely for the use of 
the intended recipient.  No privilege or other rights are waived by any 
unintended transmission or unauthorized retransmission of this message.  If you 
are not the intended recipient of this message, or if you have received it in 
error, you should immediately stop reading this message and delete it and all 
attachments from your system.  The reading, distribution, copying or other use 
of this message or its attachments by unintended recipients is unauthorized and 
may be unlawful.  If you have received this e-mail in error, please notify the 
sender.

AVIS IMPORTANT
--
Ce message électronique et ses pièces jointes peuvent contenir des 
renseignements confidentiels, exclusifs ou légalement privilégiés destinés au 
seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun 
privilège ou à aucun autre droit si le présent message a été transmis 
involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes 
pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, 
veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses 
pièces jointes, de votre système.  La lecture, la distribution, la copie ou 
tout autre usage du présent message ou de ses pièces jointes par des personnes 
autres que le destinataire visé ne sont pas autorisés et pourraient être 
illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en 
aviser l'expéditeur.



[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-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 (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 tasks in the example.

Good luck!

--  
Best regards,

Constantiner mailto:[EMAIL PROTECTED]

BS> Has anyone got this working?
BS>
BS> I keep getting the same error, Could not create task or type of  
type:

BS> mxmlc.
BS>
BS> I have followed the instructions to the letter.
BS>
BS> Regards,
BS>
BS> Bjorn







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 tasks in the example.

Good luck!

-- 
Best regards,
 Constantinermailto:[EMAIL PROTECTED]

BS> Has anyone got this working?
BS>  
BS>  I keep getting the same error, Could not create task or type of type:
BS>  mxmlc.
BS>  
BS>  I have followed the instructions to the letter.
BS>  
BS>  Regards,
BS>  
BS>  Bjorn





[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