You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by Tom Remoleur <to...@ulp.u-strasbg.fr> on 2007/06/01 15:01:14 UTC

Build Felix

Hello evrybody, I'm currently working on an access point using felix and I  
would like rebuild felix, but using the lastest version from the SVN, ant  
build stop with the following error :

      [exec] Downloading:  
http://people.apache.org/repo/m2-snapshot-repository/org/apache/felix/org.apache.felix.ipojo.metadata/0.7.1-incubator-SNAPSHOT/org.apache.felix.ipojo.metadata-0.7.1-incubator-SNAPSHOT.pom
      [exec] Downloading:  
http://people.apache.org/repo/m2-snapshot-repository/org/apache/felix/org.apache.felix.ipojo.metadata/0.7.1-incubator-SNAPSHOT/org.apache.felix.ipojo.metadata-0.7.1-incubator-SNAPSHOT.jar
      [exec] [INFO]  
------------------------------------------------------------------------
      [exec] [ERROR] BUILD ERROR
      [exec] [INFO]  
------------------------------------------------------------------------
      [exec] [INFO] Failed to resolve artifact.

      [exec] Missing:
      [exec] ----------
      [exec] 1)  
org.apache.felix:org.apache.felix.ipojo.metadata:jar:0.7.1-incubator-SNAPSHOT

      [exec]   Try downloading the file manually from the project website.

      [exec]   Then, install it using the command:
      [exec]       mvn install:install-file -DgroupId=org.apache.felix  
-DartifactId=org.apache.felix.ipojo.metadata \
      [exec]           -Dversion=0.7.1-incubator-SNAPSHOT -Dpackaging=jar  
-Dfile=/path/to/file

      [exec]   Path to dependency:
      [exec]     1)  
org.apache.felix:org.apache.felix.ipojo.plugin:maven-plugin:0.7.1-incubator-SNAPSHOT
      [exec]     2)  
org.apache.felix:org.apache.felix.ipojo.metadata:jar:0.7.1-incubator-SNAPSHOT

      [exec] ----------
      [exec] 1 required artifact is missing.

      [exec] for artifact:
      [exec]    
