Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. untzkhan

    Help with building executable jar with ant.

    Hello, I tried to make an executable jar (a jar file that contains a main method, and once a user clicks on it from WinXP, it launches)... The following code compiles correctly, but when I click on the jar file, nothing happens... Sorry if this post was supposed to be in a different forum...
  2. untzkhan

    Trying to invoke javadoc tag within Ant problem.

    Hello there, In my build.xml file, this is the code snippet for my <javadoc> target: <target name = "javadoc" description = "Generates JavaDoc"> <echo message="Generating API Javadocs...."/> <mkdir dir = "${docs.dir}/javadoc" /> <javadoc packagenames="com.prototype.util.*"...

Part and Inventory Search

Back
Top