k, here is what I have in my maven repository: /org/apache/servicemix/tooling/servicemix-service-engine/3.1-incubating-SNAPSHOT % ls maven-metadata-apache-incubating.xml
It doesn't have the other 2 files needed. I had already compiled from source. Any other ideas? thanks. bsnyder wrote: > > On 1/11/07, CharlesP <[EMAIL PROTECTED]> wrote: >> >> No, I haven't. Could you explain how to do this? >> >> thanks. >> >> >> Adrian Co wrote: >> > >> > Have you tried building the archetypes from source? AFAIK, they're not >> > built by default, when you do a build from the root. > > Before you compile from source, check your local Maven repo to see if > the artifacts for the archetypes exist or not. If Maven has downloaded > them, they should be located on your local system here: > > <home-dir>/.m2/repository/org/apache/servicemix/tooling/ > > The variable <home-dir> above is your home directory on Unix and on > Windows it is: > c:\Documents and Settings\<user> > > For example, the servicemix-service-engine artifacts should be located > here: > > <home-dir>/.m2/repository/org/apache/servicemix/tooling/servicemix-service-engine/3.1-incubating-SNAPSHOT/ > > and it should include the following files: > > maven-metadata-local.xml > servicemix-service-engine-3.1-incubating-SNAPSHOT.jar > servicemix-service-engine-3.1-incubating-SNAPSHOT.pom > > I'm pointing out the ServiceMix 3.1-incubating-SNAPSHOT above because > it is the version necessary for use with the Hello World SE example as > noted in the Prerequisites section. If do not have these files, it > means that they have not been downloaded by Maven for some reason so > you'll need to download the lastest ServiceMix source and build it. > > To download the source, download either a recent development SNAPSHOT > archive of the source from here: > > http://servicemix.org/site/download.html > > Or download the source directly from the Subversion repository as > described here: > > http://servicemix.org/site/source.html > > To build the software, follow the directions here: > > http://servicemix.org/site/building.html > > Bruce > -- > perl -e 'print > unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" > );' > > Apache Geronimo - http://geronimo.apache.org/ > Apache ActiveMQ - http://activemq.org/ > Apache ServiceMix - http://servicemix.org/ > Castor - http://castor.org/ > > -- View this message in context: http://www.nabble.com/Hello-World-Example-tf2954489s12049.html#a8284296 Sent from the ServiceMix - User mailing list archive at Nabble.com.
