Some small patches for IvyDE

2012-11-08 Thread Carsten . Pfeiffer
Hi, I'm evaluating the use of Ivy and IvyDE and found some small problems that I would like to get addressed. I already submitted Jira tickets with attachments to them, but I'm not sure they will get any attention without a default assignee. So that's why I'm here :-) The issues are 1)

Re: Some small patches for IvyDE

2012-11-09 Thread Carsten . Pfeiffer
Hi Nicolas, thanks for the quick response. I would indeed be interested in the reason for having the project name in the classpath container configuration. I don't know any other classpath container that does that. AFAICS, there is a single place where the project is read from the container

AUTO: Carsten Pfeiffer ist außer Haus (returning 07.01.2013)

2012-12-23 Thread Carsten . Pfeiffer
I am out of the office until 07.01.2013. In dringenden Fällen, kontaktieren Sie bitte ErwinpunktTrataratgebitpunktde oder TompunktKraussatgebitpunktde. Note: This is an automated response to your message Bug report for Ant [2012/12/23] sent on 23.12.2012 08:15:01. This is the only

AUTO: Carsten Pfeiffer ist außer Haus (returning 25.03.2013)

2013-03-20 Thread Carsten . Pfeiffer
I am out of the office until 25.03.2013. In dringenden Fällen, kontaktieren Sie bitte ErwinpunktTrataratgebitpunktde oder TompunktKraussatgebitpunktde. Note: This is an automated response to your message [RESULT][VOTE] Michael Clarke as a committer sent on 21.03.2013 01:04:24. This is the

AUTO: Carsten Pfeiffer ist außer Haus (Rückkehr am 13.05.2013)

2013-05-09 Thread Carsten . Pfeiffer
Ich kehre zurück am 13.05.2013. In dringenden Fällen, kontaktieren Sie bitte ErwinpunktTrataratgebitpunktde oder TompunktKraussatgebitpunktde. Hinweis: Dies ist eine automatische Antwort auf Ihre Nachricht Re: Evaluating Bintray as a distribution platform for easyant plugins gesendet am

AUTO: Carsten Pfeiffer ist außer Haus (Rückkehr am 01.07.2013)

2013-06-09 Thread Carsten . Pfeiffer
Ich kehre zurück am 01.07.2013. In dringenden Fällen, kontaktieren Sie bitte ErwinpunktTrataratgebitpunktde oder TompunktKraussatgebitpunktde. Hinweis: Dies ist eine automatische Antwort auf Ihre Nachricht Bug report for Ant [2013/06/09] gesendet am 09.06.2013 09:15:01. Diese ist die einzige

Antwort: Re: IvyDE adopter use-cases

2013-07-02 Thread Carsten . Pfeiffer
Hi Greg, most of what you do with the IvyDE API can be done without the IvyDE API. 1. You can easily add the nature by using IProject.setDescription() and providing the Ivy nature ID as a string. 2. You can add the Ivy classpath container to a project's classpath with

Antwort: Re: Re: IvyDE adopter use-cases

2013-07-03 Thread Carsten . Pfeiffer
Hi Greg, nature and container IDs should be as stable as an API, so it should not be a problem to rely on them. There's also a command org.apache.ivyde.commands.resolve, which can be parameterized with the project you to be resolved. Not sure if you can resolve a single ivy.xml (in case a

Configuring the Ivy classpath container (was: IvyDE adopter use-cases)

