[jira] Assigned: (SHALE-456) Tld2Claycfg has problems with encoding

2007-08-05 Thread Hermod Opstvedt (JIRA)

 [ 
https://issues.apache.org/struts/browse/SHALE-456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hermod Opstvedt reassigned SHALE-456:
-

Assignee: Hermod Opstvedt

 Tld2Claycfg has problems with encoding
 --

 Key: SHALE-456
 URL: https://issues.apache.org/struts/browse/SHALE-456
 Project: Shale
  Issue Type: Bug
  Components: Clay
Affects Versions: 1.0.4
 Environment: windows xp, maven 2.0.7,
Reporter: Tom Pasierb
Assignee: Hermod Opstvedt
 Attachments: encoding.patch


 I'm trying to use Tld2Claycfg tool to convert trinidad, tomahawk and tomahawk 
 tlds to clay config files. In order to do this I've checked out 3 projects, 
 built  installed tld2claycfg and mojo projects and configured pom in test 
 project. 
 When I run the mvn clean package goal I the the following exception 
 indicating there's some problem with encoding (all the dependencies were 
 downloaded to my local repo). Is there any config property or system property 
 I should set when running the goal ? 
  
 The exception is: 
 javax.xml.stream.XMLStreamException: Underlying stream encoding 'Cp1250' and 
 input paramter for writeStartDocument() method 'utf-8' do not match. 
 at 
 com.sun.xml.internal.stream.writers.XMLStreamWriterImpl.writeStartDocument(XMLStreamWriterImpl.java:1182)
  
 at 
 org.apache.shale.clay.util.TldToClayconfig.writeConfigFile(TldToClayconfig.java:435)
  
 at 
 org.apache.shale.clay.util.TldToClayconfig.convert(TldToClayconfig.java:275) 
 ... 
 [ERROR] BUILD FAILURE 
 [INFO] 
  
 [INFO] !TldToClayconfig.exception: !javax.xml.stream.XMLStreamException: 
 Underlying stream encoding 'Cp1250' and input paramter for 
 writeStartDocument() method 'utf-8' do not match.: Underlying stream encoding 
 'Cp1250' and input paramter for writeStartDocument() method 'utf-8' do not 
 match. 
 If you need more info on this, please let me know

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Work started: (SHALE-456) Tld2Claycfg has problems with encoding

2007-08-05 Thread Hermod Opstvedt (JIRA)

 [ 
https://issues.apache.org/struts/browse/SHALE-456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on SHALE-456 started by Hermod Opstvedt.

 Tld2Claycfg has problems with encoding
 --

 Key: SHALE-456
 URL: https://issues.apache.org/struts/browse/SHALE-456
 Project: Shale
  Issue Type: Bug
  Components: Clay
Affects Versions: 1.0.4
 Environment: windows xp, maven 2.0.7,
Reporter: Tom Pasierb
Assignee: Hermod Opstvedt
 Attachments: encoding.patch


 I'm trying to use Tld2Claycfg tool to convert trinidad, tomahawk and tomahawk 
 tlds to clay config files. In order to do this I've checked out 3 projects, 
 built  installed tld2claycfg and mojo projects and configured pom in test 
 project. 
 When I run the mvn clean package goal I the the following exception 
 indicating there's some problem with encoding (all the dependencies were 
 downloaded to my local repo). Is there any config property or system property 
 I should set when running the goal ? 
  
 The exception is: 
 javax.xml.stream.XMLStreamException: Underlying stream encoding 'Cp1250' and 
 input paramter for writeStartDocument() method 'utf-8' do not match. 
 at 
 com.sun.xml.internal.stream.writers.XMLStreamWriterImpl.writeStartDocument(XMLStreamWriterImpl.java:1182)
  
 at 
 org.apache.shale.clay.util.TldToClayconfig.writeConfigFile(TldToClayconfig.java:435)
  
 at 
 org.apache.shale.clay.util.TldToClayconfig.convert(TldToClayconfig.java:275) 
 ... 
 [ERROR] BUILD FAILURE 
 [INFO] 
  
 [INFO] !TldToClayconfig.exception: !javax.xml.stream.XMLStreamException: 
 Underlying stream encoding 'Cp1250' and input paramter for 
 writeStartDocument() method 'utf-8' do not match.: Underlying stream encoding 
 'Cp1250' and input paramter for writeStartDocument() method 'utf-8' do not 
 match. 
 If you need more info on this, please let me know

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (SHALE-456) Tld2Claycfg has problems with encoding

2007-08-05 Thread Hermod Opstvedt (JIRA)

 [ 
https://issues.apache.org/struts/browse/SHALE-456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hermod Opstvedt resolved SHALE-456.
---

   Resolution: Fixed
Fix Version/s: 1.1.0-SNAPSHOT

Thanks for the patch.

 Tld2Claycfg has problems with encoding
 --

 Key: SHALE-456
 URL: https://issues.apache.org/struts/browse/SHALE-456
 Project: Shale
  Issue Type: Bug
  Components: Clay
Affects Versions: 1.0.4
 Environment: windows xp, maven 2.0.7,
Reporter: Tom Pasierb
Assignee: Hermod Opstvedt
 Fix For: 1.1.0-SNAPSHOT

 Attachments: encoding.patch


 I'm trying to use Tld2Claycfg tool to convert trinidad, tomahawk and tomahawk 
 tlds to clay config files. In order to do this I've checked out 3 projects, 
 built  installed tld2claycfg and mojo projects and configured pom in test 
 project. 
 When I run the mvn clean package goal I the the following exception 
 indicating there's some problem with encoding (all the dependencies were 
 downloaded to my local repo). Is there any config property or system property 
 I should set when running the goal ? 
  
 The exception is: 
 javax.xml.stream.XMLStreamException: Underlying stream encoding 'Cp1250' and 
 input paramter for writeStartDocument() method 'utf-8' do not match. 
 at 
 com.sun.xml.internal.stream.writers.XMLStreamWriterImpl.writeStartDocument(XMLStreamWriterImpl.java:1182)
  
 at 
 org.apache.shale.clay.util.TldToClayconfig.writeConfigFile(TldToClayconfig.java:435)
  
 at 
 org.apache.shale.clay.util.TldToClayconfig.convert(TldToClayconfig.java:275) 
 ... 
 [ERROR] BUILD FAILURE 
 [INFO] 
  
 [INFO] !TldToClayconfig.exception: !javax.xml.stream.XMLStreamException: 
 Underlying stream encoding 'Cp1250' and input paramter for 
 writeStartDocument() method 'utf-8' do not match.: Underlying stream encoding 
 'Cp1250' and input paramter for writeStartDocument() method 'utf-8' do not 
 match. 
 If you need more info on this, please let me know

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.