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 57869

Summary: compilation erros when are run tests
Product: serverplugins Reporter: pzajac <pzajac>
Component: InfrastructureAssignee: Sherold Dev <sherold>
Status: CLOSED FIXED    
Severity: blocker CC: ehucka
Priority: P3 Keywords: TEST
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: xtest's log

Description pzajac 2005-04-14 09:14:08 UTC
The errors during compilation of tests occured on test4u. I am not sure if it is
problem of test4u infrastructure. See to the attachments for details.
Comment 1 pzajac 2005-04-14 09:15:13 UTC
Created attachment 21633 [details]
xtest's log
Comment 2 Sherold Dev 2005-04-14 12:26:26 UTC
I can't reproduce it. When looking in the log it seems like the
netbeans/enterprise1/modules/autoload/ext/jsr88javax.jar is missing. Can you
please check it out?
Comment 3 Sherold Dev 2005-04-15 17:55:47 UTC
Marking as INCOMPLETE.
Comment 4 pzajac 2005-04-19 12:48:48 UTC
I looked into ant's scripts for j2eeserver tests. I found a mistake. The
compilation and running  of tests must not depent on ../nbbuild/netbeans/
folder.   It should depend on "netbeans.dest.dir.variable". The variable specify
the location of netbeans build. 
Comment 5 Sherold Dev 2005-04-19 14:36:07 UTC
Thanks for your analysis.

F.

Checking in build-unit.xml;
/cvs/j2eeserver/test/build-unit.xml,v  <--  build-unit.xml
new revision: 1.8; previous revision: 1.7
done
Comment 6 pzajac 2005-05-02 10:52:10 UTC
v