<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<!-- MHonArc v2.6.10 -->
	<channel>
		<title>tycho-user</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tycho-user/maillist.html</link>
		<description>tycho-user</description>
		<language>en-us</language>
		<pubDate>Wed, 23 May 2012 19:30:09 GMT</pubDate>
		<lastBuildDate>Wed, 23 May 2012 19:30:09 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MHonArc RSS 2.0 RCFile</generator>
		<managingEditor>webmaster@eclipse.org (Webmaster)</managingEditor>
		<webMaster>webmaster@eclipse.org (Webmaster)</webMaster>
		<image>
			<title>tycho-user</title>
			<url>http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/eclipse_home_header.jpg</url>
			<link>http://dev.eclipse.org/mhonarc/lists/tycho-user/maillist.html</link>
		</image>
 

	<item>
		<title>Re: [tycho-user] m2e dependency management?</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tycho-user/msg02543.html</link>
		<description> </description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">This is PDE limitation, it does not provide a way to configure
per-project build target platform, at least it did not last time I
looked. Until this is implemented in PDE, you need to manage workspace
build target platform manually.</pre><br>
<pre style="margin: 0em;">--
Regards,
Igor</pre><br>
<tt>On 12-05-23 3:09 PM, Peter Murray wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;"><br>I'm a bit confused about dependency management in a maven/tycho
manifest-first environment with some dependencies hosted in a p2
repository.  It seems that if I declare a p2 repository like this:</pre><br>
<pre style="margin: 0em;">&lt;repository&gt;
&lt;id&gt;snaps&lt;/id&gt;
&lt;name&gt;SnapshotRepo&lt;/name&gt;
&lt;url&gt;<a  href="http://machine:8085/job/dependency-feature/lastSuccessfulBuild/artifact/output">http://machine:8085/job/dependency-feature/lastSuccessfulBuild/artifact/output</a>&lt;/url&gt;
&lt;layout&gt;p2&lt;/layout&gt;
&lt;/repository&gt;</pre><br>
<pre style="margin: 0em;">I can then build a manifest-first bundle which depends on a bundle
available from that repo using maven/tycho from the command line.
However, when I import that project into eclipse, the dependencies are
not discovered from that repository.  In other maven-based eclipse
projects (non-plugin), m2e inserts a Maven Dependencies node into the
project that contains the dependencies discovered through maven.</pre><br>
<pre style="margin: 0em;">Why doesn't tycho-m2e do that as well?  Wouldn't that simplify the
dependency discovery configuration between maven and eclipse environments?</pre><br>
<pre style="margin: 0em;">Cheers,
--
-pete
peter m. murray
pete@xxxxxxxxxxx &lt;<a  href="mailto:pete@xxxxxxxxxxx">mailto:pete@xxxxxxxxxxx</a>&gt;</pre><br>
<pre style="margin: 0em;"><br>_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
<a  href="https://dev.eclipse.org/mailman/listinfo/tycho-user">https://dev.eclipse.org/mailman/listinfo/tycho-user</a>
</pre></blockquote><br>
]]></content:encoded>
		<pubDate>Wed, 23 May 2012 19:27:08 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/tycho-user/msg02543.html</guid>
		<author>igor@xxxxxxx (Igor Fedorenko)</author>
	</item>
	<item>
		<title>[tycho-user] m2e dependency management?</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tycho-user/msg02542.html</link>
		<description>I&amp;#39;m a bit confused about dependency management in a maven/tycho manifest-first environment with some dependencies hosted in a p2 repository.&amp;#xA0; It seems that if I declare a p2 repository like this:&amp;#xA0;&amp;#xA0;&amp;#xA0; &amp;#xA0;&amp;#xA0;&amp;#xA0; &amp;lt;repository&amp;gt; &amp;#xA0;&amp;#xA0;&amp;#xA0; &amp;#xA0;&amp;#xA0;&amp;#xA0; &amp;#xA0;&amp;#xA0;&amp;#xA0; &amp;lt;id&amp;gt;snaps&amp;lt;/id&amp;gt;&amp;#xA0;xA0;&amp;#xA0; xA0;A0;...</description>
		<content:encoded><![CDATA[<br>I&#39;m a bit confused about dependency management in a maven/tycho manifest-first environment with some dependencies hosted in a p2 repository.&#xA0; It seems that if I declare a p2 repository like this:<br><br>&#xA0;&#xA0;&#xA0; &#xA0;&#xA0;&#xA0; &lt;repository&gt;<br>

&#xA0;&#xA0;&#xA0; &#xA0;&#xA0;&#xA0; &#xA0;&#xA0;&#xA0; &lt;id&gt;snaps&lt;/id&gt;<br>&#xA0;&#xA0;&#xA0; &#xA0;&#xA0;&#xA0; &#xA0;&#xA0;&#xA0; &lt;name&gt;SnapshotRepo&lt;/name&gt;<br>&#xA0;&#xA0;&#xA0; &#xA0;&#xA0;&#xA0; &#xA0;&#xA0;&#xA0; &lt;url&gt;<a href="http://machine:8085/job/dependency-feature/lastSuccessfulBuild/artifact/output" target="_blank">http://machine:8085/job/dependency-feature/lastSuccessfulBuild/artifact/output</a>&lt;/url&gt;<br>

&#xA0;&#xA0;&#xA0; &#xA0;&#xA0;&#xA0; &#xA0;&#xA0;&#xA0; &lt;layout&gt;p2&lt;/layout&gt;<br>&#xA0;&#xA0;&#xA0; &#xA0;&#xA0;&#xA0; &lt;/repository&gt;<br><br>I can then build a manifest-first bundle which depends on a bundle available from that repo using maven/tycho from the command line.&#xA0; However, when I import that project into eclipse, the dependencies are not discovered from that repository.&#xA0; In other maven-based eclipse projects (non-plugin), m2e inserts a Maven Dependencies node into the project that contains the dependencies discovered through maven.&#xA0; <br>
<br>Why doesn&#39;t tycho-m2e do that as well?&#xA0; Wouldn&#39;t that simplify the dependency discovery configuration between maven and eclipse environments?<br clear="all"><br>Cheers,<br>-- <br>-pete<br>peter m. murray<br><a href="mailto:pete@xxxxxxxxxxx" target="_blank">pete@xxxxxxxxxxx</a><br>


]]></content:encoded>
		<pubDate>Wed, 23 May 2012 19:09:40 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/tycho-user/msg02542.html</guid>
		<author>pete@xxxxxxx (Peter Murray)</author>
	</item>
	<item>
		<title>Re: [tycho-user] Specifying an archived p2 repository in pom.xml?</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tycho-user/msg02541.html</link>
		<description> </description>
		<content:encoded><![CDATA[<pre>The eclipse .target supports this syntax:

&lt;repository location=&quot;jar:<a  href="http://myhost/p2/myrepo.zip!/&quot;/">http://myhost/p2/myrepo.zip!/&quot;/</a>&gt;

and it also builds fine with tycho 0.14.1. But if the same notation is
used in the pom.xml file like:

	&lt;repositories&gt;
		&lt;repository&gt;
			&lt;id&gt;myrepo&lt;/id&gt;
			&lt;layout&gt;p2&lt;/layout&gt;
			&lt;url&gt;jar:<a  href="http://myhost/p2/myrepo.zip!/">http://myhost/p2/myrepo.zip!/</a>&lt;/url&gt;
		&lt;/repository&gt;
	&lt;/repositories&gt;	

it fails with tycho. I will stick with specifying it in the .target file.



On Wed, May 23, 2012 at 3:27 PM, Sievers, Jan &lt;jan.sievers@xxxxxxx&gt; wrote:
&gt; not supported. Underlying JDK URLStreamHandler only supports jar:file: URLs
&gt;
&gt; Jan
&gt;
&gt; From: tycho-user-bounces@xxxxxxxxxxx [<a  href="mailto:tycho-user-bounces@xxxxxxxxxxx">mailto:tycho-user-bounces@xxxxxxxxxxx</a>] On Behalf Of Mickael Istria
&gt; Sent: Mittwoch, 23. Mai 2012 14:57
&gt; To: tycho-user@xxxxxxxxxxx
&gt; Subject: Re: [tycho-user] Specifying an archived p2 repository in pom.xml?
&gt;
&gt; On 05/23/2012 02:40 PM, motes motes wrote:
&gt; Hm any idea on the syntax when the zipped p2 repo is located on a web server:
&gt;
&gt; <a  href="http://myhost/p2/myrepo.zip">http://myhost/p2/myrepo.zip</a>
&gt;
&gt; I have tried:
&gt;
&gt;
&gt; &#xA0; &#xA0; &#xA0; &#xA0;&lt;repositories&gt;
&gt; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0;&lt;repository&gt;
&gt; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0;&lt;id&gt;myrepo&lt;/id&gt;
&gt; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0;&lt;layout&gt;p2&lt;/layout&gt;
&gt; &lt;!-- &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0;&lt;url&gt;jar:file:////<a  href="http://myhost/p2/myrepo.zip!/">http://myhost/p2/myrepo.zip!/</a>&lt;/url&gt; --&gt;
&gt; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0;&lt;url&gt;<a  href="http://myhost/p2/myrepo.zip">http://myhost/p2/myrepo.zip</a>&lt;/url&gt;
&gt; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0;&lt;/repository&gt;
&gt; &#xA0; &#xA0; &#xA0; &#xA0;&lt;/repositories&gt;
&gt;
&gt;
&gt; What about
&gt; jar:<a  href="http://myhost/p2/myrepo.zip">http://myhost/p2/myrepo.zip</a>!
&gt; ?
&gt; --
&gt; Mickael Istria
&gt; Eclipse developer at JBoss, by Red Hat
&gt; My blog - My Tweets
&gt; _______________________________________________
&gt; tycho-user mailing list
&gt; tycho-user@xxxxxxxxxxx
&gt; <a  href="https://dev.eclipse.org/mailman/listinfo/tycho-user">https://dev.eclipse.org/mailman/listinfo/tycho-user</a>

</pre>]]></content:encoded>
		<pubDate>Wed, 23 May 2012 14:24:24 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/tycho-user/msg02541.html</guid>
		<author>mort.motes@xxxxxxx (motes motes)</author>
	</item>
	<item>
		<title>Re: [tycho-user] why using a composite repository is not working?</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tycho-user/msg02540.html</link>
		<description>_______________________________________________ tycho-user mailing list tycho-user@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/tycho-user _______________________________________________ tycho-user mailing list tycho-user@xxxxxxxxxxx https://dev.ec...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hard to say for sure, but looks like p2 picks inconsistent set of
