Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ebr-dev] A few questions about ebr
  • From: "Homer, Tony" <tony.homer@xxxxxxxxx>
  • Date: Sat, 16 May 2020 19:42:15 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=intel.com; dmarc=pass action=none header.from=intel.com; dkim=pass header.d=intel.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=AA3jnpSX+sOCBGHHtwd4vCdTQ6LVweBnAauuVQ4VNWA=; b=kfVG3McZps1P6jKERl43lnzUQsZAn8tkZq9Hihp1+eChfcCfptQfhg5pCHgKB8prbsGgxkPsyKEwpMe4TknMz7TCcipOd1th1xf7xEeqNHtODKWdtxriUdsnbUIyZtjbh6RnCDkT5JZimAboKK5bxsOiRXyS9YxSmbModR0g/pIjJdAXnFWTN1O8BP4xhtWYHGGwjnGekUwbutmsvZAubYkf6LxlMJOw070lPZxQdKaHy6d+zNbGoD5FPVsroZcSs3q/pYCY07Sg4rPHtn1hzM5FXf9gmmFqzV7wXYDmbzbLQFSu4JS/G6+1hUM0jluvN1x/xFUz9WZ1+FRTWgqt9Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Oums6I/bQErMbx4lCrZ6DEOmMJ+0mec5PjUfFBpLOwwJVxQD3GKuPQfxAe9N850qKWm8ex9x6btaKNsPSuB90ie5LpvJz73OgXUkDvUv52qLgLt8YLueLBZXB4gsEDOsUp4AQDLHIVaT6XfkvLV4wgsfLRX2MTm4Ykyq0jqU2vEBmhRoibNfURacW36eC7Z5XiGQJQ5975pvjR05F8VVlFLLWZhpPe2bXnrbyogOpdc3kLdGZ28F0C8lBSqCCZpz+FSOy7BKfzTLg0hskjNGqWf1nwdW1/9fo2nS7nQ8q5IDZr7ZXguqBaTKezRHsfEUlWB7pc/BM87jf8uw/PRYVA==
  • Delivered-to: ebr-dev@xxxxxxxxxxx
  • Ironport-sdr: XmCCpVAHUYbjaL+o5OgJ+FzvrG8LcMKpcZ9/t9OjbrO++Uc+7NAORweZl8JMwaCJIlyXxrxJTR 5nPFEz1FQZAQ==
  • Ironport-sdr: BVDMA7Oo6VrJvzdZzVpYTx2bo6PlfUvwGoPNUKaGglf+v7TJe3aBLA7Jtj4Vx5INQrSyB0fvUn Yzzm0OcoyFzg==
  • List-archive: <https://www.eclipse.org/mailman/private/ebr-dev>
  • List-help: <mailto:ebr-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/ebr-dev>, <mailto:ebr-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/ebr-dev>, <mailto:ebr-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHWK7oa18airSCEt02Oe+csT8l+nQ==
  • Thread-topic: A few questions about ebr
  • User-agent: Microsoft-MacOutlook/16.37.20051002

Hi-

 

I’d like to debug ebr in order to understand how it works a little better.

I’ve never debugged maven plugins before and am not sure where to start.

Is it possible debug it using Eclipse?

I thought I could repurpose the integration test, but I’m not even sure how to run that in Eclipse (ebr/releng/maven-plugins/ebr-maven-plugin/src/test/java/org/eclipse/ebr/maven/tests/integration/SimpleIntegrationTest.java).

If you can point me at general references I can Read The Fine Manual.

I’m specifically interested in learning more about why some Unused Import-Package warnings are occurring for imports which are present in the source code of the project, but I’d also like to step through some code I added to support proxies before opening a PR.

 

I’d also like to update some of the licenses which are out of date in different ways.

Some of the URLs are old and have moved and most are redirecting to https – these should be no problem but are there any gotchas?

There are some which should be added, for example, EPL v2, but I believe that the license ids have to line up with ipzilla.

How can I add EPL v2 and have it line up with ipzilla?

 

I’m also noticing a weird problem with the README.

Sometimes when I click on the link to bugs.eclipse.org, I end up in CBI instead of EBR.

I’m not sure how this is happening since the link says EBR and I don’t know how to reproduce it.

Any ideas about that?

 

Thanks!

Tony Homer

 


Back to the top