That is a run against the M2 source - not the current trunk from subversion?

P

On 8/16/06, Mahbubur <[EMAIL PROTECTED]> wrote:


Hi,

Here is a post of the messages that I give after giving the following
command:

    mvn -Dmaven.test.skip=true -Dprofile=step1 install


[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   ServiceMix
[INFO]   ServiceMix :: JBI
[INFO]   ServiceMix :: Services
[INFO]   ServiceMix :: Core
[INFO]   ServiceMix :: Components
[INFO]   ServiceMix :: Common
[INFO]   ServiceMix :: SOAP
[INFO]   ServiceMix :: Console
[INFO]   ServiceMix :: Tooling
[INFO]   ServiceMix :: Maven2 :: JBI Plugin
[INFO]   ServiceMix :: HTTP
[INFO]   ServiceMix :: BPE
[INFO]   ServiceMix :: JMS
[INFO]   ServiceMix :: JSR-181 Service Engine
[INFO]   ServiceMix :: WS-Notification Service Engine
[INFO]   ServiceMix :: Lightweight container Service Engine
[INFO]   ServiceMix :: SCA Service Engine
[INFO]   ServiceMix :: Web
[INFO]   ServiceMix :: EIP
[INFO]   ServiceMix :: ITests
[INFO]   ServiceMix :: BeanFlow
[INFO]   ServiceMix :: Maven2 :: Archetypes :: BindingComponent
[INFO]   ServiceMix :: Maven2 :: Archetypes :: ServiceEngine
[INFO]   ServiceMix :: Maven2 :: Archetypes :: ServiceUnit
[INFO]   ServiceMix :: Maven2 :: Archetypes :: ServiceAssembly
[INFO]   ServiceMix :: Samples
[INFO]   ServiceMix :: Samples :: WSDL first
[INFO]   ServiceMix :: Samples :: WSDL first :: JSR181
[INFO]   ServiceMix :: Samples :: WSDL first :: HTTP
[INFO]   ServiceMix :: Samples :: WSDL first :: SA
[INFO]   Servicemix :: Assembly
Downloading:
http://servicemix.org/m2-repo/org/apache/servicemix/tooling/jbi-maven-plugin/1.0-M2-incubating/jbi-maven-plugin-1.0-M2-incubating.jar
[WARNING] Unable to get resource from repository servicemix-m2-repo
(http://servicemix.org/m2-repo)
Downloading:
http://incubator.apache.org/dist/servicemix-3.0-M2-incubating/m2/org/apache/servicemix/tooling/jbi-maven-plugin/1.0-M2-incubating/jbi-maven-plugin-1.0-M2-incubating.jar
[WARNING] Unable to get resource from repository servicemix-distribution
(http://incubator.apache.org/dist/servicemix-3.0-M2-incubating/m2)
Downloading:
http://repo1.maven.org/maven2/org/apache/servicemix/tooling/jbi-maven-plugin/1.0-M2-incubating/jbi-maven-plugin-1.0-M2-incubating.jar
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Plugin could not be found - check that the goal name is correct:
Unable to download the artifact from any repository

Try downloading the file manually from the project website.

Then, install it using the command:
    mvn install:install-file -DgroupId=org.apache.servicemix.tooling
-DartifactId=jbi-maven-plugin \
        -Dversion=1.0-M2-incubating -Dpackaging=maven-plugin
-Dfile=/path/to/file



org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:1.0-M2-incubating

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  servicemix-m2-repo (http://servicemix.org/m2-repo),
  servicemix-distribution
(http://incubator.apache.org/dist/servicemix-3.0-M2-incubating/m2)


org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:1.0-M2-incubating

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  servicemix-m2-repo (http://servicemix.org/m2-repo),
  servicemix-distribution
(http://incubator.apache.org/dist/servicemix-3.0-M2-incubating/m2)

[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 9 seconds
[INFO] Finished at: Wed Aug 16 15:55:45 CDT 2006
[INFO] Final Memory: 5M/159M
[INFO]
------------------------------------------------------------------------



Philip Dodds-2 wrote:
>
> You will need your proxy configured in Maven if you have one between
> you and the internet.  Though I don't believe you would end up with a
> problem getting that plugin on step1 if you didn't? So whats the error
> when you build step1 from the source tree?
>
> Can you send the output of the first mvn command against the fresh
> check out of the trunk?
>
> P
>
> On 8/16/06, Mahbubur <[EMAIL PROTECTED]> wrote:
>>
>>
>> Hi,
>>
>> Yes I tried that also, but I am getting the same messages.
>>
>> Somebody in a different forum thread mentioned that Maven could not
>> download
>> dependencies because of the proxy settings. Could that be an issue here?
>>
>> Mahbubur.
>>
>>
>>
>> gnodet wrote:
>> >
>> > Could you try using the exact command written at
>> >  http://servicemix.goopen.org/site/building.html
>> >
>> > mvn -Dmaven.test.skip=true -Dprofile=step1 install
>> >
>> > and not
>> >
>> > mvn -Dmaven.test.skip=true -Pstep1 install
>> >
>> >
>> >
>> >
>> > On 8/16/06, Mahbubur <[EMAIL PROTECTED]> wrote:
>> >>
>> >>
>> >> Hi,
>> >>
>> >> I just tried doing it and gettig the same results.
>> >>
>> >> Following is the series of steps that I am following:
>> >>
>> >> 1. Download the "apache-servicemix-3.0-M2-incubating-src.tar.gz" from
>> >> servicemix download site.
>> >>
>> >> 2. Unzip and untar it.
>> >>
>> >> 3. Go to the "src" directory of the
>> "apache-servicemix-3.0-M2-incubating"
>> >> directory.
>> >>
>> >> 4. Issue the following command from the command line:
>> >>
>> >>    mvn -Dmaven.test.skip=true -Pstep1 install
>> >>
>> >> After that I am getting the previously posted set of outputs.
>> >>
>> >> Am I missing something in the process?
>> >>
>> >> Thanks.
>> >>
>> >> Mahbubur.
>> >>
>> >>
>> >> Philip Dodds-2 wrote:
>> >> >
>> >> > Can you run mvn -Dmaven.test.skip=true -Pstep1 install from the root
>> >> > of the source tree , and then try mvn -Dmaven.test.skip=true install
>> >> > from the same location?
>> >> >
>> >> > Note sure why people are having problems with the build I refreshed
>> >> > yesterday without any issues?  might be a problem with first builds
>> :(
>> >> >
>> >> > P
>> >> >
>> >> > On 8/16/06, Mahbubur <[EMAIL PROTECTED]> wrote:
>> >> >>
>> >> >> Hi Philip,
>> >> >>
>> >> >> I tried the instructions from the above site, but getting the same
>> >> error.
>> >> >> It
>> >> >> could not download a plugin JAR. The error is the same as I have
>> >> posted
>> >> >> in
>> >> >> my previous post.
>> >> >>
>> >> >> Is there some other issue involved in this.
>> >> >>
>> >> >> Some help will truly be appreciated.
>> >> >>
>> >> >> Thanks a lot in advance.
>> >> >>
>> >> >> Mahbubur
>> >> >>
>> >> >>
>> >> >>
>> >> >> Mahbubur wrote:
>> >> >> >
>> >> >> >
>> >> >> > Thanks a lot. I will try it. I truly appreciate the help.
>> >> >> >
>> >> >> > Mahbub.
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> > Philip Dodds-2 wrote:
>> >> >> >>
>> >> >> >> See the Building information on the website -
>> >> >> >>
>> >> >> >> http://www.servicemix.org/site/building.html
>> >> >> >>
>> >> >> >> Note that it recently changed for the coming M3.
>> >> >> >>
>> >> >> >> P
>> >> >> >>
>> >> >> >> On 8/15/06, Mahbubur <[EMAIL PROTECTED]> wrote:
>> >> >> >>>
>> >> >> >>> Hello All,
>> >> >> >>>
>> >> >> >>> I am a newbie to the world of ServiceMix. I have downloaded the
>> >> >> >>> ServiceMix
>> >> >> >>> source from:
>> >> >> >>>
>> >> >> >>>    apache-servicemix-3.0-M2-incubating
>> >> >> >>>
>> >> >> >>> and the maven-2.0.4
>> >> >> >>>
>> >> >> >>> When I am trying to build with the following command:
>> >> >> >>>
>> >> >> >>>    mvn -Dmaven.test.skip=true install
>> >> >> >>>
>> >> >> >>> I am getting the following messages. Would anyone let me know
>> what
>> >> I
>> >> >> >>> should
>> >> >> >>> (or should not) be doing?
>> >> >> >>>
>> >> >> >>> Thanks a lot in advance.
>> >> >> >>>
>> >> >> >>> [INFO] Scanning for projects...
>> >> >> >>> [INFO] Reactor build order:
>> >> >> >>> [INFO]   ServiceMix
>> >> >> >>> [INFO]   ServiceMix :: JBI
>> >> >> >>> [INFO]   ServiceMix :: Services
>> >> >> >>> [INFO]   ServiceMix :: Core
>> >> >> >>> [INFO]   ServiceMix :: Components
>> >> >> >>> [INFO]   ServiceMix :: Common
>> >> >> >>> [INFO]   ServiceMix :: SOAP
>> >> >> >>> [INFO]   ServiceMix :: Console
>> >> >> >>> [INFO]   ServiceMix :: Tooling
>> >> >> >>> [INFO]   ServiceMix :: Maven2 :: JBI Plugin
>> >> >> >>> [INFO]   ServiceMix :: HTTP
>> >> >> >>> [INFO]   ServiceMix :: BPE
>> >> >> >>> [INFO]   ServiceMix :: JMS
>> >> >> >>> [INFO]   ServiceMix :: JSR-181 Service Engine
>> >> >> >>> [INFO]   ServiceMix :: WS-Notification Service Engine
>> >> >> >>> [INFO]   ServiceMix :: Lightweight container Service Engine
>> >> >> >>> [INFO]   ServiceMix :: SCA Service Engine
>> >> >> >>> [INFO]   ServiceMix :: Web
>> >> >> >>> [INFO]   ServiceMix :: EIP
>> >> >> >>> [INFO]   ServiceMix :: ITests
>> >> >> >>> [INFO]   ServiceMix :: BeanFlow
>> >> >> >>> [INFO]   ServiceMix :: Maven2 :: Archetypes :: BindingComponent
>> >> >> >>> [INFO]   ServiceMix :: Maven2 :: Archetypes :: ServiceEngine
>> >> >> >>> [INFO]   ServiceMix :: Maven2 :: Archetypes :: ServiceUnit
>> >> >> >>> [INFO]   ServiceMix :: Maven2 :: Archetypes :: ServiceAssembly
>> >> >> >>> [INFO]   ServiceMix :: Samples
>> >> >> >>> [INFO]   ServiceMix :: Samples :: WSDL first
>> >> >> >>> [INFO]   ServiceMix :: Samples :: WSDL first :: JSR181
>> >> >> >>> [INFO]   ServiceMix :: Samples :: WSDL first :: HTTP
>> >> >> >>> [INFO]   ServiceMix :: Samples :: WSDL first :: SA
>> >> >> >>> [INFO]   Servicemix :: Assembly
>> >> >> >>> Downloading:
>> >> >> >>>
>> >> >>
>> >>
>> 
http://servicemix.org/m2-repo/org/apache/servicemix/tooling/jbi-maven-plugin/1.0-M2-incubating/jbi-maven-plugin-1.0-M2-incubating.jar
>> >> >> >>> [WARNING] Unable to get resource from repository
>> >> servicemix-m2-repo
>> >> >> >>> (http://servicemix.org/m2-repo)
>> >> >> >>> Downloading:
>> >> >> >>>
>> >> >>
>> >>
>> 
http://incubator.apache.org/dist/servicemix-3.0-M2-incubating/m2/org/apache/servicemix/tooling/jbi-maven-plugin/1.0-M2-incubating/jbi-maven-plugin-1.0-M2-incubating.jar
>> >> >> >>> [WARNING] Unable to get resource from repository
>> >> >> servicemix-distribution
>> >> >> >>>
>> (http://incubator.apache.org/dist/servicemix-3.0-M2-incubating/m2)
>> >> >> >>> Downloading:
>> >> >> >>>
>> >> >>
>> >>
>> 
http://repo1.maven.org/maven2/org/apache/servicemix/tooling/jbi-maven-plugin/1.0-M2-incubating/jbi-maven-plugin-1.0-M2-incubating.jar
>> >> >> >>> [WARNING] Unable to get resource from repository central
>> >> >> >>> (http://repo1.maven.org/maven2)
>> >> >> >>> [INFO]
>> >> >> >>>
>> >> >>
>> >>
>> ------------------------------------------------------------------------
>> >> >> >>> [ERROR] BUILD ERROR
>> >> >> >>> [INFO]
>> >> >> >>>
>> >> >>
>> >>
>> ------------------------------------------------------------------------
>> >> >> >>> [INFO] Plugin could not be found - check that the goal name is
>> >> >> correct:
>> >> >> >>> Unable to download the artifact from any repository
>> >> >> >>>
>> >> >> >>> Try downloading the file manually from the project website.
>> >> >> >>>
>> >> >> >>> Then, install it using the command:
>> >> >> >>>     mvn install:install-file
>> >> -DgroupId=org.apache.servicemix.tooling
>> >> >> >>> -DartifactId=jbi-maven-plugin \
>> >> >> >>>         -Dversion=1.0-M2-incubating -Dpackaging=maven-plugin
>> >> >> >>> -Dfile=/path/to/file
>> >> >> >>>
>> >> >> >>>
>> >> >> >>>
>> >> >> >>>
>> >> >>
>> >>
>> org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:1.0-M2-incubating
>> >> >> >>>
>> >> >> >>> from the specified remote repositories:
>> >> >> >>>   central (http://repo1.maven.org/maven2),
>> >> >> >>>   servicemix-m2-repo (http://servicemix.org/m2-repo),
>> >> >> >>>   servicemix-distribution
>> >> >> >>>
>> (http://incubator.apache.org/dist/servicemix-3.0-M2-incubating/m2)
>> >> >> >>>
>> >> >> >>>
>> >> >> >>>
>> >> >>
>> >>
>> org.apache.servicemix.tooling:jbi-maven-plugin:maven-plugin:1.0-M2-incubating
>> >> >> >>>
>> >> >> >>> from the specified remote repositories:
>> >> >> >>>   central (http://repo1.maven.org/maven2),
>> >> >> >>>   servicemix-m2-repo (http://servicemix.org/m2-repo),
>> >> >> >>>   servicemix-distribution
>> >> >> >>>
>> (http://incubator.apache.org/dist/servicemix-3.0-M2-incubating/m2)
>> >> >> >>>
>> >> >> >>> [INFO]
>> >> >> >>>
>> >> >>
>> >>
>> ------------------------------------------------------------------------
>> >> >> >>> [INFO] For more information, run Maven with the -e switch
>> >> >> >>> [INFO]
>> >> >> >>>
>> >> >>
>> >>
>> ------------------------------------------------------------------------
>> >> >> >>> [INFO] Total time: 10 seconds
>> >> >> >>> [INFO] Finished at: Tue Aug 15 09:40:14 CDT 2006
>> >> >> >>> [INFO] Final Memory: 5M/159M
>> >> >> >>> [INFO]
>> >> >> >>>
>> >> >>
>> >>
>> ------------------------------------------------------------------------
>> >> >> >>>
>> >> >> >>> --
>> >> >> >>> View this message in context:
>> >> >> >>>
>> >> >>
>> >>
>> http://www.nabble.com/Build-problems-with-SerivceMix-tf2109810.html#a5816326
>> >> >> >>> Sent from the ServiceMix - Dev forum at Nabble.com.
>> >> >> >>>
>> >> >> >>>
>> >> >> >>
>> >> >> >>
>> >> >> >
>> >> >> >
>> >> >>
>> >> >> --
>> >> >> View this message in context:
>> >> >>
>> >>
>> http://www.nabble.com/Build-problems-with-SerivceMix-tf2109810.html#a5839421
>> >> >> Sent from the ServiceMix - Dev forum at Nabble.com.
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >>
>> >> --
>> >> View this message in context:
>> >>
>> http://www.nabble.com/Build-problems-with-SerivceMix-tf2109810.html#a5839967
>> >> Sent from the ServiceMix - Dev forum at Nabble.com.
>> >>
>> >>
>> >
>> >
>> >
>> > --
>> > Cheers,
>> > Guillaume Nodet
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Build-problems-with-SerivceMix-tf2109810.html#a5840200
>> Sent from the ServiceMix - Dev forum at Nabble.com.
>>
>>
>
>

--
View this message in context: 
http://www.nabble.com/Build-problems-with-SerivceMix-tf2109810.html#a5840513
Sent from the ServiceMix - Dev forum at Nabble.com.


Reply via email to