org.apache.felix:org.apache.felix.ipojo.plugin:maven-plugin:0.7.1-incubator-SNAPSHOT

      [exec] from the specified remote repositories:
      [exec]   central (http://repo1.maven.org/maven2),
      [exec]   apache.snapshots  
(http://people.apache.org/repo/m2-snapshot-repository)


could you help me please ?

Tom Remoleur.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: Shell and swing conflict

Posted by Per Hermansson <he...@bredband.net>.
Did some more research and since I've being trying Felix under Windows 
my issue is probably related to the bugs referred at:
http://wiki.eclipse.org/index.php/Equinox_Launcher_Issues

Per


Per Hermansson wrote:
> Hi, I'm posting my console output if it will help:
>
> Welcome to Felix.
> =================
>
> DEBUG: WIRE: 1.0 -> org.ungoverned.osgi.service.shell -> 1.0
> DEBUG: WIRE: 1.0 -> org.osgi.service.startlevel -> 0
> DEBUG: WIRE: 1.0 -> org.apache.felix.shell -> 1.0
> DEBUG: WIRE: 1.0 -> org.osgi.framework -> 0
> DEBUG: WIRE: 1.0 -> org.osgi.service.packageadmin -> 0
> DEBUG: WIRE: 2.0 -> org.apache.felix.shell -> 1.0
> DEBUG: WIRE: 2.0 -> org.osgi.framework -> 0
> -> DEBUG: WIRE: 3.0 -> org.apache.felix.shell.gui -> 3.0
> DEBUG: WIRE: 3.0 -> javax.swing -> 0
> DEBUG: WIRE: 3.0 -> org.osgi.framework -> 0
> DEBUG: WIRE: 3.0 -> javax.swing.event -> 0
> ps
> START LEVEL 1
>   ID   State         Level  Name
> [   0] [Starting   ] [    0] System Bundle (0.8.0.incubator)
> [   1] [Active     ] [    1] Apache Felix Shell Service (0.8.0.incubator)
> [   2] [Active     ] [    1] Apache Felix Shell TUI (0.8.0.incubator)
> [   3] [Starting   ] [    1] ShellGUI (0.9.0.incubator-SNAPSHOT)
> [   4] [Installed  ] [    1] ShellGUIPlugin (0.9.0.incubator-SNAPSHOT)
> [   5] [Installed  ] [    1] Apache Felix Bundle Repository 
> (0.8.0.incubator)
> ->
>
> After the ps command the GUI still hasn't been shown yet. I've tried 
> cleaning the bundle cache and tried with both java 1.5 and 1.6
> and with the config.properties from the 0.8.0 release without any 
> success.
>
> After this I've tried starting felix from command line (instead of 
> eclipse) and then it worked instantly, so somehow eclipse related (I 
> use eclipse 3.2.2).
> When starting from eclipse I use the following main class: 
> org.apache.felix.main.Main with no arguments and felix.jar as my only 
> item in the classpath.
>
> Per
>
>
> Richard S. Hall wrote:
>> My guess is that there is something else going on...I tried the 
>> following:
>>
>> felix.auto.start.1= \
>> file:bundle/org.apache.felix.shell-0.9.0-incubator-SNAPSHOT.jar \
>> file:bundle/org.apache.felix.shell.tui-0.9.0-incubator-SNAPSHOT.jar \
>> file:bundle/org.apache.felix.shell.gui-0.9.0-incubator-SNAPSHOT.jar \
>> file:bundle/org.apache.felix.shell.gui.plugin-0.9.0-incubator-SNAPSHOT.jar 
>> \
>> file:bundle/org.apache.felix.bundlerepository-0.9.0-incubator-SNAPSHOT.jar 
>>
>>
>> This worked fine for me. And in the past I have regularly used the 
>> two together (although not from the autostart property, which is why 
>> I tested doing it that way now):
>>
>> -> ps
>> START LEVEL 1
>>   ID   State         Level  Name
>> [   0] [Active     ] [    0] System Bundle (0.9.0.incubator-SNAPSHOT)
>> [   1] [Active     ] [    1] Apache Felix Shell Service 
>> (0.9.0.incubator_SNAPSHOT)
>> [   2] [Active     ] [    1] Apache Felix Shell TUI 
>> (0.9.0.incubator_SNAPSHOT)
>> [   3] [Active     ] [    1] ShellGUI (0.9.0.incubator-SNAPSHOT)
>> [   4] [Active     ] [    1] ShellGUIPlugin (0.9.0.incubator-SNAPSHOT)
>> [   5] [Active     ] [    1] Apache Felix Bundle Repository 
>> (0.9.0.incubator_SNAPSHOT)
>> ->
>>
>> Are you sure you have nothing else going on? Are you using an 
>> existing profile that may have other shell tuis in it?
>>
>> Feel free to package up your profile and launch directory and mail it 
>> to me (privately) and I will gladly see if I can repeat it from your 
>> set up.
>>
>> -> richard
>>
>> Per Hermansson wrote:
>>> I'm having trouble showing swing frames when the 
>>> org.apache.felix.shell.tui bundle is active.
>>> When using the console as shell I have to repeatably press enter, 
>>> after starting the swing bundle, before the swing frame is shown.
>>>
>>> This happens for example when using the org.apache.felix.shell.gui 
>>> bundle and the tui shell bundle, the following config settings does 
>>> not work (the GUI shell is not shown):
>>> felix.auto.start.1= \
>>> file:lib/org.apache.felix.shell-0.8.0-incubator.jar \
>>> file:lib/org.apache.felix.shell.tui-0.8.0-incubator.jar \
>>> file:lib/org.apache.felix.shell.gui-0.9.0-incubator-SNAPSHOT.jar \
>>> file:lib/org.apache.felix.shell.gui.plugin-0.9.0-incubator-SNAPSHOT.jar 
>>> \
>>> file:lib/org.apache.felix.bundlerepository-0.8.0-incubator.jar
>>>
>>> but this works:
>>> felix.auto.start.1= \
>>> file:lib/org.apache.felix.shell-0.8.0-incubator.jar \
>>> file:lib/org.apache.felix.shell.gui-0.9.0-incubator-SNAPSHOT.jar \
>>> file:lib/org.apache.felix.shell.gui.plugin-0.9.0-incubator-SNAPSHOT.jar 
>>> \
>>> file:lib/org.apache.felix.bundlerepository-0.8.0-incubator.jar
>>>
>>> Per
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
>>> For additional commands, e-mail: users-help@felix.apache.org
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
>> For additional commands, e-mail: users-help@felix.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> For additional commands, e-mail: users-help@felix.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: Shell and swing conflict

Posted by Per Hermansson <he...@bredband.net>.
Hi, I'm posting my console output if it will help:

Welcome to Felix.
=================

DEBUG: WIRE: 1.0 -> org.ungoverned.osgi.service.shell -> 1.0
DEBUG: WIRE: 1.0 -> org.osgi.service.startlevel -> 0
DEBUG: WIRE: 1.0 -> org.apache.felix.shell -> 1.0
DEBUG: WIRE: 1.0 -> org.osgi.framework -> 0
DEBUG: WIRE: 1.0 -> org.osgi.service.packageadmin -> 0
DEBUG: WIRE: 2.0 -> org.apache.felix.shell -> 1.0
DEBUG: WIRE: 2.0 -> org.osgi.framework -> 0
-> DEBUG: WIRE: 3.0 -> org.apache.felix.shell.gui -> 3.0
DEBUG: WIRE: 3.0 -> javax.swing -> 0
DEBUG: WIRE: 3.0 -> org.osgi.framework -> 0
DEBUG: WIRE: 3.0 -> javax.swing.event -> 0
ps
START LEVEL 1
   ID   State         Level  Name
[   0] [Starting   ] [    0] System Bundle (0.8.0.incubator)
[   1] [Active     ] [    1] Apache Felix Shell Service (0.8.0.incubator)
[   2] [Active     ] [    1] Apache Felix Shell TUI (0.8.0.incubator)
[   3] [Starting   ] [    1] ShellGUI (0.9.0.incubator-SNAPSHOT)
[   4] [Installed  ] [    1] ShellGUIPlugin (0.9.0.incubator-SNAPSHOT)
[   5] [Installed  ] [    1] Apache Felix Bundle Repository 
(0.8.0.incubator)
->

After the ps command the GUI still hasn't been shown yet. I've tried 
cleaning the bundle cache and tried with both java 1.5 and 1.6
and with the config.properties from the 0.8.0 release without any success.

After this I've tried starting felix from command line (instead of 
eclipse) and then it worked instantly, so somehow eclipse related (I use 
eclipse 3.2.2).
When starting from eclipse I use the following main class: 
org.apache.felix.main.Main with no arguments and felix.jar as my only 
item in the classpath.

