DO NOT REPLY [Bug 3007] - broken basic-link when referencing a following page

2002-05-06 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3007

broken basic-link when referencing a following page

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2002-05-06 16:13 ---
The test case works in 0.20.3.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




DO NOT REPLY [Bug 3007] - broken basic-link when referencing a following page

2002-04-22 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3007

broken basic-link when referencing a following page

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]



--- Additional Comments From [EMAIL PROTECTED]  2002-04-22 11:51 ---
*** Bug 7005 has been marked as a duplicate of this bug. ***

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




DO NOT REPLY [Bug 3007] - broken basic-link when referencing a following page

2002-04-22 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3007

broken basic-link when referencing a following page

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]



--- Additional Comments From [EMAIL PROTECTED]  2002-04-22 11:17 ---
*** Bug 5718 has been marked as a duplicate of this bug. ***

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




DO NOT REPLY [Bug 3007] - broken basic-link when referencing a following page

2002-04-22 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3007

broken basic-link when referencing a following page

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]
   ||aachen.de



--- Additional Comments From [EMAIL PROTECTED]  2002-04-22 10:50 ---
*** Bug 3379 has been marked as a duplicate of this bug. ***

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




DO NOT REPLY [Bug 3007] - broken basic-link when referencing a following page

2002-04-22 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3007

broken basic-link when referencing a following page

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]
   ||rostock.de



--- Additional Comments From [EMAIL PROTECTED]  2002-04-22 10:49 ---
*** Bug 3354 has been marked as a duplicate of this bug. ***

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




DO NOT REPLY [Bug 3007] - broken basic-link when referencing a following page

2002-02-25 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3007

broken basic-link when referencing a following page





--- Additional Comments From [EMAIL PROTECTED]  2002-02-25 14:01 ---
The same patch should also be applied in org/apache/fop/fo/flow/Block.java:

if (area.getIDReferences() != null)
{
// area.getIDReferences().createID(id);
area.getIDReferences().createUnvalidatedID(id);
area.getIDReferences().addToIdValidationList(id);
}

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: [DO NOT REPLY: Bug 3007] broken basic-link when referencing a following page

2001-09-07 Thread Enrico Schnepel

It is commited into the current CVS-tree but not in the recent release 0.20.1.

Enrico

> 01:50 --- + Am also experiencing similar difficulties.
> + I see there is a work around supplied but not added to the product. When
> is it + likely that the fix will be applied to the core product?
> Unfortunately I am not + competent enough in OpenSource development
> projects to achieve this myself yet, + otherwise obviously I would do so.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




[DO NOT REPLY: Bug 3007] broken basic-link when referencing a following page

2001-09-05 Thread bugzilla

PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3007

*** shadow/3007 Wed Aug  8 14:37:01 2001
--- shadow/3007.tmp.3563Wed Sep  5 01:50:08 2001
***
*** 9,14 
--- 9,15 
  ++
  |  Assigned To: [EMAIL PROTECTED]   |
  |  Reported By: [EMAIL PROTECTED]   |
+ |  CC list: Cc: [EMAIL PROTECTED],[EMAIL PROTECTED]   |
  ++
  |  URL:  |
  ++
***
*** 163,165 
--- 164,178 
  than unvalidatedId (the similarity with idValidation may cause confusion).  I 
  couldn't come up with anything better in the 5 minutes I spent thinking about it 
  :>
+ 
+ 
+ --- Additional Comments From [EMAIL PROTECTED]  2001-09-05 01:50 ---
+ Am also experiencing similar difficulties.
+ I see there is a work around supplied but not added to the product. When is it 
+ likely that the fix will be applied to the core product? Unfortunately I am not 
+ competent enough in OpenSource development projects to achieve this myself yet, 
+ otherwise obviously I would do so.
+ 
+ Thanks
+ 
+ Luke

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: [Bug 3007] - broken basic-link when referencing a following page

2001-08-10 Thread Enrico Schnepel

Hi,

thank you for resolving the problem. Your files are working fine. I am
running into another problem now but I am still trying to locate and separate it.

