Questions tagged [php-codebrowser]

8 questions
18
votes
2 answers

Exclude certain directories and files in pdepend, phpmd, phpcpd, phpcs, phpdoc, phploc

In my project there are certain directories and certain php files which are very large in size due to which my build is failing and I want to exclude them in my build.xml Ques1- Do I have to write the --ignore="path/filename" for every php file in…
Sumitk
  • 1,367
  • 5
  • 18
  • 29
7
votes
2 answers

Jenkins can't generate HTML reports with htmlpublisher

I'm having a heck of a time trying to publish any HTML report with htmlpublisher. My input looks like this: And the 404 looks like this: The report is definitely generated in build/. I've visually compared my config.xml file to a known working…
Ben
  • 47,286
  • 44
  • 159
  • 208
5
votes
2 answers

phpUnderControl and CodeBrowser

Does phpUnderControl have a built in code browser? If so, how do I change it to use PHP_CodeBrowser instead?
Enrique
  • 645
  • 1
  • 7
  • 16
1
vote
1 answer

PHP_CodeBrowser directory settings for more than one directory

I have project structure like: application tests docs library Zend My_Lib I setup my JenkinsCLI to make PHP_Code_Sniffer analysis and so on application and library/My_Lib. And now I need setup PHP_CodeBrowser to browse applivation and…
Vebloud
  • 95
  • 1
  • 8
0
votes
1 answer

Online code viewer for a whole directory

I have a C++ project that I place, using a cron task, in a given directory under the web root. How can I add a web interface so that when users click something like "Browse source code" have a nice interface rather than seeing the standard directory…
Antonello
  • 3,974
  • 2
  • 20
  • 44
0
votes
1 answer

PHP-CodeBrowser not following path in checkstyle.xml correctly

I've set up phpUnderControl and it's all working very well, except that for a few projects that I have aren't getting any output in the PHP-CodeBrowser tab. If I run the command manually I get: phpcb --log projects/devvo/build/logs --source…
0
votes
3 answers

Incorrect integer value: 'DEFAULT' for column 'student_id' at row 1

I'm receiving the following error code when trying to "Add a New Student" to MySQL database scheduler program: Invalid query: INSERT INTO student(student_id, name, password, number_paid_lessons, paid_from_date, paid_until_date) VALUES('DEFAULT',…
wmc531
  • 11
-1
votes
2 answers

How to multilevel base64 decoder and show proper php code

How to multilevel base64 decoder and show proper php code.... i.e..... base64_decode( base64_decode( …