Re: svn commit: r586283 - /ant/core/branches/ANT_17_BRANCH/build.xml

2007-10-22 Thread Peter Reilly
There is no compile time dependency on antlr classes in the optional ANTLR task ;- so one could use java.lang.Object as the test class to see if one can compile it. Peter On 10/22/07, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Sat, 20 Oct 2007, Kevin Jackson <[EMAIL PROTE

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

2007-10-22 Thread Peter Reilly
+0 - we should still be allowed to reply to the auto-generated commit messages. On 10/22/07, Martijn Kruithof <[EMAIL PROTECTED]> wrote: > Stefan Bodewig schreef: > > Hi, > > > > this came up in the thread dealing with mailing list organization now > > that Ivy is with us, but I guess many peopl

Re: svn commit: r587855 - in /ant/core/trunk: docs/manual/CoreTasks/xmlproperty.html src/main/org/apache/tools/ant/taskdefs/XmlProperty.java

2007-10-24 Thread Peter Reilly
Oih! + +public String getDelimiter() { +return delimiter; +} + +public void setDelimiter(String delimiter) { +this.delimiter = delimiter; Peter On 10/24/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: jhm > Date: Wed Oct 24 04:26:02 2007 &g

Re: svn commit: r587859 - in /ant/core/tags/ANT_170: docs/manual/CoreTasks/xmlproperty.html src/main/org/apache/tools/ant/taskdefs/XmlProperty.java

2007-10-24 Thread Peter Reilly
On 10/24/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hooray - my first merge :-) > svn merge -r 587854:587855 https://svn.apache.org/repos/asf/ant/core/trunk Yes, Remarkably easy to use! (not!) Peter > > > Jan > > >-Ursprüngliche Nachricht- >

Re: svn commit: r587855 - in /ant/core/trunk: docs/manual/CoreTasks/xmlproperty.html src/main/org/apache/tools/ant/taskdefs/XmlProperty.java

2007-10-24 Thread Peter Reilly
Oh, I see later commits with this fixed. Peter On 10/24/07, Peter Reilly <[EMAIL PROTECTED]> wrote: > Oih! > + > +public String getDelimiter() { > +return delimiter; > +} > + > +public void setDelimiter(String delimiter) { > +this.de

Re: [EMAIL PROTECTED]: Project test-ant-no-xerces (in module ant) failed

2007-10-25 Thread Peter Reilly
Caused: [junit] - Standard Output --- [junit] /srv/gump/public/workspace/ant/src/etc/testcases/taskdefs/optional/junit.xml:194: Compile failed; see the compiler error output for details.) [junit] - --- [junit] Testcas

Re: [EMAIL PROTECTED]: Project test-ant (in module ant) failed

2007-10-26 Thread Peter Reilly
roperty("java.io.tmpdir") + > "FailedTests"; > File locationFile = new File(locationName); > if (!locationFile.isAbsolute()) { > File f = new File(getProject().getBaseDir(), locationName); > locationName = f.getAbsolutePath(); > } >

Re: Problem with Cactus and Ant

2007-10-30 Thread Peter Reilly
others!) should have been made final when first written.. Peter On 10/30/07, Petar Tahchiev <[EMAIL PROTECTED]> wrote: > So actually you have to look here: > http://svn.apache.org/repos/asf/jakarta/cactus/trunk/integration/ant/src/java/org/apache/cactus/integration/ant/CactusTask.java &

Re: libs for build

2007-10-31 Thread Peter Reilly
ems: > LocatorTest > RmicAdvancedTest I think that we can ignore the Rmic tests for Ant 1.7.1 - the tests work on java5 and not on java6+. And this is the same for Ant 1.7.0. Peter > > (Xalan problems have gone away with the addition of the correct libs) > > I'm going to loo

Re: Optional target support?

2007-11-02 Thread Peter Reilly
The easy way is to have a common.xml that is included in by each subproject. The common.xml would have a "foo" target with an empty implementation. Any sub project could then have there own "foo" target that would override the imported one. Peter On 11/2/07, Jeffrey E Ca

Re: weblogic rmic

2007-11-05 Thread Peter Reilly
ll build with the weblogic*.jars in my lib/optional, > but I don't have an ant-weblogic stub) You probally need an old version of weblogic*.jar Peter > > Thanks, > Kev > > - > To unsubscribe, e-mail: [EMAI

Re: Update [was Re: weblogic rmic]

2007-11-06 Thread Peter Reilly
> > I've just test on Ubuntu Gutsy, JDK6 (update 3), and I get the same rmic > error. So this isn't a Windows only thing. Does it work with JDK5? Peter > > As I mentioned previously, it's the exact same error Antoine came across > in 2004, so it must

Re: Update [was Re: weblogic rmic]

