I am attempting to use the sj SJGetProject class in my ant target.
<target name="init">
<taskdef name="sjgetproject" classname="org.sourcejammer.client.ant.SJGetProject"/>
</target>
When I do an ant init, I get a class def cannot be found error for org.sourcejammer.client.ant.SJGetProject. I have tried quite of few different things like setting the sj_home, adding the sj_client.jar to show up in my path and I have tried to run this ant script at every level in the sj directory. Does anyone have any suggestions?
Brian