Edgewall Software
Modify

Opened 15 years ago

Closed 15 years ago

Last modified 12 years ago

#350 closed defect (duplicate)

Non-ascii character output breaks <c:make>

Reported by: uekstrom@… Owned by: cmlenz
Priority: minor Milestone: 0.6
Component: General Version: dev
Keywords: Cc:
Operating System: Linux

Description

When make (or sub process) prints a weird character (in our case [m for bold face output) bitten master fails to parse this with the slightly cryptic error message

Traceback (most recent call last):

File "/usr/local/lib/python2.5/site-packages/Bitten-0.6dev_r567-py2.5.egg/bitten/master.py",

line 194, in _process_build_step

elem = xmlio.parse(reqdat)

File "/usr/local/lib/python2.5/site-packages/Bitten-0.6dev_r567-py2.5.egg/bitten/util/xmlio.py",

line 185, in parse

raise Parse Error?(e)

Parse Error?: not well-formed (invalid token): line 1, column 138562

Maybe <c:make> should sanitize better?

Attachments (0)

Change History (1)

comment:1 Changed 15 years ago by osimons

  • Resolution set to duplicate
  • Status changed from new to closed

The workaround should be applied in [569] / #243 (two revisions later than the version reported here), but the real issue is that Bitten needs unicode support. Closing as duplicate of #119.

Add Comment

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain cmlenz.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.