>> Hi Every body,
>> I have written simple a build.xml file to run in Websphere 
>Site Developer.It is as follows.
>> 
>> <project name="bundleRunner" default="submit_a_bundle" basedir=".">
>> 
>> <target name="submit_a_bundle">
>> 
>> <smfbd.submitJarBundle bundlepath="/../HelloWorld" replace="true">
>> 
>> <bundleserver host="localhost" user="Admin" password="Admin" 
>> port="8080" webapp="/smf"/>
>> 
>> </smfbd.submitJarBundle>
>> 
>> </target>
>> 
>> </project>
>> 
>> it gives me following Error. I know it clealy say what to 
>do. But I have the jar files(smfbdTasks.jar, bde.jar) in my 
>class path. Is there any thing wrong in my build.xml file. Do 
>I have to set the classpath in the build.xml document. please 
>suggest me somthing which I should do.
>> 
>
>as it says:
>Fix: declare the task.


Means ... writing a <taskdef> ....


Jan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to