You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Karthik Krishnamurthy <kk...@gmail.com> on 2008/01/10 23:43:07 UTC

not getting required files on unzipping or SVN

Hi,
WHen I install servicemix through the binary its ok.
WHen I install through the source (tried both svn and unzipping), and ran
the maven commands, it does not create the necessary zip file that is
mentioned in the tutorial.
QUOTE:
Unzip the distribution using your favorite zip tool. The windows
distribution is available at

[servicemix_install_dir]\apache-servicemix\target\apache-servicemix-3.0-incubating.zip
UNQUOTE

The zip file is not there. Am I missing something here? Please help.

Thanks
Karthik

-- 
View this message in context: http://www.nabble.com/not-getting-required-files-on-unzipping-or-SVN-tp14745741s12049p14745741.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: not getting required files on unzipping or SVN

Posted by Bruce Snyder <br...@gmail.com>.
On Jan 10, 2008 3:43 PM, Karthik Krishnamurthy <kk...@gmail.com> wrote:
>
> Hi,
> WHen I install servicemix through the binary its ok.
> WHen I install through the source (tried both svn and unzipping), and ran
> the maven commands, it does not create the necessary zip file that is
> mentioned in the tutorial.
> QUOTE:
> Unzip the distribution using your favorite zip tool. The windows
> distribution is available at
>
> [servicemix_install_dir]\apache-servicemix\target\apache-servicemix-3.0-incubating.zip
> UNQUOTE
>
> The zip file is not there. Am I missing something here? Please help.

Please provide the URL of the tutorial you're using.

Bruce
-- 
perl -e 'print unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache ActiveMQ - http://activemq.org/
Apache Camel - http://activemq.org/camel/
Apache ServiceMix - http://servicemix.org/
Apache Geronimo - http://geronimo.apache.org/

Blog: http://bruceblog.org/

WOrking.... Finally

Posted by Karthik Krishnamurthy <kk...@gmail.com>.
Hi,
Did that (i.e mvn Dprofile etc in the src directory). THen I had to go into
distributions\apache...\src and there I had to run mvn install.

Then the binart zips came into the "target" folder.

Thanks for your help

Karthik

gnodet wrote:
> 
> I'm not sure what you did, but it seems you're not in the right directory.
> 
> You need to unzip the apache-servicemix-3.2.1-src.zip archive.
> Once you do that, you'll find a apache-servicemix-3.2.1/src directory
> which
> contains a file named pom.xml and lots of subdirectories (distributions,
> core, etc...).
> You need to move into that folder and run the maven commands (mvn
> -Dprofile=step1)
> 
> This is the content of the src folder:
> 
> Guillaume-Nodets-MacPro:~/tmp/apache-servicemix-3.2.1/src gnodet$ ll
> total 560
> -rw-r--r--    1 gnodet  gnodet      5K Jan 11 17:02 KEYS
> -rw-r--r--    1 gnodet  gnodet    132K Jan 11 17:02 LICENSE
> -rw-r--r--    1 gnodet  gnodet     12K Jan 11 17:02 NOTICE
> -rw-r--r--    1 gnodet  gnodet      1K Jan 11 17:02 README
> -rw-r--r--    1 gnodet  gnodet      2K Jan 11 17:02 RELEASE-NOTES
> -rw-r--r--    1 gnodet  gnodet     16K Jan 11 17:02 RELEASE-NOTES-3.2
> drwxr-xr-x   28 gnodet  gnodet    952B Jan 11 17:02 archetypes/
> drwxr-xr-x    5 gnodet  gnodet    170B Jan 11 17:02 build/
> drwxr-xr-x    8 gnodet  gnodet    272B Jan 11 17:02 common/
> drwxr-xr-x    8 gnodet  gnodet    272B Jan 11 17:02 core/
> drwxr-xr-x    6 gnodet  gnodet    204B Jan 11 17:02 deployables/
> drwxr-xr-x    5 gnodet  gnodet    170B Jan 11 17:02 distributions/
> -rw-r--r--    1 gnodet  gnodet      2K Jan 11 17:02 doap.rdf
> drwxr-xr-x    3 gnodet  gnodet    102B Jan 11 17:02 etc/
> drwxr-xr-x    3 gnodet  gnodet    102B Jan 11 17:02 file:/
> drwxr-xr-x    4 gnodet  gnodet    136B Jan 11 17:02 parent/
> drwxr-xr-x    4 gnodet  gnodet    136B Jan 11 17:02 platforms/
> -rw-r--r--    1 gnodet  gnodet     87K Jan 11 17:02 pom.xml
> drwxr-xr-x   11 gnodet  gnodet    374B Jan 11 17:02 samples/
> drwxr-xr-x    4 gnodet  gnodet    136B Jan 11 17:02 servicemix-itests/
> drwxr-xr-x    6 gnodet  gnodet    204B Jan 11 17:02 tooling/
> drwxr-xr-x    5 gnodet  gnodet    170B Jan 11 17:02 web/
> drwxr-xr-x    4 gnodet  gnodet    136B Jan 11 17:02 xdocs/
> 
> When you run the first command, the first lines will be something like:
> Guillaume-Nodets-MacPro:~/tmp/apache-servicemix-3.2.1/src gnodet$  mvn
> -Dprofile=step1
> [INFO] Scanning for projects...
> [INFO] Reactor build order:
> [INFO]   ServiceMix
> [INFO]   Servicemix :: Build
> [INFO]   ServiceMix :: Parent
> [INFO]   ServiceMix :: Core
> [INFO]   ServiceMix :: JBI
> [INFO]   ServiceMix :: Services
> [INFO]   ServiceMix :: Core
> [INFO]   ServiceMix :: Audit
> [INFO]   ServiceMix :: Common
> [INFO]   ServiceMix :: Common
> [INFO]   ServiceMix :: Components
> [INFO]   ServiceMix :: SOAP
> [INFO]   ServiceMix :: SOAP2
> [INFO]   ServiceMix :: BeanFlow
> [INFO]   ServiceMix :: Tooling
> [INFO]   ServiceMix :: Maven2 Resource Plugin
> [INFO]   ServiceMix :: Maven2 JBI Plugin
> [INFO]   ServiceMix :: Maven2 XFire Plugin
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building ServiceMix
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> 
> On Jan 11, 2008 4:23 PM, Karthik Krishnamurthy <kk...@gmail.com>
> wrote:
> 
>>
>> Hi,
>> I am getting the following message when I do that. When I had run the
>> maven
>> commands from the D;\sm\apa*\src directory yesterday, it had run and
>> built
>> successfully. Only the target folders were not created. Fllowing your
>> instruction I extracted the source again into a different folder and this
>> is
>> what I have got. Any suggestions.
>>
>> Thank you
>> Karthik
>>
>> QUOTE:
>>
>> D:\smx\apache-servicemix-3.2.1\src\distributions\apache-servicemix\src>mvn
>> -Dpro
>> file=step1
>> [INFO] Scanning for projects...
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] BUILD FAILURE
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>>
>> You must specify at least one goal. Try 'mvn install' to build or 'mvn
>> -?'
>> for o
>> ptions
>> See http://maven.apache.org for more information.
>>
>>
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] For more information, run Maven with the -e switch
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: < 1 second
>> [INFO] Finished at: Fri Jan 11 10:21:35 EST 2008
>> [INFO] Final Memory: 1M/2M
>> [INFO]
>> ------------------------------------------------------------------------
>>
>> UNQUOTE
>>
>>
>> D:\smx\apache-servicemix-3.2.1\src\distributions\apache-servicemix\src>
>>
>> gnodet wrote:
>> >
>> > You need to go into this "src" directory and launch the maven commands.
>> >
>> > On Jan 11, 2008 3:16 PM, Karthik Krishnamurthy <kk...@gmail.com>
>> > wrote:
>> >
>> >>
>> >> THis is the link from where I am using the tutorial:
>> >>
>> >>
>> http://servicemix.apache.org/3-installation.html#3.Installation-InstallationProcedureforWindows
>> >>
>> >> and, there is only an "src" folder inside
>> >> <smx_home_from_source>\distributions\apache-servicemix. There is not
>> >> "target" directory.
>> >>
>> >> Any suggestions??
>> >>
>> >> Thx
>> >> Karthik
>> >>
>> >> Karthik Krishnamurthy wrote:
>> >> >
>> >> > Hi,
>> >> > WHen I install servicemix through the binary its ok.
>> >> > WHen I install through the source (tried both svn and unzipping),
>> and
>> >> ran
>> >> > the maven commands, it does not create the necessary zip file that
>> is
>> >> > mentioned in the tutorial.
>> >> > QUOTE:
>> >> > Unzip the distribution using your favorite zip tool. The windows
>> >> > distribution is available at
>> >> >
>> >> > [servicemix_install_dir]\apache-servicemix\target\apache-
>> >> servicemix-3.0-incubating.zip
>> >> > UNQUOTE
>> >> >
>> >> > The zip file is not there. Am I missing something here? Please help.
>> >> >
>> >> > Thanks
>> >> > Karthik
>> >> >
>> >> >
>> >>
>> >> --
>> >> View this message in context:
>> >>
>> http://www.nabble.com/not-getting-required-files-on-unzipping-or-SVN-tp14745741s12049p14756187.html
>> >> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>> >>
>> >>
>> >
>> >
>> > --
>> > Cheers,
>> > Guillaume Nodet
>> > ------------------------
>> > Blog: http://gnodet.blogspot.com/
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/not-getting-required-files-on-unzipping-or-SVN-tp14745741s12049p14758363.html
>> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>>
>>
> 
> 
> -- 
> Cheers,
> Guillaume Nodet
> ------------------------
> Blog: http://gnodet.blogspot.com/
> 
> 

-- 
View this message in context: http://www.nabble.com/not-getting-required-files-on-unzipping-or-SVN-tp14745741s12049p14764431.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: not getting required files on unzipping or SVN

Posted by Guillaume Nodet <gn...@gmail.com>.
I'm not sure what you did, but it seems you're not in the right directory.

You need to unzip the apache-servicemix-3.2.1-src.zip archive.
Once you do that, you'll find a apache-servicemix-3.2.1/src directory which
contains a file named pom.xml and lots of subdirectories (distributions,
core, etc...).
You need to move into that folder and run the maven commands (mvn
-Dprofile=step1)

This is the content of the src folder:

Guillaume-Nodets-MacPro:~/tmp/apache-servicemix-3.2.1/src gnodet$ ll
total 560
-rw-r--r--    1 gnodet  gnodet      5K Jan 11 17:02 KEYS
-rw-r--r--    1 gnodet  gnodet    132K Jan 11 17:02 LICENSE
-rw-r--r--    1 gnodet  gnodet     12K Jan 11 17:02 NOTICE
-rw-r--r--    1 gnodet  gnodet      1K Jan 11 17:02 README
-rw-r--r--    1 gnodet  gnodet      2K Jan 11 17:02 RELEASE-NOTES
-rw-r--r--    1 gnodet  gnodet     16K Jan 11 17:02 RELEASE-NOTES-3.2
drwxr-xr-x   28 gnodet  gnodet    952B Jan 11 17:02 archetypes/
drwxr-xr-x    5 gnodet  gnodet    170B Jan 11 17:02 build/
drwxr-xr-x    8 gnodet  gnodet    272B Jan 11 17:02 common/
drwxr-xr-x    8 gnodet  gnodet    272B Jan 11 17:02 core/
drwxr-xr-x    6 gnodet  gnodet    204B Jan 11 17:02 deployables/
drwxr-xr-x    5 gnodet  gnodet    170B Jan 11 17:02 distributions/
-rw-r--r--    1 gnodet  gnodet      2K Jan 11 17:02 doap.rdf
drwxr-xr-x    3 gnodet  gnodet    102B Jan 11 17:02 etc/
drwxr-xr-x    3 gnodet  gnodet    102B Jan 11 17:02 file:/
drwxr-xr-x    4 gnodet  gnodet    136B Jan 11 17:02 parent/
drwxr-xr-x    4 gnodet  gnodet    136B Jan 11 17:02 platforms/
-rw-r--r--    1 gnodet  gnodet     87K Jan 11 17:02 pom.xml
drwxr-xr-x   11 gnodet  gnodet    374B Jan 11 17:02 samples/
drwxr-xr-x    4 gnodet  gnodet    136B Jan 11 17:02 servicemix-itests/
drwxr-xr-x    6 gnodet  gnodet    204B Jan 11 17:02 tooling/
drwxr-xr-x    5 gnodet  gnodet    170B Jan 11 17:02 web/
drwxr-xr-x    4 gnodet  gnodet    136B Jan 11 17:02 xdocs/

When you run the first command, the first lines will be something like:
Guillaume-Nodets-MacPro:~/tmp/apache-servicemix-3.2.1/src gnodet$  mvn
-Dprofile=step1
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   ServiceMix
[INFO]   Servicemix :: Build
[INFO]   ServiceMix :: Parent
[INFO]   ServiceMix :: Core
[INFO]   ServiceMix :: JBI
[INFO]   ServiceMix :: Services
[INFO]   ServiceMix :: Core
[INFO]   ServiceMix :: Audit
[INFO]   ServiceMix :: Common
[INFO]   ServiceMix :: Common
[INFO]   ServiceMix :: Components
[INFO]   ServiceMix :: SOAP
[INFO]   ServiceMix :: SOAP2
[INFO]   ServiceMix :: BeanFlow
[INFO]   ServiceMix :: Tooling
[INFO]   ServiceMix :: Maven2 Resource Plugin
[INFO]   ServiceMix :: Maven2 JBI Plugin
[INFO]   ServiceMix :: Maven2 XFire Plugin
[INFO]
------------------------------------------------------------------------
[INFO] Building ServiceMix
[INFO]    task-segment: [install]
[INFO]
------------------------------------------------------------------------

On Jan 11, 2008 4:23 PM, Karthik Krishnamurthy <kk...@gmail.com>
wrote:

>
> Hi,
> I am getting the following message when I do that. When I had run the
> maven
> commands from the D;\sm\apa*\src directory yesterday, it had run and built
> successfully. Only the target folders were not created. Fllowing your
> instruction I extracted the source again into a different folder and this
> is
> what I have got. Any suggestions.
>
> Thank you
> Karthik
>
> QUOTE:
>
> D:\smx\apache-servicemix-3.2.1\src\distributions\apache-servicemix\src>mvn
> -Dpro
> file=step1
> [INFO] Scanning for projects...
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
>
> You must specify at least one goal. Try 'mvn install' to build or 'mvn -?'
> for o
> ptions
> See http://maven.apache.org for more information.
>
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: < 1 second
> [INFO] Finished at: Fri Jan 11 10:21:35 EST 2008
> [INFO] Final Memory: 1M/2M
> [INFO]
> ------------------------------------------------------------------------
>
> UNQUOTE
>
>
> D:\smx\apache-servicemix-3.2.1\src\distributions\apache-servicemix\src>
>
> gnodet wrote:
> >
> > You need to go into this "src" directory and launch the maven commands.
> >
> > On Jan 11, 2008 3:16 PM, Karthik Krishnamurthy <kk...@gmail.com>
> > wrote:
> >
> >>
> >> THis is the link from where I am using the tutorial:
> >>
> >>
> http://servicemix.apache.org/3-installation.html#3.Installation-InstallationProcedureforWindows
> >>
> >> and, there is only an "src" folder inside
> >> <smx_home_from_source>\distributions\apache-servicemix. There is not
> >> "target" directory.
> >>
> >> Any suggestions??
> >>
> >> Thx
> >> Karthik
> >>
> >> Karthik Krishnamurthy wrote:
> >> >
> >> > Hi,
> >> > WHen I install servicemix through the binary its ok.
> >> > WHen I install through the source (tried both svn and unzipping), and
> >> ran
> >> > the maven commands, it does not create the necessary zip file that is
> >> > mentioned in the tutorial.
> >> > QUOTE:
> >> > Unzip the distribution using your favorite zip tool. The windows
> >> > distribution is available at
> >> >
> >> > [servicemix_install_dir]\apache-servicemix\target\apache-
> >> servicemix-3.0-incubating.zip
> >> > UNQUOTE
> >> >
> >> > The zip file is not there. Am I missing something here? Please help.
> >> >
> >> > Thanks
> >> > Karthik
> >> >
> >> >
> >>
> >> --
> >> View this message in context:
> >>
> http://www.nabble.com/not-getting-required-files-on-unzipping-or-SVN-tp14745741s12049p14756187.html
> >> Sent from the ServiceMix - User mailing list archive at Nabble.com.
> >>
> >>
> >
> >
> > --
> > Cheers,
> > Guillaume Nodet
> > ------------------------
> > Blog: http://gnodet.blogspot.com/
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/not-getting-required-files-on-unzipping-or-SVN-tp14745741s12049p14758363.html
> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>
>


-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

Re: not getting required files on unzipping or SVN

Posted by Karthik Krishnamurthy <kk...@gmail.com>.
Hi,
I am getting the following message when I do that. When I had run the maven
commands from the D;\sm\apa*\src directory yesterday, it had run and built
successfully. Only the target folders were not created. Fllowing your
instruction I extracted the source again into a different folder and this is
what I have got. Any suggestions.

Thank you
Karthik

QUOTE:

D:\smx\apache-servicemix-3.2.1\src\distributions\apache-servicemix\src>mvn
-Dpro
file=step1
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO]

You must specify at least one goal. Try 'mvn install' to build or 'mvn -?'
for o
ptions
See http://maven.apache.org for more information.


[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Fri Jan 11 10:21:35 EST 2008
[INFO] Final Memory: 1M/2M
[INFO]
------------------------------------------------------------------------

UNQUOTE


D:\smx\apache-servicemix-3.2.1\src\distributions\apache-servicemix\src>

gnodet wrote:
> 
> You need to go into this "src" directory and launch the maven commands.
> 
> On Jan 11, 2008 3:16 PM, Karthik Krishnamurthy <kk...@gmail.com>
> wrote:
> 
>>
>> THis is the link from where I am using the tutorial:
>>
>> http://servicemix.apache.org/3-installation.html#3.Installation-InstallationProcedureforWindows
>>
>> and, there is only an "src" folder inside
>> <smx_home_from_source>\distributions\apache-servicemix. There is not
>> "target" directory.
>>
>> Any suggestions??
>>
>> Thx
>> Karthik
>>
>> Karthik Krishnamurthy wrote:
>> >
>> > Hi,
>> > WHen I install servicemix through the binary its ok.
>> > WHen I install through the source (tried both svn and unzipping), and
>> ran
>> > the maven commands, it does not create the necessary zip file that is
>> > mentioned in the tutorial.
>> > QUOTE:
>> > Unzip the distribution using your favorite zip tool. The windows
>> > distribution is available at
>> >
>> > [servicemix_install_dir]\apache-servicemix\target\apache-
>> servicemix-3.0-incubating.zip
>> > UNQUOTE
>> >
>> > The zip file is not there. Am I missing something here? Please help.
>> >
>> > Thanks
>> > Karthik
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/not-getting-required-files-on-unzipping-or-SVN-tp14745741s12049p14756187.html
>> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>>
>>
> 
> 
> -- 
> Cheers,
> Guillaume Nodet
> ------------------------
> Blog: http://gnodet.blogspot.com/
> 
> 

-- 
View this message in context: http://www.nabble.com/not-getting-required-files-on-unzipping-or-SVN-tp14745741s12049p14758363.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: not getting required files on unzipping or SVN

Posted by Guillaume Nodet <gn...@gmail.com>.
You need to go into this "src" directory and launch the maven commands.

On Jan 11, 2008 3:16 PM, Karthik Krishnamurthy <kk...@gmail.com>
wrote:

>
> THis is the link from where I am using the tutorial:
>
> http://servicemix.apache.org/3-installation.html#3.Installation-InstallationProcedureforWindows
>
> and, there is only an "src" folder inside
> <smx_home_from_source>\distributions\apache-servicemix. There is not
> "target" directory.
>
> Any suggestions??
>
> Thx
> Karthik
>
> Karthik Krishnamurthy wrote:
> >
> > Hi,
> > WHen I install servicemix through the binary its ok.
> > WHen I install through the source (tried both svn and unzipping), and
> ran
> > the maven commands, it does not create the necessary zip file that is
> > mentioned in the tutorial.
> > QUOTE:
> > Unzip the distribution using your favorite zip tool. The windows
> > distribution is available at
> >
> > [servicemix_install_dir]\apache-servicemix\target\apache-
> servicemix-3.0-incubating.zip
> > UNQUOTE
> >
> > The zip file is not there. Am I missing something here? Please help.
> >
> > Thanks
> > Karthik
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/not-getting-required-files-on-unzipping-or-SVN-tp14745741s12049p14756187.html
> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>
>


-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

Re: FileMover service unit

Posted by Guillaume Nodet <gn...@gmail.com>.
You can download the source distribution from the web site and it should
work.
You can also browse it online:
   http://svn.apache.org/viewvc/servicemix/smx3/trunk/

On Jan 17, 2008 5:51 PM, <ma...@uk.bnpparibas.com> wrote:

> Bruce,
>        any idea where i can get sources of those archetypes?
> @work i m behind a firewall, therefore i have problems with svn .. i went
> thru once, but not anymore..
>
> could u tell me where to go and pick archetype sources?
>
> thanks and regards
>  marco
>
>
>
> Internet
> bruce.snyder@gmail.com
>
> 17/01/2008 15:48
> Please respond to
> users@servicemix.apache.org
>
>
> To
> users
> cc
>
> Subject
> Re: FileMover service unit
>
>
>
>
>
>
> On Jan 17, 2008 4:17 AM,  <ma...@uk.bnpparibas.com> wrote:
> > Hello all,
> >   i m following example here for a fileMover
> >
> > http://servicemix.apache.org/servicemix-file.html
> >
> >
> > however i cannot find the archetype for
> > servicemix-file-service-unit
> >
> > at least that's what i guess i'd need in order to create a  serviceUnit
> > for fileMover..
> >
> > anyone could help here? i have seen that there's a servicemix-ftp-poller
> > but that's not what i need..
>
> We haven't yet created a servicemix-file archetype. Care to take a
> crack at it? It's really pretty easy to do, below are the steps to do
> this:
>
> 1) Copy an archetype that's similar
> 2) Hack it up to use the servicemix-file component
> 3) Create a servicemix-archetype-itest for it
> 3) Do a svn add of the new source
> 4) Do a svn diff of the new directory
> 5) Create a JIRA issue and attach the diff
>
> These steps are more time consuming than difficult. If you have any
> questions, please let us know.
>
> Bruce
> --
> perl -e 'print
> unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
> );'
>
> Apache ActiveMQ - http://activemq.org/
> Apache Camel - http://activemq.org/camel/
> Apache ServiceMix - http://servicemix.org/
> Apache Geronimo - http://geronimo.apache.org/
>
> Blog: http://bruceblog.org/
>
>
>
> This communication is confidential, may be privileged and is meant only
> for the intended recipient.  If you are
> not the intended recipient, please notify the sender by reply and delete
> this message from your system.  Any
> unauthorised dissemination, distribution or copying hereof is prohibited.
>
> BNP Paribas Fund Services UK Limited, BNP Paribas Trust Corporation UK
> Limited, BNP Paribas UK Limited,
> BNP Paribas Commodity Futures Ltd and Investment Fund Services Limited are
> authorised and regulated by
> the Financial Services Authority.
>
> BNP Paribas, BNP Paribas Securities Services and BNP Paribas Private Bank
> are authorised by the CECEI
> and AMF.  BNP Paribas London Branch, BNP Paribas Securities Services
> London Branch and BNP Paribas
> Private Bank London Branch are regulated by the Financial Services
> Authority for the conduct of their UK
> business.  BNP Paribas Securities Services London Branch is also a member
> of the London Stock Exchange.
>
>


-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

Re: FileMover service unit

Posted by ma...@uk.bnpparibas.com.
hello,
 ta for help.. got sorted as  @home i dont have so permissive firewall.. 
got trunk and i m having a look..
will post back if i m stuck

regards
 marco



Internet
bruce.snyder@gmail.com

22/01/2008 14:30
Please respond to
users@servicemix.apache.org


To
users
cc

Subject
Re: FileMover service unit






On Jan 17, 2008 9:51 AM,  <ma...@uk.bnpparibas.com> wrote:
> Bruce,
>         any idea where i can get sources of those archetypes?
> @work i m behind a firewall, therefore i have problems with svn .. i 
went
> thru once, but not anymore..
>
> could u tell me where to go and pick archetype sources?

If you're stuck behind a firewall, it might be easier for you to grab
the tarball or zip file of the sources for the latest release (3.2.1):

http://servicemix.apache.org/download.html

Bruce
-- 
perl -e 'print 
unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache ActiveMQ - http://activemq.org/
Apache Camel - http://activemq.org/camel/
Apache ServiceMix - http://servicemix.org/
Apache Geronimo - http://geronimo.apache.org/

Blog: http://bruceblog.org/



This communication is confidential, may be privileged and is meant only for the intended recipient.  If you are 
not the intended recipient, please notify the sender by reply and delete this message from your system.  Any 
unauthorised dissemination, distribution or copying hereof is prohibited.

BNP Paribas Fund Services UK Limited, BNP Paribas Trust Corporation UK Limited, BNP Paribas UK Limited, 
BNP Paribas Commodity Futures Ltd and Investment Fund Services Limited are authorised and regulated by 
the Financial Services Authority.

BNP Paribas, BNP Paribas Securities Services and BNP Paribas Private Bank are authorised by the CECEI 
and AMF.  BNP Paribas London Branch, BNP Paribas Securities Services London Branch and BNP Paribas 
Private Bank London Branch are regulated by the Financial Services Authority for the conduct of their UK 
business.  BNP Paribas Securities Services London Branch is also a member of the London Stock Exchange.


Re: FileMover service unit

Posted by Bruce Snyder <br...@gmail.com>.
On Jan 17, 2008 9:51 AM,  <ma...@uk.bnpparibas.com> wrote:
> Bruce,
>         any idea where i can get sources of those archetypes?
> @work i m behind a firewall, therefore i have problems with svn .. i went
> thru once, but not anymore..
>
> could u tell me where to go and pick archetype sources?

If you're stuck behind a firewall, it might be easier for you to grab
the tarball or zip file of the sources for the latest release (3.2.1):

http://servicemix.apache.org/download.html

Bruce
-- 
perl -e 'print unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache ActiveMQ - http://activemq.org/
Apache Camel - http://activemq.org/camel/
Apache ServiceMix - http://servicemix.org/
Apache Geronimo - http://geronimo.apache.org/

Blog: http://bruceblog.org/

Re: FileMover service unit

Posted by Guillaume Nodet <gn...@gmail.com>.
Sure, we can easily apply your patch.

On Jan 28, 2008 10:15 AM, <ma...@uk.bnpparibas.com> wrote:

