file paths for debugging vs production [message #251408] |
Thu, 14 February 2008 11:27  |
Eclipse User |
|
|
|
Originally posted by: beeky.bellatlantic.net
I want to debug a single Java class that will be reading files from
several different directories. My project source tree looks like:
FileProcessor
classes
src
java
FileProcessor.java
testFiles
SourcesA
file 1 etc.
SourcesB
file 1 etc.
I use Ant to create a distribution directory that looks like:
dist
FileProcessor.class
SourcesA
file1 etc.
SourcesB
file2 etc
When I debug in Eclipse the root file path is
C:\eclipse-SDK-3.2-win32\workspace\FileProcessor
I want the root path to be
C:\eclipse-SDK-3.2-win32\workspace\FileProcessor\dist
Is this possible?
Thanks for any help or advice,
-=Beeky
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05608 seconds