Hello, Please let me to make some remarks... See below:
Catalin Barbulescu OTTO Software Development Bucharest, Romania -----Original Message----- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]]On Behalf Of Justin Couch Sent: 11 februarie 2002 12:51 To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] Ant Todd J. wrote: > Have you ever considered using Ant for building the Jav3d.org codebase? Yes, for about 30 seconds. I find Ant to be pretty useless for development of any decent size project. Some of the things I really dislike about it: - Conditional compilation. Not everything in a directory should be compiled. [ANS] It's possible, you can exclude files <exclude>, or you can include files <include> - Ordered compilation to enforce good design (no circular references) - Lack of multiple language support - particularly code that uses C/C++ which already has make systems in place [ANS]We use Ant to compile JavaClasses...., we also create custom tags to be run from ANT (written in Java) - No custom control of the build process - for example building JAR files with subsets of packages. [ANS]: Use <include> tag in <JAR> tag - Dependence on yet another unreadable language (XML) - Requirement to write compilable code in order to extend the development environment [ANS] Please explain... - No need to download yet another tool to compile code. [ANS] Please explain... In short, I think Ant sucks majorly as a serious development environment tool. [ANS] I think it's a great tool for development -- Justin Couch http://www.vlc.com.au/~justin/ Java Architect & Bit Twiddler http://www.yumetech.com/ Author, Java 3D FAQ Maintainer http://www.j3d.org/ ------------------------------------------------------------------- "Humanism is dead. Animals think, feel; so do machines now. Neither man nor woman is the measure of all things. Every organism processes data according to its domain, its environment; you, with all your brains, would be useless in a mouse's universe..." - Greg Bear, Slant ------------------------------------------------------------------- =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help". =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".