2007-11-06 Thread Peter Reilly
st jdk I tracked down) I can only assume that the test tests the behavior of an old version of weblogic rmic tool. Peter > > Kev > > - > To unsubscrib

Re: Update [was Re: weblogic rmic]

2007-11-07 Thread Peter Reilly
We do not need a vote for this. I think that you should just remove the test and document. Peter On 11/7/07, Kev Jackson <[EMAIL PROTECTED]> wrote: > Hi, > > > or we have a vote. > > > > One thing is clear: weblogic rmic was broken on ant1.7.0. nobody noticed. &g

Re: AW: 1.7.1 nearly there - alpha

2007-11-12 Thread Peter Reilly
he build, but I didn't have a copy See: http://java.sun.com/javase/downloads/previous.jsp Peter > > > Thanks, > Kev > > - > To unsubscribe, e-mail:

Re: AW: 1.7.1 nearly there - alpha

2007-11-12 Thread Peter Reilly
On Nov 12, 2007 9:38 AM, Peter Reilly <[EMAIL PROTECTED]> wrote: > On Nov 12, 2007 8:03 AM, Kev Jackson <[EMAIL PROTECTED]> wrote: > > Hi, > > > > > What is with Java 1.3 - or missed I the dropping? > > > > > > > I couldn't find a j

Re: [Fwd: RE: svn commit: r594009 - /ant/core/branches/ANT_17_BRANCH/src/main/org/apache/tools/ant/taskdefs/TempFile.java]

2007-11-13 Thread Peter Reilly
correct, I > agree that at least semantically it's utter crap :) > > I think I should modify both the svn trunk and 1.7 branch to: > > public void setCreateFile(boolean createFile) { > this.createFile = createFile; > } > > Thoughts? Yes, the original code

Re: svn commit: r594804 - in /ant/sandbox/mocks: ./ src/ src/antlr/ src/com/ src/com/jcraft/ src/com/jcraft/jsch/ src/com/sun/ src/com/sun/media/ src/com/sun/media/jai/ src/com/sun/media/jai/codec/ sr

2007-11-14 Thread Peter Reilly
My hope is that for ant 1.8.0 we can use an ivy.jar in the same way as antunit.jar - ie. a help in building, but a modification to fetch.xml should also work. There should be a repository access for all of the dependencies needed to build ant. - we may need to drop stuff l

Re: ApacheCon Presentation

2007-11-14 Thread Peter Reilly
ge.net/ant-classloadertask/) to shovel jars into the project classloader - necessary for example to use beanshell with bsf on ant 1.7.0. I also found in necessary to use it to avoid classloading issues with coverage tools on axis tasks. Peter > > Sure, a

Re: ApacheCon Presentation

2007-11-14 Thread Peter Reilly
On Nov 14, 2007 4:51 PM, Wolfgang Häfelinger <[EMAIL PROTECTED]> wrote: > >> Then again it's these people, Peter first, who enhance Ant to > >> support better models for the future, so power to you guys ;-) > > Cool, so we can expect 'auto-download' t

Link bad?

2007-12-10 Thread Peter Arrenbrecht
Hi all, The link to http://mail-archives.apache.org/eyebrowse/ViewLists which is referenced in the last bullet list on http://ant.apache.org/mail.html does not work for me. -peter - To unsubscribe, e-mail: [EMAIL

[junit task] Trying to make the test runner not query test names unless there is a failure

2007-12-11 Thread Peter Arrenbrecht
hanks for any clarifications, -peter ps. A workaround of sorts is to only return full context in toString() and return a simple name in getName(). But I still would like Ant to avoid calling getName() when it is not needed. ---

Re: getting JVM version info from Ant

2007-12-13 Thread Peter Arrenbrecht
Maybe this helps: -peter On Dec 13, 2007 5:10 PM, Steve Loughran <[EMAIL PROTECTED]> wrote: > &

Re: Ivy jar packaging

2007-12-19 Thread Peter Reilly
+1 to remove ivy-core.jar Peter On Dec 19, 2007 3:16 PM, Xavier Hanin <[EMAIL PROTECTED]> wrote: > Hi, > > ATM Ivy is provided in the form of two jars: ivy.jar and ivy-core.jar. The > ivy-core.jar is basically the same as ivy.jar except that it doesn't contain > Ant r

Re: Ivy jar packaging

2007-12-20 Thread Peter Reilly
e is quite enough jars in ant at the moment, having a number of extra ivy jars to make things work is not in my opinion a good idea. Peter > > Gilles > > 2007/12/19, Xavier Hanin <[EMAIL PROTECTED]>: > > > > > Hi, > > > > ATM Ivy is provided in the form of t

Re: [DISCUSS] EasyAnt: Ant based pre packaged build system for java projects

2008-01-10 Thread Peter Arrenbrecht
I like the idea very much. One crucial aspect, however, would be to provide a graceful path from using the prepackaged building blocks towards inlining and customizing them. If this is not possible, the thing will most likely start feeling as unwieldy as maven itself in a while. The advantage of an

Re: [DISCUSS] EasyAnt: Ant based pre packaged build system for java projects

2008-01-10 Thread Peter Arrenbrecht
On Jan 10, 2008 9:33 PM, Dominique Devienne <[EMAIL PROTECTED]> wrote: > On Jan 10, 2008 2:13 PM, Xavier Hanin <[EMAIL PROTECTED]> wrote: > > On Jan 10, 2008 7:21 PM, Peter Arrenbrecht <[EMAIL PROTECTED]> > > > Providing > > > override hooks is all w

Re: [DISCUSS] EasyAnt: Ant based pre packaged build system for java projects

2008-01-10 Thread Peter Arrenbrecht
On Jan 10, 2008 9:13 PM, Xavier Hanin <[EMAIL PROTECTED]> wrote: > On Jan 10, 2008 7:21 PM, Peter Arrenbrecht <[EMAIL PROTECTED]> > wrote: > > > Providing > > override hooks is all well and good, but that is still basically the > > very controlled and rigit m

Re: [DISCUSS] EasyAnt: Ant based pre packaged build system for java projects

2008-01-11 Thread Peter Arrenbrecht
On Jan 11, 2008 5:14 PM, Dominique Devienne <[EMAIL PROTECTED]> wrote: > On Jan 11, 2008 8:11 AM, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > > "Gilles Scokart" <[EMAIL PROTECTED]> writes: > > > > > I never thought to overwrite macro to customize a generic build script. > > > Can > > > macro be o

Re: [DISCUSS] EasyAnt: Ant based pre packaged build system for java projects

2008-01-14 Thread Peter Reilly
Why not have something simple like having a "before" and "after" attributes to the element. ... Peter On Jan 14, 2008 4:35 PM, Wolfgang Häfelinger <[EMAIL PROTECTED]> wrote: > > So every con

Re: [DISCUSS] EasyAnt: Ant based pre packaged build system for java projects

2008-01-14 Thread Peter Reilly
then the order is undefined. If the order is important, then the build file can enforce an order by using "depends". Peter > And you you need to extend Ant with "before" and "after" of > course. > > > Regards, > > Wolfgang Häfeli

Re: [DISCUSS] EasyAnt: Ant based pre packaged build system for java projects

2008-01-14 Thread Peter Reilly
On Jan 14, 2008 5:24 PM, Peter Reilly <[EMAIL PROTECTED]> wrote: > On Jan 14, 2008 5:02 PM, Wolfgang Häfelinger <[EMAIL PROTECTED]> wrote: > > Assume also: > > > > > > > > > > > > Do you want this before your "start-serve

Re: [DISCUSS] EasyAnt: Ant based pre packaged build system for java projects

2008-01-14 Thread Peter Reilly
On Jan 14, 2008 5:39 PM, Dominique Devienne <[EMAIL PROTECTED]> wrote: > On 1/14/08, Peter Reilly <[EMAIL PROTECTED]> wrote: > > On Jan 14, 2008 5:02 PM, Wolfgang Häfelinger <[EMAIL PROTECTED]> wrote: > > > Assume also: > > > > > > >

Re: [DISCUSS] EasyAnt: Ant based pre packaged build system for java projects

2008-01-14 Thread Peter Arrenbrecht
On Jan 14, 2008 9:37 PM, Xavier Hanin <[EMAIL PROTECTED]> wrote: > On Jan 14, 2008 6:39 PM, Dominique Devienne <[EMAIL PROTECTED]> wrote: > > Q1: Does everyone agree that adding before/after to target to Ant 1.8 > > is useful and should be done before (in conjunction of) creating > > generic build

Re: AW: ant java versions

2008-01-15 Thread Peter Reilly
for some things. I wonder how much use of 1.3 > is > > out there? > > I think there was already a try to start a vote of dropping Java 1.3 as > it > should be at end of life. I do not think we should do this. As far as I know, there is no super compelling reason to make

Re: Need build help

2008-01-15 Thread Peter Reilly
You need to follow exactly the build instructions: 1) check out ant to ANT_SOURCE 2) cd to ANT_SOURCE 3) ensure that CLASSPATH env variable is empty 4) place optional jars in ANT_SOURCE/lib/optional 5) ./build.sh - i.e. do not use ant to build ant. Peter On Jan 15, 2008 5:05 PM, jonathan

Re: Need build help

