

$ java -jar nfigurationFile=src/logback.xml dist/DateUtils.jarġ6:34:43,746 |-INFO in ch. - Found resource at ĪNT + LogBack : DEBUG. An Ivy file is commonly used/present in two locations: an repository (where it describes for example the log4j artifact) a project (where it describes your project and lists ivy.xml as a dependency) You already made the first step and created a local repository, that you resolve with a. Ssic-1.1.2.jar lib/logback-core-1.1.2.jar lib/mail-1.4.jar lib/servleġ6:28:43.957 DEBUG .DateUtils - Current Date : ĥ.4 Run the Jar file again, with logback.xml. ivy.xml files describe an artifact and its dependencies. 1.jar lib/joda-convert-1.2.jar lib/joda-time-2.5.jar lib/logback-cla Main-Class: .DateUtilsĬlass-Path: lib/activation-1.1.jar lib/commons-compiler-2.6.1.jar lib/ Building jar: /Users/mkyong/Documents/workspace/AntDateUtils/dist/DateUtils.jarĬreated-By: 1.7.0_05-b05 (Oracle Corporation) Copying 12 files to /Users/mkyong/Documents/workspace/AntDateUtils/dist/lib Compiling 1 source file to /Users/mkyong/Documents/workspace/AntDateUtils/bin Created dir: /Users/mkyong/Documents/workspace/AntDateUtils/bin Deleting directory /Users/mkyong/Documents/workspace/AntDateUtils/dist Deleting directory /Users/mkyong/Documents/workspace/AntDateUtils/bin Users/mkyong/Documents/workspace/AntDateUtilsīuildfile: /Users/mkyong/Documents/workspace/AntDateUtils/build.xml Test the Java project with Ant build script. Create a Java Project (JAR) with Ant build script
