The problem is that it only takes 1 syntax to invalidate the building of the package. (My current process compiles the packages 1 at a time to make the build as fast as possible)
Paul Franz -----Original Message----- From: "David Medinets" <[EMAIL PROTECTED]> Date: Tue, 26 Feb 2002 09:28:24 -0500 To: "'Ant Users List'" <[EMAIL PROTECTED]> Subject: RE: Compiling files 1 at a time > > -----Original Message----- > > From: Jens Askengren [mailto:[EMAIL PROTECTED]] > > > > It's not really compile time that is the problem, but the rather > > inefficient developement cycle: You compile few files and fix > > few errors > > rather than compile lots of files and fix the errors without need to > > recompile every singel fil and its (possibly) changed dependencies. > > How did you get into the situation where you have so many syntax > errors? I usually add files one or two at a time to my projects so > there are rarely more than four or five syntax errors. > > David Medinets, Consultant, http://www.codebits.com > World-Renowned Nested Tree Modeler > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- _______________________________________________ Sign-up for your own FREE Personalized E-mail at Email.com http://www.email.com/?sr=signup -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
