开发者

How to deploy source code from multiple Eclipse projects to Google App Engine? (aka, linking two projects)

I am thinking of extracting some cor开发者_开发问答e functionality into a new Eclipse GAE project, so I don't have duplicated code. Meaning I now have two Eclipse projects; one "main" and one "util".

I have linked them together locally in Eclipse, but when I deploy the main project, the source code from the second project is not deployed.

Is it possible to specify it should also grab the source code from the secondary project when deploying?

Updates:

Using Windows 7 and its Java.


It was easier than I thought.

You just have to right-click on the project then take "Properties", "Java Build Path" and then link a new "Source" folder.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