2008-01-15 Thread Peter Reilly
On Jan 15, 2008 5:19 PM, jonathan doklovic <[EMAIL PROTECTED]> wrote: > oops, sorry i missed that. > > Thanks, No problem, slightly better build instructions are in the manual: http://ant.apache.org/manual/install.html#buildingant Peter > > - Jonathan > > > On

Re: Need build help

2008-01-15 Thread Peter Reilly
Yes, this happens sometimes (need to look into it!). I would to ./build.sh, and then ./build.sh test Peter On Jan 15, 2008 7:10 PM, jonathan doklovic <[EMAIL PROTECTED]> wrote: > I'm building using build.sh now, however if I do: > build.sh test > > the build fails with t

Re: AW: ant java versions

2008-01-16 Thread Peter Reilly
On Jan 16, 2008 10:28 AM, Steve Loughran <[EMAIL PROTECTED]> wrote: > Peter Reilly wrote: > > > I do not think we should do this. > > As far as I know, there is no super compelling reason to make ant only > > work on java 1.4 +, > > > I was curious as it i

Re: moving to Jira

2008-01-16 Thread Peter Reilly
I use gmail, and find the JIRA conversation per message a mess. I would be -1 until this has been resolved. Peter On Jan 16, 2008 4:47 PM, Xavier Hanin <[EMAIL PROTECTED]> wrote: > On Jan 16, 2008 5:25 PM, Steve Loughran <[EMAIL PROTECTED]> wrote: > > > > > I

Re: AW: ant java versions

2008-01-16 Thread Peter Reilly
On Jan 17, 2008 12:19 AM, Bruce Atherton <[EMAIL PROTECTED]> wrote: > Peter Reilly wrote: > > There are a woe-full amount of java 1.3 users as well.. > > > > Peter > > > > > > And of 1.2 users that we abandoned during the 1.7 release. But the > thi

Re: import re-imports top-level build.xml

