Re: Script task specification

2020-07-01 Thread Alexey Solofnenko
A On Fri, Nov 1, 2019, 03:46 Gintautas Grigelionis wrote: > By the way, the failure "unable to create engine" was due to OpenJDK 7 > lacking Rhino. > Perhaps worth a mention, too. > > Gintas > > On Wed, 30 Oct 2019 at 21:59, Gintautas Grigelionis < > g.grigelio...@gmail.com> > wrote: > > > Thank

Re: moving to Jira

2008-01-16 Thread Alexey Solofnenko
Yes, I filed it too some time ago. I do not see them fixing it. - Alexey. On Jan 16, 2008 11:42 AM, Bruce Atherton <[EMAIL PROTECTED]> wrote: > I was +1 on this before, and I am +1 now, particularly since Ivy uses > it. But the objection that others have concerning threading when reading > with

Re: [VOTE] Create a Separate Mailing List for Commits/Bugzilla/Gump ...

2007-10-18 Thread Alexey Solofnenko
+1 On 10/18/07, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > > Hi, > > this came up in the thread dealing with mailing list organization now > that Ivy is with us, but I guess many people have missed it. > > Do we want to add a new list [EMAIL PROTECTED] that will > receive all Commit, Gump, Bugzil

Re: publish git repo of ant-trunk?

2007-10-18 Thread Alexey Solofnenko
I would like to try it. Are you going to import the whole history or just the last revision? - Alexey. On 10/18/07, Kevin Jackson <[EMAIL PROTECTED]> wrote: > > Hi all, > > I'd like to propose that we publish a git repository of our svn repo as a > trial. > > Obviously this will require some supp

Re: DO NOT REPLY [Bug 43466] - Failure in tearDown does not result in a failed test run

2007-10-03 Thread Alexey Solofnenko
I do not see a commit email with changes. Was it checked in? - Alexey. On 10/3/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· > RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT >

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

2007-09-28 Thread Alexey Solofnenko
In general, I do not see a reason to replace perfectly readable single liners with several lines of code - it just increases code bloat. Anybody with high IQ should be able to read old code as is. In this case the change is warranted, but please move "is" variable and try/finally inside "else"

Re: [VOTE] Ben Burgess as committer

2007-08-29 Thread Alexey Solofnenko
+1 Peter Reilly wrote: Hi all, I would like to propose Ben Burgess as a committer for the ant project, with a special interest in maintaining the starteam tasks. Ben as been of help on the Ant user and dev lists for a long time and has provided a number of patches for the starteam tasks. (These

Re: is broken with Jython in the recent trunk builds

2007-08-10 Thread Alexey Solofnenko
Benson wrote: --- Alexey Solofnenko <[EMAIL PROTECTED]> wrote: Sorry about that. Personally I would prefer "expression" attribute to contain an expression itself - it is supposed to be simple. That still doesn't address the situation I mentioned, whereby some ar

Re: is broken with Jython in the recent trunk builds

2007-07-31 Thread Alexey Solofnenko
Sorry about that. Personally I would prefer "expression" attribute to contain an expression itself - it is supposed to be simple. - Alexey. On 7/31/07, Matt Benson <[EMAIL PROTECTED]> wrote: > > > --- Alexey Solofnenko <[EMAIL PROTECTED]> wrote: > > > It

Re: is broken with Jython in the recent trunk builds

2007-07-31 Thread Alexey Solofnenko
It is just a thought - should ScriptFilter, ScriptMapper, ... also return a value instead of setting it? - Alexey. On 7/31/07, Matt Benson <[EMAIL PROTECTED]> wrote: > > > --- Alexey Solofnenko <[EMAIL PROTECTED]> wrote: > > > Old code was executing self.setValue()

Re: is broken with Jython in the recent trunk builds

2007-07-31 Thread Alexey Solofnenko
Old code was executing self.setValue() and the current behaviour breaks backward compatibility. I have tried old ScriptCondition.eval() and it fixed the problem. I think we should add "expression" attribute to AbstractScriptComponent and change it to use it with evaluateScript(), otherwise nested t

Re: svn commit: r557907 - /ant/core/trunk/docs/manual/install.html

2007-07-31 Thread Alexey Solofnenko
Yes it is and it keeps track of branch merges, so the merges are trivial. - Alexey. On 7/31/07, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > > On Fri, 20 Jul 2007, Peter Reilly <[EMAIL PROTECTED]> wrote: > > > I know that there is an easy way (using svn merge), but > > I do not know how to make it

Re: svn commit: r557907 - /ant/core/trunk/docs/manual/install.html

2007-07-20 Thread Alexey Solofnenko
"Easy merge" for Subversion is called SVK. - Alexey. On 7/20/07, Peter Reilly <[EMAIL PROTECTED]> wrote: I know that there is an easy way (using svn merge), but I do not know how to make it work. I normally merge by hand. (using diff -Naur) for example cd $ANT_17_BRANCH/src/manual diff -Naur

Re: svn commit: r557013 - in /ant/core/trunk/src/main/org/apache/tools/ant: AntClassLoader.java ComponentHelper.java

2007-07-17 Thread Alexey Solofnenko
I also like ?: because they reduce the bloat, however ,for readability, it is better to enclose them in parentheses. - Alexey. On 7/17/07, Matt Benson <[EMAIL PROTECTED]> wrote: --- Peter Reilly <[EMAIL PROTECTED]> wrote: > Hi Matt, > Is is necessary to apply these formatting changes at > th

Re: 1.7.x branch

2007-07-07 Thread Alexey Solofnenko
+1 On 7/7/07, Martijn Kruithof <[EMAIL PROTECTED]> wrote: +1 Martijn Matt Benson schreef: > I'd like to create one. Any objections? > > -Matt > > > > Luggage? GPS? Comic books? > Check out fitting gifts for

Re: DO NOT REPLY [Bug 42219] - Inefficient code in Union, DirectoryScanner makes large copy tasks very slow

2007-04-26 Thread Alexey Solofnenko
I would use inheritance instead of facades. - Alexey. On 4/26/07, Steve Loughran <[EMAIL PROTECTED]> wrote: Alexey N. Solofnenko wrote: > Classpath ordering is a usual practice that is used, for example, for > patching. yes, and it doesnt work with signed JARs. And, because doesnt impose an

Re: DO NOT REPLY [Bug 42219] - Inefficient code in Union, DirectoryScanner makes large copy tasks very slow

2007-04-24 Thread Alexey Solofnenko
"No" for file permissions too? - Alexey. On 4/24/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESS

Re: [Vote] move defect tracking from bugzilla to Jira

2007-04-24 Thread Alexey Solofnenko
GMail itself does not honour threading info. For each bug, I get two message threads - one with "NEW" and another with continuation. The thread is also broken in GMail, if the title is changed. There is no such problem in Thunderbird. Saying that Bugzilla works reasonably well and its open-sourc

Re: [VOTE] drop java 1.2 support in ant 1.7.1 and later

2007-04-23 Thread Alexey Solofnenko
+1 On 4/23/07, Martijn Kruithof <[EMAIL PROTECTED]> wrote: Hi Because the discussion is coming up again, and I would like to have a clear result, here an official Vote request. Given the facts that 1) java 1.2 is EOL 2) java 1.2 is not supported by the official ant 1.7.0 delivery 3) the probl

Re: JDK 1.2 compliance

2007-04-12 Thread Alexey Solofnenko
It might be just a compiler issue. - Alexey. On 4/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: When compiling with JDK-1.2.1_004 I got: ... Bootstrapping Ant Distribution ... Compiling Ant Classes src\main\org\apache\tools\ant\types\PatternSet.java:147: Can't reference this before the

Re: [VOTE] Release of Apache Ant 1.7.0 - new upload done

2006-12-14 Thread Alexey Solofnenko
I would also call it RC2. - Alexey. On 12/14/06, Jesse Glick <[EMAIL PROTECTED]> wrote: Antoine Levy-Lambert wrote: > Do you vote for the release of these binaries ? Numerous changes have been made in the code since RC1, including several new features. Do you think it would be wiser to call t

Re: seems broken

2006-12-05 Thread Alexey Solofnenko
Thank you. It is fixed. - Alexey. On 12/5/06, Peter Reilly <[EMAIL PROTECTED]> wrote: On 12/5/06, Peter Reilly <[EMAIL PROTECTED]> wrote: > Opps, > sorry - will fix today. Ok, it should be fixed now. I had run the full test suite, then made a "minor" change. Peter > > Peter > > On 12/5/0

Re: Did 1.7RC1 break JUnit 4.x compatibility?

2006-11-14 Thread Alexey Solofnenko
In my experience dynamic views on Unix are usually much faster. Also permissions are important and Windows symbolic links (with \) do not Unix. Can you try running the tests on a snapshot view? - Alexey. On 11/14/06, Stan Guillory <[EMAIL PROTECTED]> wrote: One thing is we use clearcase for

Re: [VOTE] Release Apache Ant 1.7.0RC1

2006-11-05 Thread Alexey Solofnenko
+1 On 11/5/06, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: Hi, I hit the send button a bit too fast. I want to ask : OK to release these files as Ant 1.7.0RC1 on Sunday, November 12th, as Ant 1.7.0RC1 ? Yes [] No [] Regards, Antoine Antoine Levy-Lambert wrote: > Hi, > > I have just

Re: Seeking feedback on possible macrodef augmentation

2006-10-04 Thread Alexey Solofnenko
ing this is a good thing. > > > > Thanks, > > Matt > > > > --- Peter Reilly <[EMAIL PROTECTED] > wrote: > > > > > +1, > > > It would however be nicer to make macrodef > > > more generic. To inject the UEs into the macro > > > in

Re: VOTE: deferring resolving of references

2006-09-29 Thread Alexey Solofnenko
+1. This is one of illogical places left in ANT. - Alexey. On 9/29/06, Peter Reilly <[EMAIL PROTECTED]> wrote: Hi, I started a thead last week that did not end in a conclusion. should we defer resolving references until runtime: original message " Currently in ant, there is two steps in proce

Re: AW: svn commit: r450609 - /ant/core/trunk/src/main/org/apache/tools/ant/util/ConcatResourceInputStream.java

2006-09-29 Thread Alexey Solofnenko
For what it worth - I think new code is readable and easy to understand, but that maybe Jython training... - Alexey. On 9/29/06, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: Hi, I agree with Jan. I do not understand ultra compact syntax. I do not know operators precedence by heart. What I

Re: Seeking feedback on possible macrodef augmentation

2006-09-26 Thread Alexey Solofnenko
+1 Good idea, Matt. - Alexey. On 9/26/06, Matt Benson <[EMAIL PROTECTED]> wrote: It strikes me that we don't have a utility to declaratively build custom conditions from others; macrodef would seem the obvious choice for, e.g.: But the result amounts to a T

Re: suggestion : Ant 1.8 full dist to include a 'scripting lang'

2006-09-15 Thread Alexey Solofnenko
There is also another possibility (the one that I am using) - write scripts that generate ANT scripts and run them. It is slower, but it is more lightweight in a sense that it is completely separate from ANT, so it does not depend on ANT code. That script could be in any language, but a language

Re: suggestion : Ant 1.8 full dist to include a 'scripting lang'

2006-09-11 Thread Alexey Solofnenko
+1 I think we need a scriptdef library. Having a standard scripting language would help too. - Alexey. On 9/11/06, Kevin Jackson <[EMAIL PROTECTED]> wrote: Hi all, Coming in too work today I was thinking about how although scriptdef is a very handy way of quickly specifying tasks without hav

Re: Building Ant 1.7beta

2006-08-29 Thread Alexey Solofnenko
Bootstrapping works fine. Maybe there are bugs and it should be smarter, but it seems reasonable. - Alexey. On 8/29/06, Jesse Glick <[EMAIL PROTECTED]> wrote: Stefan Bodewig wrote: > Sometimes we build new features that are useful enough to apply the > right away in Ant's own build file. Obvi

Re: Building Ant 1.7beta

2006-08-26 Thread Alexey Solofnenko
I am glad it worked. There is also boostrap.bat script to be run in cmd.exe. - Alexey. On 8/26/06, Mark McKay <[EMAIL PROTECTED]> wrote: Got it working after running bootstrap.sh. After that, the rest of your commands worked. Thanks. It would be really useful to point out to other naive fol

Re: Building Ant 1.7beta

2006-08-26 Thread Alexey Solofnenko
Or is it already built somewhere? Mark McKay Alexey Solofnenko wrote: > I would guess you need to bootstrap new ANT. Remove ANT_HOME environment > variable and run bootstrap script. > > - Alexey. > > On 8/26/06, Mark McKay <[EMAIL PROTECTED]> wrote: >> >> Hi,

Re: Building Ant 1.7beta

2006-08-26 Thread Alexey Solofnenko
I would guess you need to bootstrap new ANT. Remove ANT_HOME environment variable and run bootstrap script. - Alexey. On 8/26/06, Mark McKay <[EMAIL PROTECTED]> wrote: Hi, I'm having trouble building Ant 1.7.0beta, and am wondering how to either do it form the ant-core files on the svn reposi

Re: .NET Antlib plans

2006-08-19 Thread Alexey Solofnenko
I know, but I already used ANT for Java and C++ components. ANT is good enough for .Net too. For pure .Net builds I use MSBuild (just to minimize build dependencies). Also ANT seems having much better support. - Alexey. On 8/19/06, Martin Gainty <[EMAIL PROTECTED]> wrote: Alexey-- Theres a en

Re: .NET Antlib plans

2006-08-19 Thread Alexey Solofnenko
I am using them a lot, but I do not mind separating them from main ANT. - Alexey. On 8/19/06, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: Hi Stefan, no objections. I never did any DotNet work with ant. Regards, Antoine Stefan Bodewig wrote: > Hi all, > > I'd like to copy the existing .

Re: AW: Default excludes and Subversion on Windows

2006-08-15 Thread Alexey Solofnenko
Accessing environment variables from Java is a hack. Do we want to always execute it? In case of failure, normal build execution can be affected, even if people do not care about "_svn" directory names. - Alexey. On 8/15/06, Martijn Kruithof <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote:

Re: Default excludes and Subversion on Windows

2006-08-13 Thread Alexey Solofnenko
This is a user list question. Please look at http://ant.apache.org/manual/CoreTasks/defaultexcludes.html for a solution. - Alexey. On 8/12/06, worodin <[EMAIL PROTECTED]> wrote: Hi there, The subversion documentation suggests, that there are problems with the '.' in '.svn' for certain windows

Re: Can DefaultLogger record the time on each target transition?

2006-08-10 Thread Alexey Solofnenko
This one works: dir ham.txt>output.log 2>&1 - Alexey. On 8/10/06, Paul Hammant <[EMAIL PROTECTED]> wrote: Alexey, > Have you tried 2>&1 redirection? Thanks for tip. I've tried it and it has no effect I'm looking for. What is it supposed to do on Windows XP ? dir 2>&1 ham.txt (there'

Re: Can DefaultLogger record the time on each target transition?

2006-08-09 Thread Alexey Solofnenko
Have you tried 2>&1 redirection? - Alexey. On 8/9/06, Paul Hammant <[EMAIL PROTECTED]> wrote: To code it in org.apache.tools.ant.DefaultLogger, add ... + " @ " + formatTime(System.currentTimeMillis() - startTime) ... to the msg being prepared. Like so public void targetStarted(

Re: VOTE ant-vss antlib promote to antlib proper

2006-07-31 Thread Alexey Solofnenko
Microsoft itself has not been using Visual Source Safe for some time. They recently productised their internal software as "Team System". - Alexey. On 7/31/06, Kev Jackson <[EMAIL PROTECTED]> wrote: On 1 Aug 2006, at 11:47, Alexey Solofnenko wrote: > -0 Microsoft itself d

Re: VOTE ant-vss antlib promote to antlib proper

2006-07-31 Thread Alexey Solofnenko
-0 Microsoft itself does not use it. Are we going to support already obsolete technology? - Alexey. -- Alexey N. Solofnenko trelony at gmail.com home: http://trelony.cjb.net/ Pleasant Hill, CA (GMT-8 hours usually)

Re: Delete recursive directories

2006-07-05 Thread Alexey Solofnenko
Now I feel safe! :-) - Alexey. On 7/5/06, Steve Loughran <[EMAIL PROTECTED]> wrote: Alexey Solofnenko wrote: > I would like it to be default with . It is [almost] always > required. It's there to stop you destroying your source. you can go and although your filesystem is d

Re: Delete recursive directories

2006-07-05 Thread Alexey Solofnenko
I would like it to be default with . It is [almost] always required. - Alexey. On 7/5/06, Dominique Devienne <[EMAIL PROTECTED]> wrote: Ah, I forgot about defaultexcludes! I have to remember that .svn is in there now. Thanks Alexey. --DD -- Alexey N. Solofnenko trelony at gmail.com home:

Re: [VOTE] Dropping Win98 Support for 1.7

2006-06-28 Thread Alexey Solofnenko
Now I know why I did not undertand how it worked... Maybe we should rename the current ant.bat into ant98.bat and start making incompatible changes in main ant.bat? - Alexey. On 6/28/06, Steve Loughran <[EMAIL PROTECTED]> wrote: Conor MacNeill wrote: > ant.cmd is for OS/2. Whether that qualifi

Re: [VOTE] Dropping Win98 Support for 1.7

2006-06-27 Thread Alexey Solofnenko
+0 - do not we have ant.bat for legacy and ant.cmd for modern platforms? ant.cmd is already not Windows 98 aware. - Alexey. On 6/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: +1 - anyone can "try" on Win98 if he needs to without official maintainance. And we would answer questions a

Re: scripting

2006-06-23 Thread Alexey Solofnenko
About property expansion - many languages use the same syntax for inline property substitution. It may be good not to expand properties automatically. - Alexey. On 6/23/06, Steve Loughran <[EMAIL PROTECTED]> wrote: Having been doing some work documenting scripting recently, I want to note som

Re: svn commit: r416182 - /ant/core/trunk/src/main/org/apache/tools/ant/Main.java

2006-06-21 Thread Alexey Solofnenko
I need this feature. Please keep it. - Alexey. On 6/21/06, Kev Jackson <[EMAIL PROTECTED]> wrote: On 22 Jun 2006, at 07:07, [EMAIL PROTECTED] wrote: > Author: stevel > Date: Wed Jun 21 17:07:27 2006 > New Revision: 416182 > > URL: http://svn.apache.org/viewvc?rev=416182&view=rev > Log: > Lit

Re: [vote] 'undeprecate project.resolveFile() [was Re: svn commit: r414442 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs: AbstractJarSignerTask.java ExecTask.java Javac.java Javadoc.java

2006-06-15 Thread Alexey Solofnenko
+1, since it is should resolve relative paths relative to the project base directory. - Alexey. On 6/15/06, Kev Jackson <[EMAIL PROTECTED]> wrote: On 16 Jun 2006, at 07:00, Antoine Levy-Lambert wrote: > > Original-Nachricht > Datum: Thu, 15 Jun 2006 15:14:57 -0500 > Von: Do

Re: Google Web Toolkit task

2006-06-09 Thread Alexey Solofnenko
There is generic task. Maybe can help with convenient interface creation. ANT itself cannot and should not support every existing and future products - it is better for these products to provide ANT tasks. Can you ask them at http://groups.google.com/group/Google-Web-Toolkit ? As usualy there is

Re: Why parser handlers in ProjectHelper2 private?

2006-04-29 Thread Alexey Solofnenko
Do you prefer protected setters or protected fields? - Alexey. On 4/29/06, Stefan Bodewig <[EMAIL PROTECTED]> wrote: On Sat, 29 Apr 2006, Alexey Solofnenko <[EMAIL PROTECTED]> wrote: > Yes, I am thinking about inheriting from ProjectHelper2 and > replacing target hand

Re: Why parser handlers in ProjectHelper2 private?

2006-04-29 Thread Alexey Solofnenko
Yes, I am thinking about inheriting from ProjectHelper2 and replacing target handler. - Alexey. On 4/29/06, Stefan Bodewig <[EMAIL PROTECTED]> wrote: On Thu, 27 Apr 2006, Alexey Solofnenko <[EMAIL PROTECTED]> wrote: > I want to change target parser to process and sto

Re: Why parser handlers in ProjectHelper2 private?

2006-04-27 Thread Alexey Solofnenko
I want to change target parser to process and store extra target attributes [without changing main ANT]. Replacing just target handler would be the easiest solution. - Alexey. On 4/27/06, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > > On Wed, 26 Apr 2006, Alexey N. Solofnenko <[EMAIL PROTECTED]> >

Re: 1.7 Memory usage > 1.6.5 Memory usage

2006-04-18 Thread Alexey Solofnenko
The change you mentioned would only affect performance, not memory usage. Have you tried to run ANT in any profiler to see where most of the memory is allocated? - Alexey. On 4/18/06, Kev Jackson <[EMAIL PROTECTED]> wrote: > > Just trying to reduce the amount of temporary objects created on the >

Re: help please

2006-01-13 Thread Alexey Solofnenko
Please use Google to see how to solve this problem for your operating system. Dev list is not a correct list to ask this question. - Alexey. On 1/13/06, Ritu Raj Arya <[EMAIL PROTECTED]> wrote: > > I have installed ant on my system when i check version > > ant -version > > error message comes > >

Re: [VOTE] Kevin Jackson

2005-11-22 Thread Alexey Solofnenko
+1 - Alexey. On 11/21/05, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > > I would like to propose Kevin Jackson as an Ant committer. Kevin has > submitted a lot of useful patches. > > here's my +1 > > > Antoine > > - > To uns

Re: latest is very slow.

2005-10-28 Thread Alexey Solofnenko
More news - there are still 25K files - fileset creation is still running. - Alexey. On 10/28/05, Alexey Solofnenko <[EMAIL PROTECTED]> wrote: > > This is a Jython script generates about 25K files in 4 level directory > hierarchy. Simple has been > running for 7 minutes and di

Re: latest is very slow.

2005-10-28 Thread Alexey Solofnenko
=== I can send you TGZ - it is about 570K. - Alexey. On 10/28/05, Alexey Solofnenko <[EMAIL PROTECTED]> wrote: > > Good idea, I will have one generated. In the real build, there is nothing > special - I just remove one directory that is about 1GB size and with abou

Re: latest is very slow.

2005-10-28 Thread Alexey Solofnenko
Good idea, I will have one generated. In the real build, there is nothing special - I just remove one directory that is about 1GB size and with about 21K files. There are 2x2 (hyper threading) processors and during file deletion one CPU is at 100%. - Alexey. On 10/28/05, Matt Benson <[EMAIL PROTE

Re: fails if inner fileset directory does not exist.

2005-10-25 Thread Alexey Solofnenko
cally. I'd have thought that since old behaviour > >is unlikely to be relied on in build files (the implication is > >that something outside the build script *must* create certain > >directories otherwise the build fails) changing the behaviour > >to simply not cause an

Re: fails if inner fileset directory does not exist.

2005-10-24 Thread Alexey Solofnenko
I think it would be require something like the following: - flag in ; - lazy initialization, so can set this flag; - should always set this flag on all provided filesets. - Alexey. On 10/24/05, Phil Weighill-Smith <[EMAIL PROTECTED]> wrote: > > Which has always given me grief. It has

Re: fails if inner fileset directory does not exist.

2005-10-24 Thread Alexey Solofnenko
My mistake. It worked with failonerror="false". Now the flag does not [always] work. - Alexey. On 10/24/05, Alexey Solofnenko <[EMAIL PROTECTED]> wrote: > > With this build it worked: > > Apache Ant version 1.7alpha compiled on February 11 2005 > > - Alexey. &g

Re: fails if inner fileset directory does not exist.

2005-10-24 Thread Alexey Solofnenko
With this build it worked: Apache Ant version 1.7alpha compiled on February 11 2005 - Alexey. On 10/24/05, Matt Benson <[EMAIL PROTECTED]> wrote: > > That's my point. At what point in Ant's history would > the example work? > > -Matt > > --- Alexey Solofnenk

Re: fails if inner fileset directory does not exist.

2005-10-24 Thread Alexey Solofnenko
No, it does not. - Alexey. On 10/24/05, Matt Benson <[EMAIL PROTECTED]> wrote: > > When did > > work? > > -Matt > > --- Alexey Solofnenko <[EMAIL PROTECTED]> wrote: > > > I am not sure if you agree with me that it is a > > problem on not...

Re: fails if inner fileset directory does not exist.

2005-10-24 Thread Alexey Solofnenko
I am not sure if you agree with me that it is a problem on not... The behaviour has changed. used to do nothing when there was nothing to delete. - Alexey. On 10/24/05, Matt Benson <[EMAIL PROTECTED]> wrote: > > Nothing ever works w/ filesets where the directory > does not exist... > > -Matt > >

Re: Bootstrapping on Solaris does not work because of

2005-10-20 Thread Alexey Solofnenko
Bootstrapping is working now. Thank you. - Alexey. On 10/20/05, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > > On Wed, 19 Oct 2005, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > > On Mon, 17 Oct 2005, Alexey N. Solofnenko <[EMAIL PROTECTED]> > > wrote: > > > >> I found the reason why I cannot build

Re: Help Running Ant Task from my Custom Task (xmltask)

2005-08-18 Thread Alexey Solofnenko
no, getProject().createTask("xmltask"). Because can overwrite any task, it is now recommended to create the tasks with "new", otherwise the cast may not always work. - Alexey. On 8/18/05, koden (sent by Nabble.com) <[EMAIL PROTECTED]> wrote: > > so how would I create a new task? > > XmlTask x

Re: Subversion migration?

2005-08-16 Thread Alexey Solofnenko
I personaly prefer darcs - it is created for distributed [and independent] development. - Alexey. -- Alexey N. Solofnenko trelony at gmail.com home: http://trelony.cjb.net/ Pleasant Hill, CA (GMT-8 hours usually) - To unsubscri

Re: programmatically creating and marshalling antfiles

2005-08-09 Thread Alexey Solofnenko
Maybe it is better not to write the project at all, but construct it on a fly and execute it right a way. Of cause, if project creation is slow, you might want to cache the result. In that case, maybe you can log all actions in your own format and do not create ANT XML. - Alexey. On 8/6/05, jona

Re: [VOTE] migrate to svn

2005-08-02 Thread Alexey Solofnenko
+1 - Alexey. On 8/2/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Ok, I got some "+1", but "sooner" is not a timeframe you could really > vote on - IMO :-) > So I suggest: > > "Migrate Ant from CVS to SVN on the weekend of 13./14. August 2005." > > That would be the first weekend after

Re: XJ - xml extension for Java

2005-07-10 Thread Alexey Solofnenko
I agree with Jess, but there is one piece missing - primitive types in generics. It would save a lot on autoboxing. - Alexey. On 7/10/05, Jess Holle <[EMAIL PROTECTED]> wrote: > > ... > Actually I believe Java got it right as compared to C++ -- at least as > used in the ANSI C++ generic collect

Re: XJ - xml extension for Java

2005-07-04 Thread Alexey Solofnenko
On JavaOne SUN presented something similar for Java 7. The syntax is not finilized yet - there are problems - <> characters are used in Java generics. They thinking about using # character, but it does not look good. IBM's compiler does not support generics - it is 1.4 only. - Alexey. -- Alex

Re: FileUtils.close()

2005-06-22 Thread Alexey Solofnenko
IOException is a checked exception, so it has to be specified everywhene. BuildException would be a better alternative. - Alexey. On 6/22/05, Jesse Glick <[EMAIL PROTECTED]> wrote: > > Kev Jackson wrote: > > This came up before, but I forgot what the consensus was > > Not sure there was a cons

Re: cvs commit: ant/docs resources.html

2005-05-30 Thread Alexey Solofnenko
If Amazon and others do not sponsor us, we can just put a single link to www.addall.com for people to find the best price. - Alexey. On 30 May 2005 15:54:00 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > jhm 2005/05/30 08:54:00 > > Modified: xdocs/stylesheets s

Re: cvs commit: ant/src/main/org/apache/tools/ant/types Description.java

2005-05-27 Thread Alexey Solofnenko
It will not work - check for null should be performed before executing toString(). - Alexey. On 27 May 2005 20:29:55 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > mbenson 2005/05/27 13:29:55 > > Modified: src/main/org/apache/tools/ant/types Description.java > Log: > Replace properti

Re: cvs commit: ant/docs/manual/CoreTasks echoxml.html

2005-05-24 Thread Alexey Solofnenko
gt; suppose there is any reason you couldn't do it this > way. > > -Matt > > > > - Alexey. > > > > Matt Benson wrote: > > > > >--- Alexey Solofnenko <[EMAIL PROTECTED]> wrote: > > > > > > > > >>Why not to add this fu

Re: cvs commit: ant/docs/manual/CoreTasks echoxml.html

2005-05-24 Thread Alexey Solofnenko
Why not to add this functionality into normal ? - Alexey. On 24 May 2005 20:49:55 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > mbenson 2005/05/24 13:49:55 > > Modified: docs/manual coretasklist.html > . WHATSNEW > src/main/org/apache/tools/ant/taskdefs defaults.properties > Added: s

Re: copy + ResourceCollections

2005-05-23 Thread Alexey Solofnenko
Sounds great. Do you have also "Movable" interface? - Alexey. On 5/23/05, Matt Benson <[EMAIL PROTECTED]> wrote: > > --- "Alexey N. Solofnenko" <[EMAIL PROTECTED]> > wrote: > > Can it be - copy+delete in that case? > > Okay... here's what I did for preserving timestamps in > FileUtils copy meth

Re: [Fwd: Some Thoughts on Ant 1.3 and 2.0]

2005-05-23 Thread Alexey Solofnenko
I would also add parallel executor. - Alexey. -- Alexey N. Solofnenko trelony at gmail.com home: http://trelony.cjb.net/ Pleasant Hill, CA (GMT-8 hours usually)

Re: [VOTE] Shut down the 1.6 branch after 1.6.5

2005-05-23 Thread Alexey Solofnenko
I am also using CVS HEAD and it seems pretty stable for me. - Alexey. On 5/23/05, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > > Hi, > > it's my strong belief that part of the reason the javah and move bugs > made it into 1.6.3 is that our branches are living too long. The same > happened to 1.5

Re: [VOTE] Ant 1.6.5 release

2005-05-23 Thread Alexey Solofnenko
+1 On 5/23/05, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > > Hello, > > I propose to release Ant 1.6.5 on Thursday, June 2nd. > > This will be a pure bug fix release. > > > [] Yes > > [] No > > Let's begin with my +1 > > Cheers, > > Antoine > > > --

Re: Can Ant know ANT_HOME?

2005-05-22 Thread Alexey Solofnenko
Please use ${ant.home} property. - Alexey. On 5/22/05, Steve Cohen <[EMAIL PROTECTED]> wrote: > > I am trying to write a simple build.xml for debugging Ant setups. One > of the things I would like to know is what ANT_HOME was defined as when > Ant launched. But this does not seem to be a predefi

Re: cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs/optional/junit JUnitReportTest.java

2005-05-13 Thread Alexey Solofnenko
We do not support 1.1 any more. - Alexey. On 5/13/05, Stephane Bailliez <[EMAIL PROTECTED]> wrote: > > Alexey Solofnenko wrote: > > >Another, question - why not to use File.toURL() method instead? > > > > > JDK 1.2+ method. (yeah sounds like it was

Re: cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs/optional/junit JUnitReportTest.java

2005-05-13 Thread Alexey Solofnenko
Another, question - why not to use File.toURL() method instead? - Alexey. On 5/13/05, Stephane Bailliez <[EMAIL PROTECTED]> wrote: > > [EMAIL PROTECTED] wrote: > [...] > > - //XXX there seems to be a bug in xerces 1.3.0 that doesn't like file > object > - // will investigate later. It does not

Re: [VOTE] Ant 1.6.4 release

2005-05-10 Thread Alexey Solofnenko
+1 - Alexey. On 5/9/05, Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote: > > Do we want to release ant 1.6.4 on Thursday, May 19th > (this would at least suit Eclipse) > > [ ] Yes > [ ] No > > Cheers, > > Antoine > > - > To u

RE: Any chance for fileset arithmetic?

2003-07-30 Thread Alexey Solofnenko
- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 12:09 AM To: [EMAIL PROTECTED] Subject: Re: Any chance for fileset arithmetic? On Tue, 29 Jul 2003, Alexey Solofnenko <[EMAIL PROTECTED]> wrote: > but a or a is essentially a collection of data > files

RE: Any chance for fileset arithmetic?

2003-07-29 Thread Alexey Solofnenko
ually) -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 8:46 AM To: [EMAIL PROTECTED] Subject: Re: Any chance for fileset arithmetic? On Tue, 29 Jul 2003, Alexey Solofnenko <[EMAIL PROTECTED]> wrote: > I think it is easy. already supports p

RE: Any chance for fileset arithmetic?

2003-07-29 Thread Alexey Solofnenko
: Any chance for fileset arithmetic? On Tue, 29 Jul 2003, Alexey Solofnenko <[EMAIL PROTECTED]> wrote: > I actually meant that mappers inside filesets would rename files > in the filesets. I'm still not sure I understand it. > I need something like: > > >

RE: Any chance for fileset arithmetic?

2003-07-29 Thread Alexey Solofnenko
(GMT-8 usually) -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2003 7:22 AM To: [EMAIL PROTECTED] Subject: Re: Any chance for fileset arithmetic? On Fri, 25 Jul 2003, Alexey Solofnenko <[EMAIL PROTECTED]> wrote: > Would it be possib

Any chance for fileset arithmetic?

2003-07-25 Thread Alexey Solofnenko
Hello, Without basic fileset operations I have to use to prepare different images. Would it be possible to add fileset joining, subtraction, file renaming/mapping, and selectors into fileset itself? Currently only s support some of the mapping functionality. Sincerely, Alexey Solofnenko

RE: ant 1.5.4 : Import

2003-07-25 Thread Alexey Solofnenko
I agree with Conor. And I also like a possibility to execute subcomponent build separately. I do not know whether allows the same build file to be included several times from different components. This feature would allow having all the dependencies in the (sub)component build files, not in

RE: From apache-ant-1.5.3-1-src to build ant.jar and optional.jar

2003-07-15 Thread Alexey Solofnenko
Is there a list of jars/URLs and where they should be copied? I personally found some and put them into ant/lib/optional. Is it how it should be done? - Alexey. -- { http://trelony.cjb.net/ } Alexey N. Solofnenko Pleasant Hill, CA (GMT-8 usually)

RE: [Patch] keep-alive feature

2003-07-08 Thread Alexey Solofnenko
Actually the reason to implement keep-alive (originally keep-going) is to find as many problems as possible. It is done by executing all targets that do not depend directly or indirectly on failed targets. It is not fail-on-error flag - the build will still fail. There is a link that explaining th

RE: [Proposal] adding "keep-going" to ANT.

2003-06-26 Thread Alexey Solofnenko
It is difficult to implement with try/catch - it is like adding try/catch and a condition that any of the dependencies did not fail into every target. The feature is implemented in make and it is very useful there. - Alexey. -- { http://trelony.cjb.net/ } Alexey N. Solofnenko Pleasant Hill, CA (GM

[Proposal] adding "keep-going" to ANT.

2003-06-26 Thread Alexey Solofnenko
Hello, "keep-going" feature can be very useful, especially in automatic testing. I have experimented with Project.executeTarget() method to implement this functionality. It seems like a simple patch. The goal of the modification is to execute all targets that do not depend on failed targets. If

RE: scriptdef

2003-06-17 Thread Alexey Solofnenko
There seems a bug in - it does not expand properties: #script print ">> name='"+str(attributes.get('name'))+"'" prints >> name='${test}' Do I need to do it manually? - Alexey. -- { http://trelony.cjb.net/ } Alexey N. Solofnenko Pleasant Hill, CA (GMT-8 usually) ---

RE: scriptdef

2003-06-09 Thread Alexey Solofnenko
This is just great. It also solves

RE: Embedded dynamic ANT tasks.

2003-06-06 Thread Alexey Solofnenko
Hello Dawid, I was thinking about something like that. There is DynamicConfigurator to support dynamic properties, but there is no way to create dynamic tasks. Maybe we should ask ANT developers to support task factories in addition to class names. It would be a simple patch. For example in Comp

RE: 1.6 milestones ?

2003-03-14 Thread Alexey Solofnenko
? - Original Message - From: "Alexey Solofnenko" <[EMAIL PROTECTED]> To: "'Ant Developers List'" <[EMAIL PROTECTED]> Sent: Friday, March 14, 2003 10:05 AM Subject: RE: 1.6 milestones ? > Is it possible to add expressions in target's if and unl

RE: 1.6 milestones ?

2003-03-14 Thread Alexey Solofnenko
Is it possible to add expressions in target's if and unless attributes? It would reduce the necessity of statements. - Alexey. -- { http://trelony.cjb.net/ } Alexey N. Solofnenko Pleasant Hill, CA (GMT-8 usually)

  1   2   >