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 115454 - Tests building error webscwc/ddapi
Summary: Tests building error webscwc/ddapi
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords: TEST
Depends on:
Blocks: 103552
  Show dependency tree
 
Reported: 2007-09-13 14:13 UTC by pzajac
Modified: 2008-01-31 13:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2007-09-13 14:13:55 UTC
do-test-build:
    [mkdir] Created dir: /home/pzajac/cvss/nbcvs/websvc/websvcddapi/build/test/unit/classes
    [javac] Compiling 3 source files to /home/pzajac/cvss/nbcvs/websvc/websvcddapi/build/test/unit/classes
    [javac]
/home/pzajac/cvss/nbcvs/websvc/websvcddapi/test/unit/src/org/netbeans/modules/j2ee/dd/impl/webservices/annotation/WebServicesTestCase.java:48:
package javax.ejb does not
 exist
    [javac]         URL root1 =
FileUtil.getArchiveRoot(javax.ejb.Stateless.class.getProtectionDomain().getCodeSource().getLocation());
    [javac]                                                      ^
    [javac]
/home/pzajac/cvss/nbcvs/websvc/websvcddapi/test/unit/src/org/netbeans/modules/j2ee/dd/impl/webservices/annotation/WebServicesTestCase.java:49:
package javax.jws does not
 exist
    [javac]         URL root2 =
FileUtil.getArchiveRoot(javax.jws.WebService.class.getProtectionDomain().getCodeSource().getLocation());
    [javac]                                                      ^
    [javac] 2 errors
[subant-junit] Failed to build /home/pzajac/cvss/nbcvs/websvc/websvcddapi:
/home/pzajac/cvss/nbcvs/nbbuild/templates/common.xml:390: Compile failed; see the compiler error output fo
r details.
[subant-junit] Entering: /home/pzajac/cvss/nbcvs/websvc/jaxws21/jaxws21api

init-tasks:
Comment 2 Jaroslav Pospisil 2008-01-31 13:37:20 UTC
v.