Slashdot Mirror


User: PosterChild

PosterChild's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:Ant is for wimps on Java Development with Ant · · Score: 5, Insightful

    >I've always used makefiles for my Java development

    Make is great when you're developing on Unix. But try and move a makefile for a complex build from Unix to Windows and see how well it works. If you're using Ant, and you've done a decent job with your build.xml file and aren't calling too many "execs", the ant build is quite likely to work with minimum effort.

    Ant is a cross-platform version of make, and by cross platform I mean the your build process can work the same on many evironments with little effort. Sure you can get gmake for windows. But then you'll need to get bash, cp, cat, rm, etc for Windows too.

  2. Cold Fusion on UNIX on PHP3/4 as Web Development Platform? · · Score: 1

    The company I work for is using Cold Fusion on Solaris. The web site using CF is under a pretty significant load. The site administrators have to reboot the CF daemons several times a day. Cold Fusion was developed first and foremost for NT - something to keep in mind when you want to run it on UNIXish systems