I've just downloaded the last version of servicemix. It has the "components"
directory, even with the soap-binding sample, and it works.

On 3/16/06, Quinlan, Daire (Daire) <[EMAIL PROTECTED]> wrote:
>
>
> Its odd there isn't a components directory there, should be just off the
> servicemix root directory. using the 3.0 snapshot the two assemblies
> you're looking for are:
> servicemix-jsr181-3.0-SNAPSHOT.zip and
> servicemix-http-3.0-SNAPSHOT.zip
>
> all the ant script in that instance does is copy the two of them into
> whatever local install directory you're using (ie normally, running one
> of the sample servicemix.xml files it'll be a subfolder of where you're
> running the servicemix.xml from) Then copies the compiled service
> assembly containing your POJO component and deployment descriptors into
> the deploy folder in a similar fashion.
>
> D.
>
>
> >
> > I'm trying soap-binding example on servicemix-3.0-SNAPSHOT.
> > I've copied soap-binding source folder into examples folder
> > and executed "ant setup" to build the sample. The problem is
> > that there is no "components" directory in my servicemix-3.0
> > binary distribution so the ant task fails:
> >   ---------------------------
> >   <target name="setup" depends="build-sa" description="Setup
> > servicemix">
> >     <mkdir dir="install"/>
> >     <mkdir dir="deploy"/>
> >     <copy todir="install">
> >       <fileset dir="../../components" includes="*jsr181*"/>
> >       <fileset dir="../../components" includes="*http*"/>
> >     </copy>
> >     <copy file="${build.dir}/soap-demo-sa.zip" todir="deploy"/>
> >   </target>
> >   ---------------------------
> > Although I can create this directory in order to run
> > correctly ant, I don't know how to create the components
> > referenced there: jsr181 and http.
> > What am I doing bad?
> >
>

Reply via email to