aspose file tools
The moose likes Ant, Maven and Other Build Tools and the fly likes Need help with my ant build file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "Need help with my ant build file" Watch "Need help with my ant build file" New topic
Author

Need help with my ant build file

Kristofer Gunnarsson
Greenhorn

Joined: Nov 15, 2012
Posts: 1
Hello Hello
I'm Writing a simple tic tac toe game and i want it to run and make a jar file. Anyway I think i have made a decent build file, It makes my Jar file but when i click it nothing happens?

Here is my build.xml (any suggestions or help would be appreciated)

Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26489
    
  78

What are you expecting to happen when you click the jar file? Unless a jar file is specifically set up, it needs to be run at the command line; not clicked.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Need help with my ant build file
 
Similar Threads
urgent help please (creating jar file using ant)
Running unit test cases automatically with Ant
including a file in a build
java.lang.NoClassDefFoundError: oracle/sql/ORADataFactory
Ant Build Successful but neither jar file nor build folder created ?