Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Problem with tycho 0.14 and cross/org.eclipse.launch.remote

Yes, that was the case. The tycho 0.14 build worked with just the changes listed by Marc and I did not get an error regarding the identical artifactId/groupId.

Sorry for the false alarm.

-- Jeff J.

On 04/04/2012 06:17 PM, Jeff Johnston wrote:
Hmm, I was initially using a fedora tycho 0.14 mvn-rpmbuild to build the
rpm. I switched over to testing upstream tycho 0.14 when I ran into an
issue with mvn-rpmbuild not generating source bundles. I am now unclear
as to whether the error I saw occurred before switching to use upstream
maven and tycho 0.14 and perhaps the problem is only in the fedora version.

I am retrying with a fresh CDT git repository and using downloaded
maven/tycho 0.14 only. I will make the same changes as you noted and
confirm.

-- Jeff J.

On 04/04/2012 05:22 PM, Marc-Andre Laperle wrote:
That weird, I'm pretty sure I didn't have to rename the features when I
tested with 0.14. Below is the message I sent to the Tycho mailing list
when I tested 0.14 successfully with CDT. It contains the changes I had
to make.

Marc-Andre

-------- Original Message --------
Subject: Re: [tycho-user] please test staged tycho 0.14.0
Date: Fri, 10 Feb 2012 12:15:07 -0500
From: Marc-Andre Laperle <malaperle@xxxxxxxxxxxxx>
Reply-To: Tycho user list <tycho-user@xxxxxxxxxxx>
To: Tycho user list <tycho-user@xxxxxxxxxxx>



I tested with the latest CDT and it works.

I had to make a few changes (all cleanups):
1. Fix some build.properties that were pointing to nonexistent files and
folders
2. Fix some feature.xml that were pointing to nonexistent (AFAIK)
license-feature
3. Remove references to nonexistent repositories in test bundles (I
posted about that earlier)

Also, the tycho-eclipserun-plugin worked correctly and generated the
index for the documentation.

Marc-Andre

On 07/02/2012 2:32 AM, Sievers, Jan wrote:
tycho 0.14.0 has been staged to [1], see release notes [2] for details.

Please test it by adding the snippet [3] to your parent pom or
settings.xml.
Report problems on this mailing list or in bugzilla [4].

We will promote the release to the Maven central repository sometime
next week
if no major regressions are found.

--
Tycho Team


[1]https://oss.sonatype.org/content/repositories/orgeclipsetycho-004/
[2]http://wiki.eclipse.org/Tycho/Release_Notes/0.14
[3]

<pluginRepositories>
<pluginRepository>
<id>tycho-0.14.0-staged</id>
<url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-004/</url>

</pluginRepository>
</pluginRepositories>

[4]https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Tycho&rep_platform=All&op_sys=All&version=0.14.0

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev




Back to the top