Skip to content

Using tablesaw in Java with ant. #948

Answered by lwhite1
apostolos-geyer asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @pauljamesgeyer,

No it doesn't work with Ant. You have to use Maven.

Maven is easier to use than Ant; it's just different. Basically, you need to install Maven. Then create a project where you'll do your work, putting a "pom" file in the root directory. Then run maven in that directory. I attached a simple example pom with Tablesaw as the only dependency. (Github doesn't let you attach xml files so it's zipped)

If you setup your project correctly, you can probably build and run from Netbeans, which no doubt, has maven support built in. Otherwise, you can use maven at the command line, running "mvn clean" or "mvn clean install"

Ant is rarely used in Java anymore. Once you get used to Ma…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@apostolos-geyer
Comment options

Answer selected by apostolos-geyer
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants