Recent content by 4xware

  1. 4

    Suggestion on the open_basedir/include_path collision

    As far as I can see, there is some open_basedir / include_path collision on the Chopin free hosting. open_basedir = /home/:/tmp include_path = .:/usr/lib/php:/usr/local/lib/php Really, due to the current open_basedir value, the default include_path directive has no sense. So, to resolve this...
  2. 4

    Copying a Specific Line from a File

    It depends on the programming language. For example, in PHP you can try the file() function.
  3. 4

    Ant on windows?

    Definitely no .exe. You should use the JAR file (lib/ant.jar) directly or via a batch file in the bin directory.
  4. 4

    Ant on windows?

    Please visit http://ant.apache.org/bindownload.cgi for the standalone package. Personally me use Ant integrated into Eclipse on Vista.
Top