Hello <div>I'm trying to test zenata for my own project .. </div><div>I've succesfully setup zenata server on a win 2003 server </div><div>i've created a test project and added some language in it (fr,de) </div>
<div>I 'm trying to push some files from a test project using maven client (1.5.0 and 1.6.0) . (test made with  gettext .pot files and java .properties files) </div><div><br></div><div>each push failled with the following error </div>
<div><br></div><div><div>C:\Projects\lefebvre\zanatatest>mvn  zanata:push -B</div><div>[INFO] Scanning for projects...</div><div>[INFO]</div><div>[INFO] ------------------------------------------------------------------------</div>
<div>[INFO] Building test 0.0.1-SNAPSHOT</div><div>[INFO] ------------------------------------------------------------------------</div><div>[INFO]</div><div>[INFO] --- zanata-maven-plugin:1.5.0:push (default-cli) @ test ---</div>
<div>[WARNING] The POM for org.jboss.resteasy:resteasy-jaxb-provider:jar:<a href="http://2.1.0.GA">2.1.0.GA</a> is missing, no dependency information available</div><div>[INFO] Loading project config from C:\Projects\lefebvre\zanatatest\zanata.xml</div>
<div>[INFO] Loading user config from C:\Projects\lefebvre\zanatatest\zanata.ini</div><div>[INFO] client API version: 1.5.0, server API version: 1.5.0</div><div>[INFO] Server: <a href="http://srvbldbrn:8380/zanata/">http://srvbldbrn:8380/zanata/</a></div>
<div>[INFO] Project: test</div><div>[INFO] Version: 1.0</div><div>[INFO] Username: admin</div><div>[INFO] Project type: properties</div><div>[INFO] Source language: fr</div><div>[INFO] Copy previous translations: true</div>
<div>[INFO] Merge type: auto</div><div>[INFO] Enable modules: false</div><div>[INFO] Include patterns:</div><div>[INFO] Exclude patterns:</div><div>[INFO] Default excludes: true</div><div>[INFO] Pushing source documents only</div>
<div>[INFO] Source directory (originals): C:\Projects\lefebvre\zanatatest</div><div>[INFO] Found source document: pot\analytique_entities</div><div>[INFO] pushing source doc [name=pot\analytique_entities size=596] to server</div>
<div>[INFO] ------------------------------------------------------------------------</div><div>[INFO] BUILD FAILURE</div><div>[INFO] ------------------------------------------------------------------------</div><div>[INFO] Total time: 2.465s</div>
<div>[INFO] Finished at: Wed Jun 27 16:11:54 CEST 2012</div><div>[INFO] Final Memory: 8M/121M</div><div>[INFO] ------------------------------------------------------------------------</div><div>[ERROR] Failed to execute goal org.zanata:zanata-maven-plugin:1.5.0:push (default-cli) on project test: Zanata mojo exception: operation returned 400 (Bad Request): , uri: <a href="http://srvbldbrn:8380/zanata/rest/projects/p/test/iterations/i/1.0/r">http://srvbldbrn:8380/zanata/rest/projects/p/test/iterations/i/1.0/r</a>, annotations: [@javax.ws.rs.PUT(), @javax.ws.rs.Path(value=</div>
<div>{id})] -> [Help 1]</div><div>[ERROR]</div><div>[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.</div><div>[ERROR] Re-run Maven using the -X switch to enable full debug logging.</div>
<div>[ERROR]</div><div>[ERROR] For more information about the errors and possible solutions, please read the following articles:</div><div>[ERROR] [Help 1] <a href="http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException">http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException</a></div>
<div>C:\Projects\lefebvre\zanatatest></div><div><br></div><div>Do i make something wrong ?</div><div><br></div><div>Is there is a relation with the warning about  org.jboss.resteasy pom missing ?</div><div><br></div><div>
my zanata.xml file looks like </div><div><div><?xml version="1.0" encoding="UTF-8" standalone="yes"?></div><div><config xmlns="<a href="http://zanata.org/namespace/config/">http://zanata.org/namespace/config/</a>"></div>
<div>    <url><a href="http://xxxxxxx/zanata/">http://xxxxxxx/zanata/</a></url></div><div>    <project>test</project></div><div>    <project-version>1.0</project-version></div><div>    <project-type>properties</project-type></div>
<div><br></div><div>    <locales></div><div>        <locale>de</locale></div><div>        <locale>fr</locale></div><div>    </locales></div><div><br></div><div></config></div></div>
<div><br></div><div>Thanks for your help .</div><div><br></div><div>Greg</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div>