Hey Martin, I am excited to hear that you are using the Play framework. From what I can tell, it is a pretty modern set of tools for web development. Anyway, I think the georss-rome stuff was originally developed by Nga so maybe she can comment on this? If not, I would say that we should just exclude it at this time.
Adam On May 14, 2013, at 7:28 AM, Martin Desruisseaux wrote: > Hello all > > One of our guys is using indirectly Apache SIS in the Play framework (a Java > framework for creating web applications and web sites). During the > compilation phase, the play framework gives the following error: > > org.geonames#georss-rome;0.9.8: java.text.ParseException: > inconsistent module descriptor file found in > 'http://repo1.maven.org/maven2/org/geonames/georss-rome/0.9.8/georss-rome-0.9.8.pom > > <http://repo1.maven.org/maven2/org/geonames/georss-rome/0.9.8/georss-rome-0.9.8.pom>': > bad module name: expected='georss-rome' found='georss'; > > > Indeed the directory name and file name is "georss-rome" while the pom.xml > file in the above URL declares: > > <artifactId>georss</artifactId> > > > Unfortunately there is apparently no updated version of "georss-rome". Does > anyone know who we could contact in order to ask if an updated version could > be deployed? Alternatively, we can remove "georss-rome" from the dependency > management section of the SIS parent pom.xml, in order to isolate the issue > to the "sis-webapp" module alone rather than all modules. > > Martin >
