Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Build error (was Re: CDT 9.10.0 M2)

Hi,

Does 'git status' show a difference on that file (despite you not editing it)? If so, 'git reset' or checkout the file again. If not it may be jgit and git having a difference of opinion. If they are having a difference of opinion that case it may be down to locales or something like that, but I would need more info to solve. The workaround in the latter case is make a dummy edit to the file and commit it. 

That said, I believe you are not trying to build the current master, so please try that too. 

> Is there anyway I can get a complete CDT (CPP code generation part) jar file from Eclipse?

As for this I think Marc André has been trying to help you, not much I can add to that. But if you are not modifying CDT, you could just use the released CDT builds? 

HTH, 
Jonah

On Mon., Nov. 11, 2019, 20:52 Ming Cheng, <chengm349@xxxxxxxxxxx> wrote:

Hi Jonah,

 

I for CDT from git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git. When I tried to build it, I got following error:

 

“Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) on project org.eclipse.cdt.core.native: Working tree is dirty.

git status core/org.eclipse.cdt.core.native:

 

Changes not staged for commit:

modified:    core/org.eclipse.cdt.core.native/plugin.properties

 

You are trying to use tycho-buildtimestamp-jgit on a directory that has uncommitted changes (see details above).

Either commit all changes/add files to .gitignore, or enable fallback to default timestamp provider by configuring

jgit.dirtyWorkingTree=warning for tycho-packaging-plugin”

 

Although I did not touch the folder.

 

Is there anyway I can get a complete CDT (CPP code generation part) jar file from Eclipse?

 

Warm Regards.

 

Ming Cheng

 

Sent from Mail for Windows 10

 


From: cdt-dev-bounces@xxxxxxxxxxx <cdt-dev-bounces@xxxxxxxxxxx> on behalf of Jonah Graham <jonah@xxxxxxxxxxxxxxxx>
Sent: Monday, November 11, 2019 10:18:53 PM
To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] CDT 9.10.0 M2
 
Hello folks,

The EPP C/C++ package has been published for M2 along with the CDT standalone debugger.

Thank you,
Jonah

~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com


On Mon, 4 Nov 2019 at 15:29, Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:
Hello folks,

CDT for Eclipse 2019-12 M2 has now been posted.

CDT is planning on shipping 9.10.0 as part of the 2019-12 release. Please have a look at the New and Noteworthy and the active and completed bugs to see what is planned for this release.

The CDT p2 repo is https://download.eclipse.org/tools/cdt/builds/9.10/cdt-9.10.0-simrel-2019-12-m2/ and is based on commit 4d94b8457  
.
The complete bundled C/C++ Package (the one that will be posted to https://www.eclipse.org/downloads/) will be ready this Friday/Saturday as will the CDT Standalone debugger for 2019-12 M2.

---

This is our schedule for publishing CDT's contribution to 2019-12 simultaneous release. See SimRel 2019-12 Plan for further details.  (The EPP generally will be available on Friday of the same week):
Today - 2019-12 M2
Monday 25 Nov - 2019-12 M3
Monday 2 Dec - 2019-12 RC1
Monday 9 Dec - 2019-12 RC2
Then we are in Quiet week(s) until the release on Wed 18 Dec.

Thanks,
Jonah 
~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cdt-dev

Back to the top