Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Getting Phing to work
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
savagecor...@gmail.com  
View profile  
 More options Mar 21 2008, 6:00 am
From: savagecor...@gmail.com
Date: Fri, 21 Mar 2008 03:00:53 -0700 (PDT)
Local: Fri, Mar 21 2008 6:00 am
Subject: Getting Phing to work
I have been trying to get Phing to work along with PHPunit, which
PHPunit has its own code-coverage mechanism.  Everything seems to be
working for me but I have a problem with the xDebug module
installation.  The tutorial I am following is

http://devzone.zend.com/article/2803-Introducing-xdebug

Please feel free to try it and post if you get it working.  Once we
can get it working, we can use it in Hudson for the lab.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jon Lao  
View profile  
 More options Mar 22 2008, 7:14 am
From: Jon Lao <hyperat...@gmail.com>
Date: Sat, 22 Mar 2008 04:14:53 -0700 (PDT)
Local: Sat, Mar 22 2008 7:14 am
Subject: Re: Getting Phing to work
Which part are you stuck on.

So far I'm able to get xdebug_trace and such working.

Jon

On Mar 21, 12:00 am, savagecor...@gmail.com wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
savagecor...@gmail.com  
View profile  
 More options Mar 23 2008, 5:58 am
From: savagecor...@gmail.com
Date: Sun, 23 Mar 2008 02:58:54 -0700 (PDT)
Local: Sun, Mar 23 2008 5:58 am
Subject: Re: Getting Phing to work
I got just about everything working,   phing, phpunit, spike
phpcoverage, but the problem is that they work, but all the tools need
xdebug extension to be installed.  My phpinfo() shows that my xdebug
is working, but my "php -m" in command line shows that my xdebug does
not exist. So whenever i run phing, I get this message:

exception 'Exception' with message 'CoverageSetupTask depends on
Xdebug being installed.' in C:\tool
s\phing-2.3.0\classes\phing\tasks\ext\coverage\CoverageSetupTask.php:
116

I am not sure what I am doing wrong.  Are you guys able to get xdebug
to show up on your command line window with "php -m" ?

On Mar 22, 1:14 am, Jon Lao <hyperat...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marcius Bagwan  
View profile  
 More options Mar 23 2008, 6:59 am
From: Marcius Bagwan <marciusbag...@gmail.com>
Date: Sun, 23 Mar 2008 03:59:18 -0700 (PDT)
Local: Sun, Mar 23 2008 6:59 am
Subject: Re: Getting Phing to work
I got it showing with php -m.  How did you install xdebug? through the
pear installer or did you get the dll?

On Mar 22, 11:58 pm, savagecor...@gmail.com wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
savagecor...@gmail.com  
View profile  
 More options Mar 23 2008, 10:11 am
From: savagecor...@gmail.com
Date: Sun, 23 Mar 2008 07:11:36 -0700 (PDT)
Local: Sun, Mar 23 2008 10:11 am
Subject: Re: Getting Phing to work
I got the dll from the xdebug homepage.   I installed php5 manually
also.  If you guys were able to get it working, then try download the
build file I made(default build file) :

http://ihacky.googlecode.com/files/build.xml

which will invoke the unit test in this file (Unit test file):

http://ihacky.googlecode.com/files/xmlToArrayTest.php

Since I am not able to get xdebug extension working, please try to get
the build file to work.  You should be able to type "phing" on the
command line window in the directory of the build file to get it to
work.  The files may need to be modified because I am not able to test
it until I get xdebug working.

On Mar 23, 12:59 am, Marcius Bagwan <marciusbag...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marcius Bagwan  
View profile  
 More options Mar 23 2008, 7:10 pm
From: Marcius Bagwan <marciusbag...@gmail.com>
Date: Sun, 23 Mar 2008 16:10:25 -0700 (PDT)
Local: Sun, Mar 23 2008 7:10 pm
Subject: Re: Getting Phing to work
Okay, I was able to get the "BUILD FINISHED" result, but the coverage
result was empty.  Is it supposed to be like that?

On Mar 23, 4:11 am, savagecor...@gmail.com wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
savagecor...@gmail.com  
View profile  
 More options Mar 24 2008, 7:20 am
From: savagecor...@gmail.com
Date: Mon, 24 Mar 2008 04:20:22 -0700 (PDT)
Local: Mon, Mar 24 2008 7:20 am
Subject: Re: Getting Phing to work
I dont think it supposed to be like that, but i wont know for sure
until I get my phing working.  Feel free to modify the build file and
experiment with it.

On Mar 23, 1:10 pm, Marcius Bagwan <marciusbag...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »