AW: CI server

2008-09-22 Thread Jan.Materne
Ant Core is also now build on teamcity.jetbrains.com. Last build: http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt129&buildId=lastFinished Last successful build: http://teamcity.jetbrains.com/viewLog.html?&buildTypeId=bt129&buildId=lastSuccessful At the moment there are errors while bu

RE: [IVYDE] build failure

2008-09-22 Thread Scheper, Erik-Berndt
Is the filename hardcoded in the ivyde repository then? I used a different filename. -Original Message- From: Nicolas Lalevée [mailto:[EMAIL PROTECTED] Sent: Mon 22-9-2008 17:30 To: Ant Developers List Subject: Re: [IVYDE] build failure Le lundi 22 septembre 2008, Martin Gainty a écrit 

RE: [IVYDE] build failure

2008-09-22 Thread Scheper, Erik-Berndt
I did (and I had found the issue); the ivy-2.0.0-rc1.jar is in the root of the plugins folder of the eclipse installation. I also tried to follow the instructions in the wiki at http://cwiki.apache.org/IVY/releasing-ivyde.html but it didn't help me out. Regards, Erik-Berndt -Original Messag

Re: Why is undocumented?

2008-09-22 Thread Stefan Bodewig
On Mon, 22 Sep 2008, Steve Loughran <[EMAIL PROTECTED]> wrote: > Stefan Bodewig wrote: >> The task has been added in the 1.7 timeframe but I don't see it >> documented anywhere (some of our tests use it). >> >> Does anybody remember whether we didn't want people to know the task >> is there (see

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-tabpanel&focusedCommentId=12607344#action_1 >2607344 >thanks, Martin

Re: Why is undocumented?

2008-09-22 Thread Steve Loughran
Stefan Bodewig wrote: The task has been added in the 1.7 timeframe but I don't see it documented anywhere (some of our tests use it). Does anybody remember whether we didn't want people to know the task is there (see ) or just forgot to document it? Is that the task to check that a JAR is sign

RE: [IVYDE] build failure

2008-09-22 Thread Martin Gainty
Erik- wondering if you ant install-ivy as suggested at https://issues.apache.org/jira/browse/IVYDE-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12607344#action_12607344thanks, Martin __ Disclaimer and con

RE: [IVYDE] build failure

2008-09-22 Thread Scheper, Erik-Berndt
Regarding my other problem (ivy files generated by rc1 are not available in the classpath container of ivyde), the main difference between the two ivy files generated is: old: new: Is it possible that IVYDE cannot handle bundles (or doesn't show them in the classpath container)?

[IVYDE] build failure

2008-09-22 Thread Scheper, Erik-Berndt
Hi, I'm having a problem with the suggested IVY rc1 in combination with IVY DE. I've noticed that the IVYDE classpath container doesn't contain items downloaded from a remote maven repository using IVY-RC1 Therefore I tried to build the IVYDE from trunk, using the ivy rc1. However, this fai

Re: [VOTE] Release AntUnit 1.1

2008-09-22 Thread Petar Tahchiev
+1 2008/9/19, Dominique Devienne <[EMAIL PROTECTED]>: > > On Fri, Sep 19, 2008 at 4:41 AM, Stefan Bodewig <[EMAIL PROTECTED]> > wrote: > > I propose to adopt them as the AntUnit 1.1 release, please cast you > > votes, this vote will be open for a week. > > > +1. > > > -

AW: DirectoryScanner Memory Consumption

2008-09-22 Thread Jan.Materne
I try it for you sending an email to [EMAIL PROTECTED] as this is the form to use according to http://ant.apache.org/mail.html "How to unsubscribe your old email address" So maybe you'll get a confirmation. Jan > -Ursprüngliche Nachricht- > Von: Vijay Aravamudhan [mailto:[EMAIL PRO

Re: DirectoryScanner Memory Consumption

2008-09-22 Thread Vijay Aravamudhan
hi, I would like to unsubscribe from this list. I have tried multiple times with the automated unsubscribe process - but it doesn't work. Please remove me from this list. thanks, Vijay On 09/22/2008 03:07 AM, Stefan Bodewig wrote: On Fri, 19 Sep 2008, Stefan Bodewig<[EMAIL PROTECTED]> wrote

AW: configure parameters during build process in ANT script

2008-09-22 Thread Jan.Materne
This is more a kind of (Ant)user question ("how to do something with Ant"). This Dev list is for the development of Ant itself. That for future questions ... You should use properties for that. Jan > -Ursprüngliche Nachricht- > Von: Alpesh Vesuwala [mailto:[EMAIL PROTECTED] > Gesendet

Re: DirectoryScanner Memory Consumption

2008-09-22 Thread Stefan Bodewig
On Fri, 19 Sep 2008, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > Something in File.getCanonicalPath seems to consume memory that > isn't easily reclaimed by the GC, and I have no idea what we could > do about it. except increasing the number of times we are allowed to traverse directories of the

configure parameters during build process in ANT script

2008-09-22 Thread Alpesh Vesuwala
Hello mates, I am developing a Blackberry application and build is done through ANT scripts. I want some parameters to be configured during build process. For example, Sound [On/OFF], enable/ disable some specific options (or you can say menu items). Can you please suggest the best way that I c