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 - compilation erros when are run tests
Summary: compilation erros when are run tests
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2005-04-14 09:14 UTC by pzajac
Modified: 2006-03-24 12:50 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
xtest's log (42.65 KB, text/plain)
2005-04-14 09:15 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
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