> Bruce,
>  had a crack at file archetype.......
> few things:
> - was wondering if was worth to create a file-poller and file-sender (like
> ftp archetypes..)
> - i dont think i have committer rights. will be ok if i create a JIRA and
> attach files to it?
>
> regards
>        marco
>
> regarsd
>
>
>
>
> Internet
> bruce.snyder@gmail.com
>
> 17/01/2008 15:48
> Please respond to
> users@servicemix.apache.org
>
>
> To
> users
> cc
>
> Subject
> Re: FileMover service unit
>
>
>
>
>
>
> On Jan 17, 2008 4:17 AM,  <ma...@uk.bnpparibas.com> wrote:
> > Hello all,
> >   i m following example here for a fileMover
> >
> > http://servicemix.apache.org/servicemix-file.html
> >
> >
> > however i cannot find the archetype for
> > servicemix-file-service-unit
> >
> > at least that's what i guess i'd need in order to create a  serviceUnit
> > for fileMover..
> >
> > anyone could help here? i have seen that there's a servicemix-ftp-poller
> > but that's not what i need..
>
> We haven't yet created a servicemix-file archetype. Care to take a
> crack at it? It's really pretty easy to do, below are the steps to do
> this:
>
> 1) Copy an archetype that's similar
> 2) Hack it up to use the servicemix-file component
> 3) Create a servicemix-archetype-itest for it
> 3) Do a svn add of the new source
> 4) Do a svn diff of the new directory
> 5) Create a JIRA issue and attach the diff
>
> These steps are more time consuming than difficult. If you have any
> questions, please let us know.
>
> Bruce
> --
> perl -e 'print
> unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
> );'
>
> Apache ActiveMQ - http://activemq.org/
> Apache Camel - http://activemq.org/camel/
> Apache ServiceMix - http://servicemix.org/
> Apache Geronimo - http://geronimo.apache.org/
>
> Blog: http://bruceblog.org/
>
>
>
> This communication is confidential, may be privileged and is meant only
> for the intended recipient.  If you are
> not the intended recipient, please notify the sender by reply and delete
> this message from your system.  Any
> unauthorised dissemination, distribution or copying hereof is prohibited.
>
> BNP Paribas Fund Services UK Limited, BNP Paribas Trust Corporation UK
> Limited, BNP Paribas UK Limited,
> BNP Paribas Commodity Futures Ltd and Investment Fund Services Limited are
> authorised and regulated by
> the Financial Services Authority.
>
> BNP Paribas, BNP Paribas Securities Services and BNP Paribas Private Bank
> are authorised by the CECEI
> and AMF.  BNP Paribas London Branch, BNP Paribas Securities Services
> London Branch and BNP Paribas
> Private Bank London Branch are regulated by the Financial Services
> Authority for the conduct of their UK
> business.  BNP Paribas Securities Services London Branch is also a member
> of the London Stock Exchange.
>
>


-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

Re: FileMover service unit

Posted by Bruce Snyder <br...@gmail.com>.
On Jan 28, 2008 2:15 AM,  <ma...@uk.bnpparibas.com> wrote:
> Bruce,
>   had a crack at file archetype.......
> few things:
> - was wondering if was worth to create a file-poller and file-sender (like
> ftp archetypes..)
> - i dont think i have committer rights. will be ok if i create a JIRA and
> attach files to it?

Yes, as noted in the contributing page here:

http://servicemix.apache.org/contributing.html#Contributing-SubmittingPatches

Create a patch and attach it to a new JIRA issue. Also, if you're
trying to include new files in your patch, make sure to do a svn add
of those files before doing the diff. This will schedule the files for
addition to the Subversion repository. Even if you don't have
committer privileges you can do this. It will allow you to create a
diff file that includes any new files you're contributing.

Bruce
-- 
perl -e 'print unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache ActiveMQ - http://activemq.org/
Apache Camel - http://activemq.org/camel/
Apache ServiceMix - http://servicemix.org/
Apache Geronimo - http://geronimo.apache.org/

Blog: http://bruceblog.org/

Re: FileMover service unit

Posted by ma...@uk.bnpparibas.com.
Bruce,
  had a crack at file archetype....... 
few things:
- was wondering if was worth to create a file-poller and file-sender (like 
ftp archetypes..)
- i dont think i have committer rights. will be ok if i create a JIRA and 
attach files to it?

regards
        marco

regarsd
 



Internet
bruce.snyder@gmail.com

17/01/2008 15:48
Please respond to
users@servicemix.apache.org


To
users
cc

Subject
Re: FileMover service unit






On Jan 17, 2008 4:17 AM,  <ma...@uk.bnpparibas.com> wrote:
> Hello all,
>   i m following example here for a fileMover
>
> http://servicemix.apache.org/servicemix-file.html
>
>
> however i cannot find the archetype for
> servicemix-file-service-unit
>
> at least that's what i guess i'd need in order to create a  serviceUnit
> for fileMover..
>
> anyone could help here? i have seen that there's a servicemix-ftp-poller
> but that's not what i need..

We haven't yet created a servicemix-file archetype. Care to take a
crack at it? It's really pretty easy to do, below are the steps to do
this:

1) Copy an archetype that's similar
2) Hack it up to use the servicemix-file component
3) Create a servicemix-archetype-itest for it
3) Do a svn add of the new source
4) Do a svn diff of the new directory
5) Create a JIRA issue and attach the diff

These steps are more time consuming than difficult. If you have any
questions, please let us know.

Bruce
-- 
perl -e 'print 
unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache ActiveMQ - http://activemq.org/
Apache Camel - http://activemq.org/camel/
Apache ServiceMix - http://servicemix.org/
Apache Geronimo - http://geronimo.apache.org/

Blog: http://bruceblog.org/



This communication is confidential, may be privileged and is meant only for the intended recipient.  If you are 
not the intended recipient, please notify the sender by reply and delete this message from your system.  Any 
unauthorised dissemination, distribution or copying hereof is prohibited.

BNP Paribas Fund Services UK Limited, BNP Paribas Trust Corporation UK Limited, BNP Paribas UK Limited, 
BNP Paribas Commodity Futures Ltd and Investment Fund Services Limited are authorised and regulated by 
the Financial Services Authority.

