wizztjh
wizztjh

Reputation: 7041

How to use eclipse to export jar with ant

I try to export ant buildfile , then i run the build.xml. Then what next?

Upvotes: 0

Views: 3029

Answers (1)

Necronet
Necronet

Reputation: 6813

A i recall you can right-click on the build.xml and select Run>Ant Build, it will automaticly create the jar, from your configuration!! Here is an quick example:

alt text

Upvotes: 2

Related Questions