Per


Richard S. Hall wrote:
> My guess is that there is something else going on...I tried the 
> following:
>
> felix.auto.start.1= \
> file:bundle/org.apache.felix.shell-0.9.0-incubator-SNAPSHOT.jar \
> file:bundle/org.apache.felix.shell.tui-0.9.0-incubator-SNAPSHOT.jar \
> file:bundle/org.apache.felix.shell.gui-0.9.0-incubator-SNAPSHOT.jar \
> file:bundle/org.apache.felix.shell.gui.plugin-0.9.0-incubator-SNAPSHOT.jar 
> \
> file:bundle/org.apache.felix.bundlerepository-0.9.0-incubator-SNAPSHOT.jar 
>
>
> This worked fine for me. And in the past I have regularly used the two 
> together (although not from the autostart property, which is why I 
> tested doing it that way now):
>
> -> ps
> START LEVEL 1
>   ID   State         Level  Name
> [   0] [Active     ] [    0] System Bundle (0.9.0.incubator-SNAPSHOT)
> [   1] [Active     ] [    1] Apache Felix Shell Service 
> (0.9.0.incubator_SNAPSHOT)
> [   2] [Active     ] [    1] Apache Felix Shell TUI 
> (0.9.0.incubator_SNAPSHOT)
> [   3] [Active     ] [    1] ShellGUI (0.9.0.incubator-SNAPSHOT)
> [   4] [Active     ] [    1] ShellGUIPlugin (0.9.0.incubator-SNAPSHOT)
> [   5] [Active     ] [    1] Apache Felix Bundle Repository 
> (0.9.0.incubator_SNAPSHOT)
> ->
>
> Are you sure you have nothing else going on? Are you using an existing 
> profile that may have other shell tuis in it?
>
> Feel free to package up your profile and launch directory and mail it 
> to me (privately) and I will gladly see if I can repeat it from your 
> set up.
>
> -> richard
>
> Per Hermansson wrote:
>> I'm having trouble showing swing frames when the 
>> org.apache.felix.shell.tui bundle is active.
>> When using the console as shell I have to repeatably press enter, 
>> after starting the swing bundle, before the swing frame is shown.
>>
>> This happens for example when using the org.apache.felix.shell.gui 
>> bundle and the tui shell bundle, the following config settings does 
>> not work (the GUI shell is not shown):
>> felix.auto.start.1= \
>> file:lib/org.apache.felix.shell-0.8.0-incubator.jar \
>> file:lib/org.apache.felix.shell.tui-0.8.0-incubator.jar \
>> file:lib/org.apache.felix.shell.gui-0.9.0-incubator-SNAPSHOT.jar \
>> file:lib/org.apache.felix.shell.gui.plugin-0.9.0-incubator-SNAPSHOT.jar 
>> \
>> file:lib/org.apache.felix.bundlerepository-0.8.0-incubator.jar
>>
>> but this works:
>> felix.auto.start.1= \
>> file:lib/org.apache.felix.shell-0.8.0-incubator.jar \
>> file:lib/org.apache.felix.shell.gui-0.9.0-incubator-SNAPSHOT.jar \
>> file:lib/org.apache.felix.shell.gui.plugin-0.9.0-incubator-SNAPSHOT.jar 
>> \
>> file:lib/org.apache.felix.bundlerepository-0.8.0-incubator.jar
>>
>> Per
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
>> For additional commands, e-mail: users-help@felix.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> For additional commands, e-mail: users-help@felix.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: Shell and swing conflict

