Skip to content

A java program which replicates basic functionality of ArrayList in java. This is to understand the Ant and basics of it.

License

Notifications You must be signed in to change notification settings

SureshLalchandani/ArrayList-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

It's a part of academic assignments and replicates few behaviours of ArrayList in java.

Navigate to the folder of this README file:

Perform Below commands to compile/run/clean the program:

To clean:

ant -buildfile myArrayList/src/build.xml clean


To compile:

ant -buildfile myArrayList/src/build.xml all


To run by specifying arguments from command line

ant -buildfile myArrayList/src/build.xml run -Darg0=input.txt -Darg1=output.txt


To create tarball for submission

ant -buildfile myArrayList/src/build.xml tarzip


About

A java program which replicates basic functionality of ArrayList in java. This is to understand the Ant and basics of it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages