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 10:20:32 UTC

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

     [ 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