Posted by "Richard S. Hall" <he...@ungoverned.org>.
My guess is that there is something else going on...I tried the following:

felix.auto.start.1= \
 file:bundle/org.apache.felix.shell-0.9.0-incubator-SNAPSHOT.jar \
 file:bundle/org.apache.felix.shell.tui-0.9.0-incubator-SNAPSHOT.jar \
 file:bundle/org.apache.felix.shell.gui-0.9.0-incubator-SNAPSHOT.jar \
 file:bundle/org.apache.felix.shell.gui.plugin-0.9.0-incubator-SNAPSHOT.jar 
\
 file:bundle/org.apache.felix.bundlerepository-0.9.0-incubator-SNAPSHOT.jar

This worked fine for me. And in the past I have regularly used the two 
together (although not from the autostart property, which is why I 
tested doing it that way now):

-> ps
START LEVEL 1
   ID   State         Level  Name
[   0] [Active     ] [    0] System Bundle (0.9.0.incubator-SNAPSHOT)
[   1] [Active     ] [    1] Apache Felix Shell Service 
(0.9.0.incubator_SNAPSHOT)
[   2] [Active     ] [    1] Apache Felix Shell TUI 
(0.9.0.incubator_SNAPSHOT)
[   3] [Active     ] [    1] ShellGUI (0.9.0.incubator-SNAPSHOT)
[   4] [Active     ] [    1] ShellGUIPlugin (0.9.0.incubator-SNAPSHOT)
[   5] [Active     ] [    1] Apache Felix Bundle Repository 
(0.9.0.incubator_SNAPSHOT)
->

Are you sure you have nothing else going on? Are you using an existing 
profile that may have other shell tuis in it?

Feel free to package up your profile and launch directory and mail it to 
me (privately) and I will gladly see if I can repeat it from your set up.

-> richard

Per Hermansson wrote:
> I'm having trouble showing swing frames when the 
> org.apache.felix.shell.tui bundle is active.
> When using the console as shell I have to repeatably press enter, 
> after starting the swing bundle, before the swing frame is shown.
>
> This happens for example when using the org.apache.felix.shell.gui 
> bundle and the tui shell bundle, the following config settings does 
> not work (the GUI shell is not shown):
> felix.auto.start.1= \
> file:lib/org.apache.felix.shell-0.8.0-incubator.jar \
> file:lib/org.apache.felix.shell.tui-0.8.0-incubator.jar \
> file:lib/org.apache.felix.shell.gui-0.9.0-incubator-SNAPSHOT.jar \
> file:lib/org.apache.felix.shell.gui.plugin-0.9.0-incubator-SNAPSHOT.jar \
> file:lib/org.apache.felix.bundlerepository-0.8.0-incubator.jar
>
> but this works:
> felix.auto.start.1= \
> file:lib/org.apache.felix.shell-0.8.0-incubator.jar \
> file:lib/org.apache.felix.shell.gui-0.9.0-incubator-SNAPSHOT.jar \
> file:lib/org.apache.felix.shell.gui.plugin-0.9.0-incubator-SNAPSHOT.jar \
> file:lib/org.apache.felix.bundlerepository-0.8.0-incubator.jar
>
> Per
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> For additional commands, e-mail: users-help@felix.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: Shell and swing conflict

