Re: svn commit: r1066963 - in /ant/core/trunk/src/main/org/apache/tools: ant/ ant/taskdefs/ ant/taskdefs/cvslib/ ant/taskdefs/email/ ant/taskdefs/optional/ ant/taskdefs/optional/depend/ ant/taskdefs/o

2011-02-24 Thread Jon Stevens
es. java4 and java5 have been EOL'd... so maybe ant 2.0 would be good someday...the solution is to just keep development on the 1.x branch going as well. i know found a document in the wiki talking about ant ng, but i can't find it now... (and no, i don't consider maven a replacem

Re: "Replace" ANT task overwrites read-only files

2010-10-28 Thread Jon Stevens
Sounds like an overcomplicated, brittle and error prone way to develop code. jon On Thu, Oct 28, 2010 at 2:51 AM, Marco Sambin - NeoLogica < marco.sam...@neologica.it> wrote: > Hi. > > I am using a ANT task in my build.xml in order to implement a > kind > of "cond

Ivy Hudson Plugin

2010-09-27 Thread Jon Schneider
Recently I extended the Hudson Ivy plugin to allow for passing along parameterizations to triggered downstream builds. I might have some other additions to the plugin coming down the pipe. Does anybody have commit access to the repository? Can I get access to commit the changes? Thanks, Jon

Re: binary download cgi is broken

2010-08-29 Thread Jon Stevens
Yea, I emailed the memb...@apache list and finally someone paid attention. jon On Sun, Aug 29, 2010 at 12:36 AM, Conor MacNeill wrote: > I've just tried it and it worked for me so I presume whatever was up > has been corrected. > > Conor > > > On Sun, Aug 29,

binary download cgi is broken

2010-08-28 Thread Jon Stevens
http://ant.apache.org/bindownload.cgi no way to download ant.

Re: mappedresources question

2010-07-14 Thread Jon Stevens
Sure, but then I'd have to subscribe to a busy list that I don't really want to be on and this is also the hope that the examples on the website might get updated to include something like this. Thanks for the information. jon On Wed, Jul 14, 2010 at 6:36 AM, Stefan Bodewig wrot

mappedresources question

2010-07-13 Thread Jon Stevens
say i have this: but i want to exclude some files from the WEB-INF/lib that are included in the all.classpath... how would i do that? jon

Re: Sweetened

2010-07-04 Thread Jon Stevens
you are going to do that, you might as well not use it at all. Just use Sweetened and get the same benefits, but without the extra junk you don't need. cheers, jon On Sun, Jul 4, 2010 at 2:59 AM, Jeffrey Sinclair wrote: > Hi Jon, > > This is an interesting project for me because

Sweetened

2010-07-03 Thread Jon Stevens
ke to thank everyone here for their help getting it going. It is working great in a environment with about 15 developers and ~10 projects. cheers, jon - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional comman

Re: bug in DOMElementWriter

2010-06-29 Thread Jon Stevens
Maybe it is just me, but it seems vastly more efficient to just write out the correct string than call Integer.toHexString(). Also, don't forget to update WHATSNEW since this is potentially a backwards incompatible change. jon On Tue, Jun 29, 2010 at 12:51 AM, Stefan Bodewig wrote: >

Re: Ivy 2.2.0-RC1

2010-06-28 Thread Jon Schneider
constraint is [2.1.0, 3.0.0). Thus the timing of the Ivy release does not impact the 2.1.0 release of IvyDE. Thanks, Jon On Mon, Jun 28, 2010 at 9:20 AM, Maarten Coene wrote: > Jon, > > what do we need to change in the UpdateOptions class? > > Maarten > > > > >

Re: bug in DOMElementWriter

2010-06-28 Thread Jon Stevens
> > By now I tend to agree with Jon that DOMElementWriter should encode \n, > \r and \t when writing attribute values (and only when writing attribute > values). > > Stefan > Thank you. jon

Re: Ivy 2.2.0-RC1

2010-06-28 Thread Jon Schneider
release without duplicating that code in IvyDE itself. Also, we need to revote on IvyDE 2.1.0 anyway ... should I be rebuilding it yet again with the Ivy 2.2.0 release? What do you think? Jon On Thu, Jun 24, 2010 at 3:32 AM, Maarten Coene wrote: > I wanted to create this RC last week, but I

Re: bug in DOMElementWriter

2010-06-27 Thread Jon Stevens
> > Don't get hand up on the textual representation of the XML file. This > > > > and this > > > > > is exactly the same thing as far as XML is concerned. > > And what about: which ends up like this after 'echoxml'... ? jon

Re: bug in DOMElementWriter

2010-06-27 Thread Jon Stevens
On Sun, Jun 27, 2010 at 10:35 AM, Dominique Devienne wrote: > On Sat, Jun 26, 2010 at 6:54 PM, Jon Stevens wrote: > > For example, attr="&" comes out as attr="&" and not attr="&"... I > > don't have to write attr="&amp;&quo

Re: bug in DOMElementWriter

2010-06-26 Thread Jon Stevens
uot;... I don't have to write attr="&amp;" to get what I want. The same is true with attr=">"... it comes out as attr=">" instead of attr=">". This is all because DOMElementWriter.encode() is smart about those entities. attr=" " sho

Re: bug in DOMElementWriter

2010-06-26 Thread Jon Stevens
Here is a better example: [8][ //tmp ]% ant Buildfile: build.xml BUILD SUCCESSFUL Total time: 0 seconds Not what I was expecting. jon On Fri, Jun 25, 2010 at 5:02 PM, Jon Stevens wrote: > Say you have an element like this: > > > > If you want to load that through

bug in DOMElementWriter

2010-06-25 Thread Jon Stevens
this: case '\n': sb.append(" "); break; Obviously, you'd want a more complete encoding of all possible values. jon

Re: Union + Tar

2010-06-25 Thread Jon Stevens
Ok, how do I do the same thing with the war task lib directory? need to put a reference to my union in here. jon On Fri, Jun 25, 2010 at 9:47 AM, Jon Stevens wrote: > sweet. works like a charm (even though it is a bit non-intuitive). mind if > i submit a diff to t

Re: Union + Tar

2010-06-25 Thread Jon Stevens
sweet. works like a charm (even though it is a bit non-intuitive). mind if i submit a diff to the tar documentation page with this example? jon On Thu, Jun 24, 2010 at 9:10 PM, Stefan Bodewig wrote: > On 2010-06-25, Jon Stevens wrote: > > > Now, I'd like to reference th

Union + Tar

2010-06-24 Thread Jon Stevens
thing like this: I'm getting this error (ant 1.8.1): only single argument resource collections are supported as archives Idea's? One workaround is to create the directory structure first by copying files, but that is kind of lame. =) jon

Re: Extending path

2010-06-14 Thread Jon Stevens
. =) I have a hard enough time getting people off of Eclipse 3.3. =) jon - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org

Re: Extending path

2010-06-14 Thread Jon Stevens
eel like this is functionality that has been missing in ant forever now. jon [1] http://code.google.com/p/sweetened/source/browse/trunk/src/com/googlecode/sweetened/typedef/SweetenedPath.java#55 - To unsubscribe, e-mail: dev-unsubs

Re: Ivy 2.2.0-RC1

2010-06-11 Thread Jon Stevens
I was trying it with the Ivy Eclipse Plugin and it wasn't working at all. The error was that it couldn't find the jar files in the maven repository. jon On Thu, Jun 10, 2010 at 2:12 PM, Maarten Coene wrote: > Yeah, writing good documentation can be very difficult and time consumi

Re: Ivy 2.2.0-RC1

2010-06-10 Thread Jon Stevens
g from the first example on the website and have it just work. But, maybe that is just me. =) jon On Thu, Jun 10, 2010 at 1:02 PM, Maarten Coene wrote: > Hi all, > > I would like to create a new Ivy release (2.2.0-RC1) somewhere next week. > Are there any o

Re: Extending path

2010-06-10 Thread Jon Stevens
erride the 'scope' of the filelist.classpath. I guess one option would be to implement my own refid type system within my spath, but I was hoping that I could just use ant's. thoughts? jon - To unsubscr

Re: Extending path

2010-06-10 Thread Jon Stevens
On Thu, Jun 10, 2010 at 10:58 AM, Jon Stevens wrote: > the getCollection() method on my spath element is called. However, the > scope attribute on the spath is null. (ie: I've overrided > getCollection() and this.scope is null). I'm not sure why this is > getting nulled

Re: Extending path

2010-06-10 Thread Jon Stevens
path} the getCollection() method on my spath element is called. However, the scope attribute on the spath is null. (ie: I've overrided getCollection() and this.scope is null). I'm not sure why this is getting nulled out. Also, I really can't use 1.8 features... as much as

Re: Extending path

2010-06-09 Thread Jon Stevens
in > backwards compatibility almost dogmatically. =) > In your case things get worse since you come look into it with your > knowledge of a pre-ResourceCollection-era of Ant.  If you start out with > the concepts of Resource and ResourceCollection and completely do away >

Re: Extending path

2010-06-08 Thread Jon Stevens
lternative to being able to specify your dependencies in your ant build file and then use those to produce your Eclipse .classpath and launch config files. All I want is something simple and fast and just works. =) thanks, jon On Tue, Jun 8, 2010 at 7:14 AM, Stefan Bodewig wrote: > On 2010-06-04, Jon

Re: Extending path

2010-06-07 Thread Jon Stevens
Hi Matt, Using Resources/ResourceCollections is definitely better than what I had tried before. After a bit more wrangling today and I think I've got what I wanted. Thanks for the feedback. jon On Mon, Jun 7, 2010 at 2:18 PM, Matt Benson wrote: > I'm not sure what filelist has

Re: Extending path

2010-06-07 Thread Jon Stevens
Anyone? Stefan? On Fri, Jun 4, 2010 at 11:52 AM, Jon Stevens wrote: > Hi all, > > Been a long long time since I've been around these parts, so apologies > if this has been covered before. > > What I'd like to do is be able to add a couple of attributes to the > el

Extending path

2010-06-04 Thread Jon Stevens
ope (run/compile) as well as pointing to the source for the jar file. Thoughts? jon - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org

Re: [IVY] status update for IvyDE 2.1.0 ??

2010-05-07 Thread Jon Schneider
ed to recreate the issue after eliminating the line in WorkspaceIvySettings setting the default resolve mode to dynamic, and cannot reproduce the behavior that the reporter describes. Maybe I am missing something that you could shed more light on? Jon On Thu, Apr 29, 2010 at 5:54 AM, Scheper, Erik-B

Re: IvyDE 2.1.0 Release

2010-03-24 Thread Jon Schneider
worth examining. Jon On Wed, Mar 24, 2010 at 8:45 AM, Antoine Levy Lambert wrote: > Hello Jon and other IvyDE committers, > > how are you proceeding with the release ? I think that neither me nor > Stefan voted a formal -1 for the release, and I think you have 3+1s. > > So you

Re: IvyDE 2.1.0 Release

2010-03-19 Thread Jon Schneider
Antoine, I wonder if your problem is similar to Stefan's: "at least the things I've downloaded using Firefox on Windows were unusable." The feature.xml can be changed. Thanks for pointing it out. Jon On Fri, Mar 19, 2010 at 12:20 PM, Antoine Levy Lambert wrote: > He

Re: IvyDE 2.1.0 Release

2010-03-19 Thread Jon Schneider
Just a reminder on this vote... Any other binding voters other than Maarten care to offer an up or down vote ;) ? Thanks, Jon On Sun, Mar 14, 2010 at 5:24 PM, Maarten Coene wrote: > Do you vote for the release of these binaries? > [X] Yes > [ ] No > > I was able to install it

IvyDE 2.1.0 Release

2010-03-11 Thread Jon Schneider
from this URL: http://people.apache.org/~jschneider/ivyde-2.1.0/ And a staging update site has been setup here: http://people.apache.org/~jschneider/staging/updatesite/ Do you vote for the release of these binaries? [ ] Yes [ ] No Thanks, Jon

Re: [ivy] IVYDE release status

2010-03-10 Thread Jon Schneider
r the delay, Jon On Wed, Mar 10, 2010 at 9:08 AM, Scheper, Erik-Berndt < erik-berndt.sche...@sogeti.nl> wrote: > Hi, > > > > Any updates on the status of the IVYDE 2.1 release? > > > > Regards, > > Erik-Berndt > > > Disclaimer: > This message con

Re: IvyDE 2.1.0 Release [VOTE]

2010-02-26 Thread Jon Schneider
Nicholas, The solution to this problem is unclear to me. Do we not have the same problem we had with the zest library? Jon On Thu, Feb 25, 2010 at 4:39 PM, Maarten Coene wrote: > I don't know how many Eclipse users won't have this XML editor plugin? > I didn't do any

IvyDE 2.1.0 Release [VOTE]

2010-02-24 Thread Jon Schneider
? [ ] Yes [ ] No Regards, Jon

Re: Will future IvyDE resolve workspace dependencies on the branch attribute?

2010-02-12 Thread Jon Schneider
include your new feature in that release. Thanks again, Jon On Tue, Feb 9, 2010 at 1:45 PM, Jeffrey Metcalf wrote: > Hi John, > > I just created issues in Jira. > > https://issues.apache.org/jira/browse/IVYDE-234 (add branch comparison > to workspace resolution code) > http

Re: IvyDE 2.1.0 Release

2010-02-12 Thread Jon Schneider
will do so selectively whenever the dust settles and we actually release it. Thanks, Jon On Fri, Feb 12, 2010 at 10:20 AM, Jon Schneider wrote: > I have built a final candidate for IvyDE 2.1.0. You can download the > distribution at [1]. A staging updatesite has been deployed at [2].

Re: IvyDE 2.1.0 Release

2010-02-12 Thread Jon Schneider
wait a bit for feedback (if there is any) before starting a vote on the release. Jon

Re: Will future IvyDE resolve workspace dependencies on the branch attribute?

2010-02-09 Thread Jon Schneider
who aren't really thinking deeply about their set of configuration options. This could be a slippery slope we find ourselves on with ignoring certain attributes. Thanks for your work on it, Jon [1] http://issues.apache.org/jira/browse/IVYDE On Tue, Feb 9, 2010 at 8:55 AM, Jeffrey Metcal

Re: IvyDE updatesite packing again

2010-02-04 Thread Jon Schneider
Please do. I think it would be advantageous to build the final IvyDE 2.1.0 with this fix as well. Jon On Thu, Feb 4, 2010 at 10:24 AM, Matt Benson wrote: > Okay, all the silly questions notwithstanding, I was actually able to > muddle through this. ;) As it turns out, the Pulse-m

Re: IvyDE 2.1.0 Release

2010-02-04 Thread Jon Schneider
The RC was just a guess on my part. If we are going straight to a final version, I'll rebuild and update my staging site. Jon 2010/2/4 Nicolas Lalevée > On Wed, 3 Feb 2010 19:24:22 -0600, Jon Schneider > wrote: > > It is meant to be an RC1. > > I am a bit confused too.

Re: IvyDE 2.1.0 Release

2010-02-03 Thread Jon Schneider
It is meant to be an RC1. I tried to follow the release docs as closely as possible. I'll take a closer look at the docs and version.properties tomorrow morning when I have a better internet connection. Thanks, Jon On Wed, Feb 3, 2010 at 3:38 PM, Maarten Coene wrote: > Jon, >

Re: IvyDE updatesite packing again

2010-02-03 Thread Jon Schneider
Matt, Just dump the contents of the dist directory into a folder (e.g. updatesite) in any http server of your choice. That's it. Jon On Wed, Feb 3, 2010 at 3:07 PM, Matt Benson wrote: > Hi, Jon. I realize from the text below that the problem here is a bug with > this other tool,

Re: IvyDE updatesite packing again

2010-02-03 Thread Jon Schneider
ar.pack.gz file is found, it will be downloaded and unpacked, otherwise the .jar file is downloaded as normal." This indicates to me that a reasonable local test would be to delete all but the packed jars from a locally staged update site and verify that the Update Manager will pick up the feature

Re: IvyDE 2.1.0 Release

2010-02-03 Thread Jon Schneider
Understood, I was meaning to suggest that somebody else may need to sign the final released artifacts, not that others should sign my key in advance of the final release. Thanks, Jon On Wed, Feb 3, 2010 at 12:52 PM, Antoine Levy Lambert wrote: > Jon Schneider wrote: > >> >&g

IvyDE 2.1.0 Release

2010-02-03 Thread Jon Schneider
te on the final release? Thanks, Jon [1] http://people.apache.org/~jschneider/ivyde-2.1.0/ [2] http://people.apache.org/~jschneider/staging/updatesite/

Re: Releasing IvyDE 2.1.0 ?

2010-01-29 Thread Jon Schneider
o allow for the installation of IvyDE with older versions of Ivy. I don't know how testable that really is. Jon 2010/1/29 Nicolas Lalevée > I think this would be a good time to release IvyDE as the last release was > about 6 months ago. The last time we discussed it we wanted to ha

Re: [VOTE] Accept Groovy-Front Donation

2009-12-11 Thread Jon Schneider
I think that there is value in this product. Unbinding +1 from me. Jon

Re: IVYDE - Proposal to increase minimum supported Eclipse version to 3.4

2009-12-11 Thread Jon Schneider
version? I'd be happy to put together a release with a little guidance. Jon

IVYDE - Proposal to increase minimum supported Eclipse version to 3.4

2009-12-10 Thread Jon Schneider
separate plugin, but I would prefer to keep it in one bundle. If there is agreement here, I will pose the same question on ivy-user. Thoughts? Jon 1. https://issues.apache.org/jira/browse/IVYDE-208

Re: Ivy Indexer