bundles. From my experience this happens when the bundles use OSGi
features not supported by p2, things like split packages, or when
bundles are inconsistently versioned, i.e. the same version is used even
though bundles are actually different or when newer version is
considered 'older' according to OSGi version comparison rules.</pre><br>
<pre style="margin: 0em;">--
Regards,
Igor</pre><br>
<tt>On 12-05-23 6:51 AM, Cristiano Gavi&#xE3;o wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">I got a Missing Constraint:</pre><br>
<pre style="margin: 0em;">[ERROR] Internal error: java.lang.RuntimeException:
org.osgi.framework.BundleException: Bundle
org.eclipse.bpmn2.modeler.core cannot be resolved
[ERROR] Resolution errors:
[ERROR] Bundle org.eclipse.bpmn2.modeler.core - Missing Constraint:
Require-Bundle: org.eclipse.graphiti; bundle-version=&quot;[0.7.3,1.0.0)&quot;
[ERROR] Bundle org.eclipse.bpmn2.modeler.core - Missing Constraint:
Require-Bundle: org.eclipse.graphiti.ui; bundle-version=&quot;[0.7.3,1.0.0)&quot;
[ERROR] Bundle org.eclipse.bpmn2.modeler.core - Missing Constraint:
Import-Package: org.eclipse.graphiti.ui.features; version=&quot;0.0.0&quot;
[ERROR] -&gt; [Help 1]
org.apache.maven.InternalErrorException: Internal error:
java.lang.RuntimeException: org.osgi.framework.BundleException: Bundle
org.eclipse.bpmn2.modeler.core cannot be resolved
Resolution errors:
Bundle org.eclipse.bpmn2.modeler.core - Missing Constraint:
Require-Bundle: org.eclipse.graphiti; bundle-version=&quot;[0.7.3,1.0.0)&quot;
Bundle org.eclipse.bpmn2.modeler.core - Missing Constraint:
Require-Bundle: org.eclipse.graphiti.ui; bundle-version=&quot;[0.7.3,1.0.0)&quot;
Bundle org.eclipse.bpmn2.modeler.core - Missing Constraint:
Import-Package: org.eclipse.graphiti.ui.features; version=&quot;0.0.0&quot;</pre><br>
<pre style="margin: 0em;">at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:168)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)</pre><br>
<pre style="margin: 0em;">at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)</pre><br>
<pre style="margin: 0em;">at java.lang.reflect.Method.invoke(Method.java:597)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)</pre><br>
<pre style="margin: 0em;">at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)</pre><br>
<pre style="margin: 0em;">at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)</pre><br>
<tt><br>On 22/05/12 21:35, Igor Fedorenko wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Both URls are expected to work. What is exact error message that you get?</pre><br>
<pre style="margin: 0em;">--
Regards,
Igor</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<tt>On 12-05-22 8:11 PM, Cristiano Gavi&#xE3;o wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Today I got the source of eclipse bpmn2 editor to try to build it for
Juno.</pre><br>
<pre style="margin: 0em;">I've used tycho 0.15.0-SNAPSHOT.</pre><br>
<pre style="margin: 0em;">For my surprise, when I've used the composite site of Graphiti (0.9.0 -
<a  href="http://download.eclipse.org/graphiti/updates/milestones">http://download.eclipse.org/graphiti/updates/milestones</a>), Tycho could
not find the Graphiti bundles...</pre><br>
<pre style="margin: 0em;">But it worked after I have changed the URL for this one:
<a  href="http://download.eclipse.org/graphiti/updates/milestones/S-0.9.0M7-201205091113">http://download.eclipse.org/graphiti/updates/milestones/S-0.9.0M7-201205091113</a></pre><br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;">Is this the expected behavior ?</pre><br>
<pre style="margin: 0em;">thanks,</pre><br>
<pre style="margin: 0em;">Cristiano
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
<a  href="https://dev.eclipse.org/mailman/listinfo/tycho-user">https://dev.eclipse.org/mailman/listinfo/tycho-user</a>
</pre></blockquote><pre style="margin: 0em;">_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
<a  href="https://dev.eclipse.org/mailman/listinfo/tycho-user">https://dev.eclipse.org/mailman/listinfo/tycho-user</a>
</pre></blockquote><pre style="margin: 0em;"><br>_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
<a  href="https://dev.eclipse.org/mailman/listinfo/tycho-user">https://dev.eclipse.org/mailman/listinfo/tycho-user</a>
</pre></blockquote><br>
]]></content:encoded>
		<pubDate>Wed, 23 May 2012 13:58:42 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/tycho-user/msg02540.html</guid>
		<author>igor@xxxxxxx (Igor Fedorenko)</author>
	</item>
	<item>
		<title>Re: [tycho-user] Specifying an archived p2 repository in pom.xml?</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tycho-user/msg02539.html</link>
		<description>Hm any idea on the syntax when the zipped p2 repo is located on a web server: http://myhost/p2/myrepo.zip I have tried: &amp;lt;repositories&amp;gt; &amp;lt;repository&amp;gt; &amp;lt;id&amp;gt;myrepo&amp;lt;/id&amp;gt; &amp;lt;layout&amp;gt;p2&amp;lt;/layout&amp;gt; &amp;lt;!-- &amp;lt;url&amp;gt;jar:file:////http://myhost/p2/myrepo.zip!/&amp;lt;/url&amp;gt; --&amp;gt; &amp;lt;urlt;htt...</description>
		<content:encoded><![CDATA[<pre>not supported. Underlying JDK URLStreamHandler only supports jar:file: URLs

Jan

From: tycho-user-bounces@xxxxxxxxxxx [<a  href="mailto:tycho-user-bounces@xxxxxxxxxxx">mailto:tycho-user-bounces@xxxxxxxxxxx</a>] On Behalf Of Mickael Istria
Sent: Mittwoch, 23. Mai 2012 14:57
To: tycho-user@xxxxxxxxxxx
Subject: Re: [tycho-user] Specifying an archived p2 repository in pom.xml?

On 05/23/2012 02:40 PM, motes motes wrote: 
Hm any idea on the syntax when the zipped p2 repo is located on a web server:

<a  href="http://myhost/p2/myrepo.zip">http://myhost/p2/myrepo.zip</a>

I have tried:

	
	&lt;repositories&gt;
		&lt;repository&gt;
			&lt;id&gt;myrepo&lt;/id&gt;
			&lt;layout&gt;p2&lt;/layout&gt;
&lt;!-- 			&lt;url&gt;jar:file:////<a  href="http://myhost/p2/myrepo.zip!/">http://myhost/p2/myrepo.zip!/</a>&lt;/url&gt; --&gt;
 			&lt;url&gt;<a  href="http://myhost/p2/myrepo.zip">http://myhost/p2/myrepo.zip</a>&lt;/url&gt;
		&lt;/repository&gt;
	&lt;/repositories&gt;	


What about 
jar:<a  href="http://myhost/p2/myrepo.zip">http://myhost/p2/myrepo.zip</a>!
?
-- 
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

</pre>]]></content:encoded>
		<pubDate>Wed, 23 May 2012 13:27:15 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/tycho-user/msg02539.html</guid>
		<author>jan.sievers@xxxxxxx (Sievers, Jan)</author>
	</item>
	<item>
		<title>Re: [tycho-user] Specifying an archived p2 repository in pom.xml?</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tycho-user/msg02538.html</link>
		<description> What about jar:http://myhost/p2/myrepo.zip! ? -- Mickael Istria Eclipse developer at JBoss, by Red Hat My blog - My Tweets </description>
		<content:encoded><![CDATA[<table width="100%"><tr><td bgcolor="#FFFFFF" style="background-color: #FFFFFF; color: #000000; "><font color="#000000">
  
  
    On 05/23/2012 02:40 PM, motes motes wrote:
    <blockquote
cite=""
      type="cite">
      <pre wrap="">Hm any idea on the syntax when the zipped p2 repo is located on a web server:

<a class="moz-txt-link-freetext" href="http://myhost/p2/myrepo.zip">http://myhost/p2/myrepo.zip</a>

I have tried:

	
	&lt;repositories&gt;
		&lt;repository&gt;
			&lt;id&gt;myrepo&lt;/id&gt;
			&lt;layout&gt;p2&lt;/layout&gt;
&lt;!-- 			&lt;url&gt;<a class="moz-txt-link-freetext" href="jar:file:////http://myhost/p2/myrepo.zip!/">jar:file:////http://myhost/p2/myrepo.zip!/</a>&lt;/url&gt; --&gt;
 			&lt;url&gt;<a class="moz-txt-link-freetext" href="http://myhost/p2/myrepo.zip">http://myhost/p2/myrepo.zip</a>&lt;/url&gt;
		&lt;/repository&gt;
	&lt;/repositories&gt;	


</pre>
    </blockquote>
    What about <br>
    jar:<a class="moz-txt-link-freetext" href="http://myhost/p2/myrepo.zip">http://myhost/p2/myrepo.zip</a>!<br>
    ?<br>
    <div class="moz-signature">-- <br>
      Mickael Istria<br>
      Eclipse developer at <a href="http://www.jboss.org/tools">JBoss,
        by Red Hat</a><br>
      <a href="http://mickaelistria.wordpress.com">My blog</a> - <a
        href="http://twitter.com/mickaelistria">My Tweets</a></div>
  

</font></td></tr></table>]]></content:encoded>
		<pubDate>Wed, 23 May 2012 12:56:45 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/tycho-user/msg02538.html</guid>
		<author>mistria@xxxxxxx (Mickael Istria)</author>
	</item>
	<item>
		<title>Re: [tycho-user] Specifying an archived p2 repository in pom.xml?</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tycho-user/msg02537.html</link>
		<description> </description>
		<content:encoded><![CDATA[<pre>Hm any idea on the syntax when the zipped p2 repo is located on a web server:

<a  href="http://myhost/p2/myrepo.zip">http://myhost/p2/myrepo.zip</a>

I have tried:

	
	&lt;repositories&gt;
		&lt;repository&gt;
			&lt;id&gt;myrepo&lt;/id&gt;
			&lt;layout&gt;p2&lt;/layout&gt;
&lt;!-- 			&lt;url&gt;jar:file:////<a  href="http://myhost/p2/myrepo.zip!/">http://myhost/p2/myrepo.zip!/</a>&lt;/url&gt; --&gt;
 			&lt;url&gt;<a  href="http://myhost/p2/myrepo.zip">http://myhost/p2/myrepo.zip</a>&lt;/url&gt;
		&lt;/repository&gt;
	&lt;/repositories&gt;	


but does not work. If is possible to use the archive from a file
server it should be possible from a web server too, or what?



On Mon, May 21, 2012 at 2:45 PM, motes motes &lt;mort.motes@xxxxxxxxx&gt; wrote:
&gt; Works fine just needed to add:
&gt;
&gt; jar:file:////
&gt;
&gt; thanks!
&gt;
&gt; On Mon, May 21, 2012 at 2:35 PM, motes motes &lt;mort.motes@xxxxxxxxx&gt; wrote:
&gt;&gt; Seems to be working for the jboss guys:
&gt;&gt;
&gt;&gt; <a  href="http://web.archiveorange.com/archive/v/yXYbUVDT888G7p3JzzRt">http://web.archiveorange.com/archive/v/yXYbUVDT888G7p3JzzRt</a>
&gt;&gt;
&gt;&gt; will give it a try - the small difference is that the archive is
&gt;&gt; located on a network drive.
&gt;&gt;
&gt;&gt;
&gt;&gt;
&gt;&gt; On Mon, May 21, 2012 at 1:59 PM, X Shel &lt;xeshlt@xxxxxxxxx&gt; wrote:
&gt;&gt;&gt; Does jar:file:////our-network/p2/the-repo.zip/! as url will not worked ?
&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;&gt; 2012/5/21 Igor Fedorenko &lt;igor@xxxxxxxxxxxxxx&gt;
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; No, tycho does not support archived p2 repositories.
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; --
&gt;&gt;&gt;&gt; Regards,
&gt;&gt;&gt;&gt; Igor
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; On 12-05-21 7:54 AM, motes motes wrote:
&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt; Previously we added a repository in a parent pom.xml like:
&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0;&lt;!-- using http --&gt;
&gt;&gt;&gt;&gt;&gt; &#xA0; &#xA0; &#xA0; &#xA0;&lt;repositories&gt;
&gt;&gt;&gt;&gt;&gt; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0;&lt;repository&gt;
&gt;&gt;&gt;&gt;&gt; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0;&lt;id&gt;some-id&lt;/id&gt;
&gt;&gt;&gt;&gt;&gt; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0;&lt;layout&gt;p2&lt;/layout&gt;
&gt;&gt;&gt;&gt;&gt; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0;&lt;url&gt;<a  href="http://some-host/the-repo">http://some-host/the-repo</a>&lt;/url&gt;
&gt;&gt;&gt;&gt;&gt; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0;&lt;layout&gt;p2&lt;/layout&gt;
&gt;&gt;&gt;&gt;&gt; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0;&lt;/repository&gt;
&gt;&gt;&gt;&gt;&gt; &#xA0; &#xA0; &#xA0; &#xA0;&lt;/repositories&gt;
&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt; we have now moved this repo to an internal network drive as a zipped
&gt;&gt;&gt;&gt;&gt; archive. How do I setup the repository to read from this
&gt;&gt;&gt;&gt;&gt; location/archive? I have tried:
&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0;&lt;!-- using file/archive --&gt;
&gt;&gt;&gt;&gt;&gt; &#xA0; &#xA0; &#xA0; &#xA0;&lt;repositories&gt;
&gt;&gt;&gt;&gt;&gt; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0;&lt;repository&gt;
&gt;&gt;&gt;&gt;&gt; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0;&lt;id&gt;some-id&lt;/id&gt;
&gt;&gt;&gt;&gt;&gt; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0;&lt;layout&gt;p2&lt;/layout&gt;
&gt;&gt;&gt;&gt;&gt; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0;&lt;url&gt;file:////our-network/p2/the-repo.zip/&lt;/url&gt;
&gt;&gt;&gt;&gt;&gt; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0;&lt;/repository&gt;
&gt;&gt;&gt;&gt;&gt; &#xA0; &#xA0; &#xA0; &#xA0;&lt;/repositories&gt;
&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt; &#xA0; &#xA0; &#xA0; &#xA0;&lt;build&gt;
&gt;&gt;&gt;&gt;&gt; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0;&lt;extensions&gt;
&gt;&gt;&gt;&gt;&gt; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0;&lt;extension&gt;
&gt;&gt;&gt;&gt;&gt; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0;&lt;groupId&gt;org.apache.maven.wagon&lt;/groupId&gt;
&gt;&gt;&gt;&gt;&gt; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0;&lt;artifactId&gt;wagon-file&lt;/artifactId&gt;
&gt;&gt;&gt;&gt;&gt; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0;&lt;version&gt;2.2&lt;/version&gt;
&gt;&gt;&gt;&gt;&gt; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0;&lt;/extension&gt;
&gt;&gt;&gt;&gt;&gt; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0; &#xA0;&lt;/extensions&gt;
&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt; but tycho does not understand/read the above archived repo:
&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt; [WARNING] Could not transfer metadata..... from/to ....
&gt;&gt;&gt;&gt;&gt; file:////our-network/p2/the-repo.zip/): No connector available to
&gt;&gt;&gt;&gt;&gt; access repository .... (file:////our-network/p2/the-repo.zip/) of type
&gt;&gt;&gt;&gt;&gt; p2
&gt;&gt;&gt;&gt;&gt; using the available factories WagonRepositoryConnectorFactory
&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt; ....
&gt;&gt;&gt;&gt;&gt; [ERROR] Internal error: java.lang.RuntimeException:
&gt;&gt;&gt;&gt;&gt; java.lang.RuntimeException:
&gt;&gt;&gt;&gt;&gt; org.eclipse.equinox.p2.core.ProvisionException: No repository found at
&gt;&gt;&gt;&gt;&gt; file:////our-network/p2/the-repo.zip/. -&gt; &#xA0;[Help 1]
&gt;&gt;&gt;&gt;&gt; org.apache.maven.InternalErrorException: Internal error:
&gt;&gt;&gt;&gt;&gt; java.lang.RuntimeException: java.lang.RuntimeException:
&gt;&gt;&gt;&gt;&gt; org.eclipse.equinox.p2.core.ProvisionException: No repository found a
&gt;&gt;&gt;&gt;&gt; t file:////our-network/p2/the-repo.zip/.
&gt;&gt;&gt;&gt;&gt; &#xA0; &#xA0; &#xA0; &#xA0; at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:168)
&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt; Does tycho not support archived p2 sites in the repository tag?
&gt;&gt;&gt;&gt;&gt; _______________________________________________
&gt;&gt;&gt;&gt;&gt; tycho-user mailing list
&gt;&gt;&gt;&gt;&gt; tycho-user@xxxxxxxxxxx
&gt;&gt;&gt;&gt;&gt; <a  href="https://dev.eclipse.org/mailman/listinfo/tycho-user">https://dev.eclipse.org/mailman/listinfo/tycho-user</a>
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; _______________________________________________
&gt;&gt;&gt;&gt; tycho-user mailing list
&gt;&gt;&gt;&gt; tycho-user@xxxxxxxxxxx
&gt;&gt;&gt;&gt; <a  href="https://dev.eclipse.org/mailman/listinfo/tycho-user">https://dev.eclipse.org/mailman/listinfo/tycho-user</a>
&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;&gt; _______________________________________________
&gt;&gt;&gt; tycho-user mailing list
&gt;&gt;&gt; tycho-user@xxxxxxxxxxx
&gt;&gt;&gt; <a  href="https://dev.eclipse.org/mailman/listinfo/tycho-user">https://dev.eclipse.org/mailman/listinfo/tycho-user</a>
&gt;&gt;&gt;

</pre>]]></content:encoded>
		<pubDate>Wed, 23 May 2012 12:40:19 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/tycho-user/msg02537.html</guid>
		<author>mort.motes@xxxxxxx (motes motes)</author>
	</item>
	<item>
		<title>Re: [tycho-user] why using a composite repository is not working?</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tycho-user/msg02536.html</link>
		<description>_______________________________________________ tycho-user mailing list tycho-user@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/tycho-user </description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">I got a Missing Constraint:</pre><br>
<tt>[ERROR] Internal error: java.lang.RuntimeException: 
org.osgi.framework.BundleException: Bundle 
org.eclipse.bpmn2.modeler.core cannot be resolved<br>
[ERROR] Resolution errors:<br>
[ERROR] Bundle org.eclipse.bpmn2.modeler.core - Missing Constraint: 
Require-Bundle: org.eclipse.graphiti; bundle-version=&quot;[0.7.3,1.0.0)&quot;<br>
[ERROR] Bundle org.eclipse.bpmn2.modeler.core - Missing Constraint: 
Require-Bundle: org.eclipse.graphiti.ui; bundle-version=&quot;[0.7.3,1.0.0)&quot;<br>
[ERROR] Bundle org.eclipse.bpmn2.modeler.core - Missing Constraint: 
Import-Package: org.eclipse.graphiti.ui.features; version=&quot;0.0.0&quot;<br>
[ERROR] -&gt; [Help 1]<br>
org.apache.maven.InternalErrorException: Internal error: 
java.lang.RuntimeException: org.osgi.framework.BundleException: Bundle 
org.eclipse.bpmn2.modeler.core cannot be resolved<br>
Resolution errors:<br>
   Bundle org.eclipse.bpmn2.modeler.core - Missing Constraint: 
Require-Bundle: org.eclipse.graphiti; bundle-version=&quot;[0.7.3,1.0.0)&quot;<br>
   Bundle org.eclipse.bpmn2.modeler.core - Missing Constraint: 
Require-Bundle: org.eclipse.graphiti.ui; bundle-version=&quot;[0.7.3,1.0.0)&quot;<br>
   Bundle org.eclipse.bpmn2.modeler.core - Missing Constraint: 
Import-Package: org.eclipse.graphiti.ui.features; version=&quot;0.0.0&quot;</tt><br>
<br>
<tt>    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:168)<br>
    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)<br>
    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)<br>
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)<br>
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>
    at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br>
    at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br>
    at java.lang.reflect.Method.invoke(Method.java:597)<br>
    at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)<br>
    at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)<br>
    at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)<br>
    at 
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)</tt><br>
<br>
<tt><br>On 22/05/12 21:35, Igor Fedorenko wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Both URls are expected to work. What is exact error message that you get?</pre><br>
<pre style="margin: 0em;">--
Regards,
Igor</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<tt>On 12-05-22 8:11 PM, Cristiano Gavi&#xE3;o wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>Today I got the source of eclipse bpmn2 editor to try to build it for 
Juno.</tt><br>
<br>
<pre style="margin: 0em;">I've used tycho 0.15.0-SNAPSHOT.</pre><br>
<pre style="margin: 0em;">For my surprise, when I've used the composite site of Graphiti (0.9.0 -
<a  href="http://download.eclipse.org/graphiti/updates/milestones">http://download.eclipse.org/graphiti/updates/milestones</a>), Tycho could
not find the Graphiti bundles...</pre><br>
<tt>But it worked after I have changed the URL for this one:<br>
<a  href="http://download.eclipse.org/graphiti/updates/milestones/S-0.9.0M7-201205091113">http://download.eclipse.org/graphiti/updates/milestones/S-0.9.0M7-201205091113</a> </tt><br>
<br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;">Is this the expected behavior ?</pre><br>
<pre style="margin: 0em;">thanks,</pre><br>
<pre style="margin: 0em;">Cristiano
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
<a  href="https://dev.eclipse.org/mailman/listinfo/tycho-user">https://dev.eclipse.org/mailman/listinfo/tycho-user</a>
</pre></blockquote><pre style="margin: 0em;">_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
<a  href="https://dev.eclipse.org/mailman/listinfo/tycho-user">https://dev.eclipse.org/mailman/listinfo/tycho-user</a>
</pre></blockquote><pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Wed, 23 May 2012 10:51:10 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/tycho-user/msg02536.html</guid>
		<author>cvgaviao@xxxxxxx (Cristiano Gavi&#xE3;o)</author>
	</item>


	<item>
		<title>Re: [tycho-user] why using a composite repository is not working?</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tycho-user/msg02535.html</link>
		<description> </description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Both URls are expected to work. What is exact error message that you get?</pre><br>
<pre style="margin: 0em;">--
Regards,
Igor</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<tt>On 12-05-22 8:11 PM, Cristiano Gavi&#xE3;o wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Today I got the source of eclipse bpmn2 editor to try to build it for Juno.</pre><br>
<pre style="margin: 0em;">I've used tycho 0.15.0-SNAPSHOT.</pre><br>
<pre style="margin: 0em;">For my surprise, when I've used the composite site of Graphiti (0.9.0 -
<a  href="http://download.eclipse.org/graphiti/updates/milestones">http://download.eclipse.org/graphiti/updates/milestones</a>), Tycho could
not find the Graphiti bundles...</pre><br>
<pre style="margin: 0em;">But it worked after I have changed the URL for this one:
<a  href="http://download.eclipse.org/graphiti/updates/milestones/S-0.9.0M7-201205091113">http://download.eclipse.org/graphiti/updates/milestones/S-0.9.0M7-201205091113</a></pre><br>
<pre style="margin: 0em;"><br>Is this the expected behavior ?</pre><br>
<pre style="margin: 0em;">thanks,</pre><br>
<pre style="margin: 0em;">Cristiano
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
<a  href="https://dev.eclipse.org/mailman/listinfo/tycho-user">https://dev.eclipse.org/mailman/listinfo/tycho-user</a>
</pre></blockquote><br>
]]></content:encoded>
		<pubDate>Wed, 23 May 2012 00:35:47 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/tycho-user/msg02535.html</guid>
		<author>igor@xxxxxxx (Igor Fedorenko)</author>
	</item>
	<item>
		<title>[tycho-user] why using a composite repository is not working?</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tycho-user/msg02534.html</link>
		<description>Today I got the source of eclipse bpmn2 editor to try to build it for Juno. I've used tycho 0.15.0-SNAPSHOT. For my surprise, when I've used the composite site of Graphiti (0.9.0 - http://download.eclipse.org/graphiti/updates/milestones), Tycho could not f...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Today I got the source of eclipse bpmn2 editor to try to build it for Juno.</pre><br>
<pre style="margin: 0em;">I've used tycho 0.15.0-SNAPSHOT.</pre><br>
<tt>For my surprise, when I've used the composite site of Graphiti (0.9.0 - 
<a  href="http://download.eclipse.org/graphiti/updates/milestones">http://download.eclipse.org/graphiti/updates/milestones</a>), Tycho could 
not find the Graphiti bundles...</tt><br>
<br>
<tt>But it worked after I have changed the URL for this one: 
<a  href="http://download.eclipse.org/graphiti/updates/milestones/S-0.9.0M7-201205091113">http://download.eclipse.org/graphiti/updates/milestones/S-0.9.0M7-201205091113</a></tt><br>
<br>
<pre style="margin: 0em;">Is this the expected behavior ?</pre><br>
<pre style="margin: 0em;">thanks,</pre><br>
<pre style="margin: 0em;">Cristiano</pre><br>
]]></content:encoded>
		<pubDate>Wed, 23 May 2012 00:11:15 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/tycho-user/msg02534.html</guid>
		<author>cvgaviao@xxxxxxx (Cristiano Gavi&#xE3;o)</author>
	</item>

 
	</channel>
	</rss>
<!-- MHonArc v2.6.10 -->