Posted by Ben Fortuna <be...@gmail.com>.
Hi Per,

I've been experimenting with OSGi for a while now, and this is
something I am seeing repeatedly also. I have suspected it is the
result of some kind of deadlock, as I've noticed it happens less when
launching in debug mode (although it is consistently inconsistent!).

I have seen this happen in both Knopflerfish and Equinox, so I don't
believe it is a specific bug in Felix (unless they all share the same
bug). Lately I've noticed disabling the log service bundle makes the
problem go away, but that may just be coincedence. Ultimately I
believe this kind of problem is the biggest hurdle to OSGi development
- a lack of tools to adequately trace and diagnose these esoteric
issues.

regards,
ben

On 6/4/07, Per Hermansson <he...@bredband.net> wrote:
> I'm having trouble showing swing frames when the
> org.apache.felix.shell.tui bundle is active.
> When using the console as shell I have to repeatably press enter, after
> starting the swing bundle, before the swing frame is shown.
>
> This happens for example when using the org.apache.felix.shell.gui
> bundle and the tui shell bundle, the following config settings does not
> work (the GUI shell is not shown):
> felix.auto.start.1= \
>  file:lib/org.apache.felix.shell-0.8.0-incubator.jar \
>  file:lib/org.apache.felix.shell.tui-0.8.0-incubator.jar \
>  file:lib/org.apache.felix.shell.gui-0.9.0-incubator-SNAPSHOT.jar \
>  file:lib/org.apache.felix.shell.gui.plugin-0.9.0-incubator-SNAPSHOT.jar \
>  file:lib/org.apache.felix.bundlerepository-0.8.0-incubator.jar
>
> but this works:
> felix.auto.start.1= \
>  file:lib/org.apache.felix.shell-0.8.0-incubator.jar \
>  file:lib/org.apache.felix.shell.gui-0.9.0-incubator-SNAPSHOT.jar \
>  file:lib/org.apache.felix.shell.gui.plugin-0.9.0-incubator-SNAPSHOT.jar \
>  file:lib/org.apache.felix.bundlerepository-0.8.0-incubator.jar
>
> Per
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> For additional commands, e-mail: users-help@felix.apache.org
>
>


-- 
xmpp:benfortuna@gmail.com
http://blogs.modularity.net.au/thenextbigthing

"Sometimes, doing nothing is a strategy. Don't worry about the future.
It will unfold." - Bill Rachinger

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Shell and swing conflict

Posted by Per Hermansson <he...@bredband.net>.
I'm having trouble showing swing frames when the 
org.apache.felix.shell.tui bundle is active.
When using the console as shell I have to repeatably press enter, after 
starting the swing bundle, before the swing frame is shown.

This happens for example when using the org.apache.felix.shell.gui 
bundle and the tui shell bundle, the following config settings does not 
work (the GUI shell is not shown):
felix.auto.start.1= \
 file:lib/org.apache.felix.shell-0.8.0-incubator.jar \
 file:lib/org.apache.felix.shell.tui-0.8.0-incubator.jar \
 file:lib/org.apache.felix.shell.gui-0.9.0-incubator-SNAPSHOT.jar \
 file:lib/org.apache.felix.shell.gui.plugin-0.9.0-incubator-SNAPSHOT.jar \
 file:lib/org.apache.felix.bundlerepository-0.8.0-incubator.jar

but this works:
felix.auto.start.1= \
 file:lib/org.apache.felix.shell-0.8.0-incubator.jar \
 file:lib/org.apache.felix.shell.gui-0.9.0-incubator-SNAPSHOT.jar \
 file:lib/org.apache.felix.shell.gui.plugin-0.9.0-incubator-SNAPSHOT.jar \
 file:lib/org.apache.felix.bundlerepository-0.8.0-incubator.jar

Per

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: Build Felix

Posted by Tom Remoleur <to...@ulp.u-strasbg.fr>.
Now yes and the build has worked! Thanks a lot.

Tom Remoleur


On Fri, 01 Jun 2007 15:08:17 +0200, Karl Pauls <ka...@gmail.com> wrote:

