Tiger66639 / xinc

Automatically exported from code.google.com/p/xinc
0 stars 0 forks source link

misspelled svn attribute will not detect #208

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a project config file with entry <svn dir="/path..." />
2. start the Daemon with init.d script
3.

What is the expected output? What do you see instead?
Expected: An Error message with invalid property
What happens: the Startscript print Starting Xinc - Continuous Integration
for PHP" and nothing more. In Logfile is no error message anymore. 

What version of the product are you using? On what operating system?
2.0.1.1

Please provide any additional information below.
I got the Error when I execute xinc manually from commandLine:

Fatal error: Call to undefined method
Xinc_Plugin_Repos_ModificationSet_Svn_Task::setDir() in
/usr/share/php/Xinc/Engine/Sunrise/Parser.php on line 173

Now I know thats a Invalid Attribute. 

Original issue reported on code.google.com by junkfood...@googlemail.com on 7 Jan 2010 at 12:11

GoogleCodeExporter commented 8 years ago
You should see this error on the website part, in the given project and not 
from the deamon.

Original comment by opitz.al...@googlemail.com on 20 Aug 2011 at 10:40