2013-07-03 Thread Carsten . Pfeiffer
Hi Greg, the configuration of the Ivy classpath container is indeed the only problematic thing here. You would have to ask the Ivy developers (I'm just a mere user) whether these options are considered stable. It's also a bit ugly to handcraft the string with these options. Also maintenance

AUTO: Carsten Pfeiffer ist außer Haus (Rückkehr am 18.09.2013)

2013-07-17 Thread Carsten . Pfeiffer
Ich kehre zurück am 18.09.2013. In dringenden Fällen, kontaktieren Sie bitte ErwinpunktTrataratgebitpunktde oder TompunktKraussatgebitpunktde. Hinweis: Dies ist eine automatische Antwort auf Ihre Nachricht Future of JDK 5 support in Ant gesendet am 18.07.2013 00:59:00. Diese ist die einzige

Review for IVY-1431?

2013-10-28 Thread Carsten . Pfeiffer
Hi, could have anyone have a look at the patch for https://issues.apache.org/jira/browse/IVY-1431 ? It fixes a problem with publishing modules with their original artifacts (e.g. *.pom). There's even a testcase included :-) Thanks, Carsten

Antwort: Re: Review for IVY-1431?

2013-10-28 Thread Carsten . Pfeiffer
Hi Stephen, thanks for having a look and your remarks. I think that it's actually quite important to not tamper with existing metadata (i.e. pom - ivy.xml - pom). If makepom could be instructed to recreate the original pom instead creating a similar one, that would be fine, of course. So your

Re: Review for IVY-1431?

2013-10-30 Thread Carsten . Pfeiffer
Yes, the idea is to install the artifact just as it was downloaded. If it was downloaded from an Ivy repository, you install the jar + the ivy.xml. If it was downloaded from a Maven repository, you install jar, the original .pom. and the ivy.xml. If you think that this depends too much on where

OverlappingFileLockException when using artifact-lock-nio

2013-12-17 Thread Carsten . Pfeiffer
Hi, I just tried the artifact-lock-io lockstrategy with ivy_2.4.0.alpha_20131214174343.jar. At some point I got resolve error like this: [ivy:resolve] :: [ivy:resolve] :: UNRESOLVED DEPENDENCIES :: [ivy:resolve]

Antwort: Re: OverlappingFileLockException when using artifact-lock-nio

2013-12-17 Thread Carsten . Pfeiffer
Cool, if you find something, I'll happily test that. Thanks, Carsten Von:Charles Duffy char...@dyfis.net An: Ant Developers List dev@ant.apache.org Datum: 17.12.2013 15:29 Betreff:Re: OverlappingFileLockException when using artifact-lock-nio I'll try to take a look at this

Re: OverlappingFileLockException when using artifact-lock-nio

2013-12-18 Thread Carsten . Pfeiffer
Hi Charles, thanks a lot for your investigation -- I'm gathering some more information about the problem and submit them to JIRA. The is a trunk build from https://builds.apache.org/job/Ivy/446/ and unfortunately, we're not using symlinks to the caches and have multiple cache configurations

Antwort: Re: OverlappingFileLockException when using artifact-lock-nio

2013-12-18 Thread Carsten . Pfeiffer
Hi again, I've filed the issue https://issues.apache.org/jira/browse/IVY-1454 The exception indeed appears to occur due to our specific use of the parallel task, in conjunction with the antcallback task from ant-contrib. Thanks, Carsten Von:carsten.pfeif...@gebit.de An: Ant

Antwort: Re: Re: OverlappingFileLockException when using artifact-lock-nio

2013-12-20 Thread Carsten . Pfeiffer
Hi Charles, awesome, your fix works perfectly. That was fast :-) Thanks a lot, Carsten Von:Charles Duffy char...@dyfis.net An: Ant Developers List dev@ant.apache.org Datum: 19.12.2013 23:37 Betreff:Re: Re: OverlappingFileLockException when using artifact-lock-nio Howdy,

AUTO: Carsten Pfeiffer ist außer Haus (Rückkehr am 08.01.2014)

2013-12-26 Thread Carsten . Pfeiffer
Ich kehre zurück am 08.01.2014. In dringenden Fällen, kontaktieren Sie bitte ErwinpunktTrataratgebitpunktde oder TompunktKraussatgebitpunktde. Hinweis: Dies ist eine automatische Antwort auf Ihre Nachricht Re: [VOTE] Release Ant 1.9.3 gesendet am 26.12.2013 07:49:29. Diese ist die einzige

Deadlock in IvyClasspathContainerImpl.setClasspathEntries() (regression from IVYDE-259)

2014-03-03 Thread Carsten . Pfeiffer
Hi, The change in IvyClasspathContainer (asyncExec - syncExec) may unfortunately lead to deadlock situations. If the main thread attempts to execute a job while the resolve job is already running, the main thread waits for the resolve job to finish. The latter then attempts to syncExec()

