aspose file tools
The moose likes Ant, Maven and Other Build Tools and the fly likes Ant classpath issues 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 "Ant classpath issues" Watch "Ant classpath issues" New topic
Author

Ant classpath issues

Dave Alvarado
Ranch Hand

Joined: Jul 02, 2008
Posts: 434
Hi,

I'm using Ant 1.8. Is there a way to get ant to report is paths don't exist or references are non-existent? A class in my classpath ref attribute is not being found ...



even though I have verified through my echo messages that the files do exist in my file system. Yet when I run my task, I get NoClassDefErrors for classes that I have verified are in the JAR files in the classpath ref.

Any help is appreciated, - Dave
Martijn Verburg
author
Bartender

Joined: Jun 24, 2003
Posts: 3268

When you echo your actual selenium-classpath-ref, what do you get?


Cheers, Martijn - Blog,
Twitter, PCGen, Ikasan, My The Well-Grounded Java Developer book!,
My start-up.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Ant classpath issues
 
Similar Threads
Can't get JIBX to run in ANT
start/stop Sun Application server from ant build.xml
ant junitreport - producing html file with no test results
Need help in build applications using ant : getting exception
Problem in Maven2 pom for converting ejb2.1 project into sources.