BEPL Hello world program error
Hi
I am new to BEPL , when i try to compile the Helloworld example , Eclipse BPEL Designer displays the following error
1. Error - Element type "bpelc" must be declared. build.xml SyncHelloWorld line 28 May 27, 2006 12:08:36 PM
2 Error - The content of element type "target" must match "(propertyfile|vsscheckin|sql|cvspass|p4reopen|csc|dirname|wlrun|p4label|p4revert|replaceregexp|get|jjtree|sleep|jarlib-display|dependset|zip|patch|jspc|style|test|tstamp|unwar|vsshistory|icontract|cvschangelog|p4submit|ccmcheckin|p4change|bzip2|p4delete|vssadd|javadoc|translate|signjar|vajload|jarlib-available|WsdlToDotnet|buildnumber|jpcovmerge|ejbjar|war|rename|sequential|serverdeploy|property|move|copydir|cccheckin|wljspc|fixcrlf|sosget|pathconvert|record|p4sync|exec|p4edit|manifest|maudit|antlr|netrexxc|jpcovreport|execon|ccmcheckout|ant|xmlvalidate|xslt|iplanet-ejbc|ccmcheckintask|gzip|native2ascii|starteam|ear|input|rmic|checksum|mail|loadfile|vsscheckout|stylebook|soscheckin|mimemail|stlabel|gunzip|concat|cab|touch|parallel|splash|antcall|cccheckout|typedef|p4have|filter|xmlproperty|copy|antstructure|ccmcreatetask|rpm|delete|replace|mmetrics|waitfor|untar|loadproperties|available|echoproperties|vajexport|stcheckout|bunzip2|copyfile|vsscreate|ejbc|unjar|wsdltodotnet|mkdir|condition|cvs|tempfile|junitreport|taskdef|echo|ccupdate|java|renameext|vsslabel|basename|javadoc2|vsscp|tar|vajimport|setproxy|wlstop|p4counter|ilasm|soscheckout|apply|ccuncheckout|jarlib-resolve|cvstagdiff|jlink|javacc|jarlib-manifest|pvcs|chmod|jar|sound|mparse|blgenclient|uptodate|genkey|javah|ccmreconfigure|fail|unzip|javac|p4add|soslabel|jpcoverage|depend|vssget|deltree|ddcreator|preprocess|patternset|filterset|libfileset|filterreader|extension|fileset|dirset|filelist|filterchain|path|classfileset|description|xmlcatalog|selector|mapper|substitution|extensionSet|regexp)*". build.xml SyncHelloWorld line 29 May 27, 2006 1:32:07 PM
syncHelloWorld.wsdl code
-------------------------------------------
<?xml version="1.0"?>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Run cxant on this file to build, package and deploy the
SyncHelloWorld BPEL process
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<project name="SyncHelloWorld" default="main" basedir=".">
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Name of the domain the generated BPEL suitcase will be deployed to
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<property name="deploy" value="default"/>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
What version number should be used to tag the generated BPEL archive?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<property name="rev" value="1.0"/>
<target name="main">
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
the bpelc task compiles and package BPEL processes into versioned BPEL
archives (bpel_...jar). See the "Programming BPEL" guide for more
information on the options of this task.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<bpelc input="${basedir}/bpel.xml"
rev="${rev}"
deploy="${deploy}"
/>
</target>
</project>
Help me to find out the error
thanks in advance
partha