--- In [email protected], "Ryan Graham" <ryan.gra...@...> wrote: > > > > Java source files are in C:\Tomcat5\webapps\FlexApp\WEB-INF\src. When > > I build my Flex application, it tries to recompile the Java source > > files. Is there a way I can tell Flex Builder to leave my Java source > > files alone? It's causing me servlet errors. > > > > Switch to ANT for more granular builds? > > > > HTH, > > Ryan > That's what I had to do, create my Java project in Eclipse separately from my Flex app, then just copied the java class files over after each time I compiled.
I did not have this problem with Flex 1.5 and Flex 2.0. Amazing how I end up facing a basic problem like this with Flex 3.0 with no quick solution within Flex Builder.

