Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Does tycho leave itself notes somewhere in ~/.m2?

It's now clear that my p2 repo is malformed. Tycho made it without
complaint, but neither eclipse nor tycho can talk to it.

I suspect a problem with version numbers.


On Sun, Aug 28, 2011 at 10:05 PM, Ian Robertson
<irobertson@xxxxxxxxxxxxx> wrote:
> I've noticed that it places some files in ~/.m2/repository/.cache and
> ~/.m2/repository/p2
>
>  - Ian
>
> On 08/28/2011 08:01 PM, Benson Margulies wrote:
>>
>> I am trying to switch a from using pomDependencies=consider to just
>> finding a particular plugin in P2.
>>
>> I've removed the pomDependencies configuration entry. I've added the
>> p2 repo. I get the following. Not that the version it is complaining
>> about is 1.0.0.SNAPSHOT. I don't know where that comes from. It is not
>> the bundle-version called out in MANIFEST.MF. So I'm wondering if
>> there is something sitting in ~/.m2 left over from the previous
>> regime.
>>
>>
>> [INFO] Resolving target platform for project MavenProject:
>> org.apache.maven.doxia.ide.plugins:common-ui:1.0.0-SNAPSHOT @
>>
>> /Users/benson/asf/mvn/doxia-ide-eclipse-with-tycho/eclipse-plugins/plugins/org.apache.maven.doxia.ide.eclipse.common.ui/pom.xml
>> [INFO] Adding repository http://download.eclipse.org/releases/helios
>> [INFO] Adding repository http://download.eclipse.org/releases/helios
>> [INFO] Adding repository
>>
>> http://svn.apache.org/repos/asf/maven/sandbox/branches/doxia-ide-eclipse-with-tycho/doxia-osgi/interim-p2
>> [INFO] Adding repository
>>
>> http://svn.apache.org/repos/asf/maven/sandbox/branches/doxia-ide-eclipse-with-tycho/doxia-osgi/interim-p2
>> [INFO] Downloading org.apache.maven.doxia.ide.dependencies
>> [ERROR] Internal error: java.lang.RuntimeException: Could not download
>> artifacts from any repository
>> [ERROR] osgi.bundle,org.apache.maven.doxia.ide.dependencies,1.0.0.SNAPSHOT
>> [ERROR] ->  [Help 1]
>> org.apache.maven.InternalErrorException: Internal error:
>> java.lang.RuntimeException: Could not download artifacts from any
>> repository
>>    osgi.bundle,org.apache.maven.doxia.ide.dependencies,1.0.0.SNAPSHOT
>> _______________________________________________
>> tycho-user mailing list
>> tycho-user@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/tycho-user
>>
>
> CONFIDENTIALITY NOTICE:  This message is intended only for the use and
> review of the individual or entity to which it is addressed and may contain
> information that is privileged and confidential.  If the reader of this
> message is not the intended recipient, or the employee or agent responsible
> for delivering the message solely to the intended recipient, you are hereby
> notified that any dissemination, distribution or copying of this
> communication is strictly prohibited.  If you have received this
> communication in error, please notify sender immediately by telephone or
> return email.  Thank you.
>


Back to the top