Re: ProjectHelper improvements

2009-10-26 Thread Nicolas Lalevée
Le 21 oct. 09 à 07:45, Stefan Bodewig a écrit : In the Ant and SubAnt tasks the default build file is build.xml. To be honest I'd rather have people specify the build file names explicitly rather than add more magic to the ant and subant tasks. I am not sure the people you are talking

Re: ProjectHelper improvements

2009-10-26 Thread Nicolas Lalevée
Le 21 oct. 09 à 21:35, Stefan Bodewig a écrit : On 2009-10-21, Stefan Bodewig bode...@apache.org wrote: On 2009-10-17, Nicolas Lalevée nicolas.lale...@hibnet.org wrote: In Ant 1.8 we introduced the ProjectHelperRepository which is maintaining the list of available ProjectHelper

Re: Release Announcements on the Homepage

2009-10-17 Thread Nicolas Lalevée
Le 16 oct. 09 à 08:48, Stefan Bodewig a écrit : Hi, I've just added the release announcement for Ivy 2.1.0 to the Ant homepage (and would have done so for the latest IvyDE release if I had found a suitable announcement text, sorry). Maarten, Nicolas, you know you can modify the Ant site as

ProjectHelper improvements

2009-10-17 Thread Nicolas Lalevée
I worked a little bit more on the Groovy frontend, and I have some suggestions again on the ProjectHelper. In Ant 1.8 we introduced the ProjectHelperRepository which is maintaining the list of available ProjectHelper in the classpath. And we use it to find the project helper that will be

[antunit] A fail task

2009-10-17 Thread Nicolas Lalevée
I have some use case where I need to fail no matter what. Basically I need a task corresponding to the junit.framework.Assert#fail(). To implement it I suggest we implement it like the fail Ant task. Actually I suggest to rename assertTrue to fail in the antlib.xml(or failure, testFail to

Re: [VOTE] Ivy 2.1.0 Release

2009-09-30 Thread Nicolas Lalevée
Le 28 sept. 09 à 01:25, Maarten Coene a écrit : Hi all, I have built Ivy 2.1.0 and I need your vote to get it released. You can download it from this URL: http://people.apache.org/~maartenc/ivy/staging/2.1.0/ A maven 2 staging repo with this release is available here:

Re: svn commit: r819284 - in /ant/core/trunk: ./ docs/manual/ src/main/org/apache/tools/ant/ src/main/org/apache/tools/ant/taskdefs/ src/main/org/apache/tools/ant/types/

2009-09-28 Thread Nicolas Lalevée
On Monday 28 September 2009 17:03:38 Stefan Bodewig wrote: On 2009-09-28, Stefan Bodewig bode...@apache.org wrote: and am working on a fix. committed thanks Stefan ! And thank you also for fixing my spell and grammar mistakes ;) Nicolas

Re: A groovy frontend for Ant

2009-09-28 Thread Nicolas Lalevée
Le 28 sept. 09 à 17:32, Stefan Bodewig a écrit : On 2009-09-27, Nicolas Lalevée nicolas.lale...@hibnet.org wrote: Just one thing is worrying me: the ProjectHelper#parse method is expecting an Object as source, which as the javadoc specifies it can be a File, an URL, an InputStream, or even

Re: Hudson and notificati...@ant

2009-09-14 Thread Nicolas Lalevée
On Monday 14 September 2009 11:55:11 Stefan Bodewig wrote: On 2009-09-14, Nicolas Lalevée nicolas.lale...@hibnet.org wrote: I configured our Hudson [1] to send mail on each build error, but we got nothing in notificati...@ant.apache.org notificati...@ant is moderated but I haven't seen any

Re: Hudson and notifications@ant

2009-09-14 Thread Nicolas Lalevée
On Monday 14 September 2009 16:55:35 Stefan Bodewig wrote: On 2009-09-14, Nicolas Lalevée nicolas.lale...@anyware-tech.com wrote: On Monday 14 September 2009 11:55:11 Stefan Bodewig wrote: What is the sender address of the notification mails? ISTR there is a special setup that will only

Re: Ivy release?

2009-09-13 Thread Nicolas Lalevée
idem, +1 Nicolas Le 7 sept. 09 à 12:50, Gilles Scokart a écrit : Same here, OK for a 2.1.0 with r801820 merge, and OK for 2.1.1 without an external RC first (having zip on which to vote is a suffisent release candidate step). Thanks, Gilles Scokart 2009/9/7 Xavier Hanin

Re: A groovy frontend for Ant

2009-09-13 Thread Nicolas Lalevée
Le 11 sept. 09 à 18:46, Jean-Louis Boudart a écrit : Hi, I know Jean-Louis BOUDART has been working on plugging different frontends into EasyAnt so maybe we could join forces - Jean-Louis, are you reading this? Sorry for long responding i was on holidays :). I was thinking a few

Re: pom2ivy and transitive source retrieving

2009-09-01 Thread Nicolas Lalevée
On Monday 31 August 2009 17:39:57 Xavier Hanin wrote: 2009/8/26 Nicolas Lalevée nicolas.lale...@hibnet.org On Tuesday 25 August 2009 15:00:33 Xavier Hanin wrote: 2009/8/24 Nicolas Lalevée nicolas.lale...@hibnet.org The problem with that is how people would get only the main jar

Re: A groovy frontend for Ant

