[flexcoders] Export Release Build

2008-04-25 Thread Randy Martin
When I export release build in FB 3, if I leave Enable view source
unchecked, I get the error message:

Flex Builder could not publish the project source: the application file
Main.mxml was not found.

I click OK, and the project exports just fine. I shouldn't get this
error if I don't enable source view, right?


Re: [flexcoders] Export release build copying PHP files

2008-04-03 Thread Tom Chiverton
On Wednesday 02 Apr 2008, Troy Gilbert wrote:
 Yeah, but my point is the bug, not whether or not I can avoid it by
 doing something that breaks my own development.

Did you log a bug yet ? What was the number ?

-- 
Tom Chiverton
Helping to challengingly scale user-centric platforms
on: http://thefalken.livejournal.com



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/



Re: [flexcoders] Export release build copying PHP files

2008-04-03 Thread Troy Gilbert
  Did you log a bug yet ? What was the number ?

Dmitri did:

https://bugs.adobe.com/jira/browse/FB-12306

Troy.


Re: [flexcoders] Export release build copying PHP files

2008-04-02 Thread Tom Chiverton
On Tuesday 01 Apr 2008, Troy Gilbert wrote:
 I don't understand how *publishing* a release build of my SWF to my
 webroot should ever, under any circumstance, delete the contents of
 *all* PHP files. 

*contents* ?!? Not the files themselves ? That's very weird.

 change this behavior. I've lost *hours* of dev time on *multiple*
 occasions recovering from this *heinous* bug.

Didn't someone* suggest that you should deploy to a sub-dir (like 
webroot/bin/) to prevent this happening again ?

-- 
Tom Chiverton
Helping to quickly maintain guinine segments
on: http://thefalken.livejournal.com



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/



Re: [flexcoders] Export release build copying PHP files

2008-04-02 Thread Troy Gilbert
  *contents* ?!? Not the files themselves ? That's very weird.

You're telling me. And its not all files, it's only PHP files.

  Didn't someone* suggest that you should deploy to a sub-dir (like
  webroot/bin/) to prevent this happening again ?

Yeah, but my point is the bug, not whether or not I can avoid it by
doing something that breaks my own development.

Troy.


Re: [flexcoders] Export release build copying PHP files

2008-04-01 Thread Troy Gilbert
This makes me so F*ING MAD! Flex Builder has once again *trashed* my
webroot with its helpful copying about of PHP files. All of my PHP
files are empty now... which, unsurprisingly, completely breaks
everything on my development machine. Sure, I can sync back up with
the test servers, but I've got to make a few changes to update paths
for my local machine and wait for everything to come over the wire
again... when I shouldn't have to!

I don't understand how *publishing* a release build of my SWF to my
webroot should ever, under any circumstance, delete the contents of
*all* PHP files. ADOBE! Please, for the love of all that is holy, give
me a hand here and point me to some config or JAR file I can hack to
change this behavior. I've lost *hours* of dev time on *multiple*
occasions recovering from this *heinous* bug.

Coupled with several of the other issues I've posted about over the
last month, I'm really starting to feel like I paid $400 for the
opportunity to beta test this software...

Troy.


[flexcoders] Export Release Build same size as DEBUG

2008-03-28 Thread boy_trike
I have a few projects.  The compiler settings is simple, just:

-services C:\inetpub\wwwroot\WEB-INF\flex\services-config.xml -locale en_US

The exported SWF is the same size as the regular one I get when I just save and 
compile my 
app.  What am I doing wrong?

Thanks

Bruce