AUTO: Carsten Pfeiffer ist außer Haus (Rückkehr am 25.06.2014)

2014-05-29 Thread Carsten . Pfeiffer
Ich kehre zurück am 25.06.2014. In dringenden Fällen, kontaktieren Sie bitte ErwinpunktTrataratgebitpunktde oder TompunktKraussatgebitpunktde. Hinweis: Dies ist eine automatische Antwort auf Ihre Nachricht former svn:externals: subtree merge or submodule gesendet am 29.05.2014 11:45:47.

AUTO: Carsten Pfeiffer ist außer Haus (returning 17.11.2014)

2014-11-13 Thread Carsten . Pfeiffer
I am out of the office until 17.11.2014. In dringenden Fällen, kontaktieren Sie bitte ErwinpunktTrataratgebitpunktde oder TompunktKraussatgebitpunktde. Note: This is an automated response to your message which repo to use, svn or github? sent on 14.11.2014 01:05:36. This is the only

AUTO: Carsten Pfeiffer ist außer Haus (returning 04.12.2014)

2014-12-03 Thread Carsten . Pfeiffer
I am out of the office until 04.12.2014. In dringenden Fällen, kontaktieren Sie bitte ErwinpunktTrataratgebitpunktde oder TompunktKraussatgebitpunktde. Note: This is an automated response to your message Re: [CANCELED][VOTE] Release Ivy 2.4.0 sent on 03.12.2014 10:25:28. This is the only

AUTO: Carsten Pfeiffer ist außer Haus (returning 08.01.2015)

2014-12-29 Thread Carsten . Pfeiffer
I am out of the office until 08.01.2015. In dringenden Fällen, kontaktieren Sie bitte ErwinpunktTrataratgebitpunktde oder TompunktKraussatgebitpunktde. Note: This is an automated response to your message [ANNOUNCE] Apache Ivy 2.4.0 Released sent on 26.12.2014 17:54:05. This is the only

AUTO: Carsten Pfeiffer ist außer Haus (returning 11.05.2015)

2015-05-10 Thread Carsten . Pfeiffer
I am out of the office until 11.05.2015. In dringenden Fällen, kontaktieren Sie bitte ErwinpunktTrataratgebitpunktde oder TompunktKraussatgebitpunktde. Note: This is an automated response to your message Bug report for Ant [2015/05/10] sent on 10.05.2015 09:15:01. This is the only

AUTO: Carsten Pfeiffer ist außer Haus (returning 13.04.2015)

2015-04-07 Thread Carsten . Pfeiffer
I am out of the office until 13.04.2015. In dringenden Fällen, kontaktieren Sie bitte ErwinpunktTrataratgebitpunktde oder TompunktKraussatgebitpunktde. Note: This is an automated response to your message Re: [jira] (IVY-1197) OutOfMemoryError during ivy:publish sent on 08.04.2015 03:22:38.

AUTO: Carsten Pfeiffer ist außer Haus (returning 04.01.2016)

2015-12-27 Thread Carsten . Pfeiffer
I am out of the office until 04.01.2016. In dringenden Fällen, kontaktieren Sie bitte ErwinTratargebitde oder TomKraussgebitde. Note: This is an automated response to your message "Bug report for Ant [2015/12/27]" sent on 27.12.2015 08:15:02. This is the only notification you will receive

AUTO: Carsten Pfeiffer ist außer Haus (returning 06.06.2016)

2016-06-05 Thread Carsten . Pfeiffer
I am out of the office until 06.06.2016. In dringenden Fällen, kontaktieren Sie bitte ErwinTratargebitde oder TomKraussgebitde. Note: This is an automated response to your message "Bug report for Ant [2016/06/05]" sent on 05.06.2016 09:15:01. This is the only notification you will receive

AUTO: Carsten Pfeiffer ist außer Haus (returning 08.02.2016)

2016-02-07 Thread Carsten . Pfeiffer
I am out of the office until 08.02.2016. In dringenden Fällen, kontaktieren Sie bitte ErwinTratargebitde oder TomKraussgebitde. Note: This is an automated response to your message "Bug report for Ant [2016/02/07]" sent on 07.02.2016 08:15:01. This is the only notification you will receive

