AW: attribute name with dash

2010-09-07 Thread Jan.Materne
>> Is it possible to define attribute name with dash ? > >Not with Ant's built-in reflection logic. Any attribute can only >consist of characters leagl inside a Java method name. > >You can define attributes with a dash when you implement >org.apache.tools.ant.DynamicAttribute or DynamicAttributeN

AW: ExtensionPoints + Dependencies

2010-08-17 Thread Jan.Materne
>IMHO you are wrong. extensionOf adds C to the depends list of >B but doesn't change anything for C itself. So my target has to define the dependencies for itself. I changed the names to more meaningful ones: Ant-Version ${ant.version} Initialize Ivy (download ivy.jar, task

ExtensionPoints + Dependencies

2010-08-16 Thread Jan.Materne
If I have a buildfile with extension points and their extensions, I think I would be able to run the extensions as part of the whole build via extension-points and directly. But if I run the target directly I would think, that dependencies are also executed, but they are not. Is this forgotten or

Ivy Manual: yED

2010-07-29 Thread Jan.Materne
I had a quick look into the graph.xml files and yED http://ant.apache.org/ivy/history/latest-milestone/yed.html According to yEDs FAQ you could start the graph.xml file directly via javaws.exe -open C:\Path\To\My\GraphML\File\MyDiagram.graphml http://www.yworks.com/products/yed/demo/yed.jn

AW: Adding Jesse Glick to the Ant PMC

2010-07-27 Thread Jan.Materne
>HI all, > >I'm please to announce that the Ant PMC has voted to add Jesse Glick >to the Ant PMC. > >Cheers >Conor Welcome, Jesse. cheers Jan - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-

AW: AW: Distributing Docs: Manual or whole Site?

2010-07-26 Thread Jan.Materne
>> First it will scans the Ant manual table of content files by starting >> from a given file - like like a spider. >> With the scanned information it generates a toc.xml which is >needed for >> Eclipse Help. >> It writes a plugin.xml with static content, too. () > >FYI, this sounds rather similar

AW: [VOTE] Release Manuals of Last Five Ant Releases

2010-07-20 Thread Jan.Materne
>In there are ZIP and >tar.gz/bz2 files containing the manuals of the releases 1.6.5 to 1.8.1. >The contents are similar to the manual tarballs that will be created by >the distribution target in trunk's build.xml. > >I'd like to release those to the publ

AW: Distributing Docs: Manual or whole Site?

2010-07-19 Thread Jan.Materne
>> Should we generate an Eclipse plugin (for newer versions)? >> https://svn.apache.org/repos/asf/ant/sandbox/antlibs/manual4eclipse > >I'm not familiar with it in any way. Does it still work with recent >versions of Eclipse? What does it do in the first place? First it will scans the Ant manua

AW: AW: AW: Hudson target to build Ant via Maven

2010-06-25 Thread Jan.Materne
Added the "ignore=true" part as MAVEN_OPTS. Building modules in parallel. Abort stuck builds after 30 minutes and let the job fail then. But haven't found the place for the patternset. The job is a "Maven2-Job" and AFAIK Hudson retrieves these information only from the poms, right? Jan >-U

AW: [Proposal] Capture attributes in unknown namespaces

2010-06-25 Thread Jan.Materne
btw - when using parallel executors the problem of parallel logging output must be resolved ;-) Jan >-Ursprüngliche Nachricht- >Von: jan.mate...@rzf.fin-nrw.de [mailto:jan.mate...@rzf.fin-nrw.de] >Gesendet: Freitag, 25. Juni 2010 12:46 >An: dev@ant.apache.org >Betreff: AW: [Proposal] C

AW: [Proposal] Capture attributes in unknown namespaces

2010-06-25 Thread Jan.Materne
Other point: we have an implementation in the sandbox https://svn.apache.org/repos/asf/ant/sandbox/parallelexecutor Maybe you could use some code ;-) Jan >-Ursprüngliche Nachricht- >Von: Dominique Devienne [mailto:ddevie...@gmail.com] >Gesendet: Donnerstag, 24. Juni 2010 23:12 >An: An

AW: AW: Hudson target to build Ant via Maven

2010-06-24 Thread Jan.Materne
Ok, havent seen that. Changed to latest Java 1.5. But now it seems that the dependencies arent resolved... Jan >-Ursprüngliche Nachricht- >Von: Jesse Glick [mailto:jesse.gl...@oracle.com] >Gesendet: Donnerstag, 24. Juni 2010 15:46 >An: dev@ant.apache.org >Betreff: Re: AW: Hudson targe

AW: Hudson target to build Ant via Maven

2010-06-24 Thread Jan.Materne
I created a Job "BuildFromPOMs" http://hudson.zones.apache.org/hudson/view/Ant/job/Ant_BuildFromPOMs Configuration: * SCM: Subversion repo: http://svn.apache.org/repos/asf/ant/core/trunk module: trunk * build trigger: - if a snapshot-dependency is built - scm changes, checked @hourly *

AW: Hudson target to build Ant via Maven

2010-06-22 Thread Jan.Materne
I'll try that ... Jan >-Ursprüngliche Nachricht- >Von: Jesse Glick [mailto:jesse.gl...@oracle.com] >Gesendet: Dienstag, 15. Juni 2010 02:19 >An: dev@ant.apache.org >Betreff: Re: Hudson target to build Ant via Maven > >On 06/11/2010 08:44 PM, Antoine Levy-Lambert wrote: >> we could conta

AW: [VOTE] Remove commercial tasks from Ant

2010-06-22 Thread Jan.Materne
>1. Should the following commercial tasks be dropped from being >distributed with the Ant release? +1 for all >2. Should the commercial tasks that are voted for dropping from Ant core >above be established in their own Antlibs in the sandbox? > >[ ] +1 = Yes, establish one new Antlib in the

AW: Ant source structure and ant*.jar build products

2010-05-17 Thread Jan.Materne
>We could have dummy jar's for dependences. >Peter You could use https://svn.apache.org/repos/asf/ant/sandbox/mocks ;-) Jan - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.a

AW: [ANN] release of Apache Ant 1.8.1

2010-05-14 Thread Jan.Materne
1.8.1 by me (without any proxy) Jan >-Ursprüngliche Nachricht- >Von: Maarten Coene [mailto:maarten_co...@yahoo.com] >Gesendet: Freitag, 14. Mai 2010 13:29 >An: Ant Developers List >Betreff: Re: [ANN] release of Apache Ant 1.8.1 > >Maybe it is caused by the proxy server, but >http://ant

AW: [VOTE] use nexus for maven upload of ant release

2010-05-14 Thread Jan.Materne
If using Nexus is the "official way" I am +1 for uploading Ant, Antlibs and Ivy. This wasnt part of the vote, but I am also +1 for putting the upload procedure in a common.xml +1 for using Ivy for uploading +1 for including a src.zip into our distro (was asked by Brian on https://issues.apache.or

AW: typo in src/main/org/apache/tools/ant/taskdefs/Javac.java

2010-05-02 Thread Jan.Materne
Thanks, changed in rev940377 Jan > -Ursprüngliche Nachricht- > Von: Jean-Baptiste Nivoit [mailto:jbniv...@gmail.com] > Gesendet: Samstag, 1. Mai 2010 18:24 > An: dev@ant.apache.org > Betreff: typo in src/main/org/apache/tools/ant/taskdefs/Javac.java > > hi, > > > on line 810 of > ht

AW: Writing new task: javani

2010-04-28 Thread Jan.Materne
To turn your adapter into a "task" you could do a presetdef then: Jan >-Ursprüngliche Nachricht- >Von: Mark Bednarczyk [mailto:voyte...@yahoo.com] >Gesendet: Mittwoch, 28. April 2010 12:52 >An: 'Ant Developers List' >Betreff: RE: Writing new task: javani > >Yes I just looked at

AW: Writing new task: javani

2010-04-28 Thread Jan.Materne
If you have much in common with javah, you should have a look at task. http://ant.apache.org/manual/OptionalTasks/javah.html Maybe you could reuse some of its code. Jan >-Ursprüngliche Nachricht- >Von: Mark Bednarczyk [mailto:voyte...@yahoo.com] >Gesendet: Mittwoch, 28. April 2010 10

AW: Writing new task: javani

2010-04-27 Thread Jan.Materne
http://ant.apache.org/external.html lists a lot of tasks including preprocessors and jni utilities. Jan >-Ursprüngliche Nachricht- >Von: Mark Bednarczyk [mailto:voyte...@yahoo.com] >Gesendet: Dienstag, 27. April 2010 18:04 >An: dev@ant.apache.org >Betreff: Writing new task: javani > >I

AW: move-test fails on Windows7

2010-04-26 Thread Jan.Materne
By me the test fails on both machines. Jan Windows XP SP3 --- >>>svn update Revision 938324. >>>build -Dtestcase=taskdefs\move-test.xml test dump-sys-properties: [echo] java.vm.info=mixed mode [echo] java.vm.name=Java HotSpot(TM) Client VM [echo] java.vm

AW: [Vote] Augment feature

2010-04-13 Thread Jan.Materne
> So the questions are: > > 1. Are you in favor of adding the augment feature to Ant? +1 > 2. Are you in favor of an attribute that allows references to > be marked as final, to avoid augmentation? +0 > 3. If a final attribute is decided upon, do you think it > should default to "false"?

AW: Dependency depending on OS

2010-04-06 Thread Jan.Materne
file.unix=abc.sh file.windows=abc.bat file=file.${os.name} Jan p.s. Exact values not tested, but you should get the idea. > -Ursprüngliche Nachricht- > Von: raghu.eswara...@nokia.com [mailto:raghu.eswara...@nokia.com] > Gesendet: Dienstag, 6. April 2010 09:56 > An: dev@ant.apache.org

AW: Does ant 1.8.0 compile on Solaris 10 SPARC?

2010-04-01 Thread Jan.Materne
I think the whole output (from your command until Ant has finished) could be helpful. Jan >-Ursprüngliche Nachricht- >Von: J. Joseph Felten [mailto:jjfel...@googlemail.com] >Gesendet: Donnerstag, 1. April 2010 08:35 >An: Ant Developers List >Betreff: Re: Does ant 1.8.0 compile on Solari

AW: Does ant 1.8.0 compile on Solaris 10 SPARC?

2010-03-31 Thread Jan.Materne
Could you post the output? Jab >-Ursprüngliche Nachricht- >Von: J. Joseph Felten [mailto:jjfel...@googlemail.com] >Gesendet: Mittwoch, 31. März 2010 17:45 >An: Ant Developers List >Betreff: Re: Does ant 1.8.0 compile on Solaris 10 SPARC? > >Thanks. That is what I did. I downloaded the

AW: AntLib compress

2010-03-31 Thread Jan.Materne
>> I dont want to build all the transitive dependencies :-O > >There shouldn't be any. That was a bit ironic - I didnt want to say that compress had any. But I didnt want to dive into the building of that (because that _could_ be huge part ;) Anyway, thanks for the JAR (not downloaded yet) and th

AW: AntLib compress

2010-03-30 Thread Jan.Materne
>> I found that the Antlib compress requires commons-compress >in version 1.1. > >Right - and Christian vounteered to release that, so I decided to make >the Antlib's trunk depend on it. The plan is to release the >Antlib ASAP once commons-compress 1.1 is out. ok >> But where to that that? >

AW: Does ant 1.8.0 compile on Solaris 10 SPARC?

2010-03-30 Thread Jan.Materne
I never had tried to build Ant on Solaris - because I have no such system ;-) So these are my opinions: - Ant should be buildable on Solaris too - Ant requires Java 1.4+ - Ant does not require any external libs for building - if not present it skips these classes/jars So - download the sources -