2009-09-01 Thread Nicolas Lalevée
The only point that was not generic enougth is the default input file. It is build.xml in ant and I wanted build.gant. I recall that I was involved in similar discussions, it could have been when I put together the JavaFront prototype here on the list or later in some off-list discussion.

A groovy frontend for Ant

2009-08-31 Thread Nicolas Lalevée
Some time ago I was starting to play with gant [1]. I found the groovy way of writing build file more pleasant than the xml one. But I have found that the gant implementation is not behaving exactly as ant does. Actually it is a design choice, I would say that gant is a groovy soft that use ant

Re: pom2ivy and transitive source retrieving

2009-08-26 Thread Nicolas Lalevée
On Tuesday 25 August 2009 15:00:33 Xavier Hanin wrote: 2009/8/24 Nicolas Lalevée nicolas.lale...@hibnet.org A point raised by a user of Ivy: http://mail-archives.apache.org/mod_mbox/ant-ivy-user/200908.mbox/%3CA0B0 f63671be56498793255905162b5db2e...@dc1.fal.local%3e Which also point

pom2ivy and transitive source retrieving

2009-08-24 Thread Nicolas Lalevée
A point raised by a user of Ivy: http://mail-archives.apache.org/mod_mbox/ant-ivy-user/200908.mbox/%3ca0b0f63671be56498793255905162b5db2e...@dc1.fal.local%3e Which also point to these https://issues.apache.org/jira/browse/IVY-325 https://issues.apache.org/jira/browse/IVY-1003 The problem is about

Re: Ivy site and old versions

2009-07-19 Thread Nicolas Lalevée
Le 16 juil. 09 à 00:14, Nicolas Lalevée a écrit : Le 15 juil. 09 à 22:22, Maarten Coene a écrit : Excellent idea! I can wait a few days before finalizing the release, but I would like to have it finished before 21/07, do you think this could be possible? I will probably have time

[RESULT] [VOTE] IvyDE 2.0.0-final Release - take 2

2009-07-09 Thread Nicolas Lalevée
I am pleased to announce that the release of IvyDE 2.0.0-final Release (take 2) has been accepted with four +1 binding votes and one +1 vote. I will take care of the deployment now. I am willing to remove the deprecated updatesite (http://ant.apache.org/ivy/ivyde/updatesite/), it has been

Re: [VOTE] Ivy 2.1.0-rc2 Release

2009-07-06 Thread Nicolas Lalevée
On Sun, 5 Jul 2009 14:49:17 -0700 (PDT), Maarten Coene maarten_co...@yahoo.com wrote: Hi all, I have built Ivy 2.1.0-rc2. You can download it from this URL: http://people.apache.org/~maartenc/ivy/staging/2.1.0-rc2/ A maven 2 staging repo with this release is available here:

[VOTE] IvyDE 2.0.0-final Release - take 2

2009-07-01 Thread Nicolas Lalevée
I have built the second release candidate for IvyDE 2.0.0-final. You can download the distribution from this URL: http://people.apache.org/~hibou/ivyde-2.0.0-final/ And a staging update site has been setup there: http://people.apache.org/~hibou/staging/updatesite Do you vote for the release of

Re: [VOTE] IvyDE 2.0.0-final Release - take 2

2009-07-01 Thread Nicolas Lalevée
On Wed, 01 Jul 2009 11:49:08 -0400, Nicolas Lalevée nicolas.lale...@hibnet.org wrote: I have built the second release candidate for IvyDE 2.0.0-final. You can download the distribution from this URL: http://people.apache.org/~hibou/ivyde-2.0.0-final/ And a staging update site has been

Re: [IVY] Eclipse updatesite for IVYDE is missing ivy 2.0.0 jar

2009-06-24 Thread Nicolas Lalevée
On Wed, 24 Jun 2009 10:48:45 +0200, Scheper, Erik-Berndt erik-berndt.sche...@sogeti.nl wrote: Hi, I just noticed that ivy 2.0.0.jar (which is the current production version) is missing from the official updatesite for IVYDE, located at http://www.apache.org/dist/ant/ivyde/updatesite/.

Re: [VOTE] IvyDE 2.0.0-final Release

2009-06-19 Thread Nicolas Lalevée
On Fri, 19 Jun 2009 14:07:58 +0200, Stefan Bodewig bode...@apache.org wrote: On 2009-06-19, Stefan Bodewig bode...@apache.org wrote: I'm collecting issues and will come back with a consolidated list since I dont intend to play fetch me a rock with you, Things you should fix before I can

[VOTE] IvyDE 2.0.0-final Release

2009-06-18 Thread Nicolas Lalevée
I have built a release candidate for IvyDE 2.0.0-final You can download the distribution from this URL: http://people.apache.org/~hibou/ivyde-2.0.0-final/ And a staging update site has been setup there: http://people.apache.org/~hibou/staging/updatesite Do you vote for the release of these

Re: [VOTE] IvyDE 2.0.0-final Release

2009-06-18 Thread Nicolas Lalevée
On Thu, 18 Jun 2009 10:58:56 -0400, Nicolas Lalevée nicolas.lale...@hibnet.org wrote: I have built a release candidate for IvyDE 2.0.0-final You can download the distribution from this URL: http://people.apache.org/~hibou/ivyde-2.0.0-final/ And a staging update site has been setup

Re: Ivy release schedule

2009-06-10 Thread Nicolas Lalevée
On Tue, 9 Jun 2009 14:41:59 -0700 (PDT), Maarten Coene maarten_co...@yahoo.com wrote: Ivy 2.1.0-RC1 has been out for some (too long?) time now. (didn't had much time last couple of months, but it's getting better now :-)) Let's decide our next steps... Because the RC1 is so old, I

