IntelliJ Java IDE
The moose likes Ant, Maven and Other Build Tools and the fly likes Ant Unknown Source????? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "Ant Unknown Source?????" Watch "Ant Unknown Source?????" New topic
Author

Ant Unknown Source?????

Ronnie Phelps
Ranch Hand

Joined: Mar 12, 2001
Posts: 329
How come when I compile with ANT I get (Unknown Source) in my stack trace but when I use make for the same code it tells me the line number.
Ronnie Phelps
Ranch Hand

Joined: Mar 12, 2001
Posts: 329
I figured this one out. For anyone who needs to know I had to turn the debug option on in the javac task.
e.g.
debug="true"
ravi manthena
Greenhorn

Joined: Mar 18, 2004
Posts: 1
debug="true"


what up
 
 
subject: Ant Unknown Source?????
 
Threads others viewed
editable JCombobox need help getting text from user
IllegalArgumentException with Ant
Why my RMI connection throw exceptions?
Ant unable to find javac compiler (in Eclipse)
Jasper reports in unix
developer file tools