Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] Apache Plugins

On Mon, Jul 8, 2019 at 9:12 PM Philip Wenig <philip.wenig@xxxxxxxxxxxxx> wrote:
Hi folks,

I successfully added Apache HTTP MIME v4.5.7 today:
https://dev.eclipse.org/ipzilla/show_bug.cgi?id=20226

The next would have been Apache HTTP AsyncClient v4.1.3:
https://dev.eclipse.org/ipzilla/show_bug.cgi?id=20227

But I have seen that the "apache/httpcomponents" folder already contains
two folders:

org.apache.httpcomponents.httpasyncclient_4.1.3
org.apache.httpcomponents.httpcore-nio_4.4.5

but with a different content than the others. There's only a "target"
folder inside.
Who knows what this is all about?

there's no content in git on the master branch for these folders [1].
Ensure you don't have uncommitted changes and then run
$ git clean -xffd
to remove all files which aren't versioned in git and check again.


-Matthias


Back to the top