You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Henry Zongaro <zo...@ca.ibm.com> on 2003/09/13 13:22:00 UTC

Creating patches (was DO NOT REPLY [Bug 23151] - additional patch related to bug 22115)

Hello,

     Thanks for taking the trouble to contribute your patches!

     See [1] for some information on the preferred format for patches. 
Because the cvs command operates recursively, you can specify higher-level 
directories on "cvs diff -u" - even the entire xml-xalan module - to 
create a single patch file that contains all the changes to all the files 
you modified.  For instance:

 cvs diff -u xml-xalan/java/src/org/apache/xalan/xsltc >patch.txt

     Patch files are a usually bit easier for people to integrate into 
their own working directory if there have been other subsequent changes to 
the version of the file(s) in the CVS repository.  There's often a lag 
between the time a patch is posted and the time a committer is actually 
able to apply it.

Thanks,

Henry
[1] http://xml.apache.org/source.html#Patches
------------------------------------------------------------------
Henry Zongaro      Xalan development
IBM SWS Toronto Lab   T/L 969-6044;  Phone +1 905 413-6044
mailto:zongaro@ca.ibm.com
----- Forwarded by Henry Zongaro/Toronto/IBM on 2003-09-13 07:05 AM -----


bugzilla@apache.org
2003-09-13 03:28 AM
Please respond to xalan-dev

 
        To:     xalan-dev@xml.apache.org
        cc: 
        Subject:        DO NOT REPLY [Bug 23151]  -     additional patch related to bug 22115

 

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23151>.
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=23151

additional patch related to bug 22115





------- Additional Comments From treepom@xnet.ro  2003-09-13 07:28 -------
The reason of these patch files is explained in bug 22115. 
The changes made by me are marked with "tmo".

Maybe the bcel code is not the best one (it was important for me to find 
and fix
the problem) but this code is working on my system without any problems.

Please examine the code and if you think that is necessary include it in
xalan.xsltc.