|
Quick Lists
|
|
Bug ID:
|
6652588
|
|
Votes
|
0
|
|
Synopsis
|
Fix broken JPRT makefile target, no bundle saved
|
|
Category
|
java:build
|
|
Reported Against
|
|
|
Release Fixed
|
6-open(b04),
7(b25) (Bug ID:2158220)
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
3-Medium
|
|
Related Bugs
|
|
|
Submit Date
|
18-JAN-2008
|
|
Description
|
The rule:
jprt_build_product jprt_build_debug jprt_build_fastdebug: all
Needs to be something like:
jprt_build_product jprt_build_debug jprt_build_fastdebug: all
( $(CD) $(OUTPUTDIR) && \
$(ZIP) -q -r $(JPRT_ARCHIVE_BUNDLE) build dist )
Posted Date : 2008-01-18 21:47:36.0
This applies to the jaxp and jaxws areas in 6-open and 7.
Posted Date : 2008-01-18 22:03:17.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
The jprt build rule was not saving anything in the jprt bundle, just building.
+ JPRT_ARCHIVE_BUNDLE=$(OUTPUTDIR)/jprt.zip
jprt_build_product jprt_build_debug jprt_build_fastdebug: all
+ $(RM) $(JPRT_ARCHIVE_BUNDLE)
+ ( cd $(OUTPUTDIR)/dist && \
+ zip -q -r $(JPRT_ARCHIVE_BUNDLE) . )
Posted Date : 2008-01-18 22:02:56.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |