This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 159889 - Commit validation is constantly failing in XSL tests
Summary: Commit validation is constantly failing in XSL tests
Status: CLOSED WONTFIX
Alias: None
Product: ide
Classification: Unclassified
Component: Commit Validation (show other bugs)
Version: 6.x
Hardware: Other All
: P2 blocker (vote)
Assignee: Ivan Sidorkin
URL:
Keywords:
Depends on:
Blocks: 160008
  Show dependency tree
 
Reported: 2009-03-09 07:14 UTC by Jaroslav Tulach
Modified: 2011-06-10 08:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Failure results (1.15 MB, application/x-compressed)
2009-03-09 07:16 UTC, Jaroslav Tulach
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2009-03-09 07:14:36 UTC
On Linux, running in Xvnc the commit validation is failing on following revision:

changeset:   119373:915410575f6a
tag:         tip
parent:      119357:3b52ecf5e731
parent:      119372:e378e95111ba
user:        ffjre@netbeans.org
date:        Sun Mar 08 23:52:46 2009 +0300
summary:     Automated merge with http://hg.netbeans.org/ergonomics
Comment 1 Jaroslav Tulach 2009-03-09 07:16:00 UTC
Created attachment 77892 [details]
Failure results
Comment 2 Jaroslav Tulach 2009-03-09 07:17:17 UTC
This is the way I start Xvnc. I just run "xant commit-validation" in root on NetBeans sources:

~$ cat /home/jarda/bin/xant
#!/bin/sh

killall Xvnc
Xvnc -ac -localhost :12 -geometry 1024x768&
PID=$$

(export DISPLAY=localhost:12; ant "$@")

kill $PID
Comment 3 Marian Mirilovic 2011-06-10 08:56:37 UTC
too old - starting with clean table
Comment 4 Marian Mirilovic 2011-06-10 08:58:26 UTC
v/c