est / minibuilder

Automatically exported from code.google.com/p/minibuilder
0 stars 3 forks source link

[error]-1:Invalid version specified, '0.0.0'(null:-1) #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. go on Brief Search find the project start it
2. I compile the project
3. and I get this [error]-1:Invalid version specified, '0.0.0'(null:-1)

What is the expected output? What do you see instead?
for the swf to run but i get [error]-1:Invalid version specified, 
'0.0.0'(null:-1)

What version of the product are you using? On what operating system?
1.1.2 alpha   on  windows7 32-bit

Please provide any additional information below.

Original issue reported on code.google.com by yank...@gmail.com on 30 Jul 2010 at 3:53

GoogleCodeExporter commented 9 years ago
i did start the jetmbcompiler first!!! 

Original comment by yank...@gmail.com on 30 Jul 2010 at 3:54

GoogleCodeExporter commented 9 years ago
Looks like the player version in your .actionScriptProperties file is wrong. 
Open this file (in the root dir of your project) and look for playerversioin 
attribute.

Original comment by victor.dramba on 31 Jul 2010 at 6:52

GoogleCodeExporter commented 9 years ago
this is the version 

targetPlayerVersion="0.0.0" 

Original comment by yank...@gmail.com on 7 Aug 2010 at 10:19

GoogleCodeExporter commented 9 years ago
what should i put?

Original comment by yank...@gmail.com on 7 Aug 2010 at 10:19

GoogleCodeExporter commented 9 years ago
solution is targetPlayerVersion="10.0.0"

thankx 

Original comment by yank...@gmail.com on 7 Aug 2010 at 10:28

GoogleCodeExporter commented 9 years ago
Dear Sirs...  I am using flashdevelop 4.6 + Flex SDK + the free Flash Debugger 
ver.14. 

I am having a hell of a time trying to get this thing to compile, and I think I 
have it mapped to the proper paths based on the other website directions. But 
in my project > properties, since I don't have Flash Pro, I have the "Platform" 
set to "Custom" which defaults the version # to 0.0. I have the "Compilation 
Target" set to "Application" because I am trying to get a .swf file to 
generate.  

I have the "Output File" set to (lounge.swf) - but I cant change any functions 
underneath it. Test Project is blank - (Not sure if I should change anything 
there).

When I try to compile, it gives me an error - (Error: Invalid version 
specified, '0.0')
Use 'mxmlc -help' for information about using the command line.
Build halted with errors (fcsh).

I found how to change the "player Minor version" in the (Compiler Options)... 
but I can't figure out how to change the primary version number. I guess I need 
to make it 14.  I found a command someone had online, saying to add 
(-swf-version=10) to the "Additional Compiler Options".. and I know 14 is not 
the number u put to get 14,  

However, I can't get it to compile correctly  because that error (Error: 
Invalid version specified, '0.0') confirms that it's not recognizing the extra 
code I added to the Advanced Compiler Options.

Can someone tell me what I need to do in order to make that version # change to 
14??  I THINK I have everything else mapped properly, but if you have any info 
on that or other ideas for troubleshooting, I would definitely be interested. 

Thank you (Theprofessor4lyf@gmail.com)

Original comment by theprofe...@gmail.com on 7 Jul 2014 at 7:28