> Have you tried to remove your local maven cache (rm -rf ~/.m2) ?
>
> regards,
>
> Karl
>
> On 6/1/07, Tom Remoleur <to...@ulp.u-strasbg.fr> wrote:
>>
>> Hello evrybody, I'm currently working on an access point using felix  
>> and I
>> would like rebuild felix, but using the lastest version from the SVN,  
>> ant
>> build stop with the following error :
>>
>>       [exec] Downloading:
>> http://people.apache.org/repo/m2-snapshot-repository/org/apache/felix/org.apache.felix.ipojo.metadata/0.7.1-incubator-SNAPSHOT/org.apache.felix.ipojo.metadata-0.7.1-incubator-SNAPSHOT.pom
>>       [exec] Downloading:
>> http://people.apache.org/repo/m2-snapshot-repository/org/apache/felix/org.apache.felix.ipojo.metadata/0.7.1-incubator-SNAPSHOT/org.apache.felix.ipojo.metadata-0.7.1-incubator-SNAPSHOT.jar
>>       [exec] [INFO]
>> ------------------------------------------------------------------------
>>       [exec] [ERROR] BUILD ERROR
>>       [exec] [INFO]
>> ------------------------------------------------------------------------
>>       [exec] [INFO] Failed to resolve artifact.
>>
>>       [exec] Missing:
>>       [exec] ----------
>>       [exec] 1)
>> org.apache.felix:org.apache.felix.ipojo.metadata:jar:0.7.1-incubator-SNAPSHOT
>>
>>       [exec]   Try downloading the file manually from the project  
>> website.
>>
>>       [exec]   Then, install it using the command:
>>       [exec]       mvn install:install-file -DgroupId=org.apache.felix
>> -DartifactId=org.apache.felix.ipojo.metadata \
>>       [exec]           -Dversion=0.7.1-incubator-SNAPSHOT  
>> -Dpackaging=jar
>> -Dfile=/path/to/file
>>
>>       [exec]   Path to dependency:
>>       [exec]     1)
>> org.apache.felix:org.apache.felix.ipojo.plugin:maven-plugin:0.7.1-incubator-SNAPSHOT
>>       [exec]     2)
>> org.apache.felix:org.apache.felix.ipojo.metadata:jar:0.7.1-incubator-SNAPSHOT
>>
>>       [exec] ----------
>>       [exec] 1 required artifact is missing.
>>
>>       [exec] for artifact:
>>       [exec]
>> org.apache.felix:org.apache.felix.ipojo.plugin:maven-plugin:0.7.1-incubator-SNAPSHOT
>>
>>       [exec] from the specified remote repositories:
>>       [exec]   central (http://repo1.maven.org/maven2),
>>       [exec]   apache.snapshots
>> (http://people.apache.org/repo/m2-snapshot-repository)
>>
>>
>> could you help me please ?
>>
>> Tom Remoleur.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
>> For additional commands, e-mail: users-help@felix.apache.org
>>
>>
>
>



-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: Build Felix

Posted by Karl Pauls <ka...@gmail.com>.
Have you tried to remove your local maven cache (rm -rf ~/.m2) ?

regards,

Karl

On 6/1/07, Tom Remoleur <to...@ulp.u-strasbg.fr> wrote:
>
> Hello evrybody, I'm currently working on an access point using felix and I
> would like rebuild felix, but using the lastest version from the SVN, ant
> build stop with the following error :
>
>       [exec] Downloading:
> http://people.apache.org/repo/m2-snapshot-repository/org/apache/felix/org.apache.felix.ipojo.metadata/0.7.1-incubator-SNAPSHOT/org.apache.felix.ipojo.metadata-0.7.1-incubator-SNAPSHOT.pom
>       [exec] Downloading:
> http://people.apache.org/repo/m2-snapshot-repository/org/apache/felix/org.apache.felix.ipojo.metadata/0.7.1-incubator-SNAPSHOT/org.apache.felix.ipojo.metadata-0.7.1-incubator-SNAPSHOT.jar
>       [exec] [INFO]
> ------------------------------------------------------------------------
>       [exec] [ERROR] BUILD ERROR
>       [exec] [INFO]
> ------------------------------------------------------------------------
>       [exec] [INFO] Failed to resolve artifact.
>
>       [exec] Missing:
>       [exec] ----------
>       [exec] 1)
> org.apache.felix:org.apache.felix.ipojo.metadata:jar:0.7.1-incubator-SNAPSHOT
>
>       [exec]   Try downloading the file manually from the project website.
>
>       [exec]   Then, install it using the command:
>       [exec]       mvn install:install-file -DgroupId=org.apache.felix
> -DartifactId=org.apache.felix.ipojo.metadata \
>       [exec]           -Dversion=0.7.1-incubator-SNAPSHOT -Dpackaging=jar
> -Dfile=/path/to/file
>
>       [exec]   Path to dependency:
>       [exec]     1)
> org.apache.felix:org.apache.felix.ipojo.plugin:maven-plugin:0.7.1-incubator-SNAPSHOT
>       [exec]     2)
> org.apache.felix:org.apache.felix.ipojo.metadata:jar:0.7.1-incubator-SNAPSHOT
>
>       [exec] ----------
>       [exec] 1 required artifact is missing.
>
>       [exec] for artifact:
>       [exec]
> org.apache.felix:org.apache.felix.ipojo.plugin:maven-plugin:0.7.1-incubator-SNAPSHOT
>
>       [exec] from the specified remote repositories:
>       [exec]   central (http://repo1.maven.org/maven2),
>       [exec]   apache.snapshots
> (http://people.apache.org/repo/m2-snapshot-repository)
>
>
> could you help me please ?
>
> Tom Remoleur.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> For additional commands, e-mail: users-help@felix.apache.org
>
>


-- 
Karl Pauls
karlpauls@gmail.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: Build Felix

Posted by "Richard S. Hall" <he...@ungoverned.org>.
I was able to build everything from a clean repository just now, so 
perhaps it was a transient error or, as Karl suggested, perhaps you 
should delete your Maven ~/.m2/repository directory...

-> richard

Tom Remoleur wrote:
>
> Hello evrybody, I'm currently working on an access point using felix 
> and I would like rebuild felix, but using the lastest version from the 
> SVN, ant build stop with the following error :
>
>      [exec] Downloading: 
> http://people.apache.org/repo/m2-snapshot-repository/org/apache/felix/org.apache.felix.ipojo.metadata/0.7.1-incubator-SNAPSHOT/org.apache.felix.ipojo.metadata-0.7.1-incubator-SNAPSHOT.pom 
>
>      [exec] Downloading: 
> http://people.apache.org/repo/m2-snapshot-repository/org/apache/felix/org.apache.felix.ipojo.metadata/0.7.1-incubator-SNAPSHOT/org.apache.felix.ipojo.metadata-0.7.1-incubator-SNAPSHOT.jar 
>
>      [exec] [INFO] 
> ------------------------------------------------------------------------
>      [exec] [ERROR] BUILD ERROR
>      [exec] [INFO] 
> ------------------------------------------------------------------------
>      [exec] [INFO] Failed to resolve artifact.
>
>      [exec] Missing:
>      [exec] ----------
>      [exec] 1) 
> org.apache.felix:org.apache.felix.ipojo.metadata:jar:0.7.1-incubator-SNAPSHOT 
>
>
>      [exec]   Try downloading the file manually from the project website.
>
>      [exec]   Then, install it using the command:
>      [exec]       mvn install:install-file -DgroupId=org.apache.felix 
> -DartifactId=org.apache.felix.ipojo.metadata \
>      [exec]           -Dversion=0.7.1-incubator-SNAPSHOT 
> -Dpackaging=jar -Dfile=/path/to/file
>
>      [exec]   Path to dependency:
>      [exec]     1) 
> org.apache.felix:org.apache.felix.ipojo.plugin:maven-plugin:0.7.1-incubator-SNAPSHOT 
>
>      [exec]     2) 
> org.apache.felix:org.apache.felix.ipojo.metadata:jar:0.7.1-incubator-SNAPSHOT 
>
>
>      [exec] ----------
>      [exec] 1 required artifact is missing.
>
>      [exec] for artifact:
>      [exec]   
> org.apache.felix:org.apache.felix.ipojo.plugin:maven-plugin:0.7.1-incubator-SNAPSHOT 
>
>
>      [exec] from the specified remote repositories:
>      [exec]   central (http://repo1.maven.org/maven2),
>      [exec]   apache.snapshots 
> (http://people.apache.org/repo/m2-snapshot-repository)
>
>
> could you help me please ?
>
> Tom Remoleur.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> For additional commands, e-mail: users-help@felix.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org