2009-11-25 Thread Jon Schneider
IVY-1143 created for this thread and linked to IVYDE-134. A rough patch is attached. Jon On Tue, Nov 24, 2009 at 7:32 AM, Jon Schneider wrote: > > - > > > So Solr might be the easiest way of achieving an Ivy indexer. > >>

Re: Ivy Indexer

2009-11-24 Thread Jon Schneider
effectively committing the transaction. On a somewhat related point, are we still considering Solr or other repo managers for the additional duty of handling the indexing? Is there a use case where guaranteeing indexing concurrency apart from a simple lock strategy (block until the index lock is closed or a timeout is reached) is important? Jon

Re: Ivy Indexer

2009-11-18 Thread Jon Schneider
g days. Thanks for all the feedback so far, Jon

Re: Ivy Indexer

2009-11-17 Thread Jon Schneider
> When you say "anywhere you choose", is it limited to a location on the > filesystem? Or do you intend to make use of ivy repositories access/publish > mechanism to store the index remotely? With filesystem only the usage > sounds rather limited. With ivy repository mechanism you can store your >

Re: svn commit: r880829 - /ant/core/trunk/xdocs/contributors.xml

2009-11-17 Thread Jon Schneider
t sure what is the best though. > > Nicolas Sounds valid to me too. The "svn up" on people.apache.org updated contributors.html, but the change was not reflected on the site. I assume there is some other job that picks up changes or this is done at release time? Jon

Re: svn commit: r880829 - /ant/core/trunk/xdocs/contributors.xml

2009-11-16 Thread Jon Schneider
On Mon, Nov 16, 2009 at 11:19 AM, Stefan Bodewig wrote: > do you know how to re-generate Ant's site or do you need a hand? > Honestly, I don't. I could use a hand. Jon

Re: Ivy Indexer

2009-11-16 Thread Jon Schneider
en't found a public facing interface to this yet, but I haven't looked all that intensively. There may not be one. Runtime dependencies are very tricky. I'll be interested in your thoughts on the byte code interpreter. The only idea that has occurred to me is using the reports generated by Clover. Jon

Re: Ivy Indexer

2009-11-14 Thread Jon Schneider
dd dependency (and remove unnecessary dependency) functionality. Jon 2009/11/13 Nicolas Lalevée > On Friday 13 November 2009 10:24:56 Gilles Scokart wrote: > > Seems nice. But I'm not sure I understand what it will be used for. > > What would be the user interface to read the inde

Ivy Indexer

2009-11-11 Thread Jon Schneider
this approach? Jon

Incremental Resolve

2009-10-12 Thread Jon Schneider
I created a JIRA wish (IVY-1134) for this where I maybe should have posted it here first: I am trying to integrate an Eclipse Zest (GEF) Ivy resolve visualizer into IvyDE (see IVYDE-208) to help our developers visualize the eviction process and to see how transitive dependencies were brought into

RE: sending patches

2006-03-09 Thread Jon Skeet
Windows Explorer plugin (Subversion's lovely, by the way. I've only been using it for a month, but compared with VSS it's a dream. Admittedly most things are a dream compared with VSS...) Jon Clearswift monitors, controls and protects all its messaging traffic in compliance with

JUnit4 support - done?

2006-03-01 Thread Jon Skeet
So, having just seen the commit and bug 38811 notes for JUnit4 support - does that mean it's all done? Should I "call off the hounds" as it were in terms of the JUnit team getting together with the Ant and Maven teams? Or should we still be looking at a transfer of ownership, a

NoClassDefFoundError when loading class from -lib

2005-09-27 Thread Jon McLennan
directly in the Classpath, but this can cause problems on Windows if the value of Classpath gets too long and I'd like to avoid that. Jon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Returned mail: see transcript for details

2004-08-01 Thread jon
Your message was not delivered due to the following reason: Your message could not be delivered because the destination server was not reachable within the allowed queue period. The amount of time a message is queued before it is returned depends on local configura- tion parameters. Most likely t

Delivery Error (dev@ant.apache.org)

2004-05-01 Thread jon
Delivery Agent - Translation failed - failed message - 0sJ+_?Hü8UwhDAxwQREsZyRpO3&ITV)?Zwg~HF)gxUj!ü dl%+|*Px$_>40|)~~EJa'räe0r+#r|5mäJ)Mi!WwU%üv(q'( :M82tOCWl0ßi5I5jUPüjKEC5LlbPTawSpgyjUFrmxMl IdNfU*JBAveFxw%AFCRötmqPtMRNtP?OjLA>dTCA$ Translated message has been attached

something for you

2004-02-21 Thread jon
your name is wrong <> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]