Hi all, I'm struggling with Makefile from svn repo. Any time I try to make I have this error BUILD FAILED /media/Archivio/src/tei-code/P5/antbuilder.xml:102: Fatal error during transformation using /usr/share/xml/tei/stylesheet/odds/odd2relax.xsl: A sequence of more than one item is not allowed as the result of function tei:generateRefPrefix() ("TEI_model.contentPart", "TEI_model.contentPart", ...) ; SystemID: file:/usr/share/xml/tei/stylesheet/odds/teiodds.xsl; Line#: 2339; Column#: -1 The first time I've run it this morning (after implementing a ticket) it has worked. Then before to check I thought to implement a couple of other tickets, make again to see if something had broken and the error jumped out, but it has apparently nothing to do with my modifications. I have already tried to: make clean 1000 times delete and download again my stylesheets deb try to use online stylesheets as referenced in the makefile (nope the URL is broken) re-checkout the trunk and try the build with an untouched svn local copy curse all the possible deities hit the pc with a baseball bat any hint??? f
I sympathize, but I dont have much help to offer! Just the obvious things like -- try processing a simple odd with e.g. oddtornc to check whether your stylesheet processing is generally in a mess -- set stylesheet variable $verbose true to get diagnostics from teiodds.xsl -- put the kettle on and have a nice cup of tea (Needless to say, the Makefile works just fine for me... but I use Stylesheets from the git repo, not the deb package) On 07/02/15 14:28, Fabio Ciotti wrote:
Hi all,
I'm struggling with Makefile from svn repo. Any time I try to make I have this error
BUILD FAILED /media/Archivio/src/tei-code/P5/antbuilder.xml:102: Fatal error during transformation using /usr/share/xml/tei/stylesheet/odds/odd2relax.xsl: A sequence of more than one item is not allowed as the result of function tei:generateRefPrefix() ("TEI_model.contentPart", "TEI_model.contentPart", ...) ; SystemID: file:/usr/share/xml/tei/stylesheet/odds/teiodds.xsl; Line#: 2339; Column#: -1
The first time I've run it this morning (after implementing a ticket) it has worked. Then before to check I thought to implement a couple of other tickets, make again to see if something had broken and the error jumped out, but it has apparently nothing to do with my modifications.
I have already tried to:
make clean 1000 times delete and download again my stylesheets deb try to use online stylesheets as referenced in the makefile (nope the URL is broken) re-checkout the trunk and try the build with an untouched svn local copy curse all the possible deities hit the pc with a baseball bat
any hint???
f
Hi Fabio, I know it's not what you want to hear, but why not just let Jenkins do the work? That's what it's for. If Jenkins shows the same error, we know there's something to investigate, but otherwise it could be any number of accidental things in your own setup that no-one knows enough about to debug. Cheers, Martin On 15-02-07 06:28 AM, Fabio Ciotti wrote:
Hi all,
I'm struggling with Makefile from svn repo. Any time I try to make I have this error
BUILD FAILED /media/Archivio/src/tei-code/P5/antbuilder.xml:102: Fatal error during transformation using /usr/share/xml/tei/stylesheet/odds/odd2relax.xsl: A sequence of more than one item is not allowed as the result of function tei:generateRefPrefix() ("TEI_model.contentPart", "TEI_model.contentPart", ...) ; SystemID: file:/usr/share/xml/tei/stylesheet/odds/teiodds.xsl; Line#: 2339; Column#: -1
The first time I've run it this morning (after implementing a ticket) it has worked. Then before to check I thought to implement a couple of other tickets, make again to see if something had broken and the error jumped out, but it has apparently nothing to do with my modifications.
I have already tried to:
make clean 1000 times delete and download again my stylesheets deb try to use online stylesheets as referenced in the makefile (nope the URL is broken) re-checkout the trunk and try the build with an untouched svn local copy curse all the possible deities hit the pc with a baseball bat
any hint???
f
Mr Jenkins said ok (while local makefile stil cannot work...).
This is how I changed the text of drama chap as for bug
https://sourceforge.net/p/tei/bugs/627/
http://teijenkins.hcmc.uvic.ca/job/TEIP5/lastSuccessfulBuild/artifact/releas...
I moved the @rend="braced" at the <spGrp> since for me it make more
sense (the group of speeches are braced not the stage direction).
Have a look at that and if it is ok I close the bug.
F
2015-02-07 19:09 GMT+01:00 Martin Holmes
Hi Fabio,
I know it's not what you want to hear, but why not just let Jenkins do the work? That's what it's for. If Jenkins shows the same error, we know there's something to investigate, but otherwise it could be any number of accidental things in your own setup that no-one knows enough about to debug.
Cheers, Martin
On 15-02-07 06:28 AM, Fabio Ciotti wrote:
Hi all,
I'm struggling with Makefile from svn repo. Any time I try to make I have this error
BUILD FAILED /media/Archivio/src/tei-code/P5/antbuilder.xml:102: Fatal error during transformation using /usr/share/xml/tei/stylesheet/odds/odd2relax.xsl: A sequence of more than one item is not allowed as the result of function tei:generateRefPrefix() ("TEI_model.contentPart", "TEI_model.contentPart", ...) ; SystemID: file:/usr/share/xml/tei/stylesheet/odds/teiodds.xsl; Line#: 2339; Column#: -1
The first time I've run it this morning (after implementing a ticket) it has worked. Then before to check I thought to implement a couple of other tickets, make again to see if something had broken and the error jumped out, but it has apparently nothing to do with my modifications.
I have already tried to:
make clean 1000 times delete and download again my stylesheets deb try to use online stylesheets as referenced in the makefile (nope the URL is broken) re-checkout the trunk and try the build with an untouched svn local copy curse all the possible deities hit the pc with a baseball bat
any hint???
f
-- tei-council mailing list tei-council@lists.tei-c.org http://lists.lists.tei-c.org/mailman/listinfo/tei-council
PLEASE NOTE: postings to this list are publicly archived
Looks good to me! Cheers, Martin On 15-02-07 01:02 PM, Fabio Ciotti wrote:
Mr Jenkins said ok (while local makefile stil cannot work...).
This is how I changed the text of drama chap as for bug https://sourceforge.net/p/tei/bugs/627/
http://teijenkins.hcmc.uvic.ca/job/TEIP5/lastSuccessfulBuild/artifact/releas...
I moved the @rend="braced" at the <spGrp> since for me it make more sense (the group of speeches are braced not the stage direction).
Have a look at that and if it is ok I close the bug.
F
2015-02-07 19:09 GMT+01:00 Martin Holmes
: Hi Fabio,
I know it's not what you want to hear, but why not just let Jenkins do the work? That's what it's for. If Jenkins shows the same error, we know there's something to investigate, but otherwise it could be any number of accidental things in your own setup that no-one knows enough about to debug.
Cheers, Martin
On 15-02-07 06:28 AM, Fabio Ciotti wrote:
Hi all,
I'm struggling with Makefile from svn repo. Any time I try to make I have this error
BUILD FAILED /media/Archivio/src/tei-code/P5/antbuilder.xml:102: Fatal error during transformation using /usr/share/xml/tei/stylesheet/odds/odd2relax.xsl: A sequence of more than one item is not allowed as the result of function tei:generateRefPrefix() ("TEI_model.contentPart", "TEI_model.contentPart", ...) ; SystemID: file:/usr/share/xml/tei/stylesheet/odds/teiodds.xsl; Line#: 2339; Column#: -1
The first time I've run it this morning (after implementing a ticket) it has worked. Then before to check I thought to implement a couple of other tickets, make again to see if something had broken and the error jumped out, but it has apparently nothing to do with my modifications.
I have already tried to:
make clean 1000 times delete and download again my stylesheets deb try to use online stylesheets as referenced in the makefile (nope the URL is broken) re-checkout the trunk and try the build with an untouched svn local copy curse all the possible deities hit the pc with a baseball bat
any hint???
f
-- tei-council mailing list tei-council@lists.tei-c.org http://lists.lists.tei-c.org/mailman/listinfo/tei-council
PLEASE NOTE: postings to this list are publicly archived
participants (3)
-
Fabio Ciotti
-
Lou Burnard
-
Martin Holmes