This is an optional programming assignment. It should be done individually. The objective is to successfully submit a Hello World program to the handing directory that works with the supplied Ant build file.
ant. You should see a BUILD SUCCESSFUL message or something to that effect.ant clean before turning in your project.BUILD FAILED
/Users/jpaton/Documents/workspace/HelloWorld2/src/build.xml:17: srcdir "/Users/jpaton/Documents/workspace/HelloWorld2/src/src" does not exist!
A message like this means you’ve placed the build file in the wrong directory. The script assumes that your files are located under the src/ directory and that the build.xml file is in the same directory as the src/ directory.
If you’re reading this, it means I haven’t added submission instructions to this assignment. You should post to Piazza about it.