You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Sunny (JIRA)" <ji...@codehaus.org> on 2010/08/03 07:50:32 UTC

[jira] Created: (MNG-4748) svn checkout - special characters in file name are not encoding properly

svn checkout - special characters in file name are not encoding properly
------------------------------------------------------------------------

                 Key: MNG-4748
                 URL: http://jira.codehaus.org/browse/MNG-4748
             Project: Maven 2 & 3
          Issue Type: Bug
          Components: POM::Encoding
    Affects Versions: 2.2.1
         Environment: UNIX
            Reporter: Sunny


Dear All,
     I'm working on europe based project, which has so many file names are having with special characters like control characters and cannon(hat) characters supported by windows-1252 support characters. We are using svn repository and for the application build and deployment we are using maven tool, while deploying the .ear through using maven the special characters which are supported by windows-1252(e.g. Š) are not converting properly. At the place of those characters i'm getting '?', Hence, the deployment is failing at runtime.
     I've done so many encoding techniques, but still the problem remains same. Please help to resolve this issue ASAP!!!, due to this issue, my application has been stopped.

I'm glad to get the solution soon.

Regards,
Sunny

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Reopened: (MNG-4748) svn checkout - special characters in file name are not encoding properly

Posted by "Sunny (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-4748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sunny reopened MNG-4748:
------------------------


"modŠle fields-replacements.xsl" (S with caron) is the file name in subversion repository

after using the below mentioned pom.xml to checkout the project, 
<plugin>
		<groupId>org.apache.maven.plugins</groupId>
		<artifactId>maven-antrun-plugin</artifactId>
		<dependencies>
			<dependency>
				<groupId>ant</groupId>
				<artifactId>ant-antlr</artifactId>
				<version>1.6.5</version>
			</dependency>
		</dependencies>
		<executions>
		  <execution>
			<phase>process-resources</phase>
			<configuration>
			  <tasks>
				<path id="project.classpath">
					<pathelement location="${task.lib}/jsvn.jar" />
					<pathelement location="${task.lib}/svnant.jar" />
					<pathelement location="${task.lib}/svnClientAdapter.jar" />
					<pathelement location="commons-lang-2.0.jar" />
					<pathelement location="jakarta-regexp-1.3.jar" />
					<pathelement location="${task.lib}/svnjavahl.jar" />
					<pathelement location="${task.lib}/svnkit.jar" />
				</path>
					<taskdef name="svn" classname="org.tigris.subversion.svnant.SvnTask" classpathref="project.classpath"/>
					<svn username="svn" password="svn">
						<checkout url="svn://10.192.27.65/home/svn/iVision3.3_SVNRepo_07072010/branches/${TAG}/${artifactId}" destPath="${ci.home}/${artifactId}"/>
					</svn>
			  </tasks>
			</configuration>
			<goals>
			  <goal>run</goal>
			</goals>
		  </execution>
		</executions>
	  </plugin>

the file name is coming as "mod?le fields-replacements.xsl"

The special character(S with caron) in origin file name is getting dissappeared.

Please help me to get out of this issue.

Highly appreciated for the quick response.

Thank you

Regards,
Sunny

> svn checkout - special characters in file name are not encoding properly
> ------------------------------------------------------------------------
>
>                 Key: MNG-4748
>                 URL: http://jira.codehaus.org/browse/MNG-4748
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: POM::Encoding
>    Affects Versions: 2.2.1
>         Environment: UNIX
>            Reporter: Sunny
>            Assignee: Benjamin Bentmann
>
> Dear All,
>      I'm working on europe based project, which has so many file names are having with special characters like control characters and cannon(hat) characters supported by windows-1252 support characters. We are using svn repository and for the application build and deployment we are using maven tool, while deploying the .ear through using maven the special characters which are supported by windows-1252(e.g. Š) are not converting properly. At the place of those characters i'm getting '?', Hence, the deployment is failing at runtime.
>      I've done so many encoding techniques, but still the problem remains same. Please help to resolve this issue ASAP!!!, due to this issue, my application has been stopped.
> I'm glad to get the solution soon.
> Regards,
> Sunny

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Commented: (MNG-4748) svn checkout - special characters in file name are not encoding properly

Posted by "Sunny (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-4748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=231014#action_231014 ] 

Sunny commented on MNG-4748:
----------------------------

Thank you Benjamin and Jeorg. I'll post the JIRA in SVNAnt blog.

Thanks for your time.

> svn checkout - special characters in file name are not encoding properly
> ------------------------------------------------------------------------
>
>                 Key: MNG-4748
>                 URL: http://jira.codehaus.org/browse/MNG-4748
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: POM::Encoding
>    Affects Versions: 2.2.1
>         Environment: UNIX
>            Reporter: Sunny
>            Assignee: Benjamin Bentmann
>
> Dear All,
>      I'm working on europe based project, which has so many file names are having with special characters like control characters and cannon(hat) characters supported by windows-1252 support characters. We are using svn repository and for the application build and deployment we are using maven tool, while deploying the .ear through using maven the special characters which are supported by windows-1252(e.g. Š) are not converting properly. At the place of those characters i'm getting '?', Hence, the deployment is failing at runtime.
>      I've done so many encoding techniques, but still the problem remains same. Please help to resolve this issue ASAP!!!, due to this issue, my application has been stopped.
> I'm glad to get the solution soon.
> Regards,
> Sunny

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Closed: (MNG-4748) svn checkout - special characters in file name are not encoding properly

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-4748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MNG-4748.
----------------------------------

    Resolution: Not A Bug

bq. <taskdef name="svn" classname="org.tigris.subversion.svnant.SvnTask" classpathref="project.classpath"/>
This is the component doing the checkout, and this is not Maven. It runs in the context of a Maven build but that doesn't make Maven responsible for the misbehavior of this component, just like a misbehaving Java application is not a bug of the JVM. For getting qualified help, it's important to address the community maintaining the affected component (SVN Ant Task).

You can freely continue your discussion here but the Maven core cannot help you solve your issue with third-party tools.

> svn checkout - special characters in file name are not encoding properly
> ------------------------------------------------------------------------
>
>                 Key: MNG-4748
>                 URL: http://jira.codehaus.org/browse/MNG-4748
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: POM::Encoding
>    Affects Versions: 2.2.1
>         Environment: UNIX
>            Reporter: Sunny
>            Assignee: Benjamin Bentmann
>
> Dear All,
>      I'm working on europe based project, which has so many file names are having with special characters like control characters and cannon(hat) characters supported by windows-1252 support characters. We are using svn repository and for the application build and deployment we are using maven tool, while deploying the .ear through using maven the special characters which are supported by windows-1252(e.g. Š) are not converting properly. At the place of those characters i'm getting '?', Hence, the deployment is failing at runtime.
>      I've done so many encoding techniques, but still the problem remains same. Please help to resolve this issue ASAP!!!, due to this issue, my application has been stopped.
> I'm glad to get the solution soon.
> Regards,
> Sunny

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Closed: (MNG-4748) svn checkout - special characters in file name are not encoding properly

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-4748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MNG-4748.
----------------------------------

    Resolution: Not A Bug

You might want to try and contact http://subclipse.tigris.org/servlets/ProjectProcess?pageID=t65B1R instead.

> svn checkout - special characters in file name are not encoding properly
> ------------------------------------------------------------------------
>
>                 Key: MNG-4748
>                 URL: http://jira.codehaus.org/browse/MNG-4748
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: POM::Encoding
>    Affects Versions: 2.2.1
>         Environment: UNIX
>            Reporter: Sunny
>            Assignee: Benjamin Bentmann
>
> Dear All,
>      I'm working on europe based project, which has so many file names are having with special characters like control characters and cannon(hat) characters supported by windows-1252 support characters. We are using svn repository and for the application build and deployment we are using maven tool, while deploying the .ear through using maven the special characters which are supported by windows-1252(e.g. Š) are not converting properly. At the place of those characters i'm getting '?', Hence, the deployment is failing at runtime.
>      I've done so many encoding techniques, but still the problem remains same. Please help to resolve this issue ASAP!!!, due to this issue, my application has been stopped.
> I'm glad to get the solution soon.
> Regards,
> Sunny

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Commented: (MNG-4748) svn checkout - special characters in file name are not encoding properly

Posted by "Joerg Schaible (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-4748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=230998#action_230998 ] 

Joerg Schaible commented on MNG-4748:
-------------------------------------

In addition to Benjamin's answer, you should also read http://www.sunsource.net/scdocs/SVNEncoding and really reconsider strongly the necessity for such file names in Subversion at all.

> svn checkout - special characters in file name are not encoding properly
> ------------------------------------------------------------------------
>
>                 Key: MNG-4748
>                 URL: http://jira.codehaus.org/browse/MNG-4748
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: POM::Encoding
>    Affects Versions: 2.2.1
>         Environment: UNIX
>            Reporter: Sunny
>            Assignee: Benjamin Bentmann
>
> Dear All,
>      I'm working on europe based project, which has so many file names are having with special characters like control characters and cannon(hat) characters supported by windows-1252 support characters. We are using svn repository and for the application build and deployment we are using maven tool, while deploying the .ear through using maven the special characters which are supported by windows-1252(e.g. Š) are not converting properly. At the place of those characters i'm getting '?', Hence, the deployment is failing at runtime.
>      I've done so many encoding techniques, but still the problem remains same. Please help to resolve this issue ASAP!!!, due to this issue, my application has been stopped.
> I'm glad to get the solution soon.
> Regards,
> Sunny

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Reopened: (MNG-4748) svn checkout - special characters in file name are not encoding properly

Posted by "Sunny (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-4748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sunny reopened MNG-4748:
------------------------


The same thing when I'm trying to checking out with the using of command line, the file name is coming properly, but with the using of maven only it is giving the problem.

The maven svn checkout is giving the problem.
Please help me out to solve this issue.

I feel glad for immediate response!!!

Thank you...

> svn checkout - special characters in file name are not encoding properly
> ------------------------------------------------------------------------
>
>                 Key: MNG-4748
>                 URL: http://jira.codehaus.org/browse/MNG-4748
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: POM::Encoding
>    Affects Versions: 2.2.1
>         Environment: UNIX
>            Reporter: Sunny
>            Assignee: Benjamin Bentmann
>
> Dear All,
>      I'm working on europe based project, which has so many file names are having with special characters like control characters and cannon(hat) characters supported by windows-1252 support characters. We are using svn repository and for the application build and deployment we are using maven tool, while deploying the .ear through using maven the special characters which are supported by windows-1252(e.g. Š) are not converting properly. At the place of those characters i'm getting '?', Hence, the deployment is failing at runtime.
>      I've done so many encoding techniques, but still the problem remains same. Please help to resolve this issue ASAP!!!, due to this issue, my application has been stopped.
> I'm glad to get the solution soon.
> Regards,
> Sunny

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Commented: (MNG-4748) svn checkout - special characters in file name are not encoding properly

Posted by "Sunny (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-4748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=230995#action_230995 ] 

Sunny commented on MNG-4748:
----------------------------

Please find the below results for "locale" and "locale -a"
----------------------------------------------------------

svnuser@MUMSA00100260:/home/svnuser]locale
LANG=en_US
LC_COLLATE="en_US"
LC_CTYPE="en_US"
LC_MONETARY="en_US"
LC_NUMERIC="en_US"
LC_TIME="en_US"
LC_MESSAGES="en_US"
LC_ALL=
svnuser@MUMSA00100260:/home/svnuser]locale -a
C
POSIX
sbcs.imcompose
en_US
en_US.8859-15
en_US.ISO8859-1
en_US.8859-15.imkeymap
en_US.ISO8859-1.imkeymap
en_US.ISO8859-1.lftkeymap
en_US.ISO8859-1@alt.lftkeymap
en_US.8859-15@alt.imkeymap
en_US.imkeymap
en_US@alt.imkeymap
en_US.ISO8859-1@alt.imkeymap
en_US.imcompose
en_US@alt.imcompose
en_US.ISO8859-1.imcompose
en_US.ISO8859-1@alt.imcompose
en_US.8859-15.imcompose
en_US.8859-15@alt.imcompose
en_US.lftkeymap
en_US@alt.lftkeymap
svnuser@MUMSA00100260:/home/svnuser]


Regards,
Sunny

> svn checkout - special characters in file name are not encoding properly
> ------------------------------------------------------------------------
>
>                 Key: MNG-4748
>                 URL: http://jira.codehaus.org/browse/MNG-4748
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: POM::Encoding
>    Affects Versions: 2.2.1
>         Environment: UNIX
>            Reporter: Sunny
>            Assignee: Benjamin Bentmann
>
> Dear All,
>      I'm working on europe based project, which has so many file names are having with special characters like control characters and cannon(hat) characters supported by windows-1252 support characters. We are using svn repository and for the application build and deployment we are using maven tool, while deploying the .ear through using maven the special characters which are supported by windows-1252(e.g. Š) are not converting properly. At the place of those characters i'm getting '?', Hence, the deployment is failing at runtime.
>      I've done so many encoding techniques, but still the problem remains same. Please help to resolve this issue ASAP!!!, due to this issue, my application has been stopped.
> I'm glad to get the solution soon.
> Regards,
> Sunny

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Closed: (MNG-4748) svn checkout - special characters in file name are not encoding properly

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-4748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MNG-4748.
----------------------------------

    Resolution: Not A Bug

Maven isn't responsible for the SVN checkout, this is an issue with a third-party tool, Subversion in this case. Please contact the Subversion support or try different means to do the checkout like using the maven-scm-plugin.

> svn checkout - special characters in file name are not encoding properly
> ------------------------------------------------------------------------
>
>                 Key: MNG-4748
>                 URL: http://jira.codehaus.org/browse/MNG-4748
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: POM::Encoding
>    Affects Versions: 2.2.1
>         Environment: UNIX
>            Reporter: Sunny
>            Assignee: Benjamin Bentmann
>
> Dear All,
>      I'm working on europe based project, which has so many file names are having with special characters like control characters and cannon(hat) characters supported by windows-1252 support characters. We are using svn repository and for the application build and deployment we are using maven tool, while deploying the .ear through using maven the special characters which are supported by windows-1252(e.g. Š) are not converting properly. At the place of those characters i'm getting '?', Hence, the deployment is failing at runtime.
>      I've done so many encoding techniques, but still the problem remains same. Please help to resolve this issue ASAP!!!, due to this issue, my application has been stopped.
> I'm glad to get the solution soon.
> Regards,
> Sunny

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Commented: (MNG-4748) svn checkout - special characters in file name are not encoding properly

Posted by "Sunny (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-4748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=230979#action_230979 ] 

Sunny commented on MNG-4748:
----------------------------

Apache Maven 2.2.1 (r801777; 2009-08-07 00:46:01+0530)
Java version: 1.5.0
Java home: /usr/java5_64/jre
Default locale: en_US, platform encoding: ISO8859-1
OS name: "aix" version: "5.3" arch: "ppc64" Family: "unix"

LANG envoronment variable is: en_US


Please suggest me where can I find remaining environment variables in maven.

Thanks,
Sunny

