Thanks for the suggestion. Option #1 got it working in Console when I type
"ant build" However, it still fails in Ant Farm.
Does Ant Farm support
additional tasks or only the ones included in AntPlugin.jar?
Dan
>By
Alan Ezust" <alan.ezust@...>
>there are a couple of options.
>
1. Set your CLASSPATH to include junit.jar in the script that runs jEdit.
> 2. put junit.jar in /home/aberdeen/.ant/lib
================
>> I
have a java class with the following line:
>> import junit.framework.TestCase;
>>
>> When I run an ant build from a command line outside of jedit it compiles
fine
>>
>> When I use the command line in the console window or ant farm
to run
>> the build script I get the following error:
>>
>> package junit.framework
does not exist
>>
>> I've tried copying the ant-junit-jar and the junit.jar
into my jedit jars directory. I've tried installing the junit plugin
>
>>
Other Ant Farm commands work just fine.
>
>
> I'm using jedit 4.3pre11,
Ant Farm 1.5.4,
> AntPlugin 1.7.0, Console 4.3.4
> How do I make these packages
available for
> compilation inside jedit?
>
|