[GitHub] [ant] jaikiran commented on issue #101: Send FQDN instead of simple hostname in SMTP HELO command

2019-09-14 Thread GitBox
jaikiran commented on issue #101: Send FQDN instead of simple hostname in SMTP 
HELO command
URL: https://github.com/apache/ant/pull/101#issuecomment-531474521
 
 
   Thank you @mguessan for this PR. I have merged this and added you in our 
contributors list.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



[GitHub] [ant] asfgit closed pull request #101: Send FQDN instead of simple hostname in SMTP HELO command

2019-09-14 Thread GitBox
asfgit closed pull request #101: Send FQDN instead of simple hostname in SMTP 
HELO command
URL: https://github.com/apache/ant/pull/101
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



Re: Buliding IvyDE

2019-09-14 Thread Gintautas Grigelionis
Is there any documentation readily available? The links in the document
below are not easy to follow

https://www.eclipse.org/eclipse/development/porting/eclipse_4_12_porting_guide.html

Gintas

On Sat, 14 Sep 2019 at 09:20, Aleksandar Kurtakov 
wrote:

> On Fri, Sep 13, 2019 at 4:17 PM Tim Astle  wrote:
>
> > Ah, thanks Aleksandar.
> >
> > Has this work started?  Just wondering what branch I should be on if I
> > choose to play around.
> >
>
> This has been done already in the 2019-06 release .
>
> >
> > Tim
> >
> > On Fri, Sep 13, 2019 at 9:59 AM Aleksandar Kurtakov  >
> > wrote:
> > >
> > > On Fri, Sep 13, 2019 at 3:55 PM Tim Astle 
> > wrote:
> > >
> > > > I have the latest version of Eclipse, and unfortunately there isn't a
> > > > version of IvyDE that works with it.
> > > >
> > > > I'm not sure if there will be a version made available, so I
> attempted
> > > > to build it myself following this document:
> > > >
> > > >
> https://github.com/apache/ant-ivyde/blob/master/doc/src/dev/build.adoc
> > > >
> > > > I checked out the 2.3.0-rc1 tag (dunno, figured it's the right one)
> > > > and grabbed this version of Eclipse:
> > > >
> > > >
> >
> https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2019-06/R/eclipse-committers-2019-06-R-linux-gtk-x86_64.tar.gz_id=1249
> > > >
> > > > I created a local.build.properties that points to the unpacked distro
> > > > above.
> > > >
> > > > I ran `ant install-ivy`
> > > >
> > > > Then when I ran `ant build`, I get the following:
> > > >
> > > > [pde-build]
> > > >
> >
> /home/tastle/Downloads/eclipse/plugins/org.eclipse.pde.build_3.10.400.v20190320-1020/scripts/genericTargets.xml:112:
> > > > Processing inclusion from feature
> > > > org.apache.ivyde.eclipse.resolvevisualizer.feature: Bundle
> > > > org.apache.ivyde.eclipse.resolvevisualizer_2.3.0.rc1-201909130952-dev
> > > > failed to resolve.:
> > > > [pde-build] Missing required plug-in
> > org.eclipse.zest.core_[1.5.0,2.0.0).
> > > > [pde-build] Missing required plug-in
> > > > org.eclipse.zest.layouts_[1.1.0,2.0.0).
> > > > [pde-build]
> > > > [pde-build]
> > > > [pde-build] Total time: 1 second
> > > > [pde-build] [eclipse.buildScript] Some inter-plug-in dependencies
> have
> > > > not been satisfied.
> > > > [pde-build] [eclipse.buildScript] Bundle
> > > > org.apache.ivyde.eclipse.resolvevisualizer:
> > > > [pde-build] [eclipse.buildScript] Missing required plug-in
> > > > org.eclipse.zest.core_[1.5.0,2.0.0).
> > > > [pde-build] [eclipse.buildScript] Missing required plug-in
> > > > org.eclipse.zest.layouts_[1.1.0,2.0.0).
> > > > [pde-build] [eclipse.buildScript] Bundle
> > org.eclipse.epp.logging.aeri.ide:
> > > > [pde-build] [eclipse.buildScript] Unsatisfied import package
> > > > org.apache.lucene.document_[7.1.0,8.0.0).
> > > > [pde-build] [eclipse.buildScript] Unsatisfied import package
> > > > org.apache.lucene.index_[7.1.0,8.0.0).
> > > > [pde-build] [eclipse.buildScript] Unsatisfied import package
> > > > org.apache.lucene.search_[7.1.0,8.0.0).
> > > > [pde-build] [eclipse.buildScript] Unsatisfied import package
> > > > org.apache.lucene.store_[7.1.0,8.0.0).
> > > > [pde-build] An error has occurred. See the log file
> > > > [pde-build] /home/tastle/workspace/.metadata/.log.
> > > >
> > > > BUILD FAILED
> > > > /home/tastle/Dev/Code/ant-ivyde/build.xml:179: Java returned: 13
> > > >
> > > > Did I get the wrong distribution, or are the build instructions
> > incorrect?
> > > >
> > > > All I really want is IvyDE in the Eclipse Marketplace for the latest
> > > > version of eclipse...
> > > >
> > >
> > > Eclipse IDE has been moved to use lucene 8.x thus IvyDE has to be
> adapted
> > > too.
> > >
> > >
> > > >
> > > >
> > > > Tim
> > > >
> > > > -
> > > > To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
> > > > For additional commands, e-mail: dev-h...@ant.apache.org
> > > >
> > > >
> > >
> > > --
> > > Alexander Kurtakov
> > > Red Hat Eclipse Team
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
> > For additional commands, e-mail: dev-h...@ant.apache.org
> >
> >
>
> --
> Alexander Kurtakov
> Red Hat Eclipse Team
>


Re: Buliding IvyDE

2019-09-14 Thread Aleksandar Kurtakov
On Fri, Sep 13, 2019 at 4:17 PM Tim Astle  wrote:

> Ah, thanks Aleksandar.
>
> Has this work started?  Just wondering what branch I should be on if I
> choose to play around.
>

This has been done already in the 2019-06 release .

>
> Tim
>
> On Fri, Sep 13, 2019 at 9:59 AM Aleksandar Kurtakov 
> wrote:
> >
> > On Fri, Sep 13, 2019 at 3:55 PM Tim Astle 
> wrote:
> >
> > > I have the latest version of Eclipse, and unfortunately there isn't a
> > > version of IvyDE that works with it.
> > >
> > > I'm not sure if there will be a version made available, so I attempted
> > > to build it myself following this document:
> > >
> > > https://github.com/apache/ant-ivyde/blob/master/doc/src/dev/build.adoc
> > >
> > > I checked out the 2.3.0-rc1 tag (dunno, figured it's the right one)
> > > and grabbed this version of Eclipse:
> > >
> > >
> https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2019-06/R/eclipse-committers-2019-06-R-linux-gtk-x86_64.tar.gz_id=1249
> > >
> > > I created a local.build.properties that points to the unpacked distro
> > > above.
> > >
> > > I ran `ant install-ivy`
> > >
> > > Then when I ran `ant build`, I get the following:
> > >
> > > [pde-build]
> > >
> /home/tastle/Downloads/eclipse/plugins/org.eclipse.pde.build_3.10.400.v20190320-1020/scripts/genericTargets.xml:112:
> > > Processing inclusion from feature
> > > org.apache.ivyde.eclipse.resolvevisualizer.feature: Bundle
> > > org.apache.ivyde.eclipse.resolvevisualizer_2.3.0.rc1-201909130952-dev
> > > failed to resolve.:
> > > [pde-build] Missing required plug-in
> org.eclipse.zest.core_[1.5.0,2.0.0).
> > > [pde-build] Missing required plug-in
> > > org.eclipse.zest.layouts_[1.1.0,2.0.0).
> > > [pde-build]
> > > [pde-build]
> > > [pde-build] Total time: 1 second
> > > [pde-build] [eclipse.buildScript] Some inter-plug-in dependencies have
> > > not been satisfied.
> > > [pde-build] [eclipse.buildScript] Bundle
> > > org.apache.ivyde.eclipse.resolvevisualizer:
> > > [pde-build] [eclipse.buildScript] Missing required plug-in
> > > org.eclipse.zest.core_[1.5.0,2.0.0).
> > > [pde-build] [eclipse.buildScript] Missing required plug-in
> > > org.eclipse.zest.layouts_[1.1.0,2.0.0).
> > > [pde-build] [eclipse.buildScript] Bundle
> org.eclipse.epp.logging.aeri.ide:
> > > [pde-build] [eclipse.buildScript] Unsatisfied import package
> > > org.apache.lucene.document_[7.1.0,8.0.0).
> > > [pde-build] [eclipse.buildScript] Unsatisfied import package
> > > org.apache.lucene.index_[7.1.0,8.0.0).
> > > [pde-build] [eclipse.buildScript] Unsatisfied import package
> > > org.apache.lucene.search_[7.1.0,8.0.0).
> > > [pde-build] [eclipse.buildScript] Unsatisfied import package
> > > org.apache.lucene.store_[7.1.0,8.0.0).
> > > [pde-build] An error has occurred. See the log file
> > > [pde-build] /home/tastle/workspace/.metadata/.log.
> > >
> > > BUILD FAILED
> > > /home/tastle/Dev/Code/ant-ivyde/build.xml:179: Java returned: 13
> > >
> > > Did I get the wrong distribution, or are the build instructions
> incorrect?
> > >
> > > All I really want is IvyDE in the Eclipse Marketplace for the latest
> > > version of eclipse...
> > >
> >
> > Eclipse IDE has been moved to use lucene 8.x thus IvyDE has to be adapted
> > too.
> >
> >
> > >
> > >
> > > Tim
> > >
> > > -
> > > To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
> > > For additional commands, e-mail: dev-h...@ant.apache.org
> > >
> > >
> >
> > --
> > Alexander Kurtakov
> > Red Hat Eclipse Team
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
> For additional commands, e-mail: dev-h...@ant.apache.org
>
>

-- 
Alexander Kurtakov
Red Hat Eclipse Team


Re: Buliding IvyDE

2019-09-14 Thread Jaikiran Pai
Tim,

I don't use Eclipse nor do I have experience building Eclipse plugins.
The IvyDE project is in maintenance mode and hasn't seen much activity.
If you are interested in helping fix some of the issues, then "master"
branch is the right branch to work against. You can raise a PR and if
it's something that I can help review and merge, I can take a look.

-Jaikiran

On 13/09/19 6:47 PM, Tim Astle wrote:
> Ah, thanks Aleksandar.
>
> Has this work started?  Just wondering what branch I should be on if I
> choose to play around.
>
> Tim
>
> On Fri, Sep 13, 2019 at 9:59 AM Aleksandar Kurtakov  
> wrote:
>> On Fri, Sep 13, 2019 at 3:55 PM Tim Astle  wrote:
>>
>>> I have the latest version of Eclipse, and unfortunately there isn't a
>>> version of IvyDE that works with it.
>>>
>>> I'm not sure if there will be a version made available, so I attempted
>>> to build it myself following this document:
>>>
>>> https://github.com/apache/ant-ivyde/blob/master/doc/src/dev/build.adoc
>>>
>>> I checked out the 2.3.0-rc1 tag (dunno, figured it's the right one)
>>> and grabbed this version of Eclipse:
>>>
>>> https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2019-06/R/eclipse-committers-2019-06-R-linux-gtk-x86_64.tar.gz_id=1249
>>>
>>> I created a local.build.properties that points to the unpacked distro
>>> above.
>>>
>>> I ran `ant install-ivy`
>>>
>>> Then when I ran `ant build`, I get the following:
>>>
>>> [pde-build]
>>> /home/tastle/Downloads/eclipse/plugins/org.eclipse.pde.build_3.10.400.v20190320-1020/scripts/genericTargets.xml:112:
>>> Processing inclusion from feature
>>> org.apache.ivyde.eclipse.resolvevisualizer.feature: Bundle
>>> org.apache.ivyde.eclipse.resolvevisualizer_2.3.0.rc1-201909130952-dev
>>> failed to resolve.:
>>> [pde-build] Missing required plug-in org.eclipse.zest.core_[1.5.0,2.0.0).
>>> [pde-build] Missing required plug-in
>>> org.eclipse.zest.layouts_[1.1.0,2.0.0).
>>> [pde-build]
>>> [pde-build]
>>> [pde-build] Total time: 1 second
>>> [pde-build] [eclipse.buildScript] Some inter-plug-in dependencies have
>>> not been satisfied.
>>> [pde-build] [eclipse.buildScript] Bundle
>>> org.apache.ivyde.eclipse.resolvevisualizer:
>>> [pde-build] [eclipse.buildScript] Missing required plug-in
>>> org.eclipse.zest.core_[1.5.0,2.0.0).
>>> [pde-build] [eclipse.buildScript] Missing required plug-in
>>> org.eclipse.zest.layouts_[1.1.0,2.0.0).
>>> [pde-build] [eclipse.buildScript] Bundle org.eclipse.epp.logging.aeri.ide:
>>> [pde-build] [eclipse.buildScript] Unsatisfied import package
>>> org.apache.lucene.document_[7.1.0,8.0.0).
>>> [pde-build] [eclipse.buildScript] Unsatisfied import package
>>> org.apache.lucene.index_[7.1.0,8.0.0).
>>> [pde-build] [eclipse.buildScript] Unsatisfied import package
>>> org.apache.lucene.search_[7.1.0,8.0.0).
>>> [pde-build] [eclipse.buildScript] Unsatisfied import package
>>> org.apache.lucene.store_[7.1.0,8.0.0).
>>> [pde-build] An error has occurred. See the log file
>>> [pde-build] /home/tastle/workspace/.metadata/.log.
>>>
>>> BUILD FAILED
>>> /home/tastle/Dev/Code/ant-ivyde/build.xml:179: Java returned: 13
>>>
>>> Did I get the wrong distribution, or are the build instructions incorrect?
>>>
>>> All I really want is IvyDE in the Eclipse Marketplace for the latest
>>> version of eclipse...
>>>
>> Eclipse IDE has been moved to use lucene 8.x thus IvyDE has to be adapted
>> too.
>>
>>
>>>
>>> Tim
>>>
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
>>> For additional commands, e-mail: dev-h...@ant.apache.org
>>>
>>>
>> --
>> Alexander Kurtakov
>> Red Hat Eclipse Team
> -
> To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
> For additional commands, e-mail: dev-h...@ant.apache.org
>

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org