<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Dear Community,<div><br></div><div>after several attempts I need to say that I must give up my experiments with SCSCP, at least for now. The Symcomp page is now on a completely different topic: "Murphy Beds Wall Bed Designs Ideas", I am unsure if this is intentional or the page has been hacked.</div><div><br></div><div>On the other hand, I found the GitHub page <a href="https://github.com/symcomp/org.symcomp.openmath">https://github.com/symcomp/org.symcomp.openmath</a> which contains the same code as the 1.5.0 bundle. That's fine, but it has not been touched in the last 8 years and it doesn't even compile:</div><div><br></div><div><div>.../org.symcomp-1.5.0-src$ <b>mvn install</b></div><div>[INFO] Scanning for projects...</div><div>[ERROR] [ERROR] Some problems were encountered while processing the POMs:</div><div>[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.scala-tools:maven-scala-plugin @ line 126, column 23</div><div>[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:antlr3-maven-plugin is missing. @ line 96, column 21</div><div>[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 91, column 21</div><div>[WARNING] 'pluginRepositories.pluginRepository.layout' for <a href="http://java.net">java.net</a> uses the unsupported value 'legacy', artifact resolution might fail. @ line 177, column 21</div><div>[ERROR] '<a href="http://pluginRepositories.pluginRepository.id">pluginRepositories.pluginRepository.id</a>' must be unique: <a href="http://people.apache.org">people.apache.org</a> -> <a href="http://people.apache.org/repo/m2-snapshot-repository">http://people.apache.org/repo/m2-snapshot-repository</a> vs <a href="http://people.apache.org/repo/m2-snapshot-repository">http://people.apache.org/repo/m2-snapshot-repository</a> @ line 95, column 13</div><div>[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 32, column 15</div><div>[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 41, column 15</div><div>[WARNING] 'pluginRepositories.pluginRepository.layout' for <a href="http://java.net">java.net</a> uses the unsupported value 'legacy', artifact resolution might fail. @ line 87, column 15</div><div> @ </div><div>[ERROR] The build could not read 1 project -> [Help 1]</div><div>[ERROR]   </div><div>[ERROR]   The project org.symcomp:scscp:1.5.0 (.../org.symcomp-1.5.0-src/scscp/pom.xml) has 1 error</div><div>[ERROR]     '<a href="http://pluginRepositories.pluginRepository.id">pluginRepositories.pluginRepository.id</a>' must be unique: <a href="http://people.apache.org">people.apache.org</a> -> <a href="http://people.apache.org/repo/m2-snapshot-repository">http://people.apache.org/repo/m2-snapshot-repository</a> vs <a href="http://people.apache.org/repo/m2-snapshot-repository">http://people.apache.org/repo/m2-snapshot-repository</a> @ line 95, column 13</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/ProjectBuildingException">http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException</a></div></div><div><br></div><div>The reason I tried version 1.5.0 instead of 1.4.0 because I cannot get correctly connected with MapleNet from Java by using the 1.4 SCSCP protocol: finally the connection is dropped by MapleNet. (It sends an "unsupported_CD, <OMS cd = 'scscp_transient_maple' name = 'Differentiate'/>" message.) Maybe this is not the forum to discuss the reason why the connection is rejected (I have a working connection from a normal Maple client with the same OM XML call, so I guess there must be some differences in the SCSCP protocols being used), but it's annoying that I couldn't compile the symcomp package, either. I consider symcomp the official way to connect via SCSCP in Java, so, if it is not maintained any longer, I have mixed feelings on continuing with SCSCP in general.</div><div><br></div><div>I learned that the Java sources of OMSymbol and others are removed from 1.5.0 and there is only Scala code that seems to jump in for OMSymbol.java and so on, unless the Java code is simply missing from the repository (I'm not a Scala expert, sorry).</div><div><br></div><div>Thanks for any hints in advance. But now I think it's extremely complicated to set up an SCSCP connection in Java properly with Maple, and since my MapleNet license will expire today, I am unsure if this is the way to go (to send a simple string via http like in <a href="https://github.com/kovzol/singularws">SingularWS</a> seems much simpler and quicker).</div><div><br></div><div>Best,</div><div>Zoltan</div></div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">Kovács Zoltán <<a href="mailto:zoltan@geogebra.org">zoltan@geogebra.org</a>> ezt írta (időpont: 2018. aug. 22., Sze, 10:54):<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Dear Colleagues,<div><br></div><div>it was a great time for me participating the OpenMath workshop last week. I am looking forward to a fruitful cooperation between GeoGebra and OpenMath society!</div><div><br></div><div>Now I wanted to start implementing some basic interconnection between GeoGebra and MapleNet via SCSCP but it turned out that <a href="http://java.symcomp.org" target="_blank">java.symcomp.org</a> (in particular, <a href="http://java.symcomp.org/maven/2" target="_blank">http://java.symcomp.org/maven/2</a>, that's a Maven repository) is down, so I cannot download the following packages at the moment:</div><div>"org.symcomp:openmath:1.4.0"<br></div><div><div>"org.symcomp:scscp:1.4.0"</div><div><br></div><div>Do you know about an alternative Maven repository? Is this a temporary problem? <a href="http://symcomp.org" target="_blank">symcomp.org</a> now points to a freshly installed WordPress site...</div><div><br></div><div>Thanks for any hint in advance.</div><div><br></div><div>Best regards,</div><div>Zoltan</div><div><br></div><div>PS. In the meantime I found <a href="http://symcomp.mathematik.uni-kassel.de/download/" target="_blank">http://symcomp.mathematik.uni-kassel.de/download/</a> that helps me quite a lot, but I am unsure if these are the official builds. And I would be stuck to a Maven repo if possible.</div><div><br></div>-- <br><div dir="ltr" class="m_-4315773925486968004gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><a href="https://sites.google.com/site/kovzol/" target="_blank">Zoltán KOVÁCS</a>, assistant professor</div><div>The Private University College of the Diocese of Linz, Austria</div></div></div></div></div></div></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><a href="https://sites.google.com/site/kovzol/" target="_blank">Zoltán KOVÁCS</a>, assistant professor</div><div>The Private University College of the Diocese of Linz, Austria</div></div></div></div></div>