BNP Paribas, BNP Paribas Securities Services and BNP Paribas Private Bank are authorised by the CECEI 
and AMF.  BNP Paribas London Branch, BNP Paribas Securities Services London Branch and BNP Paribas 
Private Bank London Branch are regulated by the Financial Services Authority for the conduct of their UK 
business.  BNP Paribas Securities Services London Branch is also a member of the London Stock Exchange.


Re: FileMover service unit

Posted by ma...@uk.bnpparibas.com.
Bruce,
  thanx for the tip!  i'll give it a go and post here if i m lost :)

regards
 marco



Internet
bruce.snyder@gmail.com

17/01/2008 15:48
Please respond to
users@servicemix.apache.org


To
users
cc

Subject
Re: FileMover service unit






On Jan 17, 2008 4:17 AM,  <ma...@uk.bnpparibas.com> wrote:
> Hello all,
>   i m following example here for a fileMover
>
> http://servicemix.apache.org/servicemix-file.html
>
>
> however i cannot find the archetype for
> servicemix-file-service-unit
>
> at least that's what i guess i'd need in order to create a  serviceUnit
> for fileMover..
>
> anyone could help here? i have seen that there's a servicemix-ftp-poller
> but that's not what i need..

We haven't yet created a servicemix-file archetype. Care to take a
crack at it? It's really pretty easy to do, below are the steps to do
this:

1) Copy an archetype that's similar
2) Hack it up to use the servicemix-file component
3) Create a servicemix-archetype-itest for it
3) Do a svn add of the new source
4) Do a svn diff of the new directory
5) Create a JIRA issue and attach the diff

These steps are more time consuming than difficult. If you have any
questions, please let us know.

Bruce
-- 
perl -e 'print 
unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache ActiveMQ - http://activemq.org/
Apache Camel - http://activemq.org/camel/
Apache ServiceMix - http://servicemix.org/
Apache Geronimo - http://geronimo.apache.org/

Blog: http://bruceblog.org/



This communication is confidential, may be privileged and is meant only for the intended recipient.  If you are 
not the intended recipient, please notify the sender by reply and delete this message from your system.  Any 
unauthorised dissemination, distribution or copying hereof is prohibited.

BNP Paribas Fund Services UK Limited, BNP Paribas Trust Corporation UK Limited, BNP Paribas UK Limited, 
BNP Paribas Commodity Futures Ltd and Investment Fund Services Limited are authorised and regulated by 
the Financial Services Authority.

BNP Paribas, BNP Paribas Securities Services and BNP Paribas Private Bank are authorised by the CECEI 
and AMF.  BNP Paribas London Branch, BNP Paribas Securities Services London Branch and BNP Paribas 
Private Bank London Branch are regulated by the Financial Services Authority for the conduct of their UK 
business.  BNP Paribas Securities Services London Branch is also a member of the London Stock Exchange.


Re: FileMover service unit

Posted by ma...@uk.bnpparibas.com.
Bruce,
        any idea where i can get sources of those archetypes?
@work i m behind a firewall, therefore i have problems with svn .. i went 
thru once, but not anymore..

could u tell me where to go and pick archetype sources?

thanks and regards
 marco



Internet
bruce.snyder@gmail.com

17/01/2008 15:48
Please respond to
users@servicemix.apache.org


To
users
cc

Subject
Re: FileMover service unit






On Jan 17, 2008 4:17 AM,  <ma...@uk.bnpparibas.com> wrote:
> Hello all,
>   i m following example here for a fileMover
>
> http://servicemix.apache.org/servicemix-file.html
>
>
> however i cannot find the archetype for
> servicemix-file-service-unit
>
> at least that's what i guess i'd need in order to create a  serviceUnit
> for fileMover..
>
> anyone could help here? i have seen that there's a servicemix-ftp-poller
> but that's not what i need..

We haven't yet created a servicemix-file archetype. Care to take a
crack at it? It's really pretty easy to do, below are the steps to do
this:

1) Copy an archetype that's similar
2) Hack it up to use the servicemix-file component
3) Create a servicemix-archetype-itest for it
3) Do a svn add of the new source
4) Do a svn diff of the new directory
5) Create a JIRA issue and attach the diff

These steps are more time consuming than difficult. If you have any
questions, please let us know.

Bruce
-- 
perl -e 'print 
unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache ActiveMQ - http://activemq.org/
Apache Camel - http://activemq.org/camel/
Apache ServiceMix - http://servicemix.org/
Apache Geronimo - http://geronimo.apache.org/

Blog: http://bruceblog.org/



This communication is confidential, may be privileged and is meant only for the intended recipient.  If you are 
not the intended recipient, please notify the sender by reply and delete this message from your system.  Any 
unauthorised dissemination, distribution or copying hereof is prohibited.

BNP Paribas Fund Services UK Limited, BNP Paribas Trust Corporation UK Limited, BNP Paribas UK Limited, 
BNP Paribas Commodity Futures Ltd and Investment Fund Services Limited are authorised and regulated by 
the Financial Services Authority.

BNP Paribas, BNP Paribas Securities Services and BNP Paribas Private Bank are authorised by the CECEI 
and AMF.  BNP Paribas London Branch, BNP Paribas Securities Services London Branch and BNP Paribas 
Private Bank London Branch are regulated by the Financial Services Authority for the conduct of their UK 
business.  BNP Paribas Securities Services London Branch is also a member of the London Stock Exchange.


Re: FileMover service unit

