From jean.yim at corp.ovh.com Mon Apr 4 09:45:17 2016 From: jean.yim at corp.ovh.com (Jean Yim) Date: Mon, 4 Apr 2016 09:45:17 +0000 Subject: [zanata-devel] Zanata and questions Message-ID: Hi everyone! I'm not sure to be on the good mailing list, so, sorry if it's not the case.. I'm very interested by Zanata, but I need to know a few things. I read than Zanata support partially XML, txt, etc... Is it really a problem or it's ok ? What are the big issues ? Finally, the translation memory can be trained with xliff files ? If yes, how ? (I didn't see it in the doc..) Thanks you to all of you for you work! Have a nice day [😊] Jean. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: OutlookEmoji-&#X1f60a.png Type: image/png Size: 488 bytes Desc: OutlookEmoji-&#X1f60a.png URL: From aeng at redhat.com Mon Apr 4 21:03:37 2016 From: aeng at redhat.com (Alex Eng) Date: Tue, 5 Apr 2016 07:03:37 +1000 Subject: [zanata-devel] Zanata and questions In-Reply-To: References: Message-ID: On Mon, Apr 4, 2016 at 7:45 PM, Jean Yim wrote: > I read than Zanata support partially XML, txt, etc... > > Is it really a problem or it's ok ? > Zanata supports different project types. http://docs.zanata.org/en/release/user-guide/projects/project-types/ XML/Xliff - Because it's a rare project type, and multiple types of standard used for this project type, we implemented based on our knowledge of the standard. But feel free to file an issue to us you find bug with this project type. We haven't received concern or issue from the user of these project type but again, we've got limited user on these project type. > Finally, the translation memory can be trained with xliff files ? If yes, > how ? (I didn't see it in the doc..) > Not sure if I understand your question correctly; - If you asking about if translation uploaded in xliff project type will be used as translation memory in Zanata, then yes. All translations uploaded and updated in Zanata will be part of our translation memory. (all translations in our database) --------------------------------------------- Alex Eng Senior Software Engineer Globalisation Tools Engineering DID: +61 3514 8262 Mobile: +614 2335 3457 Red Hat, Asia-Pacific Pty Ltd Level 1, 193 North Quay Brisbane 4000 Office: +61 7 3514 8100 Fax: +61 7 3514 8199 Website: www.redhat.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From jean.yim at corp.ovh.com Tue Apr 5 08:12:05 2016 From: jean.yim at corp.ovh.com (Jean Yim) Date: Tue, 5 Apr 2016 08:12:05 +0000 Subject: [zanata-devel] Zanata and questions In-Reply-To: References: , Message-ID: Perfect, thank you very much for the answer! Also, I'm trying to install it on a debian serv. I use Wildfly 9 and OpenJdk 8. But it seems to have a problem... When I run Wildfly, he can't load Zanata.war because of a problem in opening/reading zip in a java method. Do you have an idea ? (Maybe try oracle java..) Thanks you again! Jean ________________________________ De : Alex Eng Envoy? : lundi 4 avril 2016 23:03 ? : Jean Yim Cc : zanata-devel at redhat.com Objet : Re: [zanata-devel] Zanata and questions On Mon, Apr 4, 2016 at 7:45 PM, Jean Yim > wrote: I read than Zanata support partially XML, txt, etc... Is it really a problem or it's ok ? Zanata supports different project types. http://docs.zanata.org/en/release/user-guide/projects/project-types/ XML/Xliff - Because it's a rare project type, and multiple types of standard used for this project type, we implemented based on our knowledge of the standard. But feel free to file an issue to us you find bug with this project type. We haven't received concern or issue from the user of these project type but again, we've got limited user on these project type. Finally, the translation memory can be trained with xliff files ? If yes, how ? (I didn't see it in the doc..) Not sure if I understand your question correctly; - If you asking about if translation uploaded in xliff project type will be used as translation memory in Zanata, then yes. All translations uploaded and updated in Zanata will be part of our translation memory. (all translations in our database) --------------------------------------------- Alex Eng Senior Software Engineer Globalisation Tools Engineering DID: +61 3514 8262 Mobile: +614 2335 3457 Red Hat, Asia-Pacific Pty Ltd Level 1, 193 North Quay Brisbane 4000 Office: +61 7 3514 8100 Fax: +61 7 3514 8199 Website: www.redhat.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From jean.yim at corp.ovh.com Tue Apr 5 08:18:26 2016 From: jean.yim at corp.ovh.com (Jean Yim) Date: Tue, 5 Apr 2016 08:18:26 +0000 Subject: [zanata-devel] Zanata and questions In-Reply-To: References: , , Message-ID: Ps : This is the error : Caused by: java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method) [rt.jar:1.8.0_72-internal] at java.util.zip.ZipFile.(ZipFile.java:219) [rt.jar:1.8.0_72-internal] at java.util.zip.ZipFile.(ZipFile.java:149) [rt.jar:1.8.0_72-internal] at java.util.zip.ZipFile.(ZipFile.java:163) [rt.jar:1.8.0_72-internal] at org.jboss.vfs.VFSUtils.unzip(VFSUtils.java:874) [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:504) [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:533) [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] at org.jboss.as.server.deployment.DeploymentMountProvider$Factory$ServerDeploymentRepositoryImpl.mountDeploymentContent(DeploymentMountProvider.java:108) [wildfly-server-1.0.1.Final.jar:1.0.1.Final] at org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:91) [wildfly-server-1.0.1.Final.jar:1.0.1.Final] ________________________________ De : Jean Yim Envoy? : mardi 5 avril 2016 10:12 ? : Alex Eng Cc : zanata-devel at redhat.com Objet : RE: [zanata-devel] Zanata and questions Perfect, thank you very much for the answer! Also, I'm trying to install it on a debian serv. I use Wildfly 9 and OpenJdk 8. But it seems to have a problem... When I run Wildfly, he can't load Zanata.war because of a problem in opening/reading zip in a java method. Do you have an idea ? (Maybe try oracle java..) Thanks you again! Jean ________________________________ De : Alex Eng Envoy? : lundi 4 avril 2016 23:03 ? : Jean Yim Cc : zanata-devel at redhat.com Objet : Re: [zanata-devel] Zanata and questions On Mon, Apr 4, 2016 at 7:45 PM, Jean Yim > wrote: I read than Zanata support partially XML, txt, etc... Is it really a problem or it's ok ? Zanata supports different project types. http://docs.zanata.org/en/release/user-guide/projects/project-types/ XML/Xliff - Because it's a rare project type, and multiple types of standard used for this project type, we implemented based on our knowledge of the standard. But feel free to file an issue to us you find bug with this project type. We haven't received concern or issue from the user of these project type but again, we've got limited user on these project type. Finally, the translation memory can be trained with xliff files ? If yes, how ? (I didn't see it in the doc..) Not sure if I understand your question correctly; - If you asking about if translation uploaded in xliff project type will be used as translation memory in Zanata, then yes. All translations uploaded and updated in Zanata will be part of our translation memory. (all translations in our database) --------------------------------------------- Alex Eng Senior Software Engineer Globalisation Tools Engineering DID: +61 3514 8262 Mobile: +614 2335 3457 Red Hat, Asia-Pacific Pty Ltd Level 1, 193 North Quay Brisbane 4000 Office: +61 7 3514 8100 Fax: +61 7 3514 8199 Website: www.redhat.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From jean.yim at corp.ovh.com Tue Apr 5 13:31:19 2016 From: jean.yim at corp.ovh.com (Jean Yim) Date: Tue, 5 Apr 2016 13:31:19 +0000 Subject: [zanata-devel] Zanata and questions In-Reply-To: References: , , , Message-ID: Just for you to know. I found the answer. In fact, when you run the install.sh he will dl the zanata.war But the zanata.war isn't good anymore, the link has moved. I fix that on my server but I think it's a big issue for beginners. ________________________________ De : Jean Yim Envoy? : mardi 5 avril 2016 10:18 ? : Alex Eng Cc : zanata-devel at redhat.com Objet : RE: [zanata-devel] Zanata and questions Ps : This is the error : Caused by: java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method) [rt.jar:1.8.0_72-internal] at java.util.zip.ZipFile.(ZipFile.java:219) [rt.jar:1.8.0_72-internal] at java.util.zip.ZipFile.(ZipFile.java:149) [rt.jar:1.8.0_72-internal] at java.util.zip.ZipFile.(ZipFile.java:163) [rt.jar:1.8.0_72-internal] at org.jboss.vfs.VFSUtils.unzip(VFSUtils.java:874) [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:504) [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:533) [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] at org.jboss.as.server.deployment.DeploymentMountProvider$Factory$ServerDeploymentRepositoryImpl.mountDeploymentContent(DeploymentMountProvider.java:108) [wildfly-server-1.0.1.Final.jar:1.0.1.Final] at org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:91) [wildfly-server-1.0.1.Final.jar:1.0.1.Final] ________________________________ De : Jean Yim Envoy? : mardi 5 avril 2016 10:12 ? : Alex Eng Cc : zanata-devel at redhat.com Objet : RE: [zanata-devel] Zanata and questions Perfect, thank you very much for the answer! Also, I'm trying to install it on a debian serv. I use Wildfly 9 and OpenJdk 8. But it seems to have a problem... When I run Wildfly, he can't load Zanata.war because of a problem in opening/reading zip in a java method. Do you have an idea ? (Maybe try oracle java..) Thanks you again! Jean ________________________________ De : Alex Eng Envoy? : lundi 4 avril 2016 23:03 ? : Jean Yim Cc : zanata-devel at redhat.com Objet : Re: [zanata-devel] Zanata and questions On Mon, Apr 4, 2016 at 7:45 PM, Jean Yim > wrote: I read than Zanata support partially XML, txt, etc... Is it really a problem or it's ok ? Zanata supports different project types. http://docs.zanata.org/en/release/user-guide/projects/project-types/ XML/Xliff - Because it's a rare project type, and multiple types of standard used for this project type, we implemented based on our knowledge of the standard. But feel free to file an issue to us you find bug with this project type. We haven't received concern or issue from the user of these project type but again, we've got limited user on these project type. Finally, the translation memory can be trained with xliff files ? If yes, how ? (I didn't see it in the doc..) Not sure if I understand your question correctly; - If you asking about if translation uploaded in xliff project type will be used as translation memory in Zanata, then yes. All translations uploaded and updated in Zanata will be part of our translation memory. (all translations in our database) --------------------------------------------- Alex Eng Senior Software Engineer Globalisation Tools Engineering DID: +61 3514 8262 Mobile: +614 2335 3457 Red Hat, Asia-Pacific Pty Ltd Level 1, 193 North Quay Brisbane 4000 Office: +61 7 3514 8100 Fax: +61 7 3514 8199 Website: www.redhat.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From jean.yim at corp.ovh.com Tue Apr 5 16:23:42 2016 From: jean.yim at corp.ovh.com (Jean Yim) Date: Tue, 5 Apr 2016 16:23:42 +0000 Subject: [zanata-devel] Zanata and questions In-Reply-To: References: , , , , Message-ID: Hi, I got a question again.. Sorry.. I'm trying to upload a xml file on Zanata. But, with the client I got this error : [ERROR] Execution failed: javax.xml.bind.UnmarshalException: unexpected element (uri:"http://zanata.org/namespace/config/", local:"config"). Expected elements are <{http://zanata.org/namespace/api/gettext/}header-entry>, <{http://zanata.org/namespace/api/}person>, <{http://zanata.org/namespace/api/gettext/}po-target-header>, <{http://zanata.org/namespace/api/gettext/}pot-entry-header>, <{http://zanata.org/namespace/api/}resource>, <{http://zanata.org/namespace/api/}translations> I followed all the instructions... My project is set on xml etc... Again, I tried to upload it by the application, but still, "upload failed" And I tested with a project type "file" and "xml" Could you help me.. ? Thanks! ________________________________ De : zanata-devel-bounces at redhat.com de la part de Jean Yim Envoy? : mardi 5 avril 2016 15:31 ? : Alex Eng Cc : zanata-devel at redhat.com Objet : Re: [zanata-devel] Zanata and questions Just for you to know. I found the answer. In fact, when you run the install.sh he will dl the zanata.war But the zanata.war isn't good anymore, the link has moved. I fix that on my server but I think it's a big issue for beginners. ________________________________ De : Jean Yim Envoy? : mardi 5 avril 2016 10:18 ? : Alex Eng Cc : zanata-devel at redhat.com Objet : RE: [zanata-devel] Zanata and questions Ps : This is the error : Caused by: java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method) [rt.jar:1.8.0_72-internal] at java.util.zip.ZipFile.(ZipFile.java:219) [rt.jar:1.8.0_72-internal] at java.util.zip.ZipFile.(ZipFile.java:149) [rt.jar:1.8.0_72-internal] at java.util.zip.ZipFile.(ZipFile.java:163) [rt.jar:1.8.0_72-internal] at org.jboss.vfs.VFSUtils.unzip(VFSUtils.java:874) [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:504) [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:533) [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] at org.jboss.as.server.deployment.DeploymentMountProvider$Factory$ServerDeploymentRepositoryImpl.mountDeploymentContent(DeploymentMountProvider.java:108) [wildfly-server-1.0.1.Final.jar:1.0.1.Final] at org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:91) [wildfly-server-1.0.1.Final.jar:1.0.1.Final] ________________________________ De : Jean Yim Envoy? : mardi 5 avril 2016 10:12 ? : Alex Eng Cc : zanata-devel at redhat.com Objet : RE: [zanata-devel] Zanata and questions Perfect, thank you very much for the answer! Also, I'm trying to install it on a debian serv. I use Wildfly 9 and OpenJdk 8. But it seems to have a problem... When I run Wildfly, he can't load Zanata.war because of a problem in opening/reading zip in a java method. Do you have an idea ? (Maybe try oracle java..) Thanks you again! Jean ________________________________ De : Alex Eng Envoy? : lundi 4 avril 2016 23:03 ? : Jean Yim Cc : zanata-devel at redhat.com Objet : Re: [zanata-devel] Zanata and questions On Mon, Apr 4, 2016 at 7:45 PM, Jean Yim > wrote: I read than Zanata support partially XML, txt, etc... Is it really a problem or it's ok ? Zanata supports different project types. http://docs.zanata.org/en/release/user-guide/projects/project-types/ XML/Xliff - Because it's a rare project type, and multiple types of standard used for this project type, we implemented based on our knowledge of the standard. But feel free to file an issue to us you find bug with this project type. We haven't received concern or issue from the user of these project type but again, we've got limited user on these project type. Finally, the translation memory can be trained with xliff files ? If yes, how ? (I didn't see it in the doc..) Not sure if I understand your question correctly; - If you asking about if translation uploaded in xliff project type will be used as translation memory in Zanata, then yes. All translations uploaded and updated in Zanata will be part of our translation memory. (all translations in our database) --------------------------------------------- Alex Eng Senior Software Engineer Globalisation Tools Engineering DID: +61 3514 8262 Mobile: +614 2335 3457 Red Hat, Asia-Pacific Pty Ltd Level 1, 193 North Quay Brisbane 4000 Office: +61 7 3514 8100 Fax: +61 7 3514 8199 Website: www.redhat.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From aeng at redhat.com Tue Apr 5 21:49:16 2016 From: aeng at redhat.com (Alex Eng) Date: Wed, 6 Apr 2016 07:49:16 +1000 Subject: [zanata-devel] Zanata and questions In-Reply-To: References: Message-ID: Is it possible to attached your zanata.xml file and also our project files that you wish to push? --------------------------------------------- Alex Eng Senior Software Engineer Globalisation Tools Engineering DID: +61 3514 8262 Mobile: +614 2335 3457 Red Hat, Asia-Pacific Pty Ltd Level 1, 193 North Quay Brisbane 4000 Office: +61 7 3514 8100 Fax: +61 7 3514 8199 Website: www.redhat.com On Wed, Apr 6, 2016 at 2:23 AM, Jean Yim wrote: > Hi, > > I got a question again.. Sorry.. > > > I'm trying to upload a xml file on Zanata. > > But, with the client I got this error : > > [ERROR] Execution failed: javax.xml.bind.UnmarshalException: > unexpected element > (uri:"http://zanata.org/namespace/config/", local:"config"). > Expected elements are > <{http://zanata.org/namespace/api/gettext/}header-entry>, > <{http://zanata.org/namespace/api/}person>, > <{http://zanata.org/namespace/api/gettext/}po-target-header>, > <{http://zanata.org/namespace/api/gettext/}pot-entry-header>, > <{http://zanata.org/namespace/api/}resource>, > <{http://zanata.org/namespace/api/}translations> > > > I followed all the instructions... My project is set on xml etc... > > > Again, I tried to upload it by the application, but still, "upload failed" > > And I tested with a project type "file" and "xml" > > > Could you help me.. ? > > Thanks! > > > ------------------------------ > *De :* zanata-devel-bounces at redhat.com > de la part de Jean Yim > *Envoy? :* mardi 5 avril 2016 15:31 > *? :* Alex Eng > *Cc :* zanata-devel at redhat.com > *Objet :* Re: [zanata-devel] Zanata and questions > > > Just for you to know. I found the answer. > > In fact, when you run the install.sh he will dl the zanata.war > > But the zanata.war isn't good anymore, the link has moved. > > I fix that on my server but I think it's a big issue for beginners. > > > > > ------------------------------ > *De :* Jean Yim > *Envoy? :* mardi 5 avril 2016 10:18 > *? :* Alex Eng > *Cc :* zanata-devel at redhat.com > *Objet :* RE: [zanata-devel] Zanata and questions > > > Ps : > This is the error : > > Caused by: java.util.zip.ZipException: error in opening zip file > at java.util.zip.ZipFile.open(Native Method) [rt.jar:1.8.0_72-internal] > at java.util.zip.ZipFile.(ZipFile.java:219) > [rt.jar:1.8.0_72-internal] > at java.util.zip.ZipFile.(ZipFile.java:149) > [rt.jar:1.8.0_72-internal] > at java.util.zip.ZipFile.(ZipFile.java:163) > [rt.jar:1.8.0_72-internal] > at org.jboss.vfs.VFSUtils.unzip(VFSUtils.java:874) > [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] > at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:504) > [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] > at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:533) > [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] > at > org.jboss.as.server.deployment.DeploymentMountProvider$Factory$ServerDeploymentRepositoryImpl.mountDeploymentContent(DeploymentMountProvider.java:108) > [wildfly-server-1.0.1.Final.jar:1.0.1.Final] > at > org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:91) > [wildfly-server-1.0.1.Final.jar:1.0.1.Final] > > > > ------------------------------ > *De :* Jean Yim > *Envoy? :* mardi 5 avril 2016 10:12 > *? :* Alex Eng > *Cc :* zanata-devel at redhat.com > *Objet :* RE: [zanata-devel] Zanata and questions > > > Perfect, thank you very much for the answer! > > > Also, I'm trying to install it on a debian serv. I use Wildfly 9 and > OpenJdk 8. > > But it seems to have a problem... > > When I run Wildfly, he can't load Zanata.war because of a problem in > opening/reading zip in a java method. > > Do you have an idea ? (Maybe try oracle java..) > > > Thanks you again! > > Jean > > > ------------------------------ > *De :* Alex Eng > *Envoy? :* lundi 4 avril 2016 23:03 > *? :* Jean Yim > *Cc :* zanata-devel at redhat.com > *Objet :* Re: [zanata-devel] Zanata and questions > > > On Mon, Apr 4, 2016 at 7:45 PM, Jean Yim wrote: > >> I read than Zanata support partially XML, txt, etc... >> >> Is it really a problem or it's ok ? >> > Zanata supports different project types. > http://docs.zanata.org/en/release/user-guide/projects/project-types/ > > XML/Xliff - Because it's a rare project type, and multiple types of > standard used for this project type, we implemented based on our knowledge > of the standard. But feel free to file an issue to us you find bug with > this project type. > We haven't received concern or issue from the user of these project type > but again, we've got limited user on these project type. > >> Finally, the translation memory can be trained with xliff files ? If yes, >> how ? (I didn't see it in the doc..) >> > Not sure if I understand your question correctly; > - If you asking about if translation uploaded in xliff project type will > be used as translation memory in Zanata, then yes. > All translations uploaded and updated in Zanata will be part of our > translation memory. (all translations in our database) > > > > --------------------------------------------- > > Alex Eng > Senior Software Engineer > Globalisation Tools Engineering > DID: +61 3514 8262 > Mobile: +614 2335 3457 > > Red Hat, Asia-Pacific Pty Ltd > Level 1, 193 North Quay > Brisbane 4000 > Office: +61 7 3514 8100 > Fax: +61 7 3514 8199 > Website: www.redhat.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: From damason at redhat.com Wed Apr 6 05:27:06 2016 From: damason at redhat.com (David Mason) Date: Wed, 6 Apr 2016 15:27:06 +1000 Subject: [zanata-devel] Zanata and questions In-Reply-To: References: Message-ID: Hi Jean, The XML project type is for Zanata's specific XML format. It is used mainly for testing of the API since it is the format that the command-line clients use to send translations that are extracted from different file formats. Unless you have XML that was created by the Zanata client, the "XML" project type will not work for you. If you let us know which XML structure your translations use, or which tool was used to generate them, we can help to find the right configuration for you to use. Cheers, David Mason Software Engineer L10n Engineering Red Hat, Asia-Pacific Pty Ltd Level 1, 193 North Quay Brisbane 4000 On Wed, Apr 6, 2016 at 7:49 AM, Alex Eng wrote: > Is it possible to attached your zanata.xml file and also our project files > that you wish to push? > > > --------------------------------------------- > > Alex Eng > Senior Software Engineer > Globalisation Tools Engineering > DID: +61 3514 8262 > Mobile: +614 2335 3457 > > Red Hat, Asia-Pacific Pty Ltd > Level 1, 193 North Quay > Brisbane 4000 > Office: +61 7 3514 8100 > Fax: +61 7 3514 8199 > Website: www.redhat.com > > On Wed, Apr 6, 2016 at 2:23 AM, Jean Yim wrote: > >> Hi, >> >> I got a question again.. Sorry.. >> >> >> I'm trying to upload a xml file on Zanata. >> >> But, with the client I got this error : >> >> [ERROR] Execution failed: javax.xml.bind.UnmarshalException: >> unexpected element >> (uri:"http://zanata.org/namespace/config/", local:"config"). >> Expected elements are >> <{http://zanata.org/namespace/api/gettext/}header-entry>, >> <{http://zanata.org/namespace/api/}person>, >> <{http://zanata.org/namespace/api/gettext/}po-target-header>, >> <{http://zanata.org/namespace/api/gettext/}pot-entry-header>, >> <{http://zanata.org/namespace/api/}resource>, >> <{http://zanata.org/namespace/api/}translations> >> >> >> I followed all the instructions... My project is set on xml etc... >> >> >> Again, I tried to upload it by the application, but still, "upload failed" >> >> And I tested with a project type "file" and "xml" >> >> >> Could you help me.. ? >> >> Thanks! >> >> >> ------------------------------ >> *De :* zanata-devel-bounces at redhat.com >> de la part de Jean Yim >> *Envoy? :* mardi 5 avril 2016 15:31 >> *? :* Alex Eng >> *Cc :* zanata-devel at redhat.com >> *Objet :* Re: [zanata-devel] Zanata and questions >> >> >> Just for you to know. I found the answer. >> >> In fact, when you run the install.sh he will dl the zanata.war >> >> But the zanata.war isn't good anymore, the link has moved. >> >> I fix that on my server but I think it's a big issue for beginners. >> >> >> >> >> ------------------------------ >> *De :* Jean Yim >> *Envoy? :* mardi 5 avril 2016 10:18 >> *? :* Alex Eng >> *Cc :* zanata-devel at redhat.com >> *Objet :* RE: [zanata-devel] Zanata and questions >> >> >> Ps : >> This is the error : >> >> Caused by: java.util.zip.ZipException: error in opening zip file >> at java.util.zip.ZipFile.open(Native Method) >> [rt.jar:1.8.0_72-internal] >> at java.util.zip.ZipFile.(ZipFile.java:219) >> [rt.jar:1.8.0_72-internal] >> at java.util.zip.ZipFile.(ZipFile.java:149) >> [rt.jar:1.8.0_72-internal] >> at java.util.zip.ZipFile.(ZipFile.java:163) >> [rt.jar:1.8.0_72-internal] >> at org.jboss.vfs.VFSUtils.unzip(VFSUtils.java:874) >> [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] >> at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:504) >> [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] >> at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:533) >> [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] >> at >> org.jboss.as.server.deployment.DeploymentMountProvider$Factory$ServerDeploymentRepositoryImpl.mountDeploymentContent(DeploymentMountProvider.java:108) >> [wildfly-server-1.0.1.Final.jar:1.0.1.Final] >> at >> org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:91) >> [wildfly-server-1.0.1.Final.jar:1.0.1.Final] >> >> >> >> ------------------------------ >> *De :* Jean Yim >> *Envoy? :* mardi 5 avril 2016 10:12 >> *? :* Alex Eng >> *Cc :* zanata-devel at redhat.com >> *Objet :* RE: [zanata-devel] Zanata and questions >> >> >> Perfect, thank you very much for the answer! >> >> >> Also, I'm trying to install it on a debian serv. I use Wildfly 9 and >> OpenJdk 8. >> >> But it seems to have a problem... >> >> When I run Wildfly, he can't load Zanata.war because of a problem in >> opening/reading zip in a java method. >> >> Do you have an idea ? (Maybe try oracle java..) >> >> >> Thanks you again! >> >> Jean >> >> >> ------------------------------ >> *De :* Alex Eng >> *Envoy? :* lundi 4 avril 2016 23:03 >> *? :* Jean Yim >> *Cc :* zanata-devel at redhat.com >> *Objet :* Re: [zanata-devel] Zanata and questions >> >> >> On Mon, Apr 4, 2016 at 7:45 PM, Jean Yim wrote: >> >>> I read than Zanata support partially XML, txt, etc... >>> >>> Is it really a problem or it's ok ? >>> >> Zanata supports different project types. >> http://docs.zanata.org/en/release/user-guide/projects/project-types/ >> >> XML/Xliff - Because it's a rare project type, and multiple types of >> standard used for this project type, we implemented based on our knowledge >> of the standard. But feel free to file an issue to us you find bug with >> this project type. >> We haven't received concern or issue from the user of these project type >> but again, we've got limited user on these project type. >> >>> Finally, the translation memory can be trained with xliff files ? If >>> yes, how ? (I didn't see it in the doc..) >>> >> Not sure if I understand your question correctly; >> - If you asking about if translation uploaded in xliff project type will >> be used as translation memory in Zanata, then yes. >> All translations uploaded and updated in Zanata will be part of our >> translation memory. (all translations in our database) >> >> >> >> --------------------------------------------- >> >> Alex Eng >> Senior Software Engineer >> Globalisation Tools Engineering >> DID: +61 3514 8262 >> Mobile: +614 2335 3457 >> >> Red Hat, Asia-Pacific Pty Ltd >> Level 1, 193 North Quay >> Brisbane 4000 >> Office: +61 7 3514 8100 >> Fax: +61 7 3514 8199 >> Website: www.redhat.com >> > > > _______________________________________________ > zanata-devel mailing list > zanata-devel at redhat.com > https://www.redhat.com/mailman/listinfo/zanata-devel > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jean.yim at corp.ovh.com Wed Apr 6 08:42:34 2016 From: jean.yim at corp.ovh.com (Jean Yim) Date: Wed, 6 Apr 2016 08:42:34 +0000 Subject: [zanata-devel] Zanata and questions In-Reply-To: References: , Message-ID: <893f4cb42b7a494580ef0910fe7e06c9@corp.ovh.com> Hi all! Thanks for your answers! [😊] I see David... So, we can't translate XML ? Because, I tried to upload one directly by the app, with the file configuration's format. But Zanata told me the xml was "no content". I tried with this file : Zanata Jean Translate Let's translate! We can't translate XML ? For the client : I didn't understand than it was for Zanata specific XML... So I tried to use the option "file" format but it is unknow from the client.. [ERROR] Execution failed: unknown project type: file (Sorry for my bad english, I'm not a very good speaker... From France) Cheers, Jean ________________________________ De : David Mason Envoy? : mercredi 6 avril 2016 07:27 ? : Alex Eng Cc : Jean Yim; zanata-devel at redhat.com Objet : Re: [zanata-devel] Zanata and questions Hi Jean, The XML project type is for Zanata's specific XML format. It is used mainly for testing of the API since it is the format that the command-line clients use to send translations that are extracted from different file formats. Unless you have XML that was created by the Zanata client, the "XML" project type will not work for you. If you let us know which XML structure your translations use, or which tool was used to generate them, we can help to find the right configuration for you to use. Cheers, David Mason Software Engineer L10n Engineering Red Hat, Asia-Pacific Pty Ltd Level 1, 193 North Quay Brisbane 4000 On Wed, Apr 6, 2016 at 7:49 AM, Alex Eng > wrote: Is it possible to attached your zanata.xml file and also our project files that you wish to push? --------------------------------------------- Alex Eng Senior Software Engineer Globalisation Tools Engineering DID: +61 3514 8262 Mobile: +614 2335 3457 Red Hat, Asia-Pacific Pty Ltd Level 1, 193 North Quay Brisbane 4000 Office: +61 7 3514 8100 Fax: +61 7 3514 8199 Website: www.redhat.com On Wed, Apr 6, 2016 at 2:23 AM, Jean Yim > wrote: Hi, I got a question again.. Sorry.. I'm trying to upload a xml file on Zanata. But, with the client I got this error : [ERROR] Execution failed: javax.xml.bind.UnmarshalException: unexpected element (uri:"http://zanata.org/namespace/config/", local:"config"). Expected elements are <{http://zanata.org/namespace/api/gettext/}header-entry>, <{http://zanata.org/namespace/api/}person>, <{http://zanata.org/namespace/api/gettext/}po-target-header>, <{http://zanata.org/namespace/api/gettext/}pot-entry-header>, <{http://zanata.org/namespace/api/}resource>, <{http://zanata.org/namespace/api/}translations> I followed all the instructions... My project is set on xml etc... Again, I tried to upload it by the application, but still, "upload failed" And I tested with a project type "file" and "xml" Could you help me.. ? Thanks! ________________________________ De : zanata-devel-bounces at redhat.com > de la part de Jean Yim > Envoy? : mardi 5 avril 2016 15:31 ? : Alex Eng Cc : zanata-devel at redhat.com Objet : Re: [zanata-devel] Zanata and questions Just for you to know. I found the answer. In fact, when you run the install.sh he will dl the zanata.war But the zanata.war isn't good anymore, the link has moved. I fix that on my server but I think it's a big issue for beginners. ________________________________ De : Jean Yim Envoy? : mardi 5 avril 2016 10:18 ? : Alex Eng Cc : zanata-devel at redhat.com Objet : RE: [zanata-devel] Zanata and questions Ps : This is the error : Caused by: java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method) [rt.jar:1.8.0_72-internal] at java.util.zip.ZipFile.(ZipFile.java:219) [rt.jar:1.8.0_72-internal] at java.util.zip.ZipFile.(ZipFile.java:149) [rt.jar:1.8.0_72-internal] at java.util.zip.ZipFile.(ZipFile.java:163) [rt.jar:1.8.0_72-internal] at org.jboss.vfs.VFSUtils.unzip(VFSUtils.java:874) [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:504) [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:533) [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] at org.jboss.as.server.deployment.DeploymentMountProvider$Factory$ServerDeploymentRepositoryImpl.mountDeploymentContent(DeploymentMountProvider.java:108) [wildfly-server-1.0.1.Final.jar:1.0.1.Final] at org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:91) [wildfly-server-1.0.1.Final.jar:1.0.1.Final] ________________________________ De : Jean Yim Envoy? : mardi 5 avril 2016 10:12 ? : Alex Eng Cc : zanata-devel at redhat.com Objet : RE: [zanata-devel] Zanata and questions Perfect, thank you very much for the answer! Also, I'm trying to install it on a debian serv. I use Wildfly 9 and OpenJdk 8. But it seems to have a problem... When I run Wildfly, he can't load Zanata.war because of a problem in opening/reading zip in a java method. Do you have an idea ? (Maybe try oracle java..) Thanks you again! Jean ________________________________ De : Alex Eng > Envoy? : lundi 4 avril 2016 23:03 ? : Jean Yim Cc : zanata-devel at redhat.com Objet : Re: [zanata-devel] Zanata and questions On Mon, Apr 4, 2016 at 7:45 PM, Jean Yim > wrote: I read than Zanata support partially XML, txt, etc... Is it really a problem or it's ok ? Zanata supports different project types. http://docs.zanata.org/en/release/user-guide/projects/project-types/ XML/Xliff - Because it's a rare project type, and multiple types of standard used for this project type, we implemented based on our knowledge of the standard. But feel free to file an issue to us you find bug with this project type. We haven't received concern or issue from the user of these project type but again, we've got limited user on these project type. Finally, the translation memory can be trained with xliff files ? If yes, how ? (I didn't see it in the doc..) Not sure if I understand your question correctly; - If you asking about if translation uploaded in xliff project type will be used as translation memory in Zanata, then yes. All translations uploaded and updated in Zanata will be part of our translation memory. (all translations in our database) --------------------------------------------- Alex Eng Senior Software Engineer Globalisation Tools Engineering DID: +61 3514 8262 Mobile: +614 2335 3457 Red Hat, Asia-Pacific Pty Ltd Level 1, 193 North Quay Brisbane 4000 Office: +61 7 3514 8100 Fax: +61 7 3514 8199 Website: www.redhat.com _______________________________________________ zanata-devel mailing list zanata-devel at redhat.com https://www.redhat.com/mailman/listinfo/zanata-devel -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: OutlookEmoji-&#X1f60a.png Type: image/png Size: 488 bytes Desc: OutlookEmoji-&#X1f60a.png URL: From bg at gull.io Wed Apr 6 09:41:44 2016 From: bg at gull.io (Brad Garrison) Date: Wed, 6 Apr 2016 10:41:44 +0100 Subject: [zanata-devel] Zanata and questions In-Reply-To: References: Message-ID: <82B65B81-5C8F-4855-8A62-D8299E3FA46E@gull.io> Does the same apply to XLIFF files? I have some files from a third party system in XLIFF format which I wish to upload via the client. But I get errors. I raised a bug report and no one told me at that time that XLIFF was a Zanata-format only. Please advise? Many thanks, B Garrison > On 6 Apr 2016, at 06:27, David Mason wrote: > > Hi Jean, > > The XML project type is for Zanata's specific XML format. It is used mainly for testing of the API since it is the format that the command-line clients use to send translations that are extracted from different file formats. Unless you have XML that was created by the Zanata client, the "XML" project type will not work for you. > > If you let us know which XML structure your translations use, or which tool was used to generate them, we can help to find the right configuration for you to use. > > > > Cheers, > > David Mason > Software Engineer > L10n Engineering > > Red Hat, Asia-Pacific Pty Ltd > Level 1, 193 North Quay > Brisbane 4000 > >> On Wed, Apr 6, 2016 at 7:49 AM, Alex Eng wrote: >> Is it possible to attached your zanata.xml file and also our project files that you wish to push? >> >> >> --------------------------------------------- >> >> Alex Eng >> Senior Software Engineer >> Globalisation Tools Engineering >> DID: +61 3514 8262 >> Mobile: +614 2335 3457 >> >> Red Hat, Asia-Pacific Pty Ltd >> Level 1, 193 North Quay >> Brisbane 4000 >> Office: +61 7 3514 8100 >> Fax: +61 7 3514 8199 >> Website: www.redhat.com >> >>> On Wed, Apr 6, 2016 at 2:23 AM, Jean Yim wrote: >>> Hi, >>> >>> I got a question again.. Sorry.. >>> >>> >>> I'm trying to upload a xml file on Zanata. >>> >>> But, with the client I got this error : >>> [ERROR] Execution failed: javax.xml.bind.UnmarshalException: >>> unexpected element >>> (uri:"http://zanata.org/namespace/config/", local:"config"). >>> Expected elements are >>> <{http://zanata.org/namespace/api/gettext/}header-entry>, >>> <{http://zanata.org/namespace/api/}person>, >>> <{http://zanata.org/namespace/api/gettext/}po-target-header>, >>> <{http://zanata.org/namespace/api/gettext/}pot-entry-header>, >>> <{http://zanata.org/namespace/api/}resource>, >>> <{http://zanata.org/namespace/api/}translations> >>> >>> >>> I followed all the instructions... My project is set on xml etc... >>> >>> >>> Again, I tried to upload it by the application, but still, "upload failed" >>> >>> And I tested with a project type "file" and "xml" >>> >>> >>> Could you help me.. ? >>> >>> Thanks! >>> >>> >>> >>> De : zanata-devel-bounces at redhat.com de la part de Jean Yim >>> Envoy? : mardi 5 avril 2016 15:31 >>> ? : Alex Eng >>> Cc : zanata-devel at redhat.com >>> Objet : Re: [zanata-devel] Zanata and questions >>> >>> Just for you to know. I found the answer. >>> >>> In fact, when you run the install.sh he will dl the zanata.war >>> >>> But the zanata.war isn't good anymore, the link has moved. >>> >>> I fix that on my server but I think it's a big issue for beginners. >>> >>> >>> >>> >>> >>> De : Jean Yim >>> Envoy? : mardi 5 avril 2016 10:18 >>> ? : Alex Eng >>> Cc : zanata-devel at redhat.com >>> Objet : RE: [zanata-devel] Zanata and questions >>> >>> Ps : >>> This is the error : >>> >>> Caused by: java.util.zip.ZipException: error in opening zip file >>> at java.util.zip.ZipFile.open(Native Method) [rt.jar:1.8.0_72-internal] >>> at java.util.zip.ZipFile.(ZipFile.java:219) [rt.jar:1.8.0_72-internal] >>> at java.util.zip.ZipFile.(ZipFile.java:149) [rt.jar:1.8.0_72-internal] >>> at java.util.zip.ZipFile.(ZipFile.java:163) [rt.jar:1.8.0_72-internal] >>> at org.jboss.vfs.VFSUtils.unzip(VFSUtils.java:874) [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] >>> at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:504) [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] >>> at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:533) [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] >>> at org.jboss.as.server.deployment.DeploymentMountProvider$Factory$ServerDeploymentRepositoryImpl.mountDeploymentContent(DeploymentMountProvider.java:108) [wildfly-server-1.0.1.Final.jar:1.0.1.Final] >>> at org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:91) [wildfly-server-1.0.1.Final.jar:1.0.1.Final] >>> >>> >>> >>> >>> De : Jean Yim >>> Envoy? : mardi 5 avril 2016 10:12 >>> ? : Alex Eng >>> Cc : zanata-devel at redhat.com >>> Objet : RE: [zanata-devel] Zanata and questions >>> >>> Perfect, thank you very much for the answer! >>> >>> >>> Also, I'm trying to install it on a debian serv. I use Wildfly 9 and OpenJdk 8. >>> >>> But it seems to have a problem... >>> >>> When I run Wildfly, he can't load Zanata.war because of a problem in opening/reading zip in a java method. >>> >>> Do you have an idea ? (Maybe try oracle java..) >>> >>> >>> Thanks you again! >>> >>> Jean >>> >>> >>> >>> De : Alex Eng >>> Envoy? : lundi 4 avril 2016 23:03 >>> ? : Jean Yim >>> Cc : zanata-devel at redhat.com >>> Objet : Re: [zanata-devel] Zanata and questions >>> >>> >>>> On Mon, Apr 4, 2016 at 7:45 PM, Jean Yim wrote: >>>> I read than Zanata support partially XML, txt, etc... >>>> >>>> Is it really a problem or it's ok ? >>>> >>> Zanata supports different project types. http://docs.zanata.org/en/release/user-guide/projects/project-types/ >>> >>> XML/Xliff - Because it's a rare project type, and multiple types of standard used for this project type, we implemented based on our knowledge of the standard. But feel free to file an issue to us you find bug with this project type. >>> We haven't received concern or issue from the user of these project type but again, we've got limited user on these project type. >>>> Finally, the translation memory can be trained with xliff files ? If yes, how ? (I didn't see it in the doc..) >>>> >>> Not sure if I understand your question correctly; >>> - If you asking about if translation uploaded in xliff project type will be used as translation memory in Zanata, then yes. >>> All translations uploaded and updated in Zanata will be part of our translation memory. (all translations in our database) >>> >>> >>> >>> --------------------------------------------- >>> >>> Alex Eng >>> Senior Software Engineer >>> Globalisation Tools Engineering >>> DID: +61 3514 8262 >>> Mobile: +614 2335 3457 >>> >>> Red Hat, Asia-Pacific Pty Ltd >>> Level 1, 193 North Quay >>> Brisbane 4000 >>> Office: +61 7 3514 8100 >>> Fax: +61 7 3514 8199 >>> Website: www.redhat.com >> >> >> _______________________________________________ >> zanata-devel mailing list >> zanata-devel at redhat.com >> https://www.redhat.com/mailman/listinfo/zanata-devel > > _______________________________________________ > zanata-devel mailing list > zanata-devel at redhat.com > https://www.redhat.com/mailman/listinfo/zanata-devel -------------- next part -------------- An HTML attachment was scrubbed... URL: From sflaniga at redhat.com Thu Apr 7 01:09:56 2016 From: sflaniga at redhat.com (Sean Flanigan) Date: Thu, 7 Apr 2016 11:09:56 +1000 Subject: [zanata-devel] Zanata and questions In-Reply-To: <82B65B81-5C8F-4855-8A62-D8299E3FA46E@gull.io> References: <82B65B81-5C8F-4855-8A62-D8299E3FA46E@gull.io> Message-ID: Hi Brad, The XLIFF support in Zanata is currently more specific to the XLIFF subset used by Spacewalk than it ought to be, but it's certainly not in the same boat as the Zanata XML format mentioned by David. I couldn't find your XLIFF bug in JIRA, but is it anything like this one? https://zanata.atlassian.net/browse/ZNTA-610 Regards Sean On 6 April 2016 at 19:41, Brad Garrison wrote: > Does the same apply to XLIFF files? I have some files from a third party > system in XLIFF format which I wish to upload via the client. But I get > errors. I raised a bug report and no one told me at that time that XLIFF > was a Zanata-format only. > > Please advise? > > Many thanks, > B Garrison > > On 6 Apr 2016, at 06:27, David Mason wrote: > > Hi Jean, > > The XML project type is for Zanata's specific XML format. It is used > mainly for testing of the API since it is the format that the command-line > clients use to send translations that are extracted from different file > formats. Unless you have XML that was created by the Zanata client, the > "XML" project type will not work for you. > > If you let us know which XML structure your translations use, or which > tool was used to generate them, we can help to find the right configuration > for you to use. > > > > Cheers, > > David Mason > Software Engineer > L10n Engineering > > Red Hat, Asia-Pacific Pty Ltd > Level 1, 193 North Quay > Brisbane 4000 > > On Wed, Apr 6, 2016 at 7:49 AM, Alex Eng wrote: > >> Is it possible to attached your zanata.xml file and also our project >> files that you wish to push? >> >> >> --------------------------------------------- >> >> Alex Eng >> Senior Software Engineer >> Globalisation Tools Engineering >> DID: +61 3514 8262 >> Mobile: +614 2335 3457 >> >> Red Hat, Asia-Pacific Pty Ltd >> Level 1, 193 North Quay >> Brisbane 4000 >> Office: +61 7 3514 8100 >> Fax: +61 7 3514 8199 >> Website: www.redhat.com >> >> On Wed, Apr 6, 2016 at 2:23 AM, Jean Yim wrote: >> >>> Hi, >>> >>> I got a question again.. Sorry.. >>> >>> >>> I'm trying to upload a xml file on Zanata. >>> >>> But, with the client I got this error : >>> >>> [ERROR] Execution failed: javax.xml.bind.UnmarshalException: >>> unexpected element >>> (uri:"http://zanata.org/namespace/config/", local:"config"). >>> Expected elements are >>> <{http://zanata.org/namespace/api/gettext/}header-entry>, >>> <{http://zanata.org/namespace/api/}person>, >>> <{http://zanata.org/namespace/api/gettext/}po-target-header>, >>> <{http://zanata.org/namespace/api/gettext/}pot-entry-header>, >>> <{http://zanata.org/namespace/api/}resource>, >>> <{http://zanata.org/namespace/api/}translations> >>> >>> >>> I followed all the instructions... My project is set on xml etc... >>> >>> >>> Again, I tried to upload it by the application, but still, "upload >>> failed" >>> >>> And I tested with a project type "file" and "xml" >>> >>> >>> Could you help me.. ? >>> >>> Thanks! >>> >>> >>> ------------------------------ >>> *De :* zanata-devel-bounces at redhat.com >>> de la part de Jean Yim >>> *Envoy? :* mardi 5 avril 2016 15:31 >>> *? :* Alex Eng >>> *Cc :* zanata-devel at redhat.com >>> *Objet :* Re: [zanata-devel] Zanata and questions >>> >>> >>> Just for you to know. I found the answer. >>> >>> In fact, when you run the install.sh he will dl the zanata.war >>> >>> But the zanata.war isn't good anymore, the link has moved. >>> >>> I fix that on my server but I think it's a big issue for beginners. >>> >>> >>> >>> >>> ------------------------------ >>> *De :* Jean Yim >>> *Envoy? :* mardi 5 avril 2016 10:18 >>> *? :* Alex Eng >>> *Cc :* zanata-devel at redhat.com >>> *Objet :* RE: [zanata-devel] Zanata and questions >>> >>> >>> Ps : >>> This is the error : >>> >>> Caused by: java.util.zip.ZipException: error in opening zip file >>> at java.util.zip.ZipFile.open(Native Method) >>> [rt.jar:1.8.0_72-internal] >>> at java.util.zip.ZipFile.(ZipFile.java:219) >>> [rt.jar:1.8.0_72-internal] >>> at java.util.zip.ZipFile.(ZipFile.java:149) >>> [rt.jar:1.8.0_72-internal] >>> at java.util.zip.ZipFile.(ZipFile.java:163) >>> [rt.jar:1.8.0_72-internal] >>> at org.jboss.vfs.VFSUtils.unzip(VFSUtils.java:874) >>> [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] >>> at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:504) >>> [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] >>> at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:533) >>> [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] >>> at >>> org.jboss.as.server.deployment.DeploymentMountProvider$Factory$ServerDeploymentRepositoryImpl.mountDeploymentContent(DeploymentMountProvider.java:108) >>> [wildfly-server-1.0.1.Final.jar:1.0.1.Final] >>> at >>> org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:91) >>> [wildfly-server-1.0.1.Final.jar:1.0.1.Final] >>> >>> >>> >>> ------------------------------ >>> *De :* Jean Yim >>> *Envoy? :* mardi 5 avril 2016 10:12 >>> *? :* Alex Eng >>> *Cc :* zanata-devel at redhat.com >>> *Objet :* RE: [zanata-devel] Zanata and questions >>> >>> >>> Perfect, thank you very much for the answer! >>> >>> >>> Also, I'm trying to install it on a debian serv. I use Wildfly 9 and >>> OpenJdk 8. >>> >>> But it seems to have a problem... >>> >>> When I run Wildfly, he can't load Zanata.war because of a problem in >>> opening/reading zip in a java method. >>> >>> Do you have an idea ? (Maybe try oracle java..) >>> >>> >>> Thanks you again! >>> >>> Jean >>> >>> >>> ------------------------------ >>> *De :* Alex Eng >>> *Envoy? :* lundi 4 avril 2016 23:03 >>> *? :* Jean Yim >>> *Cc :* zanata-devel at redhat.com >>> *Objet :* Re: [zanata-devel] Zanata and questions >>> >>> >>> On Mon, Apr 4, 2016 at 7:45 PM, Jean Yim wrote: >>> >>>> I read than Zanata support partially XML, txt, etc... >>>> >>>> Is it really a problem or it's ok ? >>>> >>> Zanata supports different project types. >>> http://docs.zanata.org/en/release/user-guide/projects/project-types/ >>> >>> XML/Xliff - Because it's a rare project type, and multiple types of >>> standard used for this project type, we implemented based on our knowledge >>> of the standard. But feel free to file an issue to us you find bug with >>> this project type. >>> We haven't received concern or issue from the user of these project type >>> but again, we've got limited user on these project type. >>> >>>> Finally, the translation memory can be trained with xliff files ? If >>>> yes, how ? (I didn't see it in the doc..) >>>> >>> Not sure if I understand your question correctly; >>> - If you asking about if translation uploaded in xliff project type will >>> be used as translation memory in Zanata, then yes. >>> All translations uploaded and updated in Zanata will be part of our >>> translation memory. (all translations in our database) >>> >>> >>> >>> --------------------------------------------- >>> >>> Alex Eng >>> Senior Software Engineer >>> Globalisation Tools Engineering >>> DID: +61 3514 8262 >>> Mobile: +614 2335 3457 >>> >>> Red Hat, Asia-Pacific Pty Ltd >>> Level 1, 193 North Quay >>> Brisbane 4000 >>> Office: +61 7 3514 8100 >>> Fax: +61 7 3514 8199 >>> Website: www.redhat.com >>> >> >> >> _______________________________________________ >> zanata-devel mailing list >> zanata-devel at redhat.com >> https://www.redhat.com/mailman/listinfo/zanata-devel >> > > _______________________________________________ > zanata-devel mailing list > zanata-devel at redhat.com > https://www.redhat.com/mailman/listinfo/zanata-devel > > > _______________________________________________ > zanata-devel mailing list > zanata-devel at redhat.com > https://www.redhat.com/mailman/listinfo/zanata-devel > -- Sean Flanigan Principal Software Engineer Globalisation Tools Engineering Red Hat -------------- next part -------------- An HTML attachment was scrubbed... URL: From bg at gull.io Thu Apr 7 02:05:26 2016 From: bg at gull.io (Brad Garrison) Date: Thu, 7 Apr 2016 03:05:26 +0100 Subject: [zanata-devel] Zanata and questions In-Reply-To: References: <82B65B81-5C8F-4855-8A62-D8299E3FA46E@gull.io> Message-ID: Hi Sean, The bug I reference is: https://zanata.atlassian.net/plugins/servlet/mobile#issue/ZNTA-923 I was told at the time I added to the bug a new version of client was due to be released any day which might fix it, but I see the issue is still open. Thanks for any help or guidance. --Brad > On 7 Apr 2016, at 02:09, Sean Flanigan wrote: > > Hi Brad, > > The XLIFF support in Zanata is currently more specific to the XLIFF subset used by Spacewalk than it ought to be, but it's certainly not in the same boat as the Zanata XML format mentioned by David. > > I couldn't find your XLIFF bug in JIRA, but is it anything like this one? https://zanata.atlassian.net/browse/ZNTA-610 > > Regards > > Sean > >> On 6 April 2016 at 19:41, Brad Garrison wrote: >> Does the same apply to XLIFF files? I have some files from a third party system in XLIFF format which I wish to upload via the client. But I get errors. I raised a bug report and no one told me at that time that XLIFF was a Zanata-format only. >> >> Please advise? >> >> Many thanks, >> B Garrison >> >>> On 6 Apr 2016, at 06:27, David Mason wrote: >>> >>> Hi Jean, >>> >>> The XML project type is for Zanata's specific XML format. It is used mainly for testing of the API since it is the format that the command-line clients use to send translations that are extracted from different file formats. Unless you have XML that was created by the Zanata client, the "XML" project type will not work for you. >>> >>> If you let us know which XML structure your translations use, or which tool was used to generate them, we can help to find the right configuration for you to use. >>> >>> >>> >>> Cheers, >>> >>> David Mason >>> Software Engineer >>> L10n Engineering >>> >>> Red Hat, Asia-Pacific Pty Ltd >>> Level 1, 193 North Quay >>> Brisbane 4000 >>> >>>> On Wed, Apr 6, 2016 at 7:49 AM, Alex Eng wrote: >>>> Is it possible to attached your zanata.xml file and also our project files that you wish to push? >>>> >>>> >>>> --------------------------------------------- >>>> >>>> Alex Eng >>>> Senior Software Engineer >>>> Globalisation Tools Engineering >>>> DID: +61 3514 8262 >>>> Mobile: +614 2335 3457 >>>> >>>> Red Hat, Asia-Pacific Pty Ltd >>>> Level 1, 193 North Quay >>>> Brisbane 4000 >>>> Office: +61 7 3514 8100 >>>> Fax: +61 7 3514 8199 >>>> Website: www.redhat.com >>>> >>>>> On Wed, Apr 6, 2016 at 2:23 AM, Jean Yim wrote: >>>>> Hi, >>>>> >>>>> I got a question again.. Sorry.. >>>>> >>>>> >>>>> I'm trying to upload a xml file on Zanata. >>>>> >>>>> But, with the client I got this error : >>>>> [ERROR] Execution failed: javax.xml.bind.UnmarshalException: >>>>> unexpected element >>>>> (uri:"http://zanata.org/namespace/config/", local:"config"). >>>>> Expected elements are >>>>> <{http://zanata.org/namespace/api/gettext/}header-entry>, >>>>> <{http://zanata.org/namespace/api/}person>, >>>>> <{http://zanata.org/namespace/api/gettext/}po-target-header>, >>>>> <{http://zanata.org/namespace/api/gettext/}pot-entry-header>, >>>>> <{http://zanata.org/namespace/api/}resource>, >>>>> <{http://zanata.org/namespace/api/}translations> >>>>> >>>>> >>>>> I followed all the instructions... My project is set on xml etc... >>>>> >>>>> >>>>> Again, I tried to upload it by the application, but still, "upload failed" >>>>> >>>>> And I tested with a project type "file" and "xml" >>>>> >>>>> >>>>> Could you help me.. ? >>>>> >>>>> Thanks! >>>>> >>>>> >>>>> >>>>> De : zanata-devel-bounces at redhat.com de la part de Jean Yim >>>>> Envoy? : mardi 5 avril 2016 15:31 >>>>> ? : Alex Eng >>>>> Cc : zanata-devel at redhat.com >>>>> Objet : Re: [zanata-devel] Zanata and questions >>>>> >>>>> Just for you to know. I found the answer. >>>>> >>>>> In fact, when you run the install.sh he will dl the zanata.war >>>>> >>>>> But the zanata.war isn't good anymore, the link has moved. >>>>> >>>>> I fix that on my server but I think it's a big issue for beginners. >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> De : Jean Yim >>>>> Envoy? : mardi 5 avril 2016 10:18 >>>>> ? : Alex Eng >>>>> Cc : zanata-devel at redhat.com >>>>> Objet : RE: [zanata-devel] Zanata and questions >>>>> >>>>> Ps : >>>>> This is the error : >>>>> >>>>> Caused by: java.util.zip.ZipException: error in opening zip file >>>>> at java.util.zip.ZipFile.open(Native Method) [rt.jar:1.8.0_72-internal] >>>>> at java.util.zip.ZipFile.(ZipFile.java:219) [rt.jar:1.8.0_72-internal] >>>>> at java.util.zip.ZipFile.(ZipFile.java:149) [rt.jar:1.8.0_72-internal] >>>>> at java.util.zip.ZipFile.(ZipFile.java:163) [rt.jar:1.8.0_72-internal] >>>>> at org.jboss.vfs.VFSUtils.unzip(VFSUtils.java:874) [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] >>>>> at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:504) [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] >>>>> at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:533) [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] >>>>> at org.jboss.as.server.deployment.DeploymentMountProvider$Factory$ServerDeploymentRepositoryImpl.mountDeploymentContent(DeploymentMountProvider.java:108) [wildfly-server-1.0.1.Final.jar:1.0.1.Final] >>>>> at org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:91) [wildfly-server-1.0.1.Final.jar:1.0.1.Final] >>>>> >>>>> >>>>> >>>>> >>>>> De : Jean Yim >>>>> Envoy? : mardi 5 avril 2016 10:12 >>>>> ? : Alex Eng >>>>> Cc : zanata-devel at redhat.com >>>>> Objet : RE: [zanata-devel] Zanata and questions >>>>> >>>>> Perfect, thank you very much for the answer! >>>>> >>>>> >>>>> Also, I'm trying to install it on a debian serv. I use Wildfly 9 and OpenJdk 8. >>>>> >>>>> But it seems to have a problem... >>>>> >>>>> When I run Wildfly, he can't load Zanata.war because of a problem in opening/reading zip in a java method. >>>>> >>>>> Do you have an idea ? (Maybe try oracle java..) >>>>> >>>>> >>>>> Thanks you again! >>>>> >>>>> Jean >>>>> >>>>> >>>>> >>>>> De : Alex Eng >>>>> Envoy? : lundi 4 avril 2016 23:03 >>>>> ? : Jean Yim >>>>> Cc : zanata-devel at redhat.com >>>>> Objet : Re: [zanata-devel] Zanata and questions >>>>> >>>>> >>>>>> On Mon, Apr 4, 2016 at 7:45 PM, Jean Yim wrote: >>>>>> I read than Zanata support partially XML, txt, etc... >>>>>> >>>>>> Is it really a problem or it's ok ? >>>>>> >>>>> Zanata supports different project types. http://docs.zanata.org/en/release/user-guide/projects/project-types/ >>>>> >>>>> XML/Xliff - Because it's a rare project type, and multiple types of standard used for this project type, we implemented based on our knowledge of the standard. But feel free to file an issue to us you find bug with this project type. >>>>> We haven't received concern or issue from the user of these project type but again, we've got limited user on these project type. >>>>>> Finally, the translation memory can be trained with xliff files ? If yes, how ? (I didn't see it in the doc..) >>>>>> >>>>> Not sure if I understand your question correctly; >>>>> - If you asking about if translation uploaded in xliff project type will be used as translation memory in Zanata, then yes. >>>>> All translations uploaded and updated in Zanata will be part of our translation memory. (all translations in our database) >>>>> >>>>> >>>>> >>>>> --------------------------------------------- >>>>> >>>>> Alex Eng >>>>> Senior Software Engineer >>>>> Globalisation Tools Engineering >>>>> DID: +61 3514 8262 >>>>> Mobile: +614 2335 3457 >>>>> >>>>> Red Hat, Asia-Pacific Pty Ltd >>>>> Level 1, 193 North Quay >>>>> Brisbane 4000 >>>>> Office: +61 7 3514 8100 >>>>> Fax: +61 7 3514 8199 >>>>> Website: www.redhat.com >>>> >>>> >>>> _______________________________________________ >>>> zanata-devel mailing list >>>> zanata-devel at redhat.com >>>> https://www.redhat.com/mailman/listinfo/zanata-devel >>> >>> _______________________________________________ >>> zanata-devel mailing list >>> zanata-devel at redhat.com >>> https://www.redhat.com/mailman/listinfo/zanata-devel >> >> _______________________________________________ >> zanata-devel mailing list >> zanata-devel at redhat.com >> https://www.redhat.com/mailman/listinfo/zanata-devel > > > > -- > Sean Flanigan > > Principal Software Engineer > Globalisation Tools Engineering > Red Hat -------------- next part -------------- An HTML attachment was scrubbed... URL: From sflaniga at redhat.com Thu Apr 7 06:58:35 2016 From: sflaniga at redhat.com (Sean Flanigan) Date: Thu, 7 Apr 2016 16:58:35 +1000 Subject: [zanata-devel] Zanata and questions In-Reply-To: References: <82B65B81-5C8F-4855-8A62-D8299E3FA46E@gull.io> Message-ID: Hi Brad, I've got a fix for ZNTA-923/ZNTA-125 in the works, but if the --validate workaround didn't help, you might have a different problem. Could you please post a bug on the tracker? https://zanata.atlassian.net/ Please include the exact command line (please use the -e option), the resulting console output, and if possible both the XLIFF file and zanata.xml. Thanks, Sean. On 7 April 2016 at 12:05, Brad Garrison wrote: > Hi Sean, > > The bug I reference is: > https://zanata.atlassian.net/plugins/servlet/mobile#issue/ZNTA-923 > > I was told at the time I added to the bug a new version of client was due > to be released any day which might fix it, but I see the issue is still > open. > > Thanks for any help or guidance. > --Brad > > On 7 Apr 2016, at 02:09, Sean Flanigan wrote: > > Hi Brad, > > The XLIFF support in Zanata is currently more specific to the XLIFF subset > used by Spacewalk than it ought to be, but it's certainly not in the same > boat as the Zanata XML format mentioned by David. > > I couldn't find your XLIFF bug in JIRA, but is it anything like this one? > https://zanata.atlassian.net/browse/ZNTA-610 > > Regards > > Sean > > On 6 April 2016 at 19:41, Brad Garrison wrote: > >> Does the same apply to XLIFF files? I have some files from a third party >> system in XLIFF format which I wish to upload via the client. But I get >> errors. I raised a bug report and no one told me at that time that XLIFF >> was a Zanata-format only. >> >> Please advise? >> >> Many thanks, >> B Garrison >> >> On 6 Apr 2016, at 06:27, David Mason wrote: >> >> Hi Jean, >> >> The XML project type is for Zanata's specific XML format. It is used >> mainly for testing of the API since it is the format that the command-line >> clients use to send translations that are extracted from different file >> formats. Unless you have XML that was created by the Zanata client, the >> "XML" project type will not work for you. >> >> If you let us know which XML structure your translations use, or which >> tool was used to generate them, we can help to find the right configuration >> for you to use. >> >> >> >> Cheers, >> >> David Mason >> Software Engineer >> L10n Engineering >> >> Red Hat, Asia-Pacific Pty Ltd >> Level 1, 193 North Quay >> Brisbane 4000 >> >> On Wed, Apr 6, 2016 at 7:49 AM, Alex Eng wrote: >> >>> Is it possible to attached your zanata.xml file and also our project >>> files that you wish to push? >>> >>> >>> --------------------------------------------- >>> >>> Alex Eng >>> Senior Software Engineer >>> Globalisation Tools Engineering >>> DID: +61 3514 8262 >>> Mobile: +614 2335 3457 >>> >>> Red Hat, Asia-Pacific Pty Ltd >>> Level 1, 193 North Quay >>> Brisbane 4000 >>> Office: +61 7 3514 8100 >>> Fax: +61 7 3514 8199 >>> Website: www.redhat.com >>> >>> On Wed, Apr 6, 2016 at 2:23 AM, Jean Yim wrote: >>> >>>> Hi, >>>> >>>> I got a question again.. Sorry.. >>>> >>>> >>>> I'm trying to upload a xml file on Zanata. >>>> >>>> But, with the client I got this error : >>>> >>>> [ERROR] Execution failed: javax.xml.bind.UnmarshalException: >>>> unexpected element >>>> (uri:"http://zanata.org/namespace/config/", local:"config"). >>>> Expected elements are >>>> <{http://zanata.org/namespace/api/gettext/}header-entry>, >>>> <{http://zanata.org/namespace/api/}person>, >>>> <{http://zanata.org/namespace/api/gettext/}po-target-header>, >>>> <{http://zanata.org/namespace/api/gettext/}pot-entry-header>, >>>> <{http://zanata.org/namespace/api/}resource>, >>>> <{http://zanata.org/namespace/api/}translations> >>>> >>>> >>>> I followed all the instructions... My project is set on xml etc... >>>> >>>> >>>> Again, I tried to upload it by the application, but still, "upload >>>> failed" >>>> >>>> And I tested with a project type "file" and "xml" >>>> >>>> >>>> Could you help me.. ? >>>> >>>> Thanks! >>>> >>>> >>>> ------------------------------ >>>> *De :* zanata-devel-bounces at redhat.com >>>> de la part de Jean Yim >>>> *Envoy? :* mardi 5 avril 2016 15:31 >>>> *? :* Alex Eng >>>> *Cc :* zanata-devel at redhat.com >>>> *Objet :* Re: [zanata-devel] Zanata and questions >>>> >>>> >>>> Just for you to know. I found the answer. >>>> >>>> In fact, when you run the install.sh he will dl the zanata.war >>>> >>>> But the zanata.war isn't good anymore, the link has moved. >>>> >>>> I fix that on my server but I think it's a big issue for beginners. >>>> >>>> >>>> >>>> >>>> ------------------------------ >>>> *De :* Jean Yim >>>> *Envoy? :* mardi 5 avril 2016 10:18 >>>> *? :* Alex Eng >>>> *Cc :* zanata-devel at redhat.com >>>> *Objet :* RE: [zanata-devel] Zanata and questions >>>> >>>> >>>> Ps : >>>> This is the error : >>>> >>>> Caused by: java.util.zip.ZipException: error in opening zip file >>>> at java.util.zip.ZipFile.open(Native Method) >>>> [rt.jar:1.8.0_72-internal] >>>> at java.util.zip.ZipFile.(ZipFile.java:219) >>>> [rt.jar:1.8.0_72-internal] >>>> at java.util.zip.ZipFile.(ZipFile.java:149) >>>> [rt.jar:1.8.0_72-internal] >>>> at java.util.zip.ZipFile.(ZipFile.java:163) >>>> [rt.jar:1.8.0_72-internal] >>>> at org.jboss.vfs.VFSUtils.unzip(VFSUtils.java:874) >>>> [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] >>>> at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:504) >>>> [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] >>>> at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:533) >>>> [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] >>>> at >>>> org.jboss.as.server.deployment.DeploymentMountProvider$Factory$ServerDeploymentRepositoryImpl.mountDeploymentContent(DeploymentMountProvider.java:108) >>>> [wildfly-server-1.0.1.Final.jar:1.0.1.Final] >>>> at >>>> org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:91) >>>> [wildfly-server-1.0.1.Final.jar:1.0.1.Final] >>>> >>>> >>>> >>>> ------------------------------ >>>> *De :* Jean Yim >>>> *Envoy? :* mardi 5 avril 2016 10:12 >>>> *? :* Alex Eng >>>> *Cc :* zanata-devel at redhat.com >>>> *Objet :* RE: [zanata-devel] Zanata and questions >>>> >>>> >>>> Perfect, thank you very much for the answer! >>>> >>>> >>>> Also, I'm trying to install it on a debian serv. I use Wildfly 9 and >>>> OpenJdk 8. >>>> >>>> But it seems to have a problem... >>>> >>>> When I run Wildfly, he can't load Zanata.war because of a problem in >>>> opening/reading zip in a java method. >>>> >>>> Do you have an idea ? (Maybe try oracle java..) >>>> >>>> >>>> Thanks you again! >>>> >>>> Jean >>>> >>>> >>>> ------------------------------ >>>> *De :* Alex Eng >>>> *Envoy? :* lundi 4 avril 2016 23:03 >>>> *? :* Jean Yim >>>> *Cc :* zanata-devel at redhat.com >>>> *Objet :* Re: [zanata-devel] Zanata and questions >>>> >>>> >>>> On Mon, Apr 4, 2016 at 7:45 PM, Jean Yim wrote: >>>> >>>>> I read than Zanata support partially XML, txt, etc... >>>>> >>>>> Is it really a problem or it's ok ? >>>>> >>>> Zanata supports different project types. >>>> http://docs.zanata.org/en/release/user-guide/projects/project-types/ >>>> >>>> XML/Xliff - Because it's a rare project type, and multiple types of >>>> standard used for this project type, we implemented based on our knowledge >>>> of the standard. But feel free to file an issue to us you find bug with >>>> this project type. >>>> We haven't received concern or issue from the user of these project >>>> type but again, we've got limited user on these project type. >>>> >>>>> Finally, the translation memory can be trained with xliff files ? If >>>>> yes, how ? (I didn't see it in the doc..) >>>>> >>>> Not sure if I understand your question correctly; >>>> - If you asking about if translation uploaded in xliff project type >>>> will be used as translation memory in Zanata, then yes. >>>> All translations uploaded and updated in Zanata will be part of our >>>> translation memory. (all translations in our database) >>>> >>>> >>>> >>>> --------------------------------------------- >>>> >>>> Alex Eng >>>> Senior Software Engineer >>>> Globalisation Tools Engineering >>>> DID: +61 3514 8262 >>>> Mobile: +614 2335 3457 >>>> >>>> Red Hat, Asia-Pacific Pty Ltd >>>> Level 1, 193 North Quay >>>> Brisbane 4000 >>>> Office: +61 7 3514 8100 >>>> Fax: +61 7 3514 8199 >>>> Website: www.redhat.com >>>> >>> >>> >>> _______________________________________________ >>> zanata-devel mailing list >>> zanata-devel at redhat.com >>> https://www.redhat.com/mailman/listinfo/zanata-devel >>> >> >> _______________________________________________ >> zanata-devel mailing list >> zanata-devel at redhat.com >> https://www.redhat.com/mailman/listinfo/zanata-devel >> >> >> _______________________________________________ >> zanata-devel mailing list >> zanata-devel at redhat.com >> https://www.redhat.com/mailman/listinfo/zanata-devel >> > > > > -- > Sean Flanigan > > Principal Software Engineer > Globalisation Tools Engineering > Red Hat > > -- Sean Flanigan Principal Software Engineer Globalisation Tools Engineering Red Hat -------------- next part -------------- An HTML attachment was scrubbed... URL: From sflaniga at redhat.com Thu Apr 7 07:54:55 2016 From: sflaniga at redhat.com (Sean Flanigan) Date: Thu, 7 Apr 2016 17:54:55 +1000 Subject: [zanata-devel] Zanata and questions In-Reply-To: References: <82B65B81-5C8F-4855-8A62-D8299E3FA46E@gull.io> Message-ID: Hi Brad, I've extracted the details you added to ZNTA-923 as a new bug: https://zanata.atlassian.net/browse/ZNTA-1015 I hope the suggested workaround works for you. Sean. On 7 April 2016 at 12:05, Brad Garrison wrote: > Hi Sean, > > The bug I reference is: > https://zanata.atlassian.net/plugins/servlet/mobile#issue/ZNTA-923 > > I was told at the time I added to the bug a new version of client was due > to be released any day which might fix it, but I see the issue is still > open. > > Thanks for any help or guidance. > --Brad > > On 7 Apr 2016, at 02:09, Sean Flanigan wrote: > > Hi Brad, > > The XLIFF support in Zanata is currently more specific to the XLIFF subset > used by Spacewalk than it ought to be, but it's certainly not in the same > boat as the Zanata XML format mentioned by David. > > I couldn't find your XLIFF bug in JIRA, but is it anything like this one? > https://zanata.atlassian.net/browse/ZNTA-610 > > Regards > > Sean > > On 6 April 2016 at 19:41, Brad Garrison wrote: > >> Does the same apply to XLIFF files? I have some files from a third party >> system in XLIFF format which I wish to upload via the client. But I get >> errors. I raised a bug report and no one told me at that time that XLIFF >> was a Zanata-format only. >> >> Please advise? >> >> Many thanks, >> B Garrison >> >> On 6 Apr 2016, at 06:27, David Mason wrote: >> >> Hi Jean, >> >> The XML project type is for Zanata's specific XML format. It is used >> mainly for testing of the API since it is the format that the command-line >> clients use to send translations that are extracted from different file >> formats. Unless you have XML that was created by the Zanata client, the >> "XML" project type will not work for you. >> >> If you let us know which XML structure your translations use, or which >> tool was used to generate them, we can help to find the right configuration >> for you to use. >> >> >> >> Cheers, >> >> David Mason >> Software Engineer >> L10n Engineering >> >> Red Hat, Asia-Pacific Pty Ltd >> Level 1, 193 North Quay >> Brisbane 4000 >> >> On Wed, Apr 6, 2016 at 7:49 AM, Alex Eng wrote: >> >>> Is it possible to attached your zanata.xml file and also our project >>> files that you wish to push? >>> >>> >>> --------------------------------------------- >>> >>> Alex Eng >>> Senior Software Engineer >>> Globalisation Tools Engineering >>> DID: +61 3514 8262 >>> Mobile: +614 2335 3457 >>> >>> Red Hat, Asia-Pacific Pty Ltd >>> Level 1, 193 North Quay >>> Brisbane 4000 >>> Office: +61 7 3514 8100 >>> Fax: +61 7 3514 8199 >>> Website: www.redhat.com >>> >>> On Wed, Apr 6, 2016 at 2:23 AM, Jean Yim wrote: >>> >>>> Hi, >>>> >>>> I got a question again.. Sorry.. >>>> >>>> >>>> I'm trying to upload a xml file on Zanata. >>>> >>>> But, with the client I got this error : >>>> >>>> [ERROR] Execution failed: javax.xml.bind.UnmarshalException: >>>> unexpected element >>>> (uri:"http://zanata.org/namespace/config/", local:"config"). >>>> Expected elements are >>>> <{http://zanata.org/namespace/api/gettext/}header-entry>, >>>> <{http://zanata.org/namespace/api/}person>, >>>> <{http://zanata.org/namespace/api/gettext/}po-target-header>, >>>> <{http://zanata.org/namespace/api/gettext/}pot-entry-header>, >>>> <{http://zanata.org/namespace/api/}resource>, >>>> <{http://zanata.org/namespace/api/}translations> >>>> >>>> >>>> I followed all the instructions... My project is set on xml etc... >>>> >>>> >>>> Again, I tried to upload it by the application, but still, "upload >>>> failed" >>>> >>>> And I tested with a project type "file" and "xml" >>>> >>>> >>>> Could you help me.. ? >>>> >>>> Thanks! >>>> >>>> >>>> ------------------------------ >>>> *De :* zanata-devel-bounces at redhat.com >>>> de la part de Jean Yim >>>> *Envoy? :* mardi 5 avril 2016 15:31 >>>> *? :* Alex Eng >>>> *Cc :* zanata-devel at redhat.com >>>> *Objet :* Re: [zanata-devel] Zanata and questions >>>> >>>> >>>> Just for you to know. I found the answer. >>>> >>>> In fact, when you run the install.sh he will dl the zanata.war >>>> >>>> But the zanata.war isn't good anymore, the link has moved. >>>> >>>> I fix that on my server but I think it's a big issue for beginners. >>>> >>>> >>>> >>>> >>>> ------------------------------ >>>> *De :* Jean Yim >>>> *Envoy? :* mardi 5 avril 2016 10:18 >>>> *? :* Alex Eng >>>> *Cc :* zanata-devel at redhat.com >>>> *Objet :* RE: [zanata-devel] Zanata and questions >>>> >>>> >>>> Ps : >>>> This is the error : >>>> >>>> Caused by: java.util.zip.ZipException: error in opening zip file >>>> at java.util.zip.ZipFile.open(Native Method) >>>> [rt.jar:1.8.0_72-internal] >>>> at java.util.zip.ZipFile.(ZipFile.java:219) >>>> [rt.jar:1.8.0_72-internal] >>>> at java.util.zip.ZipFile.(ZipFile.java:149) >>>> [rt.jar:1.8.0_72-internal] >>>> at java.util.zip.ZipFile.(ZipFile.java:163) >>>> [rt.jar:1.8.0_72-internal] >>>> at org.jboss.vfs.VFSUtils.unzip(VFSUtils.java:874) >>>> [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] >>>> at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:504) >>>> [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] >>>> at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:533) >>>> [jboss-vfs-3.2.9.Final.jar:3.2.9.Final] >>>> at >>>> org.jboss.as.server.deployment.DeploymentMountProvider$Factory$ServerDeploymentRepositoryImpl.mountDeploymentContent(DeploymentMountProvider.java:108) >>>> [wildfly-server-1.0.1.Final.jar:1.0.1.Final] >>>> at >>>> org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:91) >>>> [wildfly-server-1.0.1.Final.jar:1.0.1.Final] >>>> >>>> >>>> >>>> ------------------------------ >>>> *De :* Jean Yim >>>> *Envoy? :* mardi 5 avril 2016 10:12 >>>> *? :* Alex Eng >>>> *Cc :* zanata-devel at redhat.com >>>> *Objet :* RE: [zanata-devel] Zanata and questions >>>> >>>> >>>> Perfect, thank you very much for the answer! >>>> >>>> >>>> Also, I'm trying to install it on a debian serv. I use Wildfly 9 and >>>> OpenJdk 8. >>>> >>>> But it seems to have a problem... >>>> >>>> When I run Wildfly, he can't load Zanata.war because of a problem in >>>> opening/reading zip in a java method. >>>> >>>> Do you have an idea ? (Maybe try oracle java..) >>>> >>>> >>>> Thanks you again! >>>> >>>> Jean >>>> >>>> >>>> ------------------------------ >>>> *De :* Alex Eng >>>> *Envoy? :* lundi 4 avril 2016 23:03 >>>> *? :* Jean Yim >>>> *Cc :* zanata-devel at redhat.com >>>> *Objet :* Re: [zanata-devel] Zanata and questions >>>> >>>> >>>> On Mon, Apr 4, 2016 at 7:45 PM, Jean Yim wrote: >>>> >>>>> I read than Zanata support partially XML, txt, etc... >>>>> >>>>> Is it really a problem or it's ok ? >>>>> >>>> Zanata supports different project types. >>>> http://docs.zanata.org/en/release/user-guide/projects/project-types/ >>>> >>>> XML/Xliff - Because it's a rare project type, and multiple types of >>>> standard used for this project type, we implemented based on our knowledge >>>> of the standard. But feel free to file an issue to us you find bug with >>>> this project type. >>>> We haven't received concern or issue from the user of these project >>>> type but again, we've got limited user on these project type. >>>> >>>>> Finally, the translation memory can be trained with xliff files ? If >>>>> yes, how ? (I didn't see it in the doc..) >>>>> >>>> Not sure if I understand your question correctly; >>>> - If you asking about if translation uploaded in xliff project type >>>> will be used as translation memory in Zanata, then yes. >>>> All translations uploaded and updated in Zanata will be part of our >>>> translation memory. (all translations in our database) >>>> >>>> >>>> >>>> --------------------------------------------- >>>> >>>> Alex Eng >>>> Senior Software Engineer >>>> Globalisation Tools Engineering >>>> DID: +61 3514 8262 >>>> Mobile: +614 2335 3457 >>>> >>>> Red Hat, Asia-Pacific Pty Ltd >>>> Level 1, 193 North Quay >>>> Brisbane 4000 >>>> Office: +61 7 3514 8100 >>>> Fax: +61 7 3514 8199 >>>> Website: www.redhat.com >>>> >>> >>> >>> _______________________________________________ >>> zanata-devel mailing list >>> zanata-devel at redhat.com >>> https://www.redhat.com/mailman/listinfo/zanata-devel >>> >> >> _______________________________________________ >> zanata-devel mailing list >> zanata-devel at redhat.com >> https://www.redhat.com/mailman/listinfo/zanata-devel >> >> >> _______________________________________________ >> zanata-devel mailing list >> zanata-devel at redhat.com >> https://www.redhat.com/mailman/listinfo/zanata-devel >> > > > > -- > Sean Flanigan > > Principal Software Engineer > Globalisation Tools Engineering > Red Hat > > -- Sean Flanigan Principal Software Engineer Globalisation Tools Engineering Red Hat -------------- next part -------------- An HTML attachment was scrubbed... URL: From dchen at redhat.com Tue Apr 26 06:15:43 2016 From: dchen at redhat.com (Ding Yi Chen) Date: Tue, 26 Apr 2016 02:15:43 -0400 (EDT) Subject: [zanata-devel] [Branching] release branching for 3.9.0 In-Reply-To: <1707046794.8784780.1461650841312.JavaMail.zimbra@redhat.com> Message-ID: <1522976760.8785141.1461651343525.JavaMail.zimbra@redhat.com> As 3.9.0 release is approaching, the release branch is now set to manage 3.9.0. That is, for zanata-api, zanata-common, zanata-client, and zanata-server master branch is now set to 4.0.0-SNAPSHOT release branch is now set to 3.9.0-SNAPSHOT legacy branch of zanata-client is set to 3.8.5-SNAPSHOT legacy branch of zanata-server is set to 3.8.5-SNAPSHOT Regards, -- Ding-Yi Chen Software Engineer Globalization Group DID: +61 7 3514 8239 Email: dchen at redhat.com Red Hat, Asia-Pacific Pty Ltd Level 1, 193 North Quay Brisbane 4000 Office: +61 7 3514 8100 Fax: +61 7 3514 8199 Website: www.redhat.com Red Hat, Inc. Facebook: Red Hat APAC | Red Hat Japan | Red Hat Korea | JBoss APAC Twitter: Red Hat APAC | Red Hat ANZ LinkedIn: Red Hat APAC | JBoss APAC