From 2a24f889dc1269ebf7c95df0f6ea05de75cbe79e Mon Sep 17 00:00:00 2001 From: "Jonathan H. Wage" Date: Tue, 25 May 2010 20:00:17 -0400 Subject: [PATCH] Fixing phing building and cli for pear install. --- bin/doctrine.php | 4 ++-- build.xml | 30 +++++++++++++++++++++--------- 2 files changed, 23 insertions(+), 11 deletions(-) diff --git a/bin/doctrine.php b/bin/doctrine.php index c307cb800..02df253ae 100644 --- a/bin/doctrine.php +++ b/bin/doctrine.php @@ -2,10 +2,10 @@ require_once 'Doctrine/Common/ClassLoader.php'; -$classLoader = new \Doctrine\Common\ClassLoader('Doctrine', __DIR__ . '/../lib'); +$classLoader = new \Doctrine\Common\ClassLoader('Doctrine'); $classLoader->register(); -$classLoader = new \Doctrine\Common\ClassLoader('Symfony', __DIR__ . '/../lib/vendor'); +$classLoader = new \Doctrine\Common\ClassLoader('Symfony', 'Doctrine'); $classLoader->register(); $configFile = getcwd() . DIRECTORY_SEPARATOR . 'cli-config.php'; diff --git a/build.xml b/build.xml index 3f01f250f..912118217 100644 --- a/build.xml +++ b/build.xml @@ -48,6 +48,13 @@ + + + + + @@ -91,12 +98,15 @@ - + - + + + + @@ -160,16 +170,18 @@ - script - - - + script + + + - - + + - + + +