slothg / flexformatter

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

0.6.20 -> 0.6.23 not seem to work #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
my last know good for me (flex builder 3.3) is
FlexPrettyPrintCommandFeature_0.6.19.jar

other version after that just fail to install (not appear icon in tool bar)

Original issue reported on code.google.com by katopz on 21 Jun 2009 at 5:38

GoogleCodeExporter commented 8 years ago
Sorry for the slow response.  I usually only check the bug database over on
SourceForge where the code is.

1. Try the newest version 0.6.24 to see if that works
2. If not, look in your Eclipse error log (the .log file in the .metadata 
directory)
and see if there are error messages there indicating the problem.  
3. Do you know what java version you are running?  I should be requiring jdk1.5.

Original comment by Ernest.P...@sas.com on 7 Jul 2009 at 11:46

GoogleCodeExporter commented 8 years ago
1. i try 0.6.24 and still not working, not even load by java
2. i can't find any log nor metadata dir somewhere for flex builder, even 
search return 
nothing
3. Version 1.6.0 (build 1.6.0_13-b03)

Original comment by katopz on 7 Jul 2009 at 6:52

GoogleCodeExporter commented 8 years ago
Have you tried extracting the 3 jars inside the download zip from sourceforge 
into
your "plugins" directory and restarting eclipse with the -clean parameter?  That
should work with FlexBuilder 3.3.  

Original comment by Ernest.P...@sas.com on 7 Jul 2009 at 8:02

GoogleCodeExporter commented 8 years ago
The .metadata directory should be in the top level of your workspace directory. 

And disregard comment #3.  I think that the plugins are making it down to your
machine but are being considered invalid for some reason, so I think the 0.6.24
versions already exist in your "plugins" directory.

Original comment by e...@nc.rr.com on 7 Jul 2009 at 8:55

GoogleCodeExporter commented 8 years ago
ahhh i got it normally i use only FlexPrettyPrintCommand_xxx.jar , and grab it 
only 1
file from svn just notice that i need 3 jars (maybe after v0.6.20 right?) after 
use 3
file from sf now all working thx for your time for my noobs ;)

Original comment by katopz on 8 Jul 2009 at 4:32

GoogleCodeExporter commented 8 years ago
Ah, that makes more sense; I didn't think about someone grabbing the jars 
directly
from the googlecode update site.  Yes, with version 0.6.20 I moved to 3 plugin 
jars
(when I added the ASDoc generator and AS reordering features), and the main 
plugin
now depends on the ActionScriptInfoCollector plugin.  So you should have 0.6.24 
of
the main plugin, and 0.1.0 of the other two plugins.

Original comment by Ernest.P...@sas.com on 8 Jul 2009 at 11:46