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 55326

Summary: Unable to compile j2ee/ddloaders in 4.1 beta daily build
Product: javaee Reporter: rbalada <rbalada>
Component: EJBAssignee: Pavel Fiala <pfiala>
Status: CLOSED FIXED    
Severity: blocker CC: jchalupa, lhasik, mbalin, nbbuild-issues, pjiricka
Priority: P1    
Version: 4.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description rbalada 2005-02-21 22:32:28 UTC
See daily build log at
<http://www.netbeans.org/download/netbeans-4_1-pre-beta-log-200502212100-ant_build_ide-21_Feb_2005_2100.txt>

Please move Golem to responsible engineer.
Comment 1 Milan Kuchtiak 2005-02-22 08:02:58 UTC
It should e OK now.
One file was missing in xml/multiview module (Beta branch):
org/netbeans/modules/xml/multiview/ItemCheckBoxHelper.java
Comment 2 Lukas Hasik 2005-02-22 09:10:11 UTC
why do we have commitValidation? Shouldn't it be run before 'every'
commit?
Comment 3 Pavel Fiala 2005-02-22 09:49:49 UTC
Nice idea but not useful in this case. I committed modified files but
unfortunately I didn't add a new file. Commit validation is not able
to detect such mistake.
Comment 4 Martin Grebac 2005-02-22 11:35:40 UTC
'cvs -q update -dP' in module dir or better on all checked out sources
is able to detect such mistakes

or in netbeans, find... ![up-to-date] files
Comment 5 Petr Blaha 2005-03-31 16:33:00 UTC
[Build 20050330]