http://defect.opensolaris.org/bz/show_bug.cgi?id=19223
Knut Anders Hatlen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Knut Anders Hatlen <[email protected]> 2012-07-05 17:00:15 UTC --- (In reply to comment #0) > However, the main.c file of the Razor repository is present outside of > 'testdata' directory (in > ext/SampleRazorRepository/UserSandbox/SimpleCProgram/) > which is to my understanding used for the test. build.xml has a target that copies the files from ext/SampleRazorRepository/... into testdata/repositories/razor/ so it should end up in repositories.zip. Maybe you could find the repositories.zip file produced by the failing Jenkins job and see which main.c file is missing from it. Here are the ones I see in my environment: % unzip -l build/test/classes/org/opensolaris/opengrok/history/repositories.zip | grep '/main.c$' 266 2011-11-16 23:27 bazaar/main.c 270 2011-11-16 23:27 cvs/cvsrepo/main.c 266 2011-11-16 23:27 git/main.c 266 2011-11-16 23:27 mercurial/main.c 758 2012-07-05 14:22 razor/Razor-Simple/SimpleCProgram/.razor/History/SimpleCProgram/main.c 327 2012-07-05 14:22 razor/Razor-Simple/SimpleCProgram/.razor/Info/SimpleCProgram/main.c 266 2012-07-05 14:22 razor/Razor-Simple/SimpleCProgram/main.c 266 2011-11-16 23:27 rcs/main.c 730 2012-07-05 14:22 svn/c/main.c 266 2011-11-16 23:27 teamware/main.c -- Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ opengrok-dev mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opengrok-dev