Regards

Enrico

-- 
Aufgepasst - jetzt viele 1&1 New WebHosting Pakete ohne
Einrichtungsgebuehr + 1 Monat Grundgebuehrbefreiung!
http://puretec.de/index.html?ac=OM.PU.PU003K00736T0492a


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




[Bug 3007] - broken basic-link when referencing a following page

2001-08-08 Thread bugzilla

PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3007

*** shadow/3007 Wed Aug  8 14:35:21 2001
--- shadow/3007.tmp.9428Wed Aug  8 14:37:01 2001
***
*** 9,15 
  ++
  |  Assigned To: [EMAIL PROTECTED]   |
  |  Reported By: [EMAIL PROTECTED]   |
- |  CC list: Cc:  |
  ++
  |  URL:  |
  ++
--- 9,14 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




[Bug 3007] - broken basic-link when referencing a following page

2001-08-08 Thread bugzilla

PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3007

*** shadow/3007 Wed Aug  8 14:33:35 2001
--- shadow/3007.tmp.9409Wed Aug  8 14:35:21 2001
***
*** 131,133 
--- 131,166 
  --- Additional Comments From [EMAIL PROTECTED]  2001-08-08 14:33 ---
  Created an attachment (id=401)
  Modified PDFDocmument.java
+ 
+ 
+ --- Additional Comments From [EMAIL PROTECTED]  2001-08-08 14:35 ---
+ I ran into the same problem and did some digging.  I believe I've located the 
+ problem.  The problem is that the PDFDocument class sometimes creates an IDNode 
+ for an ID before the IDReferences.createID gets called.  When createID gets 
+ called a bit later, it sees that the ID already exists and things it's a 
+ duplicate.
+ 
+ I made the following modifications to IDReferences, and that seemed to clear up 
+ the problem:
+ 
+ 1. Created a new attribute 'unvalidatedIds' to track IDs that have been created, 
+ but not validated.
+ 
+ 2. Created methods to add to, remove from and search for an ID in the 
+ unvalidatedIds list.  Modified constructor to initialize the list.
+ 
+ 3. Modified createID to check if the Id is in the unvalidatedIds.  If so, it 
+ removes it from the list (as well as from the idValidation list).  It does NOT 
+ raise a dup error :>
+ 
+ 4. Added a CreateUnvalidatedID(ID as String) method that calls createNewId, AND 
+ adds the new id to the unvalidateIds list.
+ 
+ 5. Modified PDFDocument.getGoToReference to call CreateUnvalidatedID instead of 
+ createNewId
+ 
+ I've attached the modified java files.  (Hope it's ok this way.  Didn't have 
+ time to pursue installing/using CVS)  You may wish to consider a different name 
+ than unvalidatedId (the similarity with idValidation may cause confusion).  I 
+ couldn't come up with anything better in the 5 minutes I spent thinking about it 
+ :>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




[Bug 3007] - broken basic-link when referencing a following page

2001-08-08 Thread bugzilla

PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3007

*** shadow/3007 Wed Aug  8 14:32:24 2001
--- shadow/3007.tmp.9391Wed Aug  8 14:33:35 2001
***
*** 126,128 
--- 126,133 
  --- Additional Comments From [EMAIL PROTECTED]  2001-08-08 14:32 ---
  Created an attachment (id=400)
  Modified IDReferences.java
+ 
+ 
+ --- Additional Comments From [EMAIL PROTECTED]  2001-08-08 14:33 ---
+ Created an attachment (id=401)
+ Modified PDFDocmument.java

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




[Bug 3007] - broken basic-link when referencing a following page

2001-08-08 Thread bugzilla

PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3007

*** shadow/3007 Mon Aug  6 13:28:29 2001
--- shadow/3007.tmp.9379Wed Aug  8 14:32:24 2001
***
*** 122,124 
--- 122,128 
  
  
  -- snip --
+ 
+ --- Additional Comments From [EMAIL PROTECTED]  2001-08-08 14:32 ---
+ Created an attachment (id=400)
+ Modified IDReferences.java

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]