Because there are no other instructions on how to build felix or its subcomponents? I’m making a complete guess here, but I assume that to build the subcomponent (in this case SCR) I can just cd into the directory and (as you say) use mvm clean install ?
If so, I get the following: [ERROR] Failed to execute goal on project org.apache.felix.scr: Could not resolve dependencies for project org.apache.felix:org.apache.felix.scr:bundle:1.8.1-SNAPSHOT: Could not find artifact org.apache.felix:org.apache.felix.utils:jar:1.4.0 in central (http://repo.maven.apache.org/maven2) -> [Help 1] On 02/11/2013 08:13, "David Jencks" <[email protected]> wrote: >Build the projects you are interested in. I don't know why anyone would >try to build them all at once. > >use mvn clean install with at least maven 3.0.4 > >scr might not build right now unless you pull the utils 1.4 release >candidate from the staging repo or build it from the release tag. Unless >something disasterous shows up overnight I expect to complete the release >of utils 1.4.0 and scr 1.8.0 tomorrow at which time the utils 1.4 should >be available from maven central. > >david jencks > >On Nov 2, 2013, at 1:05 AM, Bruce Jackson <[email protected]> >wrote: > >> I would like to build Felix from the svn repository per the instructions >> here: >> >> http://felix.apache.org/documentation/development/building-felix.html >> >> >> However, whether I just build using ³ant² or ³mvn -Dpackaging=plugins >> install² or ³build_run.sh² I get the same problem: >> >> [exec] [ERROR] Failed to execute goal >> org.apache.maven.plugins:maven-remote-resources-plugin:1.1:process >> (default) on project org.apache.felix.utils: Error finding remote >> resources manifests: >> >>/Users/brucej/development/felix/src/felix-trunk/utils/target/maven-shared >>-a >> rchive-resources/META-INF/NOTICE (No such file or directory) -> [Help 1] >> [exec] [ERROR] >> >> Any ideas? >> >> >> Thanks >> >> Bruce >> >> >> *** DISCLAIMER *** >> >> This message, including attachments, is intended solely for the >>addressee indicated in this message and is strictly confidential or >>otherwise privileged. If you are not the intended recipient (or >>responsible for delivery of the message to such person) : - (1) please >>immediately (i) notify the sender by reply email and (ii) delete this >>message and attachments, - (2) any use, copy or dissemination of this >>transmission is strictly prohibited. If you or your employer does not >>consent to Internet email messages of this kind, please advise Myriad >>Group AG by reply e-mail immediately. Opinions, conclusions and other >>information expressed in this message are not given or endorsed by >>Myriad Group AG unless otherwise indicated by an authorized >>representative independent of this message. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [email protected] >For additional commands, e-mail: [email protected] > *** DISCLAIMER *** This message, including attachments, is intended solely for the addressee indicated in this message and is strictly confidential or otherwise privileged. If you are not the intended recipient (or responsible for delivery of the message to such person) : - (1) please immediately (i) notify the sender by reply email and (ii) delete this message and attachments, - (2) any use, copy or dissemination of this transmission is strictly prohibited. If you or your employer does not consent to Internet email messages of this kind, please advise Myriad Group AG by reply e-mail immediately. Opinions, conclusions and other information expressed in this message are not given or endorsed by Myriad Group AG unless otherwise indicated by an authorized representative independent of this message. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

