Frage

I have cloned the restlet codebase from github and I am working on 2.2 branch. However I am not able to build the modules as it doesn't have pom.xml in any of the module.

I have previously worked with restlet 2.1 branch wherein I was able to compile the modules without any problem.

How do I build modules ? Can I just copy the pom.xml from 2.1 branch or is there any specific process for 2.2

War es hilfreich?

Lösung

It's actually built with ant from the build sub-folder

https://github.com/restlet/restlet-framework-java/tree/2.2/build

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top