[jira] [Created] (XALANJ-2618) Error in org/apache/xml/serializer/Encodings.properties

2018-09-24 Thread Simon Schaarschmidt (JIRA)
Simon Schaarschmidt created XALANJ-2618: --- Summary: Error in org/apache/xml/serializer/Encodings.properties Key: XALANJ-2618 URL: https://issues.apache.org/jira/browse/XALANJ-2618 Project

[jira] [Updated] (XALANJ-2618) Error in org/apache/xml/serializer/Encodings.properties

2018-09-24 Thread Simon Schaarschmidt (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Schaarschmidt updated XALANJ-2618: Description: # We transform and serialize using encoding ISO-8859-1. With JDK 1.8

[jira] [Updated] (XALANJ-2618) Error in org/apache/xml/serializer/Encodings.properties

2018-09-24 Thread Simon Schaarschmidt (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Schaarschmidt updated XALANJ-2618: Description: We transform and serialize using encoding ISO-8859-1. With JDK 1.8

[jira] [Created] (XALANJ-2619) XalanJ does not support UTF-16LE

2019-01-15 Thread Michael Holtermann (JIRA)
Michael Holtermann created XALANJ-2619: -- Summary: XalanJ does not support UTF-16LE Key: XALANJ-2619 URL: https://issues.apache.org/jira/browse/XALANJ-2619 Project: XalanJ2 Issue Type

[jira] [Commented] (XALANJ-2374) MethodResolver not handling CharSequence class conversion

2018-12-14 Thread Heiko Selber (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16721364#comment-16721364 ] Heiko Selber commented on XALANJ-2374: -- This is the patch that we applied in a local version

[jira] [Updated] (XALANC-783) Allow builds for Hurd architecture

2018-12-05 Thread Bill Blough (JIRA)
[ https://issues.apache.org/jira/browse/XALANC-783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Blough updated XALANC-783: --- Attachment: hurd_fixes.diff > Allow builds for Hurd architect

[jira] [Created] (XALANC-783) Allow builds for Hurd architecture

2018-12-05 Thread Bill Blough (JIRA)
Bill Blough created XALANC-783: -- Summary: Allow builds for Hurd architecture Key: XALANC-783 URL: https://issues.apache.org/jira/browse/XALANC-783 Project: XalanC Issue Type: Improvement

[jira] [Created] (XALANC-784) XalanC dll is missing with file version information

2019-01-11 Thread L Vinay Kumar (JIRA)
L Vinay Kumar created XALANC-784: Summary: XalanC dll is missing with file version information Key: XALANC-784 URL: https://issues.apache.org/jira/browse/XALANC-784 Project: XalanC Issue

[jira] [Updated] (XALANC-784) XalanMessages_1_11.dll is missing with file version information

2019-01-11 Thread L Vinay Kumar (JIRA)
[ https://issues.apache.org/jira/browse/XALANC-784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] L Vinay Kumar updated XALANC-784: - Summary: XalanMessages_1_11.dll is missing with file version information (was: XalanC dll

[jira] [Commented] (XALANJ-2617) Serializer produces separately escaped surrogate pair instead of codepoint

2018-09-12 Thread Daniel Kec (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16612703#comment-16612703 ] Daniel Kec commented on XALANJ-2617: Great thx, i have been afraid it might break something without

[jira] [Updated] (XALANJ-2617) Serializer produces separately escaped surrogate pair instead of codepoint

2018-09-12 Thread Peter De Maeyer (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated XALANJ-2617: Attachment: XALANJ-2617_Fix_missing_surrogate_pairs_support_new.patch > Seriali

[jira] [Comment Edited] (XALANJ-2617) Serializer produces separately escaped surrogate pair instead of codepoint

2018-09-12 Thread Peter De Maeyer (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16612680#comment-16612680 ] Peter De Maeyer edited comment on XALANJ-2617 at 9/12/18 8:18 PM

[jira] [Commented] (XALANJ-2617) Serializer produces separately escaped surrogate pair instead of codepoint

2018-09-12 Thread Peter De Maeyer (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16612680#comment-16612680 ] Peter De Maeyer commented on XALANJ-2617: - It can be proven with a unit test that Daniel's fix

[jira] [Comment Edited] (XALANJ-2617) Serializer produces separately escaped surrogate pair instead of codepoint

2018-09-13 Thread Peter De Maeyer (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16597890#comment-16597890 ] Peter De Maeyer edited comment on XALANJ-2617 at 9/13/18 6:46 AM

[jira] [Commented] (XALANJ-2617) Serializer produces separately escaped surrogate pair instead of codepoint

2018-09-14 Thread Peter De Maeyer (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16615312#comment-16615312 ] Peter De Maeyer commented on XALANJ-2617: - Pull request created. Unfortunately, it only contains

[jira] [Comment Edited] (XALANJ-2617) Serializer produces separately escaped surrogate pair instead of codepoint

2018-09-14 Thread Peter De Maeyer (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16615312#comment-16615312 ] Peter De Maeyer edited comment on XALANJ-2617 at 9/14/18 7:58 PM: -- Pull

[jira] [Updated] (XALANJ-2617) Serializer produces separately escaped surrogate pair instead of codepoint

2018-09-14 Thread Peter De Maeyer (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated XALANJ-2617: Attachment: (was: XALANJ-2617_Fix_missing_surrogate_pairs_support_new.patch

[jira] [Comment Edited] (XALANJ-2617) Serializer produces separately escaped surrogate pair instead of codepoint

2018-09-14 Thread Peter De Maeyer (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16615312#comment-16615312 ] Peter De Maeyer edited comment on XALANJ-2617 at 9/14/18 8:00 PM: -- Pull

[jira] [Updated] (XALANJ-2617) Serializer produces separately escaped surrogate pair instead of codepoint

2018-09-14 Thread Peter De Maeyer (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter De Maeyer updated XALANJ-2617: Attachment: XALANJ-2617_java.patch XALANJ-2617_test.patch > Seriali

[jira] [Comment Edited] (XALANJ-2617) Serializer produces separately escaped surrogate pair instead of codepoint

2018-09-14 Thread Peter De Maeyer (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16612680#comment-16612680 ] Peter De Maeyer edited comment on XALANJ-2617 at 9/14/18 7:08 PM

[jira] [Commented] (XALANJ-2617) Serializer produces separately escaped surrogate pair instead of codepoint

2018-09-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16615284#comment-16615284 ] ASF GitHub Bot commented on XALANJ-2617: GitHub user peterdemaeyer opened a pull request

[jira] [Updated] (XALANJ-2621) upgrade Xalan-J to Xerces-J 2.12.0

2019-03-25 Thread Mukul Gandhi (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mukul Gandhi updated XALANJ-2621: - Description: I think it'll be useful if Xalan-J's next version uses Xerces-J 2.12.0 (the latest

[jira] [Resolved] (XALANJ-2621) upgrade Xalan-J to Xerces-J 2.12.0

2019-03-25 Thread Mukul Gandhi (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mukul Gandhi resolved XALANJ-2621. -- Resolution: Fixed The changes have been committed to SVN for this improvement. > upgr

[jira] [Commented] (XALANJ-2617) Serializer produces separately escaped surrogate pair instead of codepoint

2019-03-28 Thread Mukul Gandhi (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16804568#comment-16804568 ] Mukul Gandhi commented on XALANJ-2617: -- I can see that, somewhere in this jira thread its mentioned

[jira] [Created] (XALANJ-2623) dateTime() method does not return correct value in case of timezones having +30 minutes offset

2019-04-08 Thread Mohd Amir (JIRA)
Mohd Amir created XALANJ-2623: - Summary: dateTime() method does not return correct value in case of timezones having +30 minutes offset Key: XALANJ-2623 URL: https://issues.apache.org/jira/browse/XALANJ-2623

[jira] [Commented] (XALANJ-2419) Astral characters written as a pair of NCRs with the surrogate scalar values when using UTF-8

2019-02-21 Thread Jason Harrop (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16774590#comment-16774590 ] Jason Harrop commented on XALANJ-2419: -- When I run the smoketest under Java 8, it works. When I

[jira] [Commented] (XALANJ-2419) Astral characters written as a pair of NCRs with the surrogate scalar values when using UTF-8

2019-02-21 Thread Jason Harrop (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16774677#comment-16774677 ] Jason Harrop commented on XALANJ-2419: -- It works under Java 11 if I change makeStream("ISO-8

[jira] [Commented] (XALANJ-2617) Serializer produces separately escaped surrogate pair instead of codepoint

2019-02-21 Thread Jason Harrop (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16774686#comment-16774686 ] Jason Harrop commented on XALANJ-2617: -- Compare https://issues.apache.org/jira/browse/XALANJ-2419

[jira] [Comment Edited] (XALANJ-2419) Astral characters written as a pair of NCRs with the surrogate scalar values when using UTF-8

2019-02-21 Thread Jason Harrop (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16774590#comment-16774590 ] Jason Harrop edited comment on XALANJ-2419 at 2/21/19 11:31 PM: When I

[jira] [Created] (XALANJ-2620) Using non XSLT elements produce no error

2019-02-17 Thread Mukul Gandhi (JIRA)
Mukul Gandhi created XALANJ-2620: Summary: Using non XSLT elements produce no error Key: XALANJ-2620 URL: https://issues.apache.org/jira/browse/XALANJ-2620 Project: XalanJ2 Issue Type

[jira] [Commented] (XALANJ-2623) dateTime() method does not return correct value in case of timezones having +30 minutes offset

2019-04-10 Thread Mukul Gandhi (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16815072#comment-16815072 ] Mukul Gandhi commented on XALANJ-2623: -- committed fix for this, on the branch xalan-j_2_7_1_maint

[jira] [Commented] (XALANJ-2623) dateTime() method does not return correct value in case of timezones having +30 minutes offset

2019-04-11 Thread Mukul Gandhi (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16815108#comment-16815108 ] Mukul Gandhi commented on XALANJ-2623: -- I believe, this fix would be available in 2.7.3 release

[jira] [Commented] (XALANJ-2623) dateTime() method does not return correct value in case of timezones having +30 minutes offset

2019-04-10 Thread Mohd Amir (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16815087#comment-16815087 ] Mohd Amir commented on XALANJ-2623: --- I tested this code. Seems to work.   Thanks. BTW, when

[jira] [Commented] (XALANC-781) Compilation fails with ICU

2019-05-26 Thread Roger Leigh (JIRA)
[ https://issues.apache.org/jira/browse/XALANC-781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16848515#comment-16848515 ] Roger Leigh commented on XALANC-781: I have fixed up all the ICU compile failures on the git master

[jira] [Assigned] (XALANJ-2584) EXSLT function Date:Date throws IndexOutOfBounds Exception on empty input

2019-05-30 Thread Mukul Gandhi (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mukul Gandhi reassigned XALANJ-2584: Assignee: Mukul Gandhi (was: Steven J. Hathaway) > EXSLT function Date:Date thr

[jira] [Resolved] (XALANJ-2584) EXSLT function Date:Date throws IndexOutOfBounds Exception on empty input

2019-05-30 Thread Mukul Gandhi (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mukul Gandhi resolved XALANJ-2584. -- Resolution: Fixed > EXSLT function Date:Date throws IndexOutOfBounds Exception on empty in

[jira] [Assigned] (XALANJ-2623) dateTime() method does not return correct value in case of timezones having +30 minutes offset

2019-05-30 Thread Mukul Gandhi (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mukul Gandhi reassigned XALANJ-2623: Assignee: Mukul Gandhi (was: Steven J. Hathaway) > dateTime() method does not ret

[jira] [Commented] (XALANJ-2584) EXSLT function Date:Date throws IndexOutOfBounds Exception on empty input

2019-05-29 Thread Mukul Gandhi (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16850715#comment-16850715 ] Mukul Gandhi commented on XALANJ-2584: -- committed fix for this, to the Xalan GitBox repos https

[jira] [Resolved] (XALANJ-2594) Incorrect exception being thrown

2019-05-31 Thread Mukul Gandhi (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mukul Gandhi resolved XALANJ-2594. -- Resolution: Not A Problem Assignee: Mukul Gandhi (was: Steven J. Hathaway) I don't

[jira] [Updated] (XALANJ-2584) EXSLT function Date:Date throws IndexOutOfBounds Exception on empty input

2019-06-01 Thread Mukul Gandhi (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mukul Gandhi updated XALANJ-2584: - Fix Version/s: 2.7.3 > EXSLT function Date:Date throws IndexOutOfBounds Exception on em

[jira] [Updated] (XALANJ-2623) dateTime() method does not return correct value in case of timezones having +30 minutes offset

2019-06-01 Thread Mukul Gandhi (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mukul Gandhi updated XALANJ-2623: - Affects Version/s: 2.7.2 Fix Version/s: 2.7.3 > dateTime() method does not ret

[jira] [Resolved] (XALANJ-2609) A xalan(2.7.2) XSL transformation problem

2019-06-01 Thread Mukul Gandhi (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mukul Gandhi resolved XALANJ-2609. -- Resolution: Cannot Reproduce As also written by Dave Brosius, the cited error trace by bug

[jira] [Created] (XALANJ-2624) Xalan-J test results

2019-05-06 Thread Mukul Gandhi (JIRA)
Mukul Gandhi created XALANJ-2624: Summary: Xalan-J test results Key: XALANJ-2624 URL: https://issues.apache.org/jira/browse/XALANJ-2624 Project: XalanJ2 Issue Type: Task Security Level

[jira] [Updated] (XALANJ-2624) Xalan-J test results

2019-05-06 Thread Mukul Gandhi (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mukul Gandhi updated XALANJ-2624: - Description: I'm sharing test results that i've produced (provided in the archive files

[jira] [Updated] (XALANJ-2624) Xalan-J test results

2019-05-06 Thread Mukul Gandhi (JIRA)
[ https://issues.apache.org/jira/browse/XALANJ-2624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mukul Gandhi updated XALANJ-2624: - Description: I'm sharing test results that i've produced (provided in the archive files

[jira] [Commented] (XALANC-775) Xalan is incompatible with C++17

2019-04-25 Thread Simon Pickup (JIRA)
[ https://issues.apache.org/jira/browse/XALANC-775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16826034#comment-16826034 ] Simon Pickup commented on XALANC-775: - Roger's link above is broken. Maybe [https://github.com

[jira] [Resolved] (XALANJ-2612) Not supported: http://xml.apache.org/xalan/features/source_location when using Xalan 2.7.1 interpretive

2019-09-02 Thread Mukul Gandhi (Jira)
[ https://issues.apache.org/jira/browse/XALANJ-2612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mukul Gandhi resolved XALANJ-2612. -- Assignee: Mukul Gandhi (was: Steven J. Hathaway) Resolution: Not A Problem The OP says

[jira] [Commented] (XALANJ-2607) Performance improvement for large documents using ID attributes

2019-09-13 Thread Mukul Gandhi (Jira)
[ https://issues.apache.org/jira/browse/XALANJ-2607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16929068#comment-16929068 ] Mukul Gandhi commented on XALANJ-2607: -- I've tried testing the provided patch. It doesn't solve

[jira] [Commented] (XALANJ-2607) Performance improvement for large documents using ID attributes

2019-09-14 Thread Gary Gregory (Jira)
[ https://issues.apache.org/jira/browse/XALANJ-2607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16929759#comment-16929759 ] Gary Gregory commented on XALANJ-2607: -- I think we should raise the platform requirements for Xalan

[jira] [Commented] (XALANJ-2607) Performance improvement for large documents using ID attributes

2019-09-14 Thread Mukul Gandhi (Jira)
[ https://issues.apache.org/jira/browse/XALANJ-2607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16929758#comment-16929758 ] Mukul Gandhi commented on XALANJ-2607: -- I've few more findings as below on the provided patch

[jira] [Resolved] (XALANJ-2576) sporadic NPE when using XALAN transformer

2019-09-16 Thread Mukul Gandhi (Jira)
[ https://issues.apache.org/jira/browse/XALANJ-2576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mukul Gandhi resolved XALANJ-2576. -- Assignee: Mukul Gandhi (was: Steven J. Hathaway) Resolution: Incomplete I'm resolving

[jira] [Resolved] (XALANJ-2611) serializer-2.7.2.jar look for xml-apis.jar

2019-09-12 Thread Mukul Gandhi (Jira)
[ https://issues.apache.org/jira/browse/XALANJ-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mukul Gandhi resolved XALANJ-2611. -- Assignee: Mukul Gandhi (was: Steven J. Hathaway) Resolution: Not A Problem I don't

[jira] [Created] (XALANC-785) XalanTransformer::Transform gives malloc error after building with libc++ on OSX 10.9

2019-09-19 Thread Pratik Singh Bisht (Jira)
Pratik Singh Bisht created XALANC-785: - Summary: XalanTransformer::Transform gives malloc error after building with libc++ on OSX 10.9 Key: XALANC-785 URL: https://issues.apache.org/jira/browse/XALANC-785

[jira] [Updated] (XALANC-786) Compilation error with C++20 standard: cause by deleted operator<< in std::basic_ostream

2020-02-17 Thread Laurent Stacul (Jira)
[ https://issues.apache.org/jira/browse/XALANC-786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laurent Stacul updated XALANC-786: -- Attachment: fix_cxx20_ostream_operator.patch > Compilation error with C++20 standard: ca

[jira] [Created] (XALANC-786) Compilation error with C++20 standard: cause by deleted operator<< in std::basic_ostream

2020-02-17 Thread Laurent Stacul (Jira)
Laurent Stacul created XALANC-786: - Summary: Compilation error with C++20 standard: cause by deleted operator<< in std::basic_ostream Key: XALANC-786 URL: https://issues.apache.org/jira/browse/XALA

[jira] [Created] (XALANJ-2626) Absolutizing Unix paths with multiple colons breaks them.

2020-01-02 Thread Karol Siczek (Jira)
Karol Siczek created XALANJ-2626: Summary: Absolutizing Unix paths with multiple colons breaks them. Key: XALANJ-2626 URL: https://issues.apache.org/jira/browse/XALANJ-2626 Project: XalanJ2

[jira] [Created] (XALANC-789) Check CMake build correctly versions libraries on all platforms

2020-04-11 Thread Roger Leigh (Jira)
Roger Leigh created XALANC-789: -- Summary: Check CMake build correctly versions libraries on all platforms Key: XALANC-789 URL: https://issues.apache.org/jira/browse/XALANC-789 Project: XalanC

[jira] [Created] (XALANC-790) Ensure CMake is using the library rc files for both libraries

2020-04-11 Thread Roger Leigh (Jira)
Roger Leigh created XALANC-790: -- Summary: Ensure CMake is using the library rc files for both libraries Key: XALANC-790 URL: https://issues.apache.org/jira/browse/XALANC-790 Project: XalanC

[jira] [Created] (XALANC-787) Drop MacOS and Windows project files

2020-04-11 Thread Roger Leigh (Jira)
Roger Leigh created XALANC-787: -- Summary: Drop MacOS and Windows project files Key: XALANC-787 URL: https://issues.apache.org/jira/browse/XALANC-787 Project: XalanC Issue Type: Bug

[jira] [Created] (XALANC-788) Drop Autoconf build

2020-04-11 Thread Roger Leigh (Jira)
Roger Leigh created XALANC-788: -- Summary: Drop Autoconf build Key: XALANC-788 URL: https://issues.apache.org/jira/browse/XALANC-788 Project: XalanC Issue Type: Bug Reporter: Roger

[jira] [Created] (XALANC-791) Add full CMake build instructions

2020-04-11 Thread Roger Leigh (Jira)
Roger Leigh created XALANC-791: -- Summary: Add full CMake build instructions Key: XALANC-791 URL: https://issues.apache.org/jira/browse/XALANC-791 Project: XalanC Issue Type: Bug

[jira] [Resolved] (XALANC-789) Check CMake build correctly versions libraries on all platforms

2020-04-11 Thread Roger Leigh (Jira)
[ https://issues.apache.org/jira/browse/XALANC-789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Leigh resolved XALANC-789. Resolution: Not A Problem Checked on Windows, MacOS X and Linux/FreeBSD.  The versioning

[jira] [Created] (XALANC-794) XalanTransform does not transform anything

2020-04-11 Thread Roger Leigh (Jira)
Roger Leigh created XALANC-794: -- Summary: XalanTransform does not transform anything Key: XALANC-794 URL: https://issues.apache.org/jira/browse/XALANC-794 Project: XalanC Issue Type: Bug

[jira] [Resolved] (XALANC-794) XalanTransform does not transform anything

2020-04-11 Thread Roger Leigh (Jira)
[ https://issues.apache.org/jira/browse/XALANC-794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Leigh resolved XALANC-794. Resolution: Fixed > XalanTransform does not transform anyth

[jira] [Created] (XALANC-795) CMake CTest should run all samples as well as unit tests

2020-04-11 Thread Roger Leigh (Jira)
Roger Leigh created XALANC-795: -- Summary: CMake CTest should run all samples as well as unit tests Key: XALANC-795 URL: https://issues.apache.org/jira/browse/XALANC-795 Project: XalanC Issue

[jira] [Resolved] (XALANC-793) CMake build should install pkg-config file

2020-04-11 Thread Roger Leigh (Jira)
[ https://issues.apache.org/jira/browse/XALANC-793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Leigh resolved XALANC-793. Resolution: Implemented Logic is implemented and functional. > CMake build should install

[jira] [Created] (XALANC-792) Replace StyleBook documentation with a supported equivalent

2020-04-11 Thread Roger Leigh (Jira)
Roger Leigh created XALANC-792: -- Summary: Replace StyleBook documentation with a supported equivalent Key: XALANC-792 URL: https://issues.apache.org/jira/browse/XALANC-792 Project: XalanC

[jira] [Assigned] (XALANC-793) CMake build should install pkg-config file

2020-04-11 Thread Roger Leigh (Jira)
[ https://issues.apache.org/jira/browse/XALANC-793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Leigh reassigned XALANC-793: -- Component/s: XalanC Fix Version/s: 1.12 Assignee: Roger Leigh (was: Gary D

[jira] [Created] (XALANC-793) CMake build should install pkg-config file

2020-04-11 Thread Roger Leigh (Jira)
Roger Leigh created XALANC-793: -- Summary: CMake build should install pkg-config file Key: XALANC-793 URL: https://issues.apache.org/jira/browse/XALANC-793 Project: XalanC Issue Type: Bug

[jira] [Resolved] (XALANC-787) Drop MacOS and Windows project files

2020-04-11 Thread Roger Leigh (Jira)
[ https://issues.apache.org/jira/browse/XALANC-787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Leigh resolved XALANC-787. Resolution: Fixed > Drop MacOS and Windows project fi

[jira] [Resolved] (XALANC-788) Drop Autoconf build

2020-04-11 Thread Roger Leigh (Jira)
[ https://issues.apache.org/jira/browse/XALANC-788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Leigh resolved XALANC-788. Resolution: Fixed > Drop Autoconf build > --- > > Key

[jira] [Commented] (XALANC-785) XalanTransformer::Transform gives malloc error after building with libc++ on OSX 10.9

2020-04-11 Thread Roger Leigh (Jira)
[ https://issues.apache.org/jira/browse/XALANC-785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17081541#comment-17081541 ] Roger Leigh commented on XALANC-785: Are you using 1.11 stock release, or patched? If you use

[jira] [Comment Edited] (XALANC-785) XalanTransformer::Transform gives malloc error after building with libc++ on OSX 10.9

2020-04-11 Thread Roger Leigh (Jira)
[ https://issues.apache.org/jira/browse/XALANC-785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17081541#comment-17081541 ] Roger Leigh edited comment on XALANC-785 at 4/11/20, 8:06 PM: -- Are you using

[jira] [Resolved] (XALANC-790) Ensure CMake is using the library rc files for both libraries

2020-04-11 Thread Roger Leigh (Jira)
[ https://issues.apache.org/jira/browse/XALANC-790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Leigh resolved XALANC-790. Resolution: Fixed > Ensure CMake is using the library rc files for both librar

[jira] [Commented] (XALANJ-2608) Java Heap Space Error from DTMDefaultBase

2020-03-24 Thread Mukul Gandhi (Jira)
[ https://issues.apache.org/jira/browse/XALANJ-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17066378#comment-17066378 ] Mukul Gandhi commented on XALANJ-2608: -- I'd prima facie assume that, you're facing this issue due

[jira] [Comment Edited] (XALANJ-2608) Java Heap Space Error from DTMDefaultBase

2020-03-24 Thread Mukul Gandhi (Jira)
[ https://issues.apache.org/jira/browse/XALANJ-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17066378#comment-17066378 ] Mukul Gandhi edited comment on XALANJ-2608 at 3/25/20, 4:46 AM: I'd

[jira] [Closed] (XALANC-798) Remove use of version.incl

2020-05-12 Thread Roger Leigh (Jira)
[ https://issues.apache.org/jira/browse/XALANC-798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Leigh closed XALANC-798. -- Resolution: Fixed > Remove use of version.incl > -- > >

[jira] [Updated] (XALANC-796) Autogenerate version information in Windows resource files

2020-05-12 Thread Roger Leigh (Jira)
[ https://issues.apache.org/jira/browse/XALANC-796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Leigh updated XALANC-796: --- Description: Autogenerate embedded version numbers. Since it can include headers, the information

[jira] [Closed] (XALANC-792) Replace StyleBook documentation with a supported equivalent

2020-05-12 Thread Roger Leigh (Jira)
[ https://issues.apache.org/jira/browse/XALANC-792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Leigh closed XALANC-792. -- Resolution: Fixed New documentation is live here: https://apache.github.io/xalan-c/ > Repl

[jira] [Closed] (XALANC-791) Add full CMake build instructions

2020-05-12 Thread Roger Leigh (Jira)
[ https://issues.apache.org/jira/browse/XALANC-791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Leigh closed XALANC-791. -- Resolution: Fixed New documentation includes CMake build instructions. > Add full CMake bu

[jira] [Updated] (XALANC-796) Autogenerate version information in Windows resource files

2020-05-12 Thread Roger Leigh (Jira)
[ https://issues.apache.org/jira/browse/XALANC-796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Leigh updated XALANC-796: --- Summary: Autogenerate version information in Windows resource files (was: Move Windows resources

[jira] [Commented] (XALANC-796) Autogenerate version information in Windows resource files

2020-05-13 Thread Roger Leigh (Jira)
[ https://issues.apache.org/jira/browse/XALANC-796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17106074#comment-17106074 ] Roger Leigh commented on XALANC-796: I ran into a bug with the cmake [resource compiler utility

[jira] [Updated] (XALANC-796) Autogenerate version information in Windows resource files

2020-05-13 Thread Roger Leigh (Jira)
[ https://issues.apache.org/jira/browse/XALANC-796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Leigh updated XALANC-796: --- Fix Version/s: (was: 1.12) 1.13 > Autogenerate version information in Wind

[jira] [Resolved] (XALANC-795) CMake CTest should run all samples as well as unit tests

2020-05-17 Thread Roger Leigh (Jira)
[ https://issues.apache.org/jira/browse/XALANC-795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Leigh resolved XALANC-795. Resolution: Fixed Followup actions: * generate output in build directory, not source directory

[jira] [Created] (XALANC-796) Move Windows resources to source directory and autogenerate

2020-05-10 Thread Roger Leigh (Jira)
Roger Leigh created XALANC-796: -- Summary: Move Windows resources to source directory and autogenerate Key: XALANC-796 URL: https://issues.apache.org/jira/browse/XALANC-796 Project: XalanC

[jira] [Created] (XALANC-797) Generate XalanVersion.hpp

2020-05-10 Thread Roger Leigh (Jira)
Roger Leigh created XALANC-797: -- Summary: Generate XalanVersion.hpp Key: XALANC-797 URL: https://issues.apache.org/jira/browse/XALANC-797 Project: XalanC Issue Type: Bug Components

[jira] [Created] (XALANC-798) Remove use of version.incl

2020-05-10 Thread Roger Leigh (Jira)
Roger Leigh created XALANC-798: -- Summary: Remove use of version.incl Key: XALANC-798 URL: https://issues.apache.org/jira/browse/XALANC-798 Project: XalanC Issue Type: Bug Components

[jira] [Closed] (XALANC-797) Generate XalanVersion.hpp

2020-05-10 Thread Roger Leigh (Jira)
[ https://issues.apache.org/jira/browse/XALANC-797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Leigh closed XALANC-797. -- Resolution: Fixed > Generate XalanVersion.hpp > - > >

[jira] [Commented] (XALANJ-2608) Java Heap Space Error from DTMDefaultBase

2020-03-23 Thread Sergey Ushakov (Jira)
[ https://issues.apache.org/jira/browse/XALANJ-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17064680#comment-17064680 ] Sergey Ushakov commented on XALANJ-2608: Hi [~rajeshvpatil] , and my first guess

[jira] [Commented] (XALANJ-2608) Java Heap Space Error from DTMDefaultBase

2020-03-23 Thread Rajesh Vansing Patil (Jira)
[ https://issues.apache.org/jira/browse/XALANJ-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17064601#comment-17064601 ] Rajesh Vansing Patil commented on XALANJ-2608: -- Hi The same error we get when we processed

[jira] [Updated] (XALANJ-2608) Java Heap Space Error from DTMDefaultBase

2020-03-23 Thread Rajesh Vansing Patil (Jira)
[ https://issues.apache.org/jira/browse/XALANJ-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Vansing Patil updated XALANJ-2608: - Attachment: IBXsltUtils.java > Java Heap Space Error from DTMDefaultB

[jira] [Commented] (XALANJ-2608) Java Heap Space Error from DTMDefaultBase

2020-03-23 Thread Rajesh Vansing Patil (Jira)
[ https://issues.apache.org/jira/browse/XALANJ-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17064776#comment-17064776 ] Rajesh Vansing Patil commented on XALANJ-2608: -- [^IBXsltUtils.java] > Java Heap Sp

[jira] [Commented] (XALANJ-2608) Java Heap Space Error from DTMDefaultBase

2020-03-23 Thread Rajesh Vansing Patil (Jira)
[ https://issues.apache.org/jira/browse/XALANJ-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17064778#comment-17064778 ] Rajesh Vansing Patil commented on XALANJ-2608: -- [^XSLTSample.java] > Java Heap Space Er

[jira] [Updated] (XALANJ-2608) Java Heap Space Error from DTMDefaultBase

2020-03-23 Thread Rajesh Vansing Patil (Jira)
[ https://issues.apache.org/jira/browse/XALANJ-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Vansing Patil updated XALANJ-2608: - Attachment: XSLTSample.java > Java Heap Space Error from DTMDefaultB

[jira] [Commented] (XALANJ-2608) Java Heap Space Error from DTMDefaultBase

2020-03-23 Thread Rajesh Vansing Patil (Jira)
[ https://issues.apache.org/jira/browse/XALANJ-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17064774#comment-17064774 ] Rajesh Vansing Patil commented on XALANJ-2608: -- [^20200219_131219.xml] > Java Heap Sp

[jira] [Updated] (XALANJ-2608) Java Heap Space Error from DTMDefaultBase

2020-03-23 Thread Rajesh Vansing Patil (Jira)
[ https://issues.apache.org/jira/browse/XALANJ-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajesh Vansing Patil updated XALANJ-2608: - Attachment: PIM_export.xslt > Java Heap Space Error from DTMDefaultB

[jira] [Commented] (XALANJ-2608) Java Heap Space Error from DTMDefaultBase

2020-03-23 Thread Rajesh Vansing Patil (Jira)
[ https://issues.apache.org/jira/browse/XALANJ-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17064773#comment-17064773 ] Rajesh Vansing Patil commented on XALANJ-2608: -- [^PIM_export.xslt] > Java Heap Space Er

[jira] [Commented] (XALANJ-2608) Java Heap Space Error from DTMDefaultBase

2020-03-23 Thread Rajesh Vansing Patil (Jira)
[ https://issues.apache.org/jira/browse/XALANJ-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17064780#comment-17064780 ] Rajesh Vansing Patil commented on XALANJ-2608: -- Hi Sergey  I have attached relevant XSLT

[jira] [Commented] (XALANJ-2608) Java Heap Space Error from DTMDefaultBase

2020-03-23 Thread Sergey Ushakov (Jira)
[ https://issues.apache.org/jira/browse/XALANJ-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17065314#comment-17065314 ] Sergey Ushakov commented on XALANJ-2608: Hi [~rajeshvpatil]  , I had a look at your XSLT

[jira] [Commented] (XALANJ-2608) Java Heap Space Error from DTMDefaultBase

2020-03-23 Thread Mukul Gandhi (Jira)
[ https://issues.apache.org/jira/browse/XALANJ-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17065320#comment-17065320 ] Mukul Gandhi commented on XALANJ-2608: -- @Rajesh, Lets stick to XalanJ version 2.7.2

<    1   2   3   4   5   6   7   8   9   10   >