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 98881

Summary: Add targets to support REST apt invocation and test client invocation
Product: javaee Reporter: Nam Nguyen <nnguyen>
Component: Web ProjectAssignee: Nam Nguyen <nnguyen>
Status: RESOLVED FIXED    
Severity: blocker CC: pjiricka, ppisl, rnajman
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 98879    
Attachments: REST support change

Description Nam Nguyen 2007-03-24 15:34:21 UTC
Following new targets are added to build-impl.xml.  There is no change to
existing target

(1) target '-init-rest': added to dependency list of -do-init.  This will define
task 'apt' has both jaxws-tools.jar and JDK tools.jar classpath.

(2) target '-rest-precompile': condition with 'if="do.rest"', added to
dependency list of '-do-compile'.  This will invoke apt.

(3) target 'test-restbeans' will inject client.url value to test script and
invoke browser to show the test.
Comment 1 Nam Nguyen 2007-03-24 16:01:40 UTC
Created attachment 39913 [details]
REST support change
Comment 2 Nam Nguyen 2007-06-19 00:46:40 UTC
Mark as fixed.