I have just noticed that the integration into Eclipse WDT is broken as well. As
this primarily effects debugging it is probably not such a big issue. We should
get this fixed however before we push a new release. I found this a very
convenient feature.
Is there really no option to have one pom.xml for .war and .osgi? Sorry for not
checking this earlier.
I am talking about these lines in pom.xml
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.8</version>
<configuration>
<wtpversion>2.0</wtpversion>
<wtpContextName>inmemory</wtpContextName>
<linkedResources>
<linkedResource>
<name>src/main/webapp/WEB-INF/sun-jaxws.xml</name>
<type>1</type>
<location>WORKSPACE_LOC/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/webapp/WEB-INF/sun-jaxws.xml</location>
</linkedResource>
<linkedResource>
<name>src/main/webapp/WEB-INF/web.xml</name>
<type>1</type>
<location>WORKSPACE_LOC/chemistry-opencmis-server/chemistry-opencmis-server-bindings/src/main/webapp/WEB-INF/web.xml</location>
</linkedResource>
...
</linkedResources>
</configuration>
</plugin>
Jens
-----Original Message-----
From: Florian Müller [mailto:[email protected]]
Sent: Freitag, 23. September 2011 10:30
To: [email protected]
Subject: OpenCMIS release without server binding WAR file
Hi,
for some reason the OpenCMIS 0.5.0 release lacks the server binding WAR. The
server binding JAR is there, but this is not sufficient to build a CMIS server.
What should we with that? Release OpenCMIS 0.5.1 with the WAR? Put a notice on
the download page and release the WAR again with 0.6.0?
Since the download link is broken at the moment, we have to do something.
Florian