Hi All!
I need to set a classpath in my custom task definition. I also need this classpath within the Java Task itself.
Is there a way to programmatically access project.classpath from within Java? I tried looking in the Project class but nothing obvious strikes me..
<project name="OwnTaskExample" default="main" basedir="."> <taskdef name="JavaConsole" classname="common.ant.JavaConsoleTask" classpath="lib/common.jar"/>
<target name="main"> <JavaConsole title="Testing Console" inputRequired="true" executable="java" /> </target> </project>
Any help would be most appreciated!
Rob :)
-- Robert Mark Bram B.Comp.(Systems Development/Business Systems) B.Net.Comp.(Hons) Doctor of Philosophy Student
School of Network Computing Faculty of Information Technology Monash University Peninsula Campus McMahons Rd Frankston, VIC 3199 AUSTRALIA
Phone: 61 3 9904 4394 Facsimile: 61 3 9904 4124 Email: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]