Creating antlibs from taskdefs.optional.*

2005-09-22 Thread Kev Jackson
Hi all, I'm interested in the amount of effort it would take to create an antlib from one of the current optional taskdefs. For example ccm (Continuus). I"m using the svn, antunit and dotnet antlibs source as guidance, and it seems like all that is needed is an antlib.xml file and a target i

Re: Creating antlibs from taskdefs.optional.*

2005-09-22 Thread Steve Loughran
Kev Jackson wrote: Hi all, I'm interested in the amount of effort it would take to create an antlib from one of the current optional taskdefs. For example ccm (Continuus). I"m using the svn, antunit and dotnet antlibs source as guidance, and it seems like all that is needed is an antlib.xml

ant can't find javac compiler

2005-09-22 Thread paul
Dear dev@ant.apache.org, I am using ant to compile my struts webapp. I am using Linux 2.4.27 and running ant (1.5.2-26) from my shell which is bash. My environment variables which I set in my .bash_profile are: $JAVA_HOME=/usr/java/jdk1.5.0_02 $CLASSPATH=/usr/java/jdk1.5.0_02/lib:/usr/java/jdk

Re: Creating antlibs from taskdefs.optional.*

2005-09-22 Thread Kev Jackson
Replying to myself... It seems that with only a small amount of effort it is possible to create antlibs as I supposed, now all I have to do is find a way to use said new antlib with ant (oh and install Continuus to test...;) Kev ---

Re: Creating antlibs from taskdefs.optional.*

2005-09-22 Thread Kev Jackson
nope, you havent missed anything. I think we may want to extend the antlib with some extra stuff to ease installation -declaration of libraries that must be present (tests for classes) -declare minimum or required ant versions you mean something like ... So now I've got a ccm antli

Re: Creating antlibs from taskdefs.optional.*

2005-09-22 Thread Steve Loughran
Kev Jackson wrote: nope, you havent missed anything. I think we may want to extend the antlib with some extra stuff to ease installation -declaration of libraries that must be present (tests for classes) -declare minimum or required ant versions you mean something like clearly we w

RE: ant can't find javac compiler

2005-09-22 Thread Martin Gainty
Paul- 2 things that I would look for move "$JAVA_HOME\bin" to front of $PATH make sure your JRE and JDK(SDK) are the same version e.g. javac -version Test.java java -version SHOULD report the same version Anyone else ??? Martin Gainty (mobile) 617-852-7822 (http)www.laconiadatasystems.com D

DO NOT REPLY [Bug 36772] New: - PatternSet.hasPatterns() should be public to support custom FileSet

2005-09-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: ant can't find javac compiler

2005-09-22 Thread paul
Martin, I tried changing my $PATH as you suggested but that didn't help. Also, java and javac are both the same version (1.5.0_02). I wonder if ant runs it's processes in another shell - one perhaps that doesn't pick up my personal env variables? Maybe it doesn't even run them in bash? Could

Re: ant can't find javac compiler

2005-09-22 Thread Steve Loughran
[EMAIL PROTECTED] wrote: Martin, I tried changing my $PATH as you suggested but that didn't help. Also, java and javac are both the same version (1.5.0_02). I wonder if ant runs it's processes in another shell - one perhaps that doesn't pick up my personal env variables? Maybe it doesn't even r

Re: ant can't find javac compiler

2005-09-22 Thread Martin Gainty
Good Afternoon Paul The documentation for the ant javac task is available at http://ant.apache.org/manual/CoreTasks/javac.html 2 things.. set fork = "yes" take a look at the parameter called executable Complete path to the javac executable to use in case of fork="yes" HTH, Martin- - Original M

Re: ant can't find javac compiler

2005-09-22 Thread paul
0. I'm on the user list now. 1. Thanks - I'll try it and post results on the user list. Steve Loughran writes: [EMAIL PROTECTED] wrote: Martin, I tried changing my $PATH as you suggested but that didn't help. Also, java and javac are both the same version (1.5.0_02). I wonder if ant runs i

DO NOT REPLY [Bug 36772] - PatternSet.hasPatterns() should be public to support custom FileSet

2005-09-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r291000 - /ant/core/trunk/src/main/org/apache/tools/ant/AntTypeDefinition.java

2005-09-22 Thread jkf
Author: jkf Date: Thu Sep 22 11:28:48 2005 New Revision: 291000 URL: http://svn.apache.org/viewcvs?rev=291000&view=rev Log: Testing svn installation (fixing some whitespace in the process) Modified: ant/core/trunk/src/main/org/apache/tools/ant/AntTypeDefinition.java Modified: ant/core/trunk/

DO NOT REPLY [Bug 36097] - P4Edit adds strange characters in the view path

2005-09-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r291011 - in /ant/core/trunk/src/main/org/apache/tools/ant: DirectoryScanner.java Main.java ProjectHelper.java

2005-09-22 Thread jkf
Author: jkf Date: Thu Sep 22 13:00:30 2005 New Revision: 291011 URL: http://svn.apache.org/viewcvs?rev=291011&view=rev Log: whitespace only Modified: ant/core/trunk/src/main/org/apache/tools/ant/DirectoryScanner.java ant/core/trunk/src/main/org/apache/tools/ant/Main.java ant/core/trun

svn commit: r291012 - in /ant/core/trunk/src/main/org/apache/tools/ant: ComponentHelper.java Diagnostics.java

2005-09-22 Thread jkf
Author: jkf Date: Thu Sep 22 13:03:53 2005 New Revision: 291012 URL: http://svn.apache.org/viewcvs?rev=291012&view=rev Log: Layout, extracted methods / named constants Modified: ant/core/trunk/src/main/org/apache/tools/ant/ComponentHelper.java ant/core/trunk/src/main/org/apache/tools/ant/