> svn checkout - special characters in file name are not encoding properly
> ------------------------------------------------------------------------
>
>                 Key: MNG-4748
>                 URL: http://jira.codehaus.org/browse/MNG-4748
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: POM::Encoding
>    Affects Versions: 2.2.1
>         Environment: UNIX
>            Reporter: Sunny
>            Assignee: Benjamin Bentmann
>
> Dear All,
>      I'm working on europe based project, which has so many file names are having with special characters like control characters and cannon(hat) characters supported by windows-1252 support characters. We are using svn repository and for the application build and deployment we are using maven tool, while deploying the .ear through using maven the special characters which are supported by windows-1252(e.g. Š) are not converting properly. At the place of those characters i'm getting '?', Hence, the deployment is failing at runtime.
>      I've done so many encoding techniques, but still the problem remains same. Please help to resolve this issue ASAP!!!, due to this issue, my application has been stopped.
> I'm glad to get the solution soon.
> Regards,
> Sunny

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Closed: (MNG-4748) svn checkout - special characters in file name are not encoding properly

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-4748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MNG-4748.
----------------------------------

    Resolution: Incomplete
      Assignee: Benjamin Bentmann

There is not sufficient information to reproduce/analyze the issue, please re-open with a demo project showing the issue.

> svn checkout - special characters in file name are not encoding properly
> ------------------------------------------------------------------------
>
>                 Key: MNG-4748
>                 URL: http://jira.codehaus.org/browse/MNG-4748
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: POM::Encoding
>    Affects Versions: 2.2.1
>         Environment: UNIX
>            Reporter: Sunny
>            Assignee: Benjamin Bentmann
>
> Dear All,
>      I'm working on europe based project, which has so many file names are having with special characters like control characters and cannon(hat) characters supported by windows-1252 support characters. We are using svn repository and for the application build and deployment we are using maven tool, while deploying the .ear through using maven the special characters which are supported by windows-1252(e.g. Š) are not converting properly. At the place of those characters i'm getting '?', Hence, the deployment is failing at runtime.
>      I've done so many encoding techniques, but still the problem remains same. Please help to resolve this issue ASAP!!!, due to this issue, my application has been stopped.
> I'm glad to get the solution soon.
> Regards,
> Sunny

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Reopened: (MNG-4748) svn checkout - special characters in file name are not encoding properly

Posted by "Sunny (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-4748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sunny reopened MNG-4748:
------------------------


> svn checkout - special characters in file name are not encoding properly
> ------------------------------------------------------------------------
>
>                 Key: MNG-4748
>                 URL: http://jira.codehaus.org/browse/MNG-4748
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: POM::Encoding
>    Affects Versions: 2.2.1
>         Environment: UNIX
>            Reporter: Sunny
>            Assignee: Benjamin Bentmann
>
> Dear All,
>      I'm working on europe based project, which has so many file names are having with special characters like control characters and cannon(hat) characters supported by windows-1252 support characters. We are using svn repository and for the application build and deployment we are using maven tool, while deploying the .ear through using maven the special characters which are supported by windows-1252(e.g. Š) are not converting properly. At the place of those characters i'm getting '?', Hence, the deployment is failing at runtime.
>      I've done so many encoding techniques, but still the problem remains same. Please help to resolve this issue ASAP!!!, due to this issue, my application has been stopped.
> I'm glad to get the solution soon.
> Regards,
> Sunny

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Commented: (MNG-4748) svn checkout - special characters in file name are not encoding properly

Posted by "Joerg Schaible (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-4748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=231011#action_231011 ] 

Joerg Schaible commented on MNG-4748:
-------------------------------------

It's as Benjamin said, I have also no clue what the SVN Ant task really does in terms of code. If the native svn client is able to handle the characters it just means that it makes right assumptions about the encoding used by the svn client that created these subversion entries in first place. But as the provided link explains, there is no standard enforced by subversion itself and it also seems to imply that it does make a difference if you use a native svn client provided by Collabnet or someone else. There's even a Java implementation of the SVN protocol (SVNKit) that might be used by the SVN Ant task. Your error simply indicates that the client used by the SVN Ant task is not compatible and it is no wonder if it is Java based looking at the encoding in use. However, only the people that created this SVN Ant Task can tell you more, Maven is simply an ordinary consumer of that 3rd party code and not responsible for its malfunction. You have to follow Benjamin's advice and ask in their community or follow mine not to use such file names in a repository that cannot really handle it by design.

