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 - Add targets to support REST apt invocation and test client invocation
Summary: Add targets to support REST apt invocation and test client invocation
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Nam Nguyen
URL:
Keywords:
Depends on:
Blocks: 98879
  Show dependency tree
 
Reported: 2007-03-24 15:34 UTC by Nam Nguyen
Modified: 2007-06-19 00:46 UTC (History)
3 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
REST support change (4.67 KB, patch)
2007-03-24 16:01 UTC, Nam Nguyen
Details | Diff

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