We currently use maven which does cut it down to a lightning fast
40-45 seconds.  We've also used ant with not much better results. 
Java compiler with far more classes and code is generally around 8-10
seconds.  Also, by running via ant, don't you lose some of the nice
IDE features like flagging the files/lines that are bad, giving a list
of compile errors in the IDE which then allow you simple double click
them and take you right there?  Not to mention not having to run an
ant script every time I change a file vs simply saving and getting
instant (well instant once Flex 4 comes) feedback on syntax.

Don't get me wrong...  We only use IDE compiles during development. 
All of are builds are done via maven scripts as well as continuous
integration builds.  Not "from developer box to prod" here.

--- In flexcoders@yahoogroups.com, "JWOpitz" <[EMAIL PROTECTED]> wrote:
>
> "I also believe that Adobe needs to kick it into gear and come out
> with a patch ASAP that addresses the, from my experience, the absolute
> slowest compiler on the planet."
> 
> If you haven't already, learn to use the command-line compiler and an
> ANT script then.  I don't think it is nearly as slow as the Flex
> Builder compiler.  3-7 seconds to compile via ANT is pretty fast to me.
> 
> 
> 
> --- In flexcoders@yahoogroups.com, "dbronk" <dbronk@> wrote:
> >
> > Although I agree that 16000 lines of code broken between only 7
> > classes certainly seems like a further break down of code into smaller
> > classes is necessary, I also believe that Adobe needs to kick it into
> > gear and come out with a patch ASAP that addresses the, from my
> > experience, the absolute slowest compiler on the planet.  Also with
> > that, they need to get a patch out that doesn't go into a full
> > workspace build just because I make a small change to a class.  I've
> > even simply added a space and saved which caused a full workspace
> > build.  To me, placing this as a top priority for Flex 4 is great and
> > I thank them for that, but that doesn't help me now.  My single
> > greatest productivity killer right now is having to wait 60-90 seconds
> > everytime I save a file.
> > 
> > 
> > 
> > --- In flexcoders@yahoogroups.com, "Howard Fore" <howard.fore@> wrote:
> > >
> > > Sounds like you need to break it down further...
> > > 
> > > On Mon, Aug 18, 2008 at 9:30 AM, litesh_b321 <litesh_b321@> wrote:
> > > 
> > > > Hi gyus
> > > > i have around 16000 line of code
> > > > which is already broke up in two mxml file and five class file
> > > >
> > > 
> > > 
> > > -- 
> > > Howard Fore, howard.fore@
> > > "The universe tends toward maximum irony. Don't push it." - Jeff
> Atwood
> > >
> >
>


Reply via email to