Re: Build problems
Correction: Haven't had the time to *look* into it. Dunno what it will take to fix it. Cheers Prasad On Dec 21, 2007 11:51 AM, Prasad Kashyap <[EMAIL PROTECTED]> wrote: > The daily automated builds have been failing for the same reason for a > few days now. Haven't had the time to fix it. > > Cheers > Prasad > > > On Dec 20, 2007 2:57 PM, Erik B. Craig <[EMAIL PROTECTED]> wrote: > > All, > > > > Has anyone else been experiencing problems building since yesterday? > > Attempting to build trunk with a clean repo, and it's breaking on the > > mejb plan.xml > > > > [INFO] snapshot > > org.apache.geronimo.applications:geronimo-mejb:2.1-SNAPSHOT: checking > > for updates from apache.snapshots > > [INFO] Packaging module configuration: > > /home/ebcraig/g-src/trunk/applications/mejb/mejb/target/resources/META-INF/plan.xml > > [INFO] > > > > [ERROR] BUILD ERROR > > [INFO] > > > > [INFO] java.lang.NullPointerException > > > > [INFO] > > > > [INFO] For more information, run Maven with the -e switch > > [INFO] > > > > [INFO] Total time: 20 minutes 13 seconds > > [INFO] Finished at: Thu Dec 20 13:48:24 CST 2007 > > [INFO] Final Memory: 299M/395M > > [INFO] > > > > > > -- > > Thanks, > > Erik B. Craig > > [EMAIL PROTECTED] > > > > >
Re: Build problems
The daily automated builds have been failing for the same reason for a few days now. Haven't had the time to fix it. Cheers Prasad On Dec 20, 2007 2:57 PM, Erik B. Craig <[EMAIL PROTECTED]> wrote: > All, > > Has anyone else been experiencing problems building since yesterday? > Attempting to build trunk with a clean repo, and it's breaking on the > mejb plan.xml > > [INFO] snapshot > org.apache.geronimo.applications:geronimo-mejb:2.1-SNAPSHOT: checking > for updates from apache.snapshots > [INFO] Packaging module configuration: > /home/ebcraig/g-src/trunk/applications/mejb/mejb/target/resources/META-INF/plan.xml > [INFO] > > [ERROR] BUILD ERROR > [INFO] > > [INFO] java.lang.NullPointerException > > [INFO] > > [INFO] For more information, run Maven with the -e switch > [INFO] > > [INFO] Total time: 20 minutes 13 seconds > [INFO] Finished at: Thu Dec 20 13:48:24 CST 2007 > [INFO] Final Memory: 299M/395M > [INFO] > > > -- > Thanks, > Erik B. Craig > [EMAIL PROTECTED] > >
Re: Build problems
I had this problem and re-built oejb and its fine now. I was't able to deploy the new version as I'm travelling. Hope this helps. Matt Hogstrom (919)656-0564 On Dec 20, 2007, at 14:57, "Erik B. Craig" <[EMAIL PROTECTED]> wrote: All, Has anyone else been experiencing problems building since yesterday? Attempting to build trunk with a clean repo, and it's breaking on the mejb plan.xml [INFO] snapshot org.apache.geronimo.applications:geronimo-mejb:2.1- SNAPSHOT: checking for updates from apache.snapshots [INFO] Packaging module configuration: /home/ebcraig/g-src/trunk/ applications/mejb/mejb/target/resources/META-INF/plan.xml [INFO] --- - [ERROR] BUILD ERROR [INFO] --- - [INFO] java.lang.NullPointerException [INFO] --- - [INFO] For more information, run Maven with the -e switch [INFO] --- - [INFO] Total time: 20 minutes 13 seconds [INFO] Finished at: Thu Dec 20 13:48:24 CST 2007 [INFO] Final Memory: 299M/395M [INFO] --- - -- Thanks, Erik B. Craig [EMAIL PROTECTED]
Re: Build problems
I have also the same build problem. Thanks, Gianny On 21/12/2007, at 6:57 AM, Erik B. Craig wrote: All, Has anyone else been experiencing problems building since yesterday? Attempting to build trunk with a clean repo, and it's breaking on the mejb plan.xml [INFO] snapshot org.apache.geronimo.applications:geronimo-mejb:2.1- SNAPSHOT: checking for updates from apache.snapshots [INFO] Packaging module configuration: /home/ebcraig/g-src/trunk/ applications/mejb/mejb/target/resources/META-INF/plan.xml [INFO] -- -- [ERROR] BUILD ERROR [INFO] -- -- [INFO] java.lang.NullPointerException [INFO] -- -- [INFO] For more information, run Maven with the -e switch [INFO] -- -- [INFO] Total time: 20 minutes 13 seconds [INFO] Finished at: Thu Dec 20 13:48:24 CST 2007 [INFO] Final Memory: 299M/395M [INFO] -- -- -- Thanks, Erik B. Craig [EMAIL PROTECTED]
Re: Build problems on 2.0M6
--- "Erik B. Craig" <[EMAIL PROTECTED]> wrote: > Hey all, > After downloading the copy of 2.0M6 that's in the repo and attempting > a > build, I am getting some errors pertaining to maven being unable to > locate > http://repo1.maven.org/maven2/org/apache/geronimo/plugins/car-maven > -plugin/2.0-M6/car-maven-plugin-2.0-M6.jar. I checked out that URL, > and it > does indeed seem to be missing. In such a situation 2 stage build is required: mvn install -Dstage=bootstrap mvn install -Dstage=assemble Thanks Anita I have tried wiping my local maven > repository, and doing a mvn clean install as well afterwards, and > it's still > a no go. > > Here's the output from maven... > > Anyone have any thoughts? Is one of the pom.xml files a little messed > up, or > is it something I've done? > > > Thanks for any help you can give > > > Downloading: > http://repo1.maven.org/maven2/org/apache/geronimo/plugins/car-maven > -plugin/2.0-M6/car-maven-plugin-2.0-M6.jar > [INFO] > > [ERROR] BUILD ERROR > [INFO] > > [INFO] Plugin could not be found - check that the goal name is > correct: > Unable t > o 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.geronimo.plugins-DartifactId= > car-maven-plugin \ > -Dversion=2.0-M6 -Dpackaging=maven-plugin > -Dfile=/path/to/file > > > org.apache.geronimo.plugins:car-maven-plugin:maven-plugin:2.0-M6 > > from the specified remote repositories: > central (http://repo1.maven.org/maven2), > apache-snapshots > (http://people.apache.org/repo/m2-snapshot-repository), > codehaus-snapshots (http://snapshots.repository.codehaus.org) > > org.apache.geronimo.plugins:car-maven-plugin:maven-plugin:2.0-M6 > > from the specified remote repositories: > central (http://repo1.maven.org/maven2), > apache-snapshots > (http://people.apache.org/repo/m2-snapshot-repository), > codehaus-snapshots (http://snapshots.repository.codehaus.org) > > [INFO] > > [INFO] For more information, run Maven with the -e switch > [INFO] > > [INFO] Total time: 22 seconds > [INFO] Finished at: Mon Jun 18 14:26:42 EDT 2007 > [INFO] Final Memory: 61M/109M > [INFO] > > > -- > Erik B. Craig > Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase. http://farechase.yahoo.com/
Re: Build problems on 2.0M6
Excellent, Thanks guys =) On 6/18/07, Kevan Miller <[EMAIL PROTECTED]> wrote: On Jun 18, 2007, at 2:55 PM, Erik B. Craig wrote: Hey all, After downloading the copy of 2.0M6 that's in the repo and attempting a build, I am getting some errors pertaining to maven being unable to locate http://repo1.maven.org/maven2/org/apache/geronimo/plugins/car-maven -plugin/2.0-M6/car-maven-plugin-2.0-M6.jar. I checked out that URL, and it does indeed seem to be missing. I have tried wiping my local maven repository, and doing a mvn clean install as well afterwards, and it's still a no go. Here's the output from maven... Anyone have any thoughts? Is one of the pom.xml files a little messed up, or is it something I've done? Hi Erik, I don't believe that all M6 artifacts were deployed to maven. I don't think we've fully deployed any of the 2.0-Mx releases. You'll need to do a bootstrap build: mvn install -Dstage=bootstrap --kevan -- Erik B. Craig
Re: Build problems on 2.0M6
On Jun 18, 2007, at 2:55 PM, Erik B. Craig wrote: Hey all, After downloading the copy of 2.0M6 that's in the repo and attempting a build, I am getting some errors pertaining to maven being unable to locate http://repo1.maven.org/maven2/org/apache/ geronimo/plugins/car-maven -plugin/2.0-M6/car-maven-plugin-2.0-M6.jar. I checked out that URL, and it does indeed seem to be missing. I have tried wiping my local maven repository, and doing a mvn clean install as well afterwards, and it's still a no go. Here's the output from maven... Anyone have any thoughts? Is one of the pom.xml files a little messed up, or is it something I've done? Hi Erik, I don't believe that all M6 artifacts were deployed to maven. I don't think we've fully deployed any of the 2.0-Mx releases. You'll need to do a bootstrap build: mvn install -Dstage=bootstrap --kevan
Re: Build problems on 2.0M6
Try building the bootstrap first. mvn -Dstage=bootstrap Joe Erik B. Craig wrote: Hey all, After downloading the copy of 2.0M6 that's in the repo and attempting a build, I am getting some errors pertaining to maven being unable to locate http://repo1.maven.org/maven2/org/apache/geronimo/plugins/car-maven -plugin/2.0-M6/car-maven-plugin-2.0-M6.jar. I checked out that URL, and it does indeed seem to be missing. I have tried wiping my local maven repository, and doing a mvn clean install as well afterwards, and it's still a no go. Here's the output from maven... Anyone have any thoughts? Is one of the pom.xml files a little messed up, or is it something I've done? Thanks for any help you can give Downloading: http://repo1.maven.org/maven2/org/apache/geronimo/plugins/car-maven -plugin/2.0-M6/car-maven-plugin-2.0-M6.jar [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Plugin could not be found - check that the goal name is correct: Unable t o 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.geronimo.plugins -DartifactId= car-maven-plugin \ -Dversion= 2.0-M6 -Dpackaging=maven-plugin -Dfile=/path/to/file org.apache.geronimo.plugins:car-maven-plugin:maven-plugin:2.0-M6 from the specified remote repositories: central ( http://repo1.maven.org/maven2), apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository), codehaus-snapshots ( http://snapshots.repository.codehaus.org) org.apache.geronimo.plugins:car-maven-plugin:maven-plugin:2.0-M6 from the specified remote repositories: central ( http://repo1.maven.org/maven2), apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository), codehaus-snapshots ( http://snapshots.repository.codehaus.org) [INFO] [INFO] For more information, run Maven with the -e switch [INFO] [INFO] Total time: 22 seconds [INFO] Finished at: Mon Jun 18 14:26:42 EDT 2007 [INFO] Final Memory: 61M/109M [INFO] -- Erik B. Craig
Re: build problems - GBeanInfo serialVersionUID
Toby, By now you have probably have had a successful build. Here are some more items from my build survival kit: 1. Never delete full .m2 repo. 2. After an svn update always build offline. The build will fail saying something is missing. Only build that module/config online. If any geronimo jars/cars with numbered version got downloaded during this step, delete modules/configs directory from .m2 repo. Rebuild modules/configs offline. Keep your .m2 repo free of numbered version. If you need to download new version of external jars like tranql, openejb be sure to delete the old directories from .m2 repo. This keeps .m2 repo neat. 3. If there is a problem with genesis jars, check that out too, and build it offline. I was offline and could not answer your mail earlier. Thanks Anita --- toby cabot <[EMAIL PROTECTED]> wrote: > On Fri, Nov 17, 2006 at 12:21:37PM -0800, anita kulshreshtha wrote: > > Deleting configs directory in .m2 repo and building offline > should > > cure this. > > Anita, > > Thanks for the tip. Unfortunately when I try to build offline I get > > [INFO] > > [ERROR] BUILD ERROR > [INFO] > > [INFO] Failed to resolve artifact. > > Missing: > -- > 1) org.apache.yoko:yoko-spec-corba:jar:1.0-incubating-M2-SNAPSHOT > > > So then I got fed up, did an "mvn clean", blew away > ~/.m2/repository/* > and tried a "mvn -U" which is supposed to get everything. But now > the > build fails almost immediately with: > > > [INFO] Scanning for projects... > Downloading: > http://people.apache.org/repo/m2-snapshot-repository/org/apache/geronimo/genesis/config/config/1.1-SNAPSHOT/config-1.1-SNAPSHOT.pom > [WARNING] Unable to get resource from repository apache-snapshots > (http://people.apache.org/repo/m2-snapshot-repository) > Downloading: > http://snapshots.repository.codehaus.org/org/apache/geronimo/genesis/config/config/1.1-SNAPSHOT/config-1.1-SNAPSHOT.pom > [WARNING] Unable to get resource from repository codehaus-snapshots > (http://snapshots.repository.codehaus.org) > [INFO] > > [ERROR] FATAL ERROR > [INFO] > > [INFO] Failed to resolve artifact. > > GroupId: org.apache.geronimo.genesis.config > ArtifactId: config > Version: 1.1-SNAPSHOT > > Reason: Unable to download the artifact from any repository > > org.apache.geronimo.genesis.config:config:pom:1.1-SNAPSHOT > > from the specified remote repositories: > central (http://repo1.maven.org/maven2), > codehaus (http://repository.codehaus.org), > apache-snapshots > (http://people.apache.org/repo/m2-snapshot-repository), > codehaus-snapshots (http://snapshots.repository.codehaus.org) > > > ... and sure enough there is no such config-1.1-SNAPSHOT.pom file at > those locations. There are other config-1.1-*pom files with > datestamps in the names but none with SNAPSHOT. Sorry to take up > your > time with this, it's been a while since I've successfully built > Geronimo and I'm looking forward to playing around with 1.2. > > Thanks, > Toby > Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. http://new.mail.yahoo.com
Re: build problems - GBeanInfo serialVersionUID
On Fri, Nov 17, 2006 at 01:22:55PM -0800, Jason Dillon wrote: > The error is most likely due to a transient network failure or > corrupt local metadata... hard to tell which it is based on Maven's > default output. Might get some hints by running with -X (or might not). I tried watching the network traffic with ethereal and my network looks good so I went on a mission to blow away as much maven metadata as I could find, updated to the latest svn (I was a day old) and tried again and now things look better, at least I'm getting past where I was stopping before. It looks as if "corrupt local metadata" is the answer. Thanks for your help.
Re: build problems - GBeanInfo serialVersionUID
Toby, The build was very unstable and unreliable a month ago. Now it has stabilized and I have a successful build consistently. Infact, I have a successful build with the latest code (except for the recent revisions for the headers). I have not tried with an empty repo though (owing to low download speeds at where I am). --vamsi On 11/18/06, toby cabot <[EMAIL PROTECTED]> wrote: On Fri, Nov 17, 2006 at 12:21:37PM -0800, anita kulshreshtha wrote: > Deleting configs directory in .m2 repo and building offline should > cure this. Anita, Thanks for the tip. Unfortunately when I try to build offline I get [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Failed to resolve artifact. Missing: -- 1) org.apache.yoko:yoko-spec-corba:jar:1.0-incubating-M2-SNAPSHOT So then I got fed up, did an "mvn clean", blew away ~/.m2/repository/* and tried a "mvn -U" which is supposed to get everything. But now the build fails almost immediately with: [INFO] Scanning for projects... Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/geronimo/genesis/config/config/1.1-SNAPSHOT/config-1.1-SNAPSHOT.pom [WARNING] Unable to get resource from repository apache-snapshots ( http://people.apache.org/repo/m2-snapshot-repository) Downloading: http://snapshots.repository.codehaus.org/org/apache/geronimo/genesis/config/config/1.1-SNAPSHOT/config-1.1-SNAPSHOT.pom [WARNING] Unable to get resource from repository codehaus-snapshots ( http://snapshots.repository.codehaus.org) [INFO] [ERROR] FATAL ERROR [INFO] [INFO] Failed to resolve artifact. GroupId: org.apache.geronimo.genesis.config ArtifactId: config Version: 1.1-SNAPSHOT Reason: Unable to download the artifact from any repository org.apache.geronimo.genesis.config:config:pom:1.1-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), codehaus (http://repository.codehaus.org), apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository), codehaus-snapshots (http://snapshots.repository.codehaus.org) ... and sure enough there is no such config-1.1-SNAPSHOT.pom file at those locations. There are other config-1.1-*pom files with datestamps in the names but none with SNAPSHOT. Sorry to take up your time with this, it's been a while since I've successfully built Geronimo and I'm looking forward to playing around with 1.2. Thanks, Toby
Re: build problems - GBeanInfo serialVersionUID
Maven should have resolved the timestamp-build version to 1.1- SNAPSHOT via maven-metadata.xml, which currently points to 20061110.090015-9 The error is most likely due to a transient network failure or corrupt local metadata... hard to tell which it is based on Maven's default output. Might get some hints by running with -X (or might not). --jason On Nov 17, 2006, at 1:16 PM, toby cabot wrote: On Fri, Nov 17, 2006 at 12:21:37PM -0800, anita kulshreshtha wrote: Deleting configs directory in .m2 repo and building offline should cure this. Anita, Thanks for the tip. Unfortunately when I try to build offline I get [INFO] -- -- [ERROR] BUILD ERROR [INFO] -- -- [INFO] Failed to resolve artifact. Missing: -- 1) org.apache.yoko:yoko-spec-corba:jar:1.0-incubating-M2-SNAPSHOT So then I got fed up, did an "mvn clean", blew away ~/.m2/repository/* and tried a "mvn -U" which is supposed to get everything. But now the build fails almost immediately with: [INFO] Scanning for projects... Downloading: http://people.apache.org/repo/m2-snapshot-repository/ org/apache/geronimo/genesis/config/config/1.1-SNAPSHOT/config-1.1- SNAPSHOT.pom [WARNING] Unable to get resource from repository apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository) Downloading: http://snapshots.repository.codehaus.org/org/apache/ geronimo/genesis/config/config/1.1-SNAPSHOT/config-1.1-SNAPSHOT.pom [WARNING] Unable to get resource from repository codehaus-snapshots (http://snapshots.repository.codehaus.org) [INFO] -- -- [ERROR] FATAL ERROR [INFO] -- -- [INFO] Failed to resolve artifact. GroupId: org.apache.geronimo.genesis.config ArtifactId: config Version: 1.1-SNAPSHOT Reason: Unable to download the artifact from any repository org.apache.geronimo.genesis.config:config:pom:1.1-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), codehaus (http://repository.codehaus.org), apache-snapshots (http://people.apache.org/repo/m2-snapshot- repository), codehaus-snapshots (http://snapshots.repository.codehaus.org) ... and sure enough there is no such config-1.1-SNAPSHOT.pom file at those locations. There are other config-1.1-*pom files with datestamps in the names but none with SNAPSHOT. Sorry to take up your time with this, it's been a while since I've successfully built Geronimo and I'm looking forward to playing around with 1.2. Thanks, Toby
Re: build problems - GBeanInfo serialVersionUID
On Fri, Nov 17, 2006 at 12:21:37PM -0800, anita kulshreshtha wrote: > Deleting configs directory in .m2 repo and building offline should > cure this. Anita, Thanks for the tip. Unfortunately when I try to build offline I get [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Failed to resolve artifact. Missing: -- 1) org.apache.yoko:yoko-spec-corba:jar:1.0-incubating-M2-SNAPSHOT So then I got fed up, did an "mvn clean", blew away ~/.m2/repository/* and tried a "mvn -U" which is supposed to get everything. But now the build fails almost immediately with: [INFO] Scanning for projects... Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/geronimo/genesis/config/config/1.1-SNAPSHOT/config-1.1-SNAPSHOT.pom [WARNING] Unable to get resource from repository apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository) Downloading: http://snapshots.repository.codehaus.org/org/apache/geronimo/genesis/config/config/1.1-SNAPSHOT/config-1.1-SNAPSHOT.pom [WARNING] Unable to get resource from repository codehaus-snapshots (http://snapshots.repository.codehaus.org) [INFO] [ERROR] FATAL ERROR [INFO] [INFO] Failed to resolve artifact. GroupId: org.apache.geronimo.genesis.config ArtifactId: config Version: 1.1-SNAPSHOT Reason: Unable to download the artifact from any repository org.apache.geronimo.genesis.config:config:pom:1.1-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2), codehaus (http://repository.codehaus.org), apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository), codehaus-snapshots (http://snapshots.repository.codehaus.org) ... and sure enough there is no such config-1.1-SNAPSHOT.pom file at those locations. There are other config-1.1-*pom files with datestamps in the names but none with SNAPSHOT. Sorry to take up your time with this, it's been a while since I've successfully built Geronimo and I'm looking forward to playing around with 1.2. Thanks, Toby
Re: build problems - GBeanInfo serialVersionUID
I didn't have to use any work arounds recently to build trunk. All I do if something stops is "mvn -U". I am able to do clean builds on and off line without any problem. --vamsi On 11/18/06, anita kulshreshtha <[EMAIL PROTECTED]> wrote: --- toby cabot <[EMAIL PROTECTED]> wrote: >I don't understand why Maven downloads > system-database-1.2-20061110.111011-4.car when I've got a > system-database-1.2-SNAPSHOT.car in configs/system-database/target. > Shouldn't it use the one that's built in the local tree? Deleting configs directory in .m2 repo and building offline should cure this. Thanks Anita Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. http://new.mail.yahoo.com
Re: build problems - GBeanInfo serialVersionUID
You should not need to build offline... if folks are still doing that to get around mvn issues... let me know with some details so I can fix that. --jason On Nov 17, 2006, at 12:31 PM, anita kulshreshtha wrote: You need to delete modules directory and build them offline too. Thanks Anita --- anita kulshreshtha <[EMAIL PROTECTED]> wrote: --- toby cabot <[EMAIL PROTECTED]> wrote: I don't understand why Maven downloads system-database-1.2-20061110.111011-4.car when I've got a system-database-1.2-SNAPSHOT.car in configs/system-database/target. Shouldn't it use the one that's built in the local tree? Deleting configs directory in .m2 repo and building offline should cure this. Thanks Anita __ __ Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. http://new.mail.yahoo.com __ __ Sponsored Link $420k for $1,399/mo. Think You Pay Too Much For Your Mortgage? Find Out! www.LowerMyBills.com/lre
Re: build problems - GBeanInfo serialVersionUID
The geronimo plugin snapshots on people.apache.org also aren't working
for this reason. Would it be possible to refresh the snapshot repo at
people.apache.org? That will help us test the plugin system in the 1.2
release candidates when they start to become available.
Best wishes,
Paul
On 11/17/06, toby cabot <[EMAIL PROTECTED]> wrote:
Hi Folks,
I'm having a problem building the trunk at the moment, and I hope
someone can help. My build stops with
[INFO]
[ERROR] BUILD ERROR
[INFO]
[INFO] Unable to create configuration for deployment
org.apache.geronimo.gbean.GBeanInfo; local class incompatible: stream classdesc
serialVersionUID = 1053655034244747613, local class serialVersionUID =
-619880406710221
The local copy of GBeanInfo.class that gets built in my workspace does
have the version ID of -619880406710221 so that's half of the
message - but where's the other half? I notice that a little further
up the log there are a few messages like:
Downloading:
http://people.apache.org/repo/m2-snapshot-repository/org/apache/geronimo/configs/system-database/1.2-SNAPSHOT/system-database-1.2-20061110.111011-4.car
I also notice that around that time there was a change to GBeanInfo
that affected the version ID. I don't understand why Maven downloads
system-database-1.2-20061110.111011-4.car when I've got a
system-database-1.2-SNAPSHOT.car in configs/system-database/target.
Shouldn't it use the one that's built in the local tree?
If someone could upload a newer car file to people.apache.org that has
the -619880406710221 version of GBeanInfo I'd owe them a beer.
Also, if someone's got a Maven flag or config hack that can tell Maven
to prefer local car that would be great, too.
Thanks,
Toby
PS. More data:
[INFO]
[INFO] Building Geronimo Configs :: ActiveMQ Broker
[INFO]task-segment: [install]
[INFO]
[INFO] [tools:require-java-version {execution: validate-java-version}]
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir:
/eng/home/tcabot/try/geronimo-head/configs/activemq-broker/target/classes/META-INF
[INFO] Copying 2 files to
/eng/home/tcabot/try/geronimo-head/configs/activemq-broker/target/classes/META-INF
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:prepare-plan]
[INFO] Generated:
/eng/home/tcabot/try/geronimo-head/configs/activemq-broker/target/plan/plan.xml
[WARNING] POM for
'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0.1:compile'
is invalid. It will be ignored for artifact resolution. Reason: Failed to
validate POM
[WARNING] POM for
'org.apache.geronimo.specs:geronimo-ejb_2.1_spec:pom:1.0.1:compile' is invalid.
It will be ignored for artifact resolution. Reason: Failed to validate POM
[WARNING] POM for
'org.apache.geronimo.specs:geronimo-ejb_2.1_spec:pom:1.0.1:compile' is invalid.
It will be ignored for artifact resolution. Reason: Failed to validate POM
[WARNING] POM for
'org.apache.geronimo.specs:geronimo-j2ee-connector_1.5_spec:pom:1.0.1:compile'
is invalid. It will be ignored for artifact resolution. Reason: Failed to
validate POM
[WARNING] POM for
'org.apache.geronimo.specs:geronimo-ejb_2.1_spec:pom:1.0.1:compile' is invalid.
It will be ignored for artifact resolution. Reason: Failed to validate POM
[WARNING] POM for
'org.apache.geronimo.specs:geronimo-j2ee-jacc_1.0_spec:pom:1.0.1:compile' is
invalid. It will be ignored for artifact resolution. Reason: Failed to validate
POM
[WARNING] POM for
'org.apache.geronimo.specs:geronimo-j2ee-connector_1.5_spec:pom:1.0.1:compile'
is invalid. It will be ignored for artifact resolution. Reason: Failed to
validate POM
[WARNING] POM for
'org.apache.geronimo.specs:geronimo-ejb_2.1_spec:pom:1.0.1:compile' is invalid.
It will be ignored for artifact resolution. Reason: Failed to validate POM
[WARNING] POM for
'org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:pom:1.0.1:compile'
is invalid. It will be ignored for artifact resolution. Reason: Failed to
validate POM
[WARNING] POM for
'org.apache.geronimo.specs:geronimo-j2ee-connector_1.5_spec:pom:1.0.1:compile'
is invalid. It will be ignored for artifact resolution. Reason: Failed to
validate POM
[INFO] [car:package]
[INFO] Packaging module configuration:
/eng/home/tcabot/try/geronimo-head/configs/activemq-broker/target/plan/plan.xml
[INFO] snapshot
org.apache.geronimo.modules:geronimo-activemq-gbean:1.2-SNAPSHOT: checking for
updates from apache-snapshots
[INFO] snapshot
org.apache.geronimo.modules:geronimo-activemq-gbean:1.2-SNAPSHOT: checking for
updates from codehaus-snapshots
[INFO] snapshot
org.apache.geronimo.modules:geronimo-activemq-gbean:1
Re: build problems - GBeanInfo serialVersionUID
You need to delete modules directory and build them offline too. Thanks Anita --- anita kulshreshtha <[EMAIL PROTECTED]> wrote: > --- toby cabot <[EMAIL PROTECTED]> wrote: > >I don't understand why Maven downloads > > system-database-1.2-20061110.111011-4.car when I've got a > > system-database-1.2-SNAPSHOT.car in configs/system-database/target. > > Shouldn't it use the one that's built in the local tree? > > Deleting configs directory in .m2 repo and building offline > should > cure this. > > Thanks > Anita > > > > > > Do you Yahoo!? > Everyone is raving about the all-new Yahoo! Mail beta. > http://new.mail.yahoo.com > Sponsored Link $420k for $1,399/mo. Think You Pay Too Much For Your Mortgage? Find Out! www.LowerMyBills.com/lre
Re: build problems - GBeanInfo serialVersionUID
--- toby cabot <[EMAIL PROTECTED]> wrote: >I don't understand why Maven downloads > system-database-1.2-20061110.111011-4.car when I've got a > system-database-1.2-SNAPSHOT.car in configs/system-database/target. > Shouldn't it use the one that's built in the local tree? Deleting configs directory in .m2 repo and building offline should cure this. Thanks Anita Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. http://new.mail.yahoo.com
Re: Build Problems
I spoke to James in IM and he has removed the repo from the AMQ root pom. Pending getting it deployed. Maybe later today or tomorrow. --jason On Sep 26, 2006, at 11:03 PM, Matt Hogstrom wrote: I was getting several errors about missing artifacts when building trunk last night. It appears that a new AMQ snapshot went out where the central repo was overridden. You can add the following to the settings.xml file in the ~/.m2/settings.xml file to bypass the problem until this has been rectified. central central http://repo1.maven.org/maven2/ I think Jason was going to chase the evil doers down this morning. Don't forget you put this in or your likely to have some other weird problems later on. Matt Hogstrom [EMAIL PROTECTED]
Re: Build problems with SerivceMix
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
Re: Build problems with SerivceMix
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: >> >> >>> >> >> >> ht
Re: Build problems with SerivceMix
I think they are building the M2 incubating version, which was before the profiles came in :) P On 8/16/06, Guillaume Nodet <[EMAIL PROTECTED]> 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://incub
Re: Build problems with SerivceMix
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] >> >>> >> >> >>> [ERR
Re: Build problems with SerivceMix
Can you try building from the svn repository ? Notes on getting the version from SVN are available here - http://www.servicemix.org/site/source.html P 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] >> >>> >>
Re: Build problems with SerivceMix
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 >
Re: Build problems with SerivceMix
It's not a problem with the first build, as I did a *clean* (deleting my m2 repo) build without any problems using the known instructions (step1, step2). On 8/16/06, Philip Dodds <[EMAIL PROTECTED]> 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
Re: Build problems with SerivceMix
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 >>
Re: Build problems with SerivceMix
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 >>> [
Re: Build problems with SerivceMix
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.htm
Re: Build problems
My apologies, I believe this was caused by my committing a couple of files in error. I think I've rolled back the problematical changes: Sending modules/service-builder/src/java/org/apache/geronimo/deployment/ service/ServiceConfigBuilder.java Sending modules/service-builder/src/test/org/apache/geronimo/deployment/ service/ParentIDTest.java Transmitting file data .. Committed revision 348996. I'm testing that geronimo now builds. thanks david jencks On Nov 25, 2005, at 2:37 AM, Anders Hessellund Jensen wrote: I have some problems assembling geronimo. All modules build fine except the assembly module. I get the following error: File.. u:\projects\test\geronimo\modules\assembly\maven.xml Element... bootstrap:bootstrap Line.. 362 Column 15 org.apache.geronimo.kernel.repository.MissingDependencyException: uri geronimo/geronimo-util/1.0-SNAPSHOT/jar not found in repository Total time: 15 seconds Finished at: Fri Nov 25 11:30:38 CET 2005 I have built the util module, and it has been copied to the repository at .maven/repository/geronimo/jars/geronimo-util-1.0-SNAPSHOT.jar Any ideas? Regards, Anders
Re: Build problems
I am also stuck at the same point since morning :( -VamsiOn 11/25/05, Anders Hessellund Jensen <[EMAIL PROTECTED]> wrote: I have some problems assembling geronimo. All modules build fine exceptthe assembly module.I get the following error:File.. u:\projects\test\geronimo\modules\assembly\maven.xmlElement... bootstrap:bootstrap Line.. 362Column 15org.apache.geronimo.kernel.repository.MissingDependencyException: urigeronimo/geronimo-util/1.0-SNAPSHOT/jar not found in repositoryTotal time: 15 secondsFinished at: Fri Nov 25 11:30:38 CET 2005 I have built the util module, and it has been copied to the repositoryat .maven/repository/geronimo/jars/geronimo-util-1.0-SNAPSHOT.jarAny ideas?Regards,Anders