> svn checkout - special characters in file name are not encoding properly
> ------------------------------------------------------------------------
>
>                 Key: MNG-4748
>                 URL: http://jira.codehaus.org/browse/MNG-4748
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: POM::Encoding
>    Affects Versions: 2.2.1
>         Environment: UNIX
>            Reporter: Sunny
>            Assignee: Benjamin Bentmann
>
> Dear All,
>      I'm working on europe based project, which has so many file names are having with special characters like control characters and cannon(hat) characters supported by windows-1252 support characters. We are using svn repository and for the application build and deployment we are using maven tool, while deploying the .ear through using maven the special characters which are supported by windows-1252(e.g. Š) are not converting properly. At the place of those characters i'm getting '?', Hence, the deployment is failing at runtime.
>      I've done so many encoding techniques, but still the problem remains same. Please help to resolve this issue ASAP!!!, due to this issue, my application has been stopped.
> I'm glad to get the solution soon.
> Regards,
> Sunny

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Commented: (MNG-4748) svn checkout - special characters in file name are not encoding properly

Posted by "Joerg Schaible (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-4748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=230974#action_230974 ] 

Joerg Schaible commented on MNG-4748:
-------------------------------------

Can you paste the output of "mvn -version"? It will print Java's system locale and encoding. Additionally provide the value of the LANG environment variable from the command line you're calling Maven (using "echo $LANG") and all other environment variables starting with "LC_".

> svn checkout - special characters in file name are not encoding properly
> ------------------------------------------------------------------------
>
>                 Key: MNG-4748
>                 URL: http://jira.codehaus.org/browse/MNG-4748
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: POM::Encoding
>    Affects Versions: 2.2.1
>         Environment: UNIX
>            Reporter: Sunny
>            Assignee: Benjamin Bentmann
>
> Dear All,
>      I'm working on europe based project, which has so many file names are having with special characters like control characters and cannon(hat) characters supported by windows-1252 support characters. We are using svn repository and for the application build and deployment we are using maven tool, while deploying the .ear through using maven the special characters which are supported by windows-1252(e.g. Š) are not converting properly. At the place of those characters i'm getting '?', Hence, the deployment is failing at runtime.
>      I've done so many encoding techniques, but still the problem remains same. Please help to resolve this issue ASAP!!!, due to this issue, my application has been stopped.
> I'm glad to get the solution soon.
> Regards,
> Sunny

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Commented: (MNG-4748) svn checkout - special characters in file name are not encoding properly

Posted by "Joerg Schaible (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-4748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=230991#action_230991 ] 

Joerg Schaible commented on MNG-4748:
-------------------------------------

Well, this info already exposes the problem. You run Java with ISO-8859-1, but the file names in subversion contain characters that have no equivalent in this encoding. Can you also paste what output the command "locale" and "locale -a" produces?

> svn checkout - special characters in file name are not encoding properly
> ------------------------------------------------------------------------
>
>                 Key: MNG-4748
>                 URL: http://jira.codehaus.org/browse/MNG-4748
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: POM::Encoding
>    Affects Versions: 2.2.1
>         Environment: UNIX
>            Reporter: Sunny
>            Assignee: Benjamin Bentmann
>
> Dear All,
>      I'm working on europe based project, which has so many file names are having with special characters like control characters and cannon(hat) characters supported by windows-1252 support characters. We are using svn repository and for the application build and deployment we are using maven tool, while deploying the .ear through using maven the special characters which are supported by windows-1252(e.g. Š) are not converting properly. At the place of those characters i'm getting '?', Hence, the deployment is failing at runtime.
>      I've done so many encoding techniques, but still the problem remains same. Please help to resolve this issue ASAP!!!, due to this issue, my application has been stopped.
> I'm glad to get the solution soon.
> Regards,
> Sunny

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira