bertrando / facebook-actionscript-api

Automatically exported from code.google.com/p/facebook-actionscript-api
0 stars 0 forks source link

Build from source + FlexBuilder project + release .swc & line numbers do not match up #207

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Run any example from http://www.adobe.com/devnet/facebook.html
2.  Set breakpoints in facebook-actionscript-api code with release .swc

What is the expected output? What do you see instead?
I expect line numbers to match up in source

What version of the product are you using? On what operating system?
Debugging in FB + IntelliJ, on Windows

When trying to look into the major IE issue 
http://code.google.com/p/facebook-actionscript-api/issues/detail?id=197 I've 
been trying to debug / set breakpoints in facebook-actionscript-api.  However 
line numbers do not match up to swc (Web 1.0 swc).

I've checked out code from trunk, however there is no longer a flexbuilder 
project or build.xml from which I can build.

Would be great if:
 - release .swc matched up w/ committed source (release branch)
 - instructions + ability to easily build from source.  preferably FB .project files as well as build.xml

Original issue reported on code.google.com by javagu...@yahoo.com on 7 Nov 2010 at 8:40

GoogleCodeExporter commented 9 years ago
My branch of the library includes Flash Builder .project files and an ant build 
file for the project: 
http://code.google.com/p/facebook-actionscript-api/issues/detail?id=176

The ant build file outputs a swc, docs, and a release zip. And since you'll be 
outputting the swc directly from the source, the line numbers will match up.

Original comment by yourpalm...@gmail.com on 12 Nov 2010 at 3:31

GoogleCodeExporter commented 9 years ago

Original comment by edwar...@gmail.com on 6 Oct 2011 at 4:25