This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Ant, Maven and Other Build Tools and the fly likes How to pack jar file with including sources for debug Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "How to pack jar file with including sources for debug" Watch "How to pack jar file with including sources for debug" New topic
Author

How to pack jar file with including sources for debug

Meir Yan
Ranch Hand

Joined: Apr 27, 2006
Posts: 597
Hello all
I like to have jar that contains java sources along with class
So I could debug the application, how can it be done with ant?
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26173
    
  66

Meir,
Add .java to your inclusions? Can you show the packaging snippet of your jar target that you are puzzled about.


[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://aspose.com/file-tools
 
subject: How to pack jar file with including sources for debug
 
Similar Threads
Remote java debugging in eclipse
How to debug a jar file in eclipse?...
Hibernate Debug Hell with jboss-4.2.1.GA
How to configure log4j.properties to log comments from mentioned packages only?
Could not resolve dependencies for maven project