質問

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

役に立ちましたか?

解決

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

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top