Re: Releasing IvyDE ?

2009-06-10 Thread Nicolas Lalevée
that will help fix some bugs like IVYDE-178. I can't wait fixing them ;) Nicolas Maarten - Original Message From: Nicolas Lalevée nicolas.lale...@hibnet.org To: Ant Developers List dev@ant.apache.org Sent: Thursday, June 4, 2009 11:49:31 PM Subject: Releasing IvyDE ? Hi

Re: Releasing IvyDE ?

2009-06-06 Thread Nicolas Lalevée
and distribute ivyde 2.0 with ivy 2.1, or not? Actually there is no technical need to release one before the other. As soon as Ivy is released, it will be available in the IvyDE updatesite and then inside your Eclipse. Nicolas Regards, Erik-Berndt Scheper -Original Message- From: Nicolas

Releasing IvyDE ?

2009-06-04 Thread Nicolas Lalevée
Hi everyone ! 6 month ago we released a beta version of IvyDE 2.0. Now we have a good among of bug resolved thanks to the report and patch of our users [1]. There are still 3 bugs opened: * IVYDE-170 [2] : I think this bug exist, but quite hard to reproduce. I don't think this should be a

IvyDE updatesite on Hudson

2009-05-07 Thread Nicolas Lalevée
For those who are using the Eclipse updatesite setup on Hudson which contains the last builds of the Eclipse plugins of IvyDE and Ivy, do you have any issues updating ? For some reason, since the build 23 of hudson (org.apache.ivyde..-hudson-23), I cannot update it to the last build, the

Re: IvyDE updatesite on Hudson

2009-05-07 Thread Nicolas Lalevée
Le 7 mai 09 à 11:13, Adam Bryzak a écrit : On 07/05/2009, at 7:09 PM, Nicolas Lalevée wrote: For those who are using the Eclipse updatesite setup on Hudson which contains the last builds of the Eclipse plugins of IvyDE and Ivy, do you have any issues updating ? For some reason, since

Re: [VOTE] Ivy 2.1.0-rc1 Release

2009-03-23 Thread Nicolas Lalevée
Le 19 mars 09 à 22:51, Maarten Coene a écrit : I have built Ivy 2.1.0-rc1 You can download it from this URL: http://people.apache.org/~maartenc/ivy/staging/2.1.0-rc1/ A maven 2 staging repo with this release is available here: http://people.apache.org/~maartenc/m2-staging-repo/ A staging

Re: NOTICE files

2009-03-23 Thread Nicolas Lalevée
Le 20 mars 09 à 21:32, Stefan Bodewig a écrit : Hi all, all our NOTICE files contained some boilerplate text at the top, which I'm sure at one point in time was recommended or even required - this no longer seems to be the case http://www.apache.org/legal/src-headers.html#notice and I've

Re: New Ivy release

2009-03-18 Thread Nicolas Lalevée
On mardi 17 mars 2009 23:40:11 Maarten Coene wrote: Hi all, it's time to make a new Ivy release. I volunteer to be release manager, thank you for taking care of it Maarten! but we should discuss the following first: - what will be the new Ivy version: 2.0.1 or 2.1.0 - what changes will

Re: Eclipse Update Site Stuff

2009-02-12 Thread Nicolas Lalevée
On jeudi 12 février 2009 14:28:04 Stefan Bodewig wrote: Hi all, just to prove once again how clueless I am when it comes to Eclipse, are we following the practices layed out here http://incubator.apache.org/guides/releasing-eclipse-update-site.html ? Looking at

Re: Should I open a vote ? (Re: svn commit: r740252 - in /ant/ivy/updatesite/trunk/dist: ./ features/ plugins/)

2009-02-12 Thread Nicolas Lalevée
On mercredi 11 février 2009 08:53:20 Xavier Hanin wrote: On Tue, Feb 10, 2009 at 9:04 AM, Stefan Bodewig bode...@apache.org wrote: On 2009-02-10, Xavier Hanin xavier.ha...@gmail.com wrote: On Tue, Feb 10, 2009 at 5:31 AM, Stefan Bodewig bode...@apache.org wrote: On 2009-02-09, Nicolas

Should I open a vote ? (Re: svn commit: r740252 - in /ant/ivy/updatesite/trunk/dist: ./ features/ plugins/)