2008-01-29 Thread Peter Reilly
it (again) ... > unless ant is invoked as "ant –f /full/path/to/build.xml" - then import does > recognize that the file has already been imported. That does sound like a bug!. Please file a bugzilla report. Ta. Peter > > > > I would expect that import should not (ev

Re: AW: Need documentation change for if / unless

2008-02-05 Thread Peter Reilly
roperty. For example: In the first example, if the module-A-present property is set (to any value, e.g. false), the target will be run. In the second example, if the module-A-present property is set (again, to any value), the target will not be run. """ I do not know how it

Re: [VOTE] add Nicolas Lalevée as committer

2008-02-13 Thread Peter Reilly
On Feb 13, 2008 3:06 PM, Dominique Devienne <[EMAIL PROTECTED]> wrote: > On Feb 13, 2008 3:35 AM, Xavier Hanin <[EMAIL PROTECTED]> wrote: > > Even though only votes cast by PMC members are binding [12], all votes are > > welcome and important t

Re: The Cactus/JUnit-Task problem

2008-02-15 Thread Peter Reilly
This sounds excellent. However, since Cactus replaces the execute method, would it not need to add code to call setupJUnitDelegate() Peter On Fri, Feb 15, 2008 at 10:48 AM, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > Hi all, > > [Petar, it would be good if you subscribed to [

Re: 1.7.1 - Beta Vote

2008-02-25 Thread Peter Reilly
x yes +1 Peter On Mon, Feb 25, 2008 at 2:39 AM, Kevin Jackson <[EMAIL PROTECTED]> wrote: > Hi, > > As I mentioned previously (although I'm a couple of days late). > > I'd like to release a beta of 1.7.1 within the next two weeks. > > The current 1.7.1 tr

Re: xmlproperties task

2008-02-25 Thread Peter Reilly
ANT svn (trunk) supports loadFromXML in the properties task. This has not been ported to the ANT 1.7 branch. Peter On Mon, Feb 25, 2008 at 12:21 PM, Thorsten Scherler <[EMAIL PROTECTED]> wrote: > On Fri, 2008-02-22 at 14:56 -0800, Bruce Atherton wrote: > > What I think you are

Re: 1.7.1 - Beta Vote

2008-02-26 Thread Peter Reilly
ache/tools/ant/launch/Launcher.class"; > String resolved=Locator.fromJarURI(jarURI); > assertResolved(jarURI,launcher,resolved,true); > } > > Either we're pasting in the CWD in front, or new File() is doing it for us. Does this happen in ant 1.7.0 ? I

Re: bug: jar task with nested service does not create META-INF/services

2008-02-27 Thread Peter Reilly
Thanks, this has already been noticed and a fix will be in ant 1.7.1. In the meantime, the nested element should not be used. Peter On Wed, Feb 27, 2008 at 3:12 PM, Robert Koberg <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to use the nested service element in th

Re: [VOTE] Ant 1.7.1 beta

2008-03-12 Thread Peter Reilly
; > That's not how this works. You create the tasballs (and zips) and we > vote on them. > Yep, we need the tarballs. Peter > > > Despite the strange bug Steve uncovered for networked drives on > > Windows, Ant 1.7.1 is ready for beta: > > Yes, I'll

Re: Ant 1.7.1beta available

2008-03-18 Thread Peter Reilly
Hi Kev, I see that you have updated the beta (to 2). http://people.apache.org/~kevj/ant/ant-1.7.1beta2.tar.gz Peter On Mon, Mar 17, 2008 at 3:02 PM, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Mon, 17 Mar 2008, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > > > I&#x

Re: DO NOT REPLY [Bug 44630] Small error in doc (due to variable expansion?)

2008-03-18 Thread Peter Reilly
Yes, I have made a change to the build.xml file. It is up to kev to see if this should be in the ant 1.7.1 release. Peter On Tue, Mar 18, 2008 at 6:40 PM, Vladimir Mihai Pacuraru <[EMAIL PROTECTED]> wrote: > > [...] > > Good catch. > > This problem is in the d

Re: DO NOT REPLY [Bug 34005] spellcheck results from ant.apache.org manual

2008-03-19 Thread Peter Reilly
bug database when a release is being made - a lot of information can be lost. For example, there were a lot of found in 1.7..0betax that were updated to found in ant 1.7.0, and in fact the bug - although preseent in the beta was also present in ant 1.4.) Peter On Wed, Mar 19, 2008 at 2:23

netrexx and image optional tasks

2008-03-21 Thread Peter Reilly
ke to vote on moving the optional jars to separate antlibs for ant 1.8.0 (in the same way as weblogic and starteam tasks are being moved (abeit slowly)). What do people think? Peter - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [EMAIL PROTECTED]: Project bootstrap-ant (in module ant) failed

2008-03-22 Thread Peter Reilly
Opps, sorry, I commited an jar that was compiled with > javac5. Fixed now. Peter On Sat, Mar 22, 2008 at 7:39 AM, Gump Integration Build <[EMAIL PROTECTED]> wrote: > To whom it may engage... > > This is an automated request, but not an unsolicited one. For > more informat

Re: [Vote] 1.7.1beta2

2008-03-23 Thread Peter Reilly
On Sun, Mar 23, 2008 at 11:17 AM, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Sat, 22 Mar 2008, Kevin Jackson <[EMAIL PROTECTED]> wrote: > > > Available tarballs at http://people.apache.org/dist/ant/v1.7.1beta2/ > > are ready: > > > > yes [ x ]

Re: svn commit: r640878 - in /ant/ivy/core/trunk: CHANGES.txt RELEASE_NOTES

2008-03-25 Thread Peter Reilly
Text files do not specify an encoding. It this utf-8 or win1252 or latin1 ? Peter On Tue, Mar 25, 2008 at 4:11 PM, <[EMAIL PROTECTED]> wrote: > Author: hibou > Date: Tue Mar 25 09:11:41 2008 > New Revision: 640878 > > URL: http://svn.apache.org/viewvc?rev=640878&vie

Re: Should ScriptRunner call terminate() on the BSFManager?

2008-03-25 Thread Peter Reilly
what gets called where in Ant at the > moment. Just noting an important use case for WebTest which I know is > in use in the field in many places. It should be possible to modify the scripting code in such a way that will not a

Re: Should ScriptRunner call terminate() on the BSFManager?

2008-03-28 Thread Peter Reilly
webtest usage to ensure that any fix not not impact on projects that extend ant's java classes. - these are the kind of things that are done when something like this is fixed - and it is time consuming. Peter On Fri, Mar 28, 2008 at 3:23 AM, <[EMAIL PROTECTED]> wrote: > Do I need to

Re: Can I Test the NPE Bug?

2008-03-28 Thread Peter Reilly
dir}/lib/optional by hand - bsf.jar, etc) rm -rf bootstrap# Just in case this contains old classes from a previous build ./build.sh # This will make an distributable in ${basedir}/dist export ANT_HOME=~/y/ant-trunk/dist and check.. Peter On Thu, Mar 27, 2008 at 5:19 PM, Rob

Re: Merge 641903 from trunk to 1.7 branch?

2008-03-28 Thread Peter Reilly
+1 from me. Peter On Fri, Mar 28, 2008 at 11:18 AM, Xavier Hanin <[EMAIL PROTECTED]> wrote: > On Fri, Mar 28, 2008 at 12:11 PM, Steve Loughran <[EMAIL PROTECTED]> wrote: > > > Stefan Bodewig wrote: > > >> Author: peterreilly > > >> Date: Thu M

Re: Fixing some naming inconsistencies in Ivy

2008-03-30 Thread Peter Reilly
ant attribute names are case insensitive. I do not like long attribute names - although I have created a fair few my self. Peter On Sun, Mar 30, 2008 at 4:59 PM, Xavier Hanin <[EMAIL PROTECTED]> wrote: > On Sat, Mar 29, 2008 at 9:55 PM, Stephane Bailliez <[EMAIL PROTECTE

Re: test-ant is fixed in Gump

2008-04-07 Thread Peter Reilly
Thanks Peter On Mon, Apr 7, 2008 at 11:29 AM, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > Hi, > > for those who haven't noticed: Since I disabled execution of the > FailureRecorder test when running JUnit4 test-ant now passes in Gump. > This means every nag m

Re: [g...@vmgump]: Project test-ant (in module ant) failed

2008-04-08 Thread Peter Reilly
I have seen this once or twice, but have no idea why it happens. Peter On Tue, Apr 8, 2008 at 8:14 AM, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > That's ExecTaskTest failing and I have no idea why. > > Some kind of race condition that might get LeadPipeInputstream get

Re: [g...@vmgump]: Project test-ant-no-xerces (in module ant) failed

2008-04-25 Thread Peter Reilly
This is due to: [au:antunit] Build File: /srv/gump/public/workspace/ant/src/tests/antunit/types/scriptcondition-test.xml [au:antunit] Tests run: 16, Failures: 0, Errors: 14, Time elapsed: 0.316 sec [au:antunit] Target: testBeanshellReturnTrue caused an ERROR [au:antunit]at line 100, column 42

Re: 1.7.7 DOMUtilTest fixed

2008-06-08 Thread Peter Reilly
ce the last beta release > > I would like to start the process for the full release since the beta > has been available for some time now. > > Thoughts? Go for it. Peter > > Kev > > - > To unsubscrib

Re: Locking in Project and PropertyHelper

2008-06-17 Thread Peter Reilly
the project object would not help as multiple threads could call the add/remove method at the same time. We would need something like jdk5's CopyOnWriteArrayList to do this correctly. Peter > > Stefan > > -

Re: AntUnit 1.1?

2008-08-22 Thread Peter Reilly
sounds good (am catching up on my e-mail queue). Peter On Tue, Jul 15, 2008 at 1:58 PM, Kevin Jackson <[EMAIL PROTECTED]> wrote: >> ant's trunk has been using a snapshot of AntUnit's trunk for quite >> some time now, so we seem to need some unreleased feature. How

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

2008-08-27 Thread Peter Reilly
yikes! Peter On Mon, Aug 25, 2008 at 3:04 PM, <[EMAIL PROTECTED]> wrote: > Author: bodewig > Date: Mon Aug 25 07:04:01 2008 > New Revision: 688729 > > URL: http://svn.apache.org/viewvc?rev=688729&view=rev > Log: > reallyput the value into the map. > > Modif

Re: [VOTE] Release AntUnit 1.1 Beta 1

2008-08-27 Thread Peter Reilly
+1 Peter On Wed, Aug 27, 2008 at 7:44 AM, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > just in case your mail client doesn't like the way our mailing list > manager deals with multipart/signed messages (just like min

Re: DirectoryScanner and Symlinks

2008-09-04 Thread Peter Reilly
Is it not costly (as in very costly) to get the canonical path ? I would be for the lowest tech possible here. Peter On Thu, Sep 4, 2008 at 4:38 PM, Dominique Devienne <[EMAIL PROTECTED]> wrote: > On Thu, Sep 4, 2008 at 7:32 AM, Stefan Bodewig <[EMAIL PROTECTED]> wrote: &g

Re: [VOTE] Release AntUnit 1.1

2008-09-19 Thread Peter Reilly
+1 Peter On Fri, Sep 19, 2008 at 10:41 AM, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > Hi all, > > since no new issues have been found with the beta that has been out > for three weeks, I've created archives from the same code base and > uploaded them to http://

Re: Compiling fails on JDK 1.3

2008-10-14 Thread Peter Reilly
release of 1.7.0, and was due to the fact that the java5 javac compiler is unable to generate correct bytecode for 1.2. - so the breaking change is in Ant 1.7.0. Peter > >> Like FAQ? > > Will do, alongside a comment that we don't really test old Java > releases and on

Re: YUI Compressor Antlib

2008-10-17 Thread Peter Reilly
Fire away, this is what the sandbox is for. Peter On Fri, Oct 17, 2008 at 7:03 PM, Kevin Jackson <[EMAIL PROTECTED]> wrote: > Hi, > > At work we have a need for this, so I've thrown it together just now > (very rough, but it does what it says on the tin). > > It

Re: [VOTE] Adopt Java 1.4 as a minimum requirement for core/trunk

2008-10-30 Thread Peter Reilly
+1 since java1.3 has been eoled, and it would be nice to have nio available. On Thu, Oct 30, 2008 at 7:06 PM, Dominique Devienne <[EMAIL PROTECTED]> wrote: > On Thu, Oct 30, 2008 at 10:48 AM, Stefan Bodewig <[EMAIL PROTECTED]> wrote: >> This is not that much based on features available (altho

Re: which xml parse package that ant use?

2008-11-17 Thread Peter Reilly
Also sax is stream based - so the first errors that ant would see would be the fact that the first element is not "project" the malformed xml document would not be noticed at this stage as processing of the document would stop. Peter On Mon, Nov 17, 2008 at 3:46 PM, Stefan Bodew

Re: svn commit: r741089 - in /ant/core/trunk/src: main/org/apache/tools/bzip2/ main/org/apache/tools/tar/ main/org/apache/tools/zip/ tests/junit/org/apache/tools/zip/

2009-02-05 Thread Peter Reilly
some of the findbugs issues are a little too severe. Do we really need to copy the arrays?? Peter On Thu, Feb 5, 2009 at 12:30 PM, wrote: > Author: bodewig > Date: Thu Feb 5 12:30:01 2009 > New Revision: 741089 > > URL: http://svn.apache.org/viewvc?rev=741089&view=rev &

Re: svn commit: r743910 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/taskdefs/Javac.java

2009-02-12 Thread Peter Reilly
Neat, that is a a brilliant solution! Peter On Thu, Feb 12, 2009 at 10:35 PM, wrote: > Author: jglick > Date: Thu Feb 12 22:35:18 2009 > New Revision: 743910 > > URL: http://svn.apache.org/viewvc?rev=743910&view=rev > Log: > #43114: ensuring that package-info.clas

Re: svn commit: r743910 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/taskdefs/Javac.java

2009-02-13 Thread Peter Reilly
The version is 1.5 - and it is not meant to be replaced! Peter On Fri, Feb 13, 2009 at 3:04 PM, Dominique Devienne wrote: > On Thu, Feb 12, 2009 at 4:35 PM, wrote: >> +private static final byte[] PACKAGE_INFO_CLASS_HEADER = { >> +(byte) 0xca, (byte) 0xfe, (byte) 0x

Re: svn commit: r743910 - in /ant/core/trunk: WHATSNEW src/main/org/apache/tools/ant/taskdefs/Javac.java

2009-02-18 Thread Peter Reilly
Perhaps we should check the "target" attribute - but this is very much an edge case. Peter On Wed, Feb 18, 2009 at 4:32 PM, Stefan Bodewig wrote: > On 2009-02-18, Jesse Glick wrote: > >> Stefan Bodewig wrote: >>>> this should be the equivalent of compiling a

schema for junit xml output

2009-02-24 Thread Peter Reilly
ment testsuites { testsuite* } #------ Peter - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org

Re: schema for junit xml output

2009-03-18 Thread Peter Reilly
The google-test people are going to to change the output from to (with a command-line switch). They have some extra attributes, and do not populate some attributes and elements. but the output is understood by hudson without mod to hudson. Peter. On Wed, Mar 18, 2009 at 3:50 PM, Jesse Glick

Re: Giving the improved bzip2 code a second chance?

2009-03-26 Thread Peter Reilly
It looks good at the moment. Peter On Thu, Mar 26, 2009 at 1:20 PM, Stefan Bodewig wrote: > Hi all, > > with Ant 1.7.0 we changed the bzip2 code to make it a lot faster and > reverted the change in 1.7.1 because it was creating corrupt archives. > > Meanwhile the Ha

Re: Giving the improved bzip2 code a second chance?

2009-03-27 Thread Peter Reilly
l our tests? > > If it passes our tests (and Peter's extended test), why should we not > use it?  +1 from me > +1 from me. Peter > Kev > > - > To unsubscribe, e-

Re: Giving the improved bzip2 code a second chance?

2009-03-27 Thread Peter Reilly
Excellent. My tests have shown no problems. Peter On Fri, Mar 27, 2009 at 1:53 PM, Stefan Bodewig wrote: > committed as revision 759138 > > Stefan > > - > To unsubscribe, e-mail: dev-unsubscr...@ant.apache.or

Re: svn commit: r434226 - in /ant/core/trunk: CONTRIBUTORS WHATSNEW src/main/org/apache/tools/ant/taskdefs/MacroInstance.java

2006-08-24 Thread Peter Reilly
There was a problem with utf8/latin1 encoding and auto conversion at one time. The solution was to mark the file as binary. Peter On 8/24/06, Martin van den Bemt <[EMAIL PROTECTED]> wrote: CONTRIBUTORS is marked binary ? Mvgr, Martin [EMAIL PROTECTED] wrote: > Author: peterreil

Re: classloader for 1.7

2006-08-25 Thread Peter Reilly
r may be a better task for core ant that the proposed solution, I know that a number of projects use something similar, so it is a pretty common use case. The classpath report task is also very very useful. Peter On 8/25/06, Conor MacNeill <[EMAIL PROTECTED]> wrote: I'm +1 on having

Re: svn commit: r434226 - in /ant/core/trunk: CONTRIBUTORS WHATSNEW src/main/org/apache/tools/ant/taskdefs/MacroInstance.java

2006-08-25 Thread Peter Reilly
Opps, I forgot.. I will do it when I get back to my svn machine. Peter On 8/24/06, Stefan Bodewig <[EMAIL PROTECTED]> wrote: On Thu, 24 Aug 2006, Peter Reilly <[EMAIL PROTECTED]> wrote: > There was a problem with utf8/latin1 encoding > and auto conversion at one time. The

Re: classloader for 1.7

2006-08-29 Thread Peter Reilly
ext->system->project->secondary, it would meant that the classes in project would not be able to see the secondary classes. Peter On 8/28/06, Jesse Glick <[EMAIL PROTECTED]> wrote: Peter Reilly wrote: > The antlibs solution would be ok, but it does not solve ant optional ta

Re: classloader for 1.7

2006-08-29 Thread Peter Reilly
mented extension semantics, with scope limited to the systemclassloader).. So a simple task to extend the project classpath - as describedby Conor. I am attaching such a task.It's use is as follows:    Peter - To unsubscr

Re: classloader for 1.7

2006-08-30 Thread Peter Reilly
On 8/30/06, Jesse Glick <[EMAIL PROTECTED] > wrote: Peter Reilly wrote:> So what would be the hier for the secondary class loader?> if it is bootstrap->ext->system->project->secondary,Yes.> it would meant that the classes in project would not be able to see the > sec

Re: svn commit: r439014 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/condition: ConditionBase.java antlib.xml

2006-08-31 Thread Peter Reilly
or Xcondition). Peter

Re: classloader for 1.7

2006-09-01 Thread Peter Reilly
et up differently in the different IDEs, embedded ant and ant called from ant(.bat). A number of projects set up ant using the java api, in this case we do not have control of which classes of ant are used in the project classloader context On 8/31/06, Jesse Glick <[EMAIL PROTECTED]> wrote: Peter R

Re: classloader for 1.7

2006-09-01 Thread Peter Reilly
the Manager class to load the language. Peter On 9/1/06, Peter Reilly <[EMAIL PROTECTED]> wrote: I do not want this to be too complicated. The component classloader should delegate everything to its parent classloader (the Project.class.getClassLoader()) except for ant's optional

VOTE: add an antlib (and optional task) loader to ant 1.7

2006-09-04 Thread Peter Reilly
Sorry for asking for another vote on the Classloader for ant issue, but I think that the last vote was very half-hearted in slight support of including the (new) classloader task. However, I think that there was not enough support. In the meantime, I have been looking at Jesse's idea to have a "se

Re: DO NOT REPLY [Bug 35436] - AntClassLoader returns false loader in getParent()

2006-09-05 Thread Peter Reilly
cannot have a getResources() method. It has to fake the getResources by not having a parent as seen by ClassLoader.getResources(). Peter On 9/5/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVA

available searchs parent and grandparent directory for files

2006-09-06 Thread Peter Reilly
behavior to be controlled. Peter

Re: Location in non-Task tasks

2006-09-09 Thread Peter Reilly
I think that Location handling should be at the project component level, being there could make better reporting of nested elements. So +1 for handling of Location in ProjectComponent. However, it is a pity that AssetTask has to extend ConditionBase ... oh well. Peter On 9/9/06, Stefan

Re: [VOTE] New Release Candidate for .NET Antlib 1.0 Beta 1

2006-09-09 Thread Peter Reilly
+1 Peter On 9/9/06, Stefan Bodewig <[EMAIL PROTECTED]> wrote: On Fri, 8 Sep 2006, Jan Materne <[EMAIL PROTECTED]> wrote: > apache-ant-dotnet-0.1-SNAPSHOT-bin.zip > - /LICENSE:190: * Copyright [] [name of copyright owner] >No year, no copyright owner? >

Re: [VOTE] Release 1.7.0Beta2

2006-09-10 Thread Peter Reilly
+1 Peter On 9/10/06, Conor MacNeill <[EMAIL PROTECTED]> wrote: +1 Conor Antoine Levy-Lambert wrote: > Hi, > > I propose to build a second beta on Sunday, September 17th > > the tag in Subversion would be : ANT_170_B2 > the version returned by ant -version w

<    1   2   3   4   5   6   7   8   9   10   >