Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4521761
Votes 0
Synopsis Create option -noxrefpagenumber for removing subscript page numbers
Category customdoclets:mifdoclet
Reported Against 1.2beta1
Release Fixed 1.2beta2
State 10-Fix Delivered, bug
Priority: 2-High
Related Bugs
Submit Date 01-NOV-2001
Description
Create a command line option such as -noxrefpagenumber
that would turn off the generation of the subscripted page number.
This would be instead of the current procedure of creating a
new cross-reference format called "No Subscript Page".

Needed by Jim Holliday for JavaCard.
 
======================================================================
Work Around





======================================================================
Evaluation
Jim currently uses this option:

  -stylemapfile mystylemapfile.properties

The only reason he does this is to make this change:
original:
   PageXRef              "Subscript Page Only"   
change:
   PageXRef              "No Subscript Page"  

If this change can be done with a command line option, then -stylemapfile
can be omitted, simplifying the procedure for omitting subscripted page numbers.

  xxxxx@xxxxx   2002-02-02

Fixed.  See webrev:
http://irishmusic.eng/mifdoclet/ws-dkramer/webrev-2002feb13/

Modified files:
  MIFConfiguration.java
  MIFObject.java
  mif.properties
  stylemap.properties

I also renamed "PageXRef" to "PageNumberXRef":
   PageNumberXRef        "Subscript Page Only"   
This needs to be noted by users who do not grab the new
stylemap.properties file, so they can add the above line.

  xxxxx@xxxxx   2002-02-13
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang