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
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
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
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,
http://ant.apache.org/bindownload.cgi
no way to download ant.
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
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
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
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
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:
>
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
>
>
>
>
>
>
> 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
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
>
> 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
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="&&quo
uot;... I
don't have to write attr="&" 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
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
this:
case '\n':
sb.append("
");
break;
Obviously, you'd want a more complete encoding of all possible values.
jon
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
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
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
. =) 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
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
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
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
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
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
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
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
>
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
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
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
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
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
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
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
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
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
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
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
?
[ ] Yes
[ ] No
Regards,
Jon
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
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].
wait a bit for feedback (if there is any) before
starting a vote on the release.
Jon
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
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
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.
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,
>
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,
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
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
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/
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
I think that there is value in this product. Unbinding +1 from me.
Jon
version?
I'd be happy to put together a release with a little guidance.
Jon
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
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.
>
>>
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
g days.
Thanks for all the feedback so far,
Jon
> 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
>
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
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
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
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
this approach?
Jon
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
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
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
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]
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 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
your name is wrong
<>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
72 matches
Mail list logo