2009-02-09 Thread Nicolas Lalevée
So, does anybody have any hint on this ? Nicolas On mardi 03 février 2009 10:26:57 Nicolas Lalevée wrote: To fix IVYDE-156 [1], I had to change some deployed artifacts. For the Ivy jar itself, a 'svn move' was sufficent. But for the Ivy feature jar (Eclipse packaging around the Ivy jar

Re: svn commit: r740252 - in /ant/ivy/updatesite/trunk/dist: ./ features/ plugins/

2009-02-03 Thread Nicolas Lalevée
To fix IVYDE-156 [1], I had to change some deployed artifacts. For the Ivy jar itself, a 'svn move' was sufficent. But for the Ivy feature jar (Eclipse packaging around the Ivy jar) and the digest.zip (a compressed metadata descriptor of the plugins in the updatesite), I had to rebuild them,

Re: IvyDE on Hudson

2009-02-02 Thread Nicolas Lalevée
build testing, Nicolas On jeudi 29 janvier 2009 17:11:31 Xavier Hanin wrote: On Thu, Jan 29, 2009 at 2:33 PM, Nicolas Lalevée nicolas.lale...@hibnet.org wrote: On jeudi 29 janvier 2009 14:00:52 Xavier Hanin wrote: On Thu, Jan 29, 2009 at 1:05 PM, Nicolas Lalevée nicolas.lale

Re: IvyDE on Hudson

2009-01-29 Thread Nicolas Lalevée
. Nicolas Xavier On Tue, Jan 27, 2009 at 11:03 AM, Nicolas Lalevée nicolas.lale...@hibnet.org wrote: Hi all, I have setup the build of IvyDE on the ASF's Hudson: http://hudson.zones.apache.org/hudson/view/Ant/job/IvyDE So build issues will be reported to ant-notification@ And I

Re: IvyDE on Hudson

2009-01-29 Thread Nicolas Lalevée
On jeudi 29 janvier 2009 14:00:52 Xavier Hanin wrote: On Thu, Jan 29, 2009 at 1:05 PM, Nicolas Lalevée nicolas.lale...@hibnet.org wrote: On jeudi 29 janvier 2009 10:48:54 Xavier Hanin wrote: Hi Nicolas, How difficult would it be to have Ivy trunk on the update site too

IvyDE on Hudson

2009-01-27 Thread Nicolas Lalevée
Hi all, I have setup the build of IvyDE on the ASF's Hudson: http://hudson.zones.apache.org/hudson/view/Ant/job/IvyDE So build issues will be reported to ant-notification@ And I have also make it generate a simple updatesite with the last IvyDE build. So for people interested to test the

Re: IvyDE on Hudson

2009-01-27 Thread Nicolas Lalevée
On mardi 27 janvier 2009 12:37:35 Stefan Bodewig wrote: On 2009-01-27, Nicolas Lalevée nicolas.lale...@hibnet.org wrote: And I have also make it generate a simple updatesite with the last IvyDE build. So for people interested to test the latest trunk, you can configure your Eclipse to use

Re: AW: IvyDE on hudson.zones.apache.org

2009-01-21 Thread Nicolas Lalevée
/ -Ursprüngliche Nachricht- Von: Nicolas Lalevée [mailto:nicolas.lale...@hibnet.org] Gesendet: Montag, 12. Januar 2009 11:38 An: Ant Developers List Betreff: IvyDE on hudson.zones.apache.org Hi all, I would like to add IvyDE to some CI server. And since I know Hudson and we have on hudson instance

IvyDE on hudson.zones.apache.org

2009-01-12 Thread Nicolas Lalevée
Hi all, I would like to add IvyDE to some CI server. And since I know Hudson and we have on hudson instance on Apache I would like to make IvyDE build there. I am even thinking of setting up an automatic build of an Eclipse updatesite. Any objection ? And does anybody wants to join me as the

Re: [VOTE] Ivy 2.0.0 Release (2nd attempt)

2009-01-09 Thread Nicolas Lalevée
Le 8 janv. 09 à 23:51, Maarten Coene a écrit : I have built a new release candidate for Ivy 2.0.0. The only difference with the previous attempt is that the Ivy bundle version is now 2.0.0.final. You can download it from this URL: http://people.apache.org/~maartenc/ivy/staging/2.0.0/ A

Re: [VOTE] Ivy 2.0.0 Release

2009-01-08 Thread Nicolas Lalevée
It seems there is an issue with the bundle version of Ivy: In the generated MANIFEST.MF there is '2.0.0_20090107223116' which is an invalid OSGi version. And to make that final version be considered upper than the RC2, that final version cannot be tagged as 2.0.0, because '2.0.0' is

[Announce] Release of IvyDE 2.0.0.beta1

2008-12-15 Thread Nicolas Lalevée
The Apache Ivy project is pleased to announce the release of IvyDE 2.0.0.beta1. IvyDE is an Eclipse plugin that leverage the management of the Ivy dependencies in the Eclipse development environment. It will help you manage your classpath based on the Ivy dependencies, with a dedicated editor

Re: AW: [DISCUSS] Announce of the IvyDE 2.0.0.beta1 release

2008-12-11 Thread Nicolas Lalevée
[EMAIL PROTECTED] a écrit : -Ursprüngliche Nachricht- Von: Nicolas Lalevée [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 10. Dezember 2008 15:31 An: Ant Developers List Betreff: [DISCUSS] Announce of the IvyDE 2.0.0.beta1 release Here is the proposal of the announcement

Re: AW: AW: [DISCUSS] Announce of the IvyDE 2.0.0.beta1 release

2008-12-11 Thread Nicolas Lalevée
[EMAIL PROTECTED] a écrit : To download IvyDE: http://ant.apache.org/ivy/ivyde/download.cgi Important note: the IvyDE updatesite at http://ant.apache.org/ivy/ivyde/updatesite is now deprecated because it causes us some deployment pain (which probably get some pain to some user too). So please

[DISCUSS] Announce of the IvyDE 2.0.0.beta1 release

2008-12-10 Thread Nicolas Lalevée
Here is the proposal of the announcement: - The Apache Ivy project is pleased to announce the release of IvyDE 2.0.0.beta1. IvyDE is an Eclipse plugin that leverage the management of the Ivy dependencies in the Eclipse development environment. It will help you manage your classpath based

Re: [VOTE] [RESULT] IvyDE 2.0.0.beta1 Release - Take 2

2008-12-08 Thread Nicolas Lalevée
After one week opened for vote, the release has been accepted: +1 non-binding: 1 vote +1 binding: 3 votes -1 : no vote 0 : no vote Thank you everyone. I will proceed now to the deployment. Nicolas - To unsubscribe, e-mail:

Re: [VOTE] IvyDE 2.0.0.beta1 Release - Take 2

2008-12-04 Thread Nicolas Lalevée
I forgot to vote myself: +1 Nicolas Lalevée a écrit : I have built a release candidate for IvyDE 2.0.0.beta1. Compared to the first version I have just rebuild the updatesite so the packed jar are compatible with some java 5 jre. You can download the distribution from this URL: http

Re: [VOTE] IvyDE 2.0.0.beta1 Release - Take 2

2008-12-04 Thread Nicolas Lalevée
). And what is not working exactly ? Nicolas Daniel -Original Message- From: Nicolas Lalevée [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2008 3:17 AM To: Ant Developers List Subject: [VOTE] IvyDE 2.0.0.beta1 Release - Take 2 I have built a release candidate for IvyDE 2.0.0.beta1

[VOTE] IvyDE 2.0.0.beta1 Release - Take 2

2008-12-01 Thread Nicolas Lalevée
I have built a release candidate for IvyDE 2.0.0.beta1. Compared to the first version I have just rebuild the updatesite so the packed jar are compatible with some java 5 jre. You can download the distribution from this URL: http://people.apache.org/~hibou/ivyde-2.0.0.beta1/ And a staging

Re: [VOTE] IvyDE 2.0.0.beta1 Release

2008-11-28 Thread Nicolas Lalevée
: Nicolas Lalevée [EMAIL PROTECTED] To: Ant Developers List dev@ant.apache.org Sent: Thursday, November 27, 2008 11:04:34 AM Subject: [VOTE] IvyDE 2.0.0.beta1 Release I have built a release candidate for IvyDE 2.0.0.beta1 You can download the distribution from this URL: http://people.apache.org

[VOTE] IvyDE 2.0.0.beta1 Release

2008-11-27 Thread Nicolas Lalevée
I have built a release candidate for IvyDE 2.0.0.beta1 You can download the distribution from this URL: http://people.apache.org/~hibou/ivyde-2.0.0.beta1/ http://people.apache.org/%7E$LOGIN/ivyde-$VERSION/ And a staging update site has been setup there:

Re: [VOTE] IvyDE 2.0.0.beta1 Release

2008-11-27 Thread Nicolas Lalevée
=122779912328682w=2 Nicolas Lalevée a écrit : I have built a release candidate for IvyDE 2.0.0.beta1 You can download the distribution from this URL: http://people.apache.org/~hibou/ivyde-2.0.0.beta1/ http://people.apache.org/%7E$LOGIN/ivyde-$VERSION/ And a staging update site has been setup

Re: svn commit: r714053 - /ant/core/trunk/src/main/org/apache/tools/ant/types/resources/MappedResource.java

2008-11-17 Thread Nicolas Lalevée
Stefan Bodewig a écrit : On 2008-11-14, Nicolas Lalevée [EMAIL PROTECTED] wrote: I am not sure of how are used the Resource in the Ant code, but it makes me think of the Eclipse adapters (probably a design pattern ?): http://www.jeffreyricker.com/papers/Eclipse-Adapters.pdf Sounds

Re: svn commit: r714053 - /ant/core/trunk/src/main/org/apache/tools/ant/types/resources/MappedResource.java

2008-11-17 Thread Nicolas Lalevée
Stefan Bodewig a écrit : On 2008-11-17, Nicolas Lalevée [EMAIL PROTECTED] wrote: Stefan Bodewig a écrit : On 2008-11-14, Nicolas Lalevée [EMAIL PROTECTED] wrote: But I see another solution, quite different. Probably most of the work should be done in the Resource class

[Announce] IvyDE updatesite URL change

2008-11-14 Thread Nicolas Lalevée
Hi IvyDE users, The current url used for the IvyDE updatesite is: http://ant.apache.org/ivy/ivyde/udapetsite For operational reason, it is a little painful to maintain it there, so we will now use a new main url: http://www.apache.org/dist/ivyde/udapetsite Compared to the old one, there

Re: svn commit: r714053 - /ant/core/trunk/src/main/org/apache/tools/ant/types/resources/MappedResource.java

2008-11-14 Thread Nicolas Lalevée
I am not sure of how are used the Resource in the Ant code, but it makes me think of the Eclipse adapters (probably a design pattern ?): http://www.jeffreyricker.com/papers/Eclipse-Adapters.pdf Though it changes the tests of the appendability, the touchability, etc... of a Resource in the

Re: IvyDE 2.0 roadmap

2008-11-11 Thread Nicolas Lalevée
-Berndt Van: Maarten Coene [mailto:[EMAIL PROTECTED] Verzonden: ma 10-11-2008 23:24 Aan: Ant Developers List Onderwerp: Re: IvyDE 2.0 roadmap Sounds good to me Maarten - Original Message From: Nicolas Lalevée [EMAIL PROTECTED] To: Ant Developers List

Re: IvyDE 2.0 roadmap

2008-11-11 Thread Nicolas Lalevée
confident that the next version of Ivy will be a final version. Nicolas Regards, Erik-Berndt Van: Nicolas Lalevée [mailto:[EMAIL PROTECTED] Verzonden: di 11-11-2008 11:23 Aan: Ant Developers List Onderwerp: Re: IvyDE 2.0 roadmap Le 11 nov. 08 à 10:49, Scheper

IvyDE 2.0 roadmap

2008-11-10 Thread Nicolas Lalevée
I would like to discuss about the next release of IvyDE. The last release of IvyDE was made 4 months ago, there are some important bug fixes that make IvyDE a lot more stable, so I think it is a good time to get an IvyDE release now. Thought I don't think that that next release is enough

Re: [VOTE] Ivy 2.0.0-rc2 Release

2008-11-03 Thread Nicolas Lalevée
Le dimanche 2 novembre 2008, Maarten Coene a écrit : ok, I've added my public key to the KEYS file. Could you try to verify the signed artifacts again? verified successfully. So here is my +1 Nicolas Maarten - Original Message From: Nicolas Lalevée [EMAIL PROTECTED] To: Ant

Re: [VOTE] Ivy 2.0.0-rc2 Release

2008-11-02 Thread Nicolas Lalevée
I am not able to verify the signed artifacts as I don't have your public key, and I cannot find it in the ant KEYS file (http://www.apache.org/dist/ant/KEYS ). Have you published it somewhere else ? Though every else worked fine for me for this release. Nicolas Le 28 oct. 08 à 23:53, Maarten

Re: Next step in Ivy 2.0 release process

2008-10-21 Thread Nicolas Lalevée
Le vendredi 17 octobre 2008, Maarten Coene a écrit : ok, unless someone else volunteers, I'll try to make a RC2 next week. There are still some open issues I want to include in this release: - IVY-943: Allow authentication credentials to be specified in settings file. - or should I not add it

Re: Next step in Ivy 2.0 release process

2008-10-16 Thread Nicolas Lalevée
Le jeudi 16 octobre 2008, Gilles Scokart a écrit : 2008/10/15 Maarten Coene [EMAIL PROTECTED]: Hi, Ivy-2.0.0-RC1 is out for some time now. What will be the next step? - create a new RC2 release containing some (or all) of the bugfixes which have been committed into SVN trunk and maybe

Re: [jira] Commented: (IVYDE-51) IvyDE doesn't set the ${basedir} property

2008-10-01 Thread Nicolas Lalevée
, October 1, 2008 8:06:55 AM Subject: Re: [jira] Commented: (IVYDE-51) IvyDE doesn't set the ${basedir} property On Tue, Sep 30, 2008 at 9:28 PM, Nicolas Lalevée [EMAIL PROTECTED] wrote: Le 22 sept. 08 à 10:08, Nicolas Lalevée (JIRA) a écrit : [ https://issues.apache.org/jira/browse

Re: [jira] Commented: (IVYDE-51) IvyDE doesn't set the ${basedir} property

2008-09-30 Thread Nicolas Lalevée
Le 22 sept. 08 à 10:08, Nicolas Lalevée (JIRA) a écrit : [ https://issues.apache.org/jira/browse/IVYDE-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12633165 #action_12633165 ] Nicolas Lalevée commented on IVYDE-51

Re: Improvements of the IvyDE updatesite

2008-09-29 Thread Nicolas Lalevée
Le lundi 29 septembre 2008, Xavier Hanin a écrit : On Sun, Sep 28, 2008 at 4:32 PM, Nicolas Lalevée [EMAIL PROTECTED] wrote: Now that we have a little more experience with the maintenance of an Eclipse updatesite, I see some points that needs improvements. During the release of Ivy

Re: [ANN] Apache Ivy 2.0.0-rc1 released

2008-09-29 Thread Nicolas Lalevée
Le lundi 29 septembre 2008, Xavier Hanin a écrit : On Sun, Sep 28, 2008 at 4:15 PM, Nicolas Lalevée [EMAIL PROTECTED] wrote: Le 26 sept. 08 à 13:03, Xavier Hanin a écrit : Sep 26, 2008 - The Apache Ivy project is pleased to announce its 2.0.0 rc 1 version, the first release

Re: [ANN] Apache Ivy 2.0.0-rc1 released

2008-09-28 Thread Nicolas Lalevée
Le 26 sept. 08 à 13:03, Xavier Hanin a écrit : Sep 26, 2008 - The Apache Ivy project is pleased to announce its 2.0.0 rc 1 version, the first release candidate for 2.0.0 final release. Ivy is a tool for managing (recording, tracking, resolving and reporting) project dependencies,

Improvements of the IvyDE updatesite

2008-09-28 Thread Nicolas Lalevée
Now that we have a little more experience with the maintenance of an Eclipse updatesite, I see some points that needs improvements. During the release of Ivy, there was a period when the updatesite is somehow released with the new jars and waiting for the vote, but not in svn, only on the

Re: [CONF] Apache Ivy (Apache Ant subproject) : new (page created)

2008-09-26 Thread Nicolas Lalevée
Le vendredi 26 septembre 2008, Xavier Hanin a écrit : On Wed, Sep 24, 2008 at 11:37 AM, Stefan Bodewig [EMAIL PROTECTED] wrote: On Wed, 24 Sep 2008, [EMAIL PROTECTED] wrote: Page Created : IVY : new new has been created by thiru (Sep 24, 2008). Content: hi I lack

Re: [IVYDE] build failure

2008-09-22 Thread Nicolas Lalevée
Le lundi 22 septembre 2008, Martin Gainty a écrit : Erik- wondering if you ant install-ivy as suggested at https://issues.apache.org/jira/browse/IVYDE-65?page=com.atlassian.jira.plug in.system.issuetabpanels:comment-tabpanelfocusedCommentId=12607344#action_1 2607344 thanks, Martin I think

Re: AW: svn commit: r697019 - in /ant/ivy/ivyde/trunk: org.apache.ivyde.eclipse/ org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/cpcontainer/ test/ivy-base-dir/ test/ivy-base-dir/settings/

2008-09-19 Thread Nicolas Lalevée
Le vendredi 19 septembre 2008, [EMAIL PROTECTED] a écrit : Modified: ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/ eclipse/cpcontainer/IvyClasspathContainerConfiguration.java @@ -480,14 +492,17 @@ } if (file.lastModified() !=

Re: AW: AW: svn commit: r697019 - in /ant/ivy/ivyde/trunk: org.apache.ivyde.eclipse/ org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/cpcontainer/ test/ivy-base-dir/ test/ivy-base-dir/settin

2008-09-19 Thread Nicolas Lalevée
Le vendredi 19 septembre 2008, [EMAIL PROTECTED] a écrit : if (ivySettingsLastModified == -1) { Message.info(\n\n); } else { Message.info(\n\nIVYDE: ivysettings has changed, The info message completely in lower case? is

Re: [VOTE] Ivy 2.0.0-rc1 Release

2008-09-16 Thread Nicolas Lalevée
Le mardi 16 septembre 2008, Xavier Hanin a écrit : I have built a release candidate for Ivy 2.0.0-rc1 You can download it from this URL: http://people.apache.org/~xavier/ivy/staging/2.0.0-rc1/ A maven 2 staging repo with this release is available here:

Re: [VOTE] Ivy 2.0.0-rc1 Release

2008-09-16 Thread Nicolas Lalevée
Le mardi 16 septembre 2008, Xavier Hanin a écrit : On Tue, Sep 16, 2008 at 4:14 PM, Nicolas Lalevée [EMAIL PROTECTED] wrote: Le mardi 16 septembre 2008, Xavier Hanin a écrit : I have built a release candidate for Ivy 2.0.0-rc1 You can download it from this URL: http

Re: Ivy 2.0 RC1 planning

2008-08-28 Thread Nicolas Lalevée
Le 26 août 08 à 15:56, Xavier Hanin a écrit : Hi, I've been working on the remaining issues targetted to 2.0-RC1, and only a few are remaining. We have: IVY-835 ivy:install ant task downloads wrong jars from maven repositories IVY-675 Wrong graph of nodes is logged when circular

Re: change default value for alwaysCheckExactRevision

2008-08-28 Thread Nicolas Lalevée
Le 28 août 08 à 10:33, Xavier Hanin a écrit : On Thu, Aug 28, 2008 at 10:04 AM, Gilles Scokart [EMAIL PROTECTED] wrote: Now that the default is true, it means that if someone specify a version latest.integration, ivy will first look if the ivy file can be found using the

Re: Ivy 2.0 RC1 planning

2008-08-28 Thread Nicolas Lalevée
Le 28 août 08 à 17:48, Xavier Hanin a écrit : On Thu, Aug 28, 2008 at 5:31 PM, Nicolas Lalevée [EMAIL PROTECTED] wrote: Le 26 août 08 à 15:56, Xavier Hanin a écrit : Hi, I've been working on the remaining issues targetted to 2.0-RC1, and only a few are remaining. We have: IVY-835

IvyDE and checkstyle

2008-08-28 Thread Nicolas Lalevée
Hi, I have added some checkstyle configuration in IvyDE. It is actually the same as the Ivy one. So now a lot of errors are popuping up. I will drastically reduce the number soon. As the change set is quite important, yell if you have a patch locally that need to be committed before I do

Re: Extracting common ide features from IvyDE

2008-07-24 Thread Nicolas Lalevée
Le 23 juil. 08 à 19:58, Xavier Hanin a écrit : On Wed, Jul 23, 2008 at 5:52 PM, Nicolas Lalevée [EMAIL PROTECTED] wrote: Le lundi 14 juillet 2008, Xavier Hanin a écrit : On Fri, Jul 11, 2008 at 1:55 PM, Nicolas Lalevée [EMAIL PROTECTED] wrote: Le vendredi 11 juillet 2008, Xavier Hanin

Re: svn commit: r679119 - in /ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse: ./ src/java/org/apache/ivyde/eclipse/cpcontainer/ src/java/org/apache/ivyde/eclipse/ui/preferences/

2008-07-24 Thread Nicolas Lalevée
Le jeudi 24 juillet 2008, Xavier Hanin a écrit : On Wed, Jul 23, 2008 at 6:03 PM, [EMAIL PROTECTED] wrote: Author: hibou Date: Wed Jul 23 09:03:45 2008 New Revision: 679119 URL: http://svn.apache.org/viewvc?rev=679119view=rev Log: IVYDE-105 : Retrieve after resolve feature does not

Re: Extracting common ide features from IvyDE

2008-07-24 Thread Nicolas Lalevée
Le jeudi 24 juillet 2008, Xavier Hanin a écrit : On Thu, Jul 24, 2008 at 8:13 AM, Nicolas Lalevée [EMAIL PROTECTED] wrote: [...] The main problem IMO is that it would then have the same release cycles, whilst the evolution needs may be very different. I don't now really what

Re: Ivy, IvyDE and thread safety?

2008-07-24 Thread Nicolas Lalevée
Le jeudi 24 juillet 2008, Gilles Scokart a écrit : Up to now, I think Ivy has mostly be used in a single thread. When used from ant, even if it is possible to have multiple tasks running in parallel, I doubdt it has ever been extensively used. There is thus a risk that some part of the code

Re: Extracting common ide features from IvyDE

2008-07-23 Thread Nicolas Lalevée
Le lundi 14 juillet 2008, Xavier Hanin a écrit : On Fri, Jul 11, 2008 at 1:55 PM, Nicolas Lalevée [EMAIL PROTECTED] wrote: Le vendredi 11 juillet 2008, Xavier Hanin a écrit : Hi, As you may already know I'm currently working on Ivybeans [1], a kind of IvyDE for Netbeans for which

Re: Extracting common ide features from IvyDE

2008-07-11 Thread Nicolas Lalevée
Le vendredi 11 juillet 2008, Xavier Hanin a écrit : Hi, As you may already know I'm currently working on Ivybeans [1], a kind of IvyDE for Netbeans for which we have won a grant from Sun [2]. In this plugin I need to implement features very similar to what has been done in IvyDE, like code

Re: [Result] [VOTE] Release of Apache IvyDE 2.0.0.alpha1 (take 2)

2008-07-05 Thread Nicolas Lalevée
Le 3 juil. 08 à 20:57, Xavier Hanin a écrit : On Thu, Jul 3, 2008 at 10:35 AM, Nicolas Lalevée [EMAIL PROTECTED] wrote: Le mercredi 2 juillet 2008, Xavier Hanin a écrit : On Tue, Jul 1, 2008 at 2:28 PM, Nicolas Lalevée [EMAIL PROTECTED] wrote: So I have tagged, the binaries

[ANNOUNCE] Apache IvyDE 2.0.0.alpha1 available

2008-07-05 Thread Nicolas Lalevée
July 5th 2008 - The Apache IvyDE project is please to announce its 2.0.0 alpha1 release, the first Apache release for IvyDE. IvyDE is an Eclipse plugin that help you manage your classpath with Apache Ivy. So you will handle directly your jar dependencies into Eclipse, with an dedicated

Re: [DISCUSS] IvyDE 2.0.0.apha1 announcement

2008-07-04 Thread Nicolas Lalevée
that Ivy 2.0 final is not released yet. good point. I will add this. Nicolas Xavier On Thu, Jul 3, 2008 at 10:39 AM, Nicolas Lalevée [EMAIL PROTECTED] wrote: Hi, here is the proposal for the announcement: July 2008 - The Apache IvyDE project is please to announce its 2.0.0 alpha1

Re: [Result] [VOTE] Release of Apache IvyDE 2.0.0.alpha1 (take 2)

2008-07-03 Thread Nicolas Lalevée
Le mercredi 2 juillet 2008, Xavier Hanin a écrit : On Tue, Jul 1, 2008 at 2:28 PM, Nicolas Lalevée [EMAIL PROTECTED] wrote: So I have tagged, the binaries are publically available in dist. There is still my pending question about the KEYS file: About verifying the signatures, you

[DISCUSS] IvyDE 2.0.0.apha1 announcement

2008-07-03 Thread Nicolas Lalevée
Hi, here is the proposal for the announcement: July 2008 - The Apache IvyDE project is please to announce its 2.0.0 alpha1 release, the first Apache release for IvyDE. IvyDE is an Eclipse plugin that help you manage your classpath with Apache Ivy. So you will handle directly your jar

Re: [Result] [VOTE] Release of Apache IvyDE 2.0.0.alpha1 (take 2)

2008-07-02 Thread Nicolas Lalevée
Le mercredi 2 juillet 2008, Xavier Hanin a écrit : On Wed, Jul 2, 2008 at 12:07 PM, Xavier Hanin [EMAIL PROTECTED] wrote: While wanting to update Ivy site to reflect the change for wiki link, I forgot it updates ivyde site too... Hence I've updated IvyDE site with the changes you were

Re: [Result] [VOTE] Release of Apache IvyDE 2.0.0.alpha1 (take 2)

2008-07-02 Thread Nicolas Lalevée
Le mercredi 2 juillet 2008, Xavier Hanin a écrit : On Tue, Jul 1, 2008 at 2:28 PM, Nicolas Lalevée [EMAIL PROTECTED] wrote: Le mardi 1 juillet 2008, Xavier Hanin a écrit : On Mon, Jun 30, 2008 at 7:18 PM, Nicolas Lalevée [EMAIL PROTECTED] wrote: After one week of vote, here

Re: IvyDE website

2008-07-02 Thread Nicolas Lalevée
Le mercredi 2 juillet 2008, Scheper, Erik-Berndt a écrit : Oh, and one more thing: there is no link from the IVY site to the IVYDE site (at least: I can't find it). So you have to know IVYDE exists, otherwise you can't find it. Actually there is one: http://ant.apache.org/ivy/links.html But I

<    1   2   3   4   5   6   7   >