Posted by Bruce Snyder <br...@gmail.com>.
On Jan 17, 2008 4:17 AM,  <ma...@uk.bnpparibas.com> wrote:
> Hello all,
>   i m following example here for a fileMover
>
> http://servicemix.apache.org/servicemix-file.html
>
>
> however i cannot find the archetype for
> servicemix-file-service-unit
>
> at least that's what i guess i'd need in order to create a  serviceUnit
> for fileMover..
>
> anyone could help here? i have seen that there's a servicemix-ftp-poller
> but that's not what i need..

We haven't yet created a servicemix-file archetype. Care to take a
crack at it? It's really pretty easy to do, below are the steps to do
this:

1) Copy an archetype that's similar
2) Hack it up to use the servicemix-file component
3) Create a servicemix-archetype-itest for it
3) Do a svn add of the new source
4) Do a svn diff of the new directory
5) Create a JIRA issue and attach the diff

These steps are more time consuming than difficult. If you have any
questions, please let us know.

Bruce
-- 
perl -e 'print unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache ActiveMQ - http://activemq.org/
Apache Camel - http://activemq.org/camel/
Apache ServiceMix - http://servicemix.org/
Apache Geronimo - http://geronimo.apache.org/

Blog: http://bruceblog.org/

FileMover service unit

Posted by ma...@uk.bnpparibas.com.
Hello all,
  i m following example here for a fileMover

http://servicemix.apache.org/servicemix-file.html


however i cannot find the archetype for 
servicemix-file-service-unit

at least that's what i guess i'd need in order to create a  serviceUnit 
for fileMover..

anyone could help here? i have seen that there's a servicemix-ftp-poller 
but that's not what i need..

thanks and regards 
  marco


This communication is confidential, may be privileged and is meant only for the intended recipient.  If you are 
not the intended recipient, please notify the sender by reply and delete this message from your system.  Any 
unauthorised dissemination, distribution or copying hereof is prohibited.

BNP Paribas Fund Services UK Limited, BNP Paribas Trust Corporation UK Limited, BNP Paribas UK Limited, 
BNP Paribas Commodity Futures Ltd and Investment Fund Services Limited are authorised and regulated by 
the Financial Services Authority.

BNP Paribas, BNP Paribas Securities Services and BNP Paribas Private Bank are authorised by the CECEI 
and AMF.  BNP Paribas London Branch, BNP Paribas Securities Services London Branch and BNP Paribas 
Private Bank London Branch are regulated by the Financial Services Authority for the conduct of their UK 
business.  BNP Paribas Securities Services London Branch is also a member of the London Stock Exchange.


Re: not getting required files on unzipping or SVN

Posted by Karthik Krishnamurthy <kk...@gmail.com>.
THis is the link from where I am using the tutorial:
http://servicemix.apache.org/3-installation.html#3.Installation-InstallationProcedureforWindows

and, there is only an "src" folder inside
<smx_home_from_source>\distributions\apache-servicemix. There is not
"target" directory.

Any suggestions??

Thx
Karthik

Karthik Krishnamurthy wrote:
> 
> Hi,
> WHen I install servicemix through the binary its ok.
> WHen I install through the source (tried both svn and unzipping), and ran
> the maven commands, it does not create the necessary zip file that is
> mentioned in the tutorial.
> QUOTE:
> Unzip the distribution using your favorite zip tool. The windows
> distribution is available at
> 
> [servicemix_install_dir]\apache-servicemix\target\apache-servicemix-3.0-incubating.zip
> UNQUOTE
> 
> The zip file is not there. Am I missing something here? Please help.
> 
> Thanks
> Karthik
> 
> 

-- 
View this message in context: http://www.nabble.com/not-getting-required-files-on-unzipping-or-SVN-tp14745741s12049p14756187.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: not getting required files on unzipping or SVN

Posted by Karthik Krishnamurthy <kk...@gmail.com>.
One more thing.
When I am using the zip file to extract the source, there are several files
that are not getting extracted because of file name format errors.
BUt still, neither through svn nor zip am I getting this target directory
after building through maven.





Karthik Krishnamurthy wrote:
> 
> Hi,
> WHen I install servicemix through the binary its ok.
> WHen I install through the source (tried both svn and unzipping), and ran
> the maven commands, it does not create the necessary zip file that is
> mentioned in the tutorial.
> QUOTE:
> Unzip the distribution using your favorite zip tool. The windows
> distribution is available at
> 
> [servicemix_install_dir]\apache-servicemix\target\apache-servicemix-3.0-incubating.zip
> UNQUOTE
> 
> The zip file is not there. Am I missing something here? Please help.
> 
> Thanks
> Karthik
> 
> 

-- 
View this message in context: http://www.nabble.com/not-getting-required-files-on-unzipping-or-SVN-tp14745741s12049p14756190.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: not getting required files on unzipping or SVN

Posted by Guillaume Nodet <gn...@gmail.com>.
I think the page you are referreing to is slightly outdated.
Please provide a link so that we can fix it.

I think the distributions will be located in
   [smx_home]/distributions/apache-servicemix/target

On Jan 10, 2008 11:43 PM, Karthik Krishnamurthy <kk...@gmail.com>
wrote:

>
> Hi,
> WHen I install servicemix through the binary its ok.
> WHen I install through the source (tried both svn and unzipping), and ran
> the maven commands, it does not create the necessary zip file that is
> mentioned in the tutorial.
> QUOTE:
> Unzip the distribution using your favorite zip tool. The windows
> distribution is available at
>
> [servicemix_install_dir]\apache-servicemix\target\apache-
> servicemix-3.0-incubating.zip
> UNQUOTE
>
> The zip file is not there. Am I missing something here? Please help.
>
> Thanks
> Karthik
>
> --
> View this message in context:
> http://www.nabble.com/not-getting-required-files-on-unzipping-or-SVN-tp14745741s12049p14745741.html
> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>
>


-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/