AUTO: Carsten Pfeiffer ist außer Haus (returning 05.09.2016)

2016-08-22 Thread Carsten . Pfeiffer
I am out of the office until 05.09.2016. In dringenden Fällen, kontaktieren Sie bitte ErwinTratargebitde oder TomKraussgebitde. Note: This is an automated response to your message "[GitHub] ant-easyant-core pull request #2: Upgrade Junit: fix Eclipse project classpa..." sent on 22.08.2016

AUTO: Carsten Pfeiffer ist außer Haus (returning 29.09.2016)

2016-09-28 Thread Carsten . Pfeiffer
I am out of the office until 29.09.2016. In dringenden Fällen, kontaktieren Sie bitte ErwinTratargebitde oder TomKraussgebitde. Note: This is an automated response to your message "[GitHub] ant issue #24: fix 60150 values containing backtick or $ character cause she..." sent on 28.09.2016

AUTO: Carsten Pfeiffer ist außer Haus (returning 17.10.2016)

2016-10-14 Thread Carsten . Pfeiffer
I am out of the office until 17.10.2016. In dringenden Fällen, kontaktieren Sie bitte ErwinTratargebitde oder TomKraussgebitde. Note: This is an automated response to your message "Re: ant wrapper script testing" sent on 14.10.2016 21:16:06. This is the only notification you will receive

AUTO: Carsten Pfeiffer ist außer Haus (returning 28.10.2016)

2016-10-25 Thread Carsten . Pfeiffer
I am out of the office until 28.10.2016. Note: This is an automated response to your message "Re: Early Access builds for JDK 8u122 b02 , JDK 9 & JDK 9 with Project Jigsaw b140 are available on java.net" sent on 25.10.2016 11:25:59. This is the only notification you will receive while this

AUTO: Carsten Pfeiffer ist außer Haus (returning 28.11.2016)

2016-11-25 Thread Carsten . Pfeiffer
I am out of the office until 28.11.2016. In dringenden Fällen kontaktieren Sie bitte erwin.tratargebit.de oder tom.kraussgebit.de. Note: This is an automated response to your message "[SPAM] AW: DISCUSS How to retire a subproject/component" sent on 25.11.2016 08:18:06. This is the only

AUTO: Carsten Pfeiffer ist außer Haus (returning 14.11.2016)

2016-11-13 Thread Carsten . Pfeiffer
I am out of the office until 14.11.2016. In dringenden Fällen kontaktieren Sie bitte erwin.tratargebit.de oder tom.kraussgebit.de. Note: This is an automated response to your message "Bug report for Ant [2016/11/13]" sent on 13.11.2016 08:15:01. This is the only notification you will receive

AUTO: Carsten Pfeiffer ist außer Haus (returning 02.11.2016)

2016-10-31 Thread Carsten . Pfeiffer
I am out of the office until 02.11.2016. In dringenden Fällen kontaktieren Sie bitte erwin.tratargebit.de oder tom.kraussgebit.de. Note: This is an automated response to your message "Re: ant wrapper script testing" sent on 31.10.2016 21:20:38. This is the only notification you will receive

AUTO: Carsten Pfeiffer ist außer Haus (returning 04.01.2017)

2016-12-25 Thread Carsten . Pfeiffer
I am out of the office until 04.01.2017. In dringenden Fällen kontaktieren Sie bitte erwin.tratargebit.de oder tom.kraussgebit.de. Note: This is an automated response to your message "Bug report for Ant [2016/12/25]" sent on 25.12.2016 08:15:01. This is the only notification you will receive

AUTO: Carsten Pfeiffer ist außer Haus (returning 18.04.2017)

2017-04-13 Thread Carsten . Pfeiffer
I am out of the office until 18.04.2017. In dringenden Fällen kontaktieren Sie bitte sekretariatgebit.de Note: This is an automated response to your message "Re: [28/34] ant git commit: java 5-8" sent on 13.04.2017 17:21:15. This is the only notification you will receive while this person is