M
Matt Baker
Guest
you won't be able to use those classes outside of eclipse. PDSOE resolves the classpath when the project is opened (or the file is changed), based on knowledge it gathers from eclipse. PDSOE plugins don't track file locations, but rather resource references. those are then resolved to absolute files as needed. the file format is quite simple. But the locations they refer to can be anywhere as they refer to resource names, not file names. You need to write your own build.xml file, using PCT tasks if you desire. Reading the .propath is probably a non-starter unless you want to create a mapping file that tracks the references for you.
Continue reading...
Continue reading...