AW: Does ant 1.8.0 compile on Solaris 10 SPARC?

2010-03-30 Thread Jan.Materne
Why cant you use the binary version? http://ant.apache.org/bindownload.cgi Jan >-Ursprüngliche Nachricht- >Von: J. Joseph Felten [mailto:jjfel...@googlemail.com] >Gesendet: Montag, 29. März 2010 15:17 >An: dev@ant.apache.org >Betreff: Does ant 1.8.0 compile on Solaris 10 SPARC? > >Has

AW: Moving builds off hudson Master

2010-03-30 Thread Jan.Materne
Thanks Nicolas, I hadnt enough time to follow that deeply on builds@ Jan >-Ursprüngliche Nachricht- >Von: Nicolas Lalevée [mailto:nicolas.lale...@hibnet.org] >Gesendet: Montag, 29. März 2010 20:46 >An: bui...@apache.org >Cc: Ant Developers List >Betreff: Re: Moving builds off hudson Mas

AW: task that allows augmentation of previously declared references

2010-03-28 Thread Jan.Materne
> append/prepend isn't as far a departure from the current > model as would be > allowing complex expressions or arbitrary transformations. I havent followed the discussion, but read the "append to path" and this is possible. You can not append directly to a path, but because paths are - in contr

AW: removing ant-stylebook ?

2010-02-22 Thread Jan.Materne
+1 for removing (includes removing the manual, jar, pom, source, test + hint in whatsnew#couldBreak) Jan >-Ursprüngliche Nachricht- >Von: Antoine Levy-Lambert [mailto:anto...@gmx.de] >Gesendet: Donnerstag, 18. Februar 2010 21:43 >An: dev@ant.apache.org >Betreff: removing ant-stylebook

AW: ant -u http://somewhere/build.xml

2010-01-27 Thread Jan.Materne
>> We have a need for ant to be easily able to use a build.xml file >> available on a remote server, which means that I would really like to >> be able to provide an URL instead of a filename to ant. >the import task in 1.8.x supports importing resources which can be URLs. >So maybe the main bu

AW: svn commit: r901062 - in /ant/core/trunk: NOTICE xdocs/legal.xml

2010-01-19 Thread Jan.Materne
HTML generation forgotten? Jan >-Ursprüngliche Nachricht- >Von: bode...@apache.org [mailto:bode...@apache.org] >Gesendet: Mittwoch, 20. Januar 2010 05:54 >An: notificati...@ant.apache.org >Betreff: svn commit: r901062 - in /ant/core/trunk: NOTICE >xdocs/legal.xml > >Author: bodewig >Dat

AW: AW: Tentative release date for Apache Ant 1.8 stable version.

2010-01-18 Thread Jan.Materne
Thanks. - I am not familiar with the last update step (getting online) - I want to have a recheck this note Jan >-Ursprüngliche Nachricht- >Von: Antoine Levy-Lambert [mailto:anto...@gmx.de] >Gesendet: Montag, 18. Januar 2010 16:22 >An: Ant Developers List >Betreff: Re: AW: Tentative rel

AW: Tentative release date for Apache Ant 1.8 stable version.

2010-01-18 Thread Jan.Materne
I added a note to the RC1 announcement as this is asked more often in the past. Jan >-Ursprüngliche Nachricht- >Von: Suman N [mailto:suma...@curamsoftware.com] >Gesendet: Montag, 18. Januar 2010 11:02 >An: Ant Developers List >Betreff: RE: Tentative release date for Apache Ant 1.8 stabl

AW: svn commit: r899468 - in /ant/antlibs/props/trunk: docs/index.html src/main/org/apache/ant/props/EncodeURLEvaluator.java src/main/org/apache/ant/props/antlib.xml src/tests/antunit/encodeURL-test.x

2010-01-14 Thread Jan.Materne
Is this a candidate for FileUtils with a proper javadoc? Jan >-Ursprüngliche Nachricht- >Von: Matt Benson [mailto:gudnabr...@gmail.com] >Gesendet: Freitag, 15. Januar 2010 00:52 >An: Ant Developers List >Betreff: Re: svn commit: r899468 - in >/ant/antlibs/props/trunk: docs/index.html

AW: [VOTE] release ant 1.8.0RC1

2010-01-11 Thread Jan.Materne
+1 for 1.8.0RC1 Jan > -Ursprüngliche Nachricht- > Von: Gilles Scokart [mailto:gscok...@gmail.com] > Gesendet: Montag, 11. Januar 2010 09:29 > An: Ant Developers List > Betreff: Re: [VOTE] release ant 1.8.0RC1 > > > Vote > > > > [+1] release this build as ant 1.8.0RC1 > > [ ] do not rele

AW: svn commit: r896889 - /ant/core/trunk/check.xml

2010-01-10 Thread Jan.Materne
Thanks Jan > -Ursprüngliche Nachricht- > Von: Antoine Levy Lambert [mailto:anto...@gmx.de] > Gesendet: Freitag, 8. Januar 2010 17:29 > An: dev@ant.apache.org > Betreff: Re: svn commit: r896889 - /ant/core/trunk/check.xml > > This is a nice thing. > > Antoine > > j...@apache.org wrote

Txt2Html

2010-01-08 Thread Jan.Materne
I found a Task by the Tomcat team and created a target for discussion ... Jan -Ursprüngliche Nachricht- Von: j...@apache.org [mailto:j...@apache.org] Gesendet: Freitag, 8. Januar 2010 10:24 An: notificati...@ant.apache.org Betreff: svn commit: r897141 - /ant/core/trunk/docs.xml Autho

AW: svn commit: r894462 - in /ant/core/trunk: WHATSNEW docs/manual/CoreTypes/filterchain.html src/main/org/apache/tools/ant/filters/AppendToLines.java src/main/org/apache/tools/ant/types/FilterChain.j

2010-01-08 Thread Jan.Materne
We already have HeadFilter and TailFilter, also we have PrefixLines. I would vote for SuffixLines as it sounds best matching to the already existing PrefixLines filter (to me). For me the terms (h)eader/(f)ooter/(p)rolog/(e)pilog/suffix(sx)/prefix(px) have a kind of "directional meaning": * hea

Ant @ Hudson

2010-01-08 Thread Jan.Materne
I added a rat-target in the check.xml and this is run now daily on Hudson in the job "Ant_Nightly" (with checkstyle, findbugs, javadocs and distribution). * JavaDocs http://hudson.zones.apache.org/hudson/view/Ant/job/Ant_Nightly/javadoc/ * Findbugs http://hudson.zones.apache.org/hudson/view/An

AW: build of ant in Hudson

2010-01-06 Thread Jan.Materne
I renamed the Job ( s/ /_/g) and it seems to work now. Jan >-Ursprüngliche Nachricht- >Von: Antoine Levy Lambert [mailto:anto...@gmx.de] >Gesendet: Dienstag, 5. Januar 2010 21:00 >An: Ant Developers List >Betreff: build of ant in Hudson > >Hi, > >does someone know how the build of ant i

AW: Ant 1.8.0RC1 @ Java 1.4 @ WinXP_SP3: build main_distribution test

2010-01-06 Thread Jan.Materne
>I think it is a known issue that JDK 1.4 isn't able to create Ant's >javadocs. I've never bothered to see what exactly triggers >the failure. If it is a "known error" - should I skip the javadocs if not Java5+? Jan - To unsub

1.8.0RC1: build test

2010-01-06 Thread Jan.Materne
Downloaded the src-distro, extracted with Winzip. Classpath not set. Path=C:\Programme\Perl\bin\;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32 \Wbem;c:\bin PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.pl Java: Java-Home: c:\jdk\142_15 java version "1.4.2_15" Java(TM) 2 Runtime Environm

AW: svn commit: r893210 - /ant/core/trunk/docs/manual/targets.html

2009-12-22 Thread Jan.Materne
Thanks Jesse Jan >URL: http://svn.apache.org/viewvc?rev=893210&view=rev >Log: >Typo. > >-tasks direclty under the project tag (since Ant 1.6.0): >+tasks directly under the project tag (since Ant 1.6.0): > - To unsub

AW: svn commit: r893073 - in /ant/core/trunk/docs/manual: conceptstypeslist.html targets.html using.html usinglist.html

2009-12-22 Thread Jan.Materne
>Added: ant/core/trunk/docs/manual/targets.html >+ >+ Targets can depend on other targets and Ant ensures that these >+other targets have been executed before the current target. For >+example you might have a target for compiling, for example, and a I deleted the 2nd "example". >+ I

AW: [VOTE] Accept Groovy-Front Donation

2009-12-11 Thread Jan.Materne
+1 Jan >-Ursprüngliche Nachricht- >Von: Stefan Bodewig [mailto:bode...@apache.org] >Gesendet: Freitag, 11. Dezember 2009 06:12 >An: dev@ant.apache.org >Betreff: [VOTE] Accept Groovy-Front Donation > >Hi, > >Nicolas wants to donate his ProjectHelper implementation that allows >build files

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

2009-12-11 Thread Jan.Materne
A little warning seems to be good. "This is the last release for Eclipse 3.3. With the next version Eclipse 3.4 or newer is required." This "3.3-Release" without the visualizer - and maybe this year? Then after finishing the visualizer a release of the new version? On the other hand: current ver

AW: Does Anybody Have Some Unfinished Work for 1.8.0?

2009-12-09 Thread Jan.Materne
>is anybody working on something that should go into 1.8.0 or could we >start thinking about doing that release thingy more or less right now? I try to migrate the to use IntrospecitionHelper. But I wouldnt see that as Showstopper ... Jan ---

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

2009-11-17 Thread Jan.Materne
I updated the docs.xml with these information. Jan >-Ursprüngliche Nachricht- >Von: Stefan Bodewig [mailto:bode...@apache.org] >Gesendet: Mittwoch, 18. November 2009 05:52 >An: dev@ant.apache.org >Betreff: Re: svn commit: r880829 - >/ant/core/trunk/xdocs/contributors.xml > >On 2009-11-1

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

2009-11-16 Thread Jan.Materne
>Since I don't remember whether there is a cron job updating the site I >usually log in to people.apache.org and run svn up in >/www/ant.apache.org/ (make sure your umask is 002 before you do that so >the pages remain group writable). While I knew the first paragraphs this one is new to me, so tha

AW: CI builds at Apaches Hudson instance

2009-11-13 Thread Jan.Materne
I just tried it - and it works now. Thanks Nicolas. Jan >-Ursprüngliche Nachricht- >Von: jan.mate...@rzf.fin-nrw.de [mailto:jan.mate...@rzf.fin-nrw.de] >Gesendet: Freitag, 13. November 2009 09:09 >An: dev@ant.apache.org >Betreff: AW: CI builds at Apaches Hudson instance > >Thanks for ha

AW: CI builds at Apaches Hudson instance

2009-11-13 Thread Jan.Materne
Thanks for having the look (doing that on *nix is not my knowledge). The .../java.xml:cleanup code is Would (could) we benefit to change the tmp-property to ${java.io.tmpdir}/ant-java-test ? Jan >-Ursprüngliche Nachricht-

AW:

2009-11-02 Thread Jan.Materne
Thanks for feedback. >I like the idea and the general implementation but have a problem with >the name. When I saw its name I thought you were writing task for the >autotools suite and not a task that would configure other tasks. >autotaskconf? I dont know the autotools suite, so that name was

AW: [VOTE] New committer - Jon Schneider

2009-11-02 Thread Jan.Materne
+1 Jan >-Ursprüngliche Nachricht- >Von: Conor MacNeill [mailto:co...@apache.org] >Gesendet: Montag, 2. November 2009 23:06 >An: Ant Developers List >Betreff: Re: [VOTE] New committer - Jon Schneider > >Matt Benson wrote: >> Please vote whether to admit Jon Schneider as an Ant >committer

dev@ant.apache.org

2009-10-29 Thread Jan.Materne
I have implemented an idea I had for a longer time: tasks pick their values for themself from existing properties. >From the Hudson Clover plugin I got the idea of using BuildListeners for "AOP" functions and tried that. The result is in the sandbox and I want to put it into core, but want to have

AW: [External Task] EPP Task - an easy preprocessor

2009-10-16 Thread Jan.Materne
Added. rev825815 Jan >-Ursprüngliche Nachricht- >Von: Dmitry Rykov [mailto:dmitry.ry...@gmail.com] >Gesendet: Donnerstag, 15. Oktober 2009 23:08 >An: dev@ant.apache.org >Betreff: [External Task] EPP Task - an easy preprocessor > > > > >EPP Task is an easy preprocessor ant

FYI: IntelliJ

2009-10-16 Thread Jan.Materne
The Community vesion of IntelliJ is now open source http://www.jetbrains.org/ Jan

AW: How about ${fromRefId:some-reference}?

2009-09-04 Thread Jan.Materne
>we have a PropertyEvaluator for ${toString:some-id} that looks up an >object with id "some-id" in the current project and expands to either >null (reference doesn't exist) or the result of calling toString() on >the object. > >With trunk PropertyEvaluators can return non-Strings as values for >pro

AW: AW: Peformance Task usage from custom task

2009-09-03 Thread Jan.Materne
You could also subclass that listener and overwrite the [task|target][Starts|Finished] by calling the build[Starts|Finished] method. Would that help? Or use the StopWatchTask? http://ant-contrib.svn.sourceforge.net/viewvc/ant-contrib/ant-contrib/trunk/src/main/java/net/sf/antcontrib/perf/StopWat

AW: AW: how to call a predefined target or macroin build.xml from Custom Ant task

2009-09-03 Thread Jan.Materne
macro = ...createTask(...); for(...) { macro.setDynamic(...) macro.execute(); } This should work. My example reused that too (1st with default value, 2nd run with custom value). You have to ensure that no required values are "deleted" in further runs. But if all runs require the setting o

AW: how to call a predefined target or macroin build.xml from Custom Ant task

2009-09-02 Thread Jan.Materne

AW: Peformance Task usage from custom task

2009-09-02 Thread Jan.Materne
According to your stacktrace the NPE occurs in line 62 of the listener Its source is available here: http://ant-contrib.svn.sourceforge.net/viewvc/ant-contrib/ant-contrib/trunk/src/main/java/net/sf/antcontrib/perf/AntPerformanceListener.java?revision=130&view=markup long stop_time = master

AW: 1.8.0 Bugzilla Milestone Reached

2009-08-25 Thread Jan.Materne
>> So is it true that JDK 1.4 is the minimum platform for 1.8.0? > >WHATSNEW in trunk says so, as does >. Sounds offical ;-) > >> If so, I've got a list of little cleanups that could be made to drop >> code & docs dealing with earlier versions. > >I've

AW: Ivy "exclude"s

2009-08-19 Thread Jan.Materne
>Please remove me from this subscription. > >Thank You Niamath Khan You could unsubscribe yourself just by sending an email: http://ant.apache.org/mail.html If you have problems, please read the paragraph "How to unsubscribe your old email address" After checking that, please ask again. Ja

AW: Re: [PATCH] org/apache/tools/ant/taskdefs/Manifest

2009-08-06 Thread Jan.Materne
Also remember that Ant must run on Java 1.3. Jan >-Ursprüngliche Nachricht- >Von: news [mailto:n...@ger.gmane.org] Im Auftrag von Jesse Glick >Gesendet: Donnerstag, 6. August 2009 01:28 >An: dev@ant.apache.org >Betreff: Re: [PATCH] org/apache/tools/ant/taskdefs/Manifest > >Gilbert Rebhan

AW: Adding ANT4HG to the External Tools and Tasks

2009-07-08 Thread Jan.Materne
done rev 792406 Jan >-Ursprüngliche Nachricht- >Von: Benjamin de Dardel [mailto:benjamin.dedar...@gmail.com] >Gesendet: Mittwoch, 8. Juli 2009 18:20 >An: dev@ant.apache.org >Betreff: Adding ANT4HG to the External Tools and Tasks > >Hi all, > >I'm working on ant4hg, which aims to impleme

AW: When is planned release of ant 1.8.0?

2009-07-08 Thread Jan.Materne
Ant doesnt have a "release plan". The next version will be available when "its finished" ;-) This means: - there must be some fixes, new features in the codebase - the PMC must think the "new" things are a new version worth - a volunteer to build the release ... Do you think there are fixes or fe

AW: Create a new folder...

2009-07-06 Thread Jan.Materne
This is more a user related question and should be asked on the us...@ant... mailinglist. This dev@ list is intendet for discussions about the development of the Ant itself and its subprojects. Have a look at Jan >-Ursprüngliche Nachricht- >Von: Rizvan Asgarov [mailto:rizva

AW: Stop and Start TOMCAT with ANT

2009-07-05 Thread Jan.Materne
These tasks are part of Tomcat http://svn.apache.org/repos/asf/tomcat/trunk/java/org/apache/catalina/ant/StartTask.java http://svn.apache.org/repos/asf/tomcat/trunk/java/org/apache/catalina/ant/StopTask.java Jan > -Ursprüngliche Nachricht- > Von: MohamedAMINE OSMAN [mailto:osman.am...@g

AW: svn commit: r790798 - in /ant/core/trunk: docs/antlibs/sandbox.html xdocs/antlibs/sandbox.xml

2009-07-02 Thread Jan.Materne
I took these information from SVN please recheck. Jan >-Ursprüngliche Nachricht- >Von: j...@apache.org [mailto:j...@apache.org] >Gesendet: Freitag, 3. Juli 2009 08:13 >An: notificati...@ant.apache.org >Betreff: svn commit: r790798 - in /ant/core/trunk: >docs/antlibs/sandbox.html xdocs/a

AW: Shutdown and Start Tomcat with Ant

2009-07-02 Thread Jan.Materne
>Bonjour, >J'ai besoin d'un code ANT pour arrêter le serveur Tomcat et le >le redémarrer >de nouveau. Afin de déployer une nouvelle version de mon WAR. >Merci. > >-- > >Merci... >OSMAN Mohamed AMINE. Hello, from the subject I think this is more a user question, so users@ would be the better m

AW: JDK version in javac tag

2009-05-28 Thread Jan.Materne
? Jan >-Ursprüngliche Nachricht- >Von: peibel [mailto:p.castre...@ibermatica.com] >Gesendet: Donnerstag, 28. Mai 2009 14:51 >An: dev@ant.apache.org >Betreff: JDK version in javac tag > > >Hi, > >Is there a way to bind the javac tag to compile whith JDKS 1.5 java >version. > >thanks >-

AW: Ant IDE Integration API to ease IDE plugin or any generic plugin development

2009-04-13 Thread Jan.Materne
> 1. Is certain property is set if yes, what is its value computed at runtime: 'aProperty' could be specified in one of the first files and then load a bunch of other properties. Jan - To unsubscribe, e-mail: dev-un

AW: AW: ant -p does not list all the targets

2009-04-13 Thread Jan.Materne
> Like the proposed -pa do we have any thing to get the list of > macros, if no could you consider. No. Only parsing the buildfile, eg applying a XSTL on that which creates the list. Jan - To unsubscribe, e-mail: dev-unsubscr

AW: Why 2 key files ?

2009-04-07 Thread Jan.Materne
>We have 2 KEYS files : >- https://svn.apache.org/repos/asf/ant/core/trunk/KEYS >- https://svn.apache.org/repos/asf/ant/antlibs/common/trunk/KEYS > >Why ? The first is the one Ant itself. The 2nd is included via svn:externals into all antlibs, so they contains a {MYANTLIB}/common/KEYS file. (Not

AW: AW: Ant arguments handling (Virtual Ant Targets handling using custom code)

2009-04-02 Thread Jan.Materne
> > > * Could you pl. give more details on what the > > significance of > > > getSubProjectExecutor() > > > > No idea. > > > > ;) This allows the top executor to control what type of > executor is used to execute subprojects via > // and task that extend these. All > bundled Executors return

AW: ant -p does not list all the targets

2009-04-02 Thread Jan.Materne
ant -p lists all targets, if no target has a description. The "hide-non-described-targets" behaviour is for having 'internal' targets the user doesnt need to know. But I dont think it would be a problem to have a new option "-pa" "-projecthelp-all" which will show all the targets. Jan >

AW: Project Specific Classpath to customise ant

2009-04-02 Thread Jan.Materne
> Is there a way to tell core ant to looking into project > specific class path > , in case one is definable (with the project xml defination > i.e in build.xml > file rather than ant -lib or environment classpath etc) for > some of the > custom classes which ant supports by way of properties. >

AW: Ant arguments handling (Virtual Ant Targets handling using custom code)

2009-04-02 Thread Jan.Materne
> * it looks like we need to place the custom executor calss in > ant lib folder >- Is there a way to tell the ant to look for my project > libraries to find this custom executor Use the -lib option of Ant to include your jar. > * What is the default Executor the ant uses, so that for > c

AW: Ant arguments handling

2009-04-01 Thread Jan.Materne
> I have a build xml with target say 'compile' > > However if the user says 'ant comp' or any other target which does not > exists, I want to handle them using a my custom code either a > macro or a ant > custom task or groovy. > > Is this possible, if yes, could you pl. let me know the right

AW: ParallelExecutor

2009-04-01 Thread Jan.Materne
> I have written a simple Executor for ant that automatically > parallelizes a build. What do you parallelize? The ParallelExecutor implementation in the sandbox http://svn.apache.org/repos/asf/ant/sandbox/parallelexecutor/ parallelizes target execution. > The last time this came up, Alexey S

AW: Enhancing eclipse plugins for Ivy and Ant

2009-03-30 Thread Jan.Materne
> Jan, I agree - We should proceed with investigation and > development. I shall > probably come back for help from the IvyDE team when we can > make use of the > plugin's extension points. > > > > For development lifecycle I would recommend writing your own > > EasyAnt-Plugin. > > You should the

AW: Enhancing eclipse plugins for Ivy and Ant

2009-03-29 Thread Jan.Materne
> Thus, meaning that a sensible approach for us to follow may > be to build on top of existing Ant and IvyDE plugins for Eclipse. > > At a more detailed level, for us, it would mean: > 1. Need for addition of tags/attributes to standard ant scripts. > 2. Need for Addition of tags/attributes to st

AW: New Ivy release

2009-03-17 Thread Jan.Materne
>it's time to make a new Ivy release. Cool. >I volunteer to be release manager, 'handclap' >but we should discuss the following first: > >- what will be the new Ivy version: 2.0.1 or 2.1.0 >- what changes will we include in this new release? >- will we create a release candidate first? I

AW: Ant Script Library

2009-02-25 Thread Jan.Materne
done Jan >Hi all, > >I'd like to introduce a library of Ant scripts I've packaged together, >which I call the Ant Script Library. The scripts are available here: > >http://www.exubero.com/asl/ > >If possible, can a link be added to the "Related Projects" page at >http://ant.apache.org/projects

AW: [FWD] Bugzilla upgrade and proposed change to workflow

2009-02-19 Thread Jan.Materne
>We do use the ASSIGNED feature and I guess it may be more difficult to >say "I work on this" without it. I do understand the "notification >mail is changed" problem, so maybe removing ASSIGNED is the right >thing to do. > >We should talk about how we could change our workflow and maybe even >ask

AW: IvyDE on Hudson

2009-02-03 Thread Jan.Materne
I updated the nighlies page (adding Hudson and the TC-guest-link). Thanks Yegor for that tip. Jan >-Ursprüngliche Nachricht- >Von: Yegor Yarko [mailto:yae...@gmail.com] >Gesendet: Montag, 2. Februar 2009 23:21 >An: dev@ant.apache.org >Betreff: Re: IvyDE on Hudson > > >Nicolas, > >If yo

AW: svn commit: r739577 - /ant/core/trunk/src/main/org/apache/tools/ant/property/NullReturn.java

2009-02-01 Thread Jan.Materne
Very curious ... Source of String.valueOf(Object) from JDK 1.4.2_15 /** * Returns the string representation of the Object argument. * * @param obj an Object. * @return if the argument is null, then a string equal to * "null"; otherwise, the value of

AW: buildlist/subant in parallel

2009-01-28 Thread Jan.Materne
>> > Of particular concern is logging: your logger must be able to deal >with the >> > fact that you have projects running in parallel or your >logs will be >an >> > incomprehensible jumble. >> >> Thanks for the tip! Prefixing logging lines, and/or writing to >> separate log files per project l

AW: buildlist/subant in parallel

2009-01-28 Thread Jan.Materne
>I'm not aware of any implementation, but I think it might be an >excellent idea. It would be a good step in the direction of >concurrent build. > >However, note that implement the ivy-parallel-subant is not the only >thing you will have to do. >You might also have the ensure that your sub project

IVY-1018 include jsch classes in ivy jar - resolved?

2009-01-26 Thread Jan.Materne
I couldnt close that issue, but I think you could ... Jan -Ursprüngliche Nachricht- [ https://issues.apache.org/jira/browse/IVY-1018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667606#action_12667606 ] Jan Matèrne commented on IVY-10

[Travel Assistance] Applications for ApacheCon EU 2009 - Now Open

2009-01-25 Thread Jan.Materne
The Travel Assistance Committee is now accepting applications for those wanting to attend ApacheCon EU 2009 between the 23rd and 27th March 2009 in Amsterdam. The Travel Assistance Committee is looking for people who would like to be able to attend ApacheCon EU 2009 who need some financial support

AW: Announcing Ivy 2.0.0 release on Ant homepage

2009-01-23 Thread Jan.Materne
1. update on the local svn copy ;) 2. update the antnews.xml a) not sure about updating the s b) add a new as (new) first in the similar to the other 3. regenerate the site - Use Ant for generation ant -f docs.xml -Dsite.dir=%JAKARTA_SITE% - You need Anakia for that. On See http

AW: AW: IvyDE on hudson.zones.apache.org

2009-01-21 Thread Jan.Materne
Yes thank you. (That mail was hidden in my spam filter ;) I'll have a look in the next few days. Jan >-Ursprüngliche Nachricht- >Von: Nicolas Lalevée [mailto:nicolas.lale...@hibnet.org] >Gesendet: Mittwoch, 21. Januar 2009 14:09 >An: Ant Developers List >Betreff: Re: AW: IvyDE on hudson

AW: AW: listing my article

2009-01-19 Thread Jan.Materne
Two barriers: - the automatic sync between SVN repo and HTTPD docroot - browser cache I think the first one hasnt run yet ... So retry it tomorrow. Jan > -Ursprüngliche Nachricht- > Von: Blaine Simpson [mailto:blaine.simp...@admc.com] > Gesendet: Montag, 19. Januar 2009 14:23 > An:

AW: listing my article

2009-01-18 Thread Jan.Materne
ref 735616 I added a link in the http://ant.apache.org/resources.html#Articles section. Jan > -Ursprüngliche Nachricht- > Von: Blaine Simpson [mailto:blaine.simp...@admc.com] > Gesendet: Freitag, 16. Januar 2009 17:31 > An: dev@ant.apache.org > Betreff: listing my article > > Could I

  1   2   3   4   5   6   >