Java Mailing List Archive

http://www.ant-tasks.com/

Apache Ant Archive

» Ant Users List
» Ant Developers List
  Subjects
Home
Python implementation for Ant
AW: a problem compiling a Java 5 project with generics
Odd Behavior
How to compile jsp files with ANT
Ant and the Windows Registry
please update the next release of Ant 1 7 to Xerces 2 9 0
tag inside some other tag(cvs)
Perform a task for every folder from the file
ConcurrentModificationException
Location attribute in property not resolving correctly
creating files
Problem with condition selection property; Help needed
Javac task query
Help with running different target based on user input?
"java lang ClassCastException: org apache tools ant types Path " error after
ANT task to process properties files into static class
Ant 1 7 0 can 't find Junit in ${user home}/ ant/lib
Invoking a target (Ant 1 7) in a loop (Ant Contrib)
How to set the next week start date
repost: trooubled with ant from source install
Javadoc
ant javac version question
TImestamping in ANT
Building Dependent targets
help! how to send multiple files to remote machine? ant jsch
Ant 1 7 0Beta3 released
Example: error loading a mysqldump file
How to refer PATH environment variable in <exec > Ant task
How do I use ejbDeploy outside of RAD
Build successful but nothing produced
Formatter for ant scripts ?
Rename directories in Ant
How to make "outputproperty " element work???
Jar Locking
Can 't get env HOSTNAME
AntForm question
filelist/fileset with multiple directory
"java lang ClassNotFoundException " when running junit task
Settting environment variables
Mail failing in build xml file
Custom processor for Xslt task?
How to echo path?
I need to write a task for Tagging
How can I capture a file 's date to a property?
task to 'cp r reply=no '
containsregex and concat
Weird Deleting Problems
ant and eclipse?
while like structure in Ant
Accessing the manifest within a jar file
get filename
Create WEB INF/lib based on path structure
Conditional dependencies
replaceregex
Very Bad use of Ant
regex text out of a file
ANT Help
at my wits end with delete
Task help
install and use apache ant on linux
Page 200 of 343 Previous 100   Previous 10   191   192   193   194   195   196   197   198   199   200   Next 10   Next 100  

'java ' ant task not displaying debug info

I am able to compile java code with 'debug ' information turned but somehow line numbers are not appearing in my output when I run the code via the 'java ' task. I can verify that the class file and j

Re: Retrieving a list of directory names from fileset without the
fully qualif

This is just what I 've been trying to figure the last few days! Yours was the *nix version here 's the Windoze version for the regexp <propertyregex property "arg " global "true " override "true "

using set command in the sql task

Sorry for all the questions today but.. I am using the sql task to run a script into my ORacle db. The script runs fine unless I use a Set command such as SET DEFINE ON etc. IF those are in the s

RE: Retrieving a list of directory names from fileset without the
   fully qualif

I figured out how to convert a string of fully qualified directory names (or filenames for that matter) into just the directory name. The regular expression is '/([^/\s]+/)+ ' and here is an example an

passing property from Userdefined task to build file

How do I set and pass a new property from Userdefined task to the build file. Thanks Sunil

ant scp task...

Can anyone help me? I 'm trying to use a very simple scp command via ant - below is my project file and the results. I have the following jars in my anthome/lib directory jce1_2_2.jar jsch-0.1.

newbie question emailing build file

What it the best way to e-mail the build file? I know I can use the mail task to e-mail files but it won 't e-mail the ant logfile as it hasn 't completed yet...right? What is the best way to get an e

running ant from a UNC path...

I am having trouble running ant from a UNC path. I get the following error with Ant 1.6.1 installed on a UNC path... C \buildtools > "c \opt\sun\java\1.4.2_03\bin\jav a.exe " -classpath "\\some_network

Retrieving a list of directory names from fileset without the ful   ly
qualified

Hi everyone I 'm not sure this is the place to ask but I 'm looking for a regular expression that will convert an argument string that contains a list of directories with fully qualified paths and I wa

Execute cmds on a remote m/c

Is there some way I can execute commands on a remote m/c using ant without waiting for a return string (like telnet expects)? I know rexec does it. But somehow rexec hangs when I use it via ant. Nor

Extracting libraries and include files from Microsoft VC++ ?

All Anyone try to extract MSVC++ files out from installation and put it in a central location for your developers to compile code without installing the software? I noticed that if you need to use

concatonating scripts

Hello I am using the following target code and I need to have a new line placed after each of the concats. It seems to work fine when I add the text files but when I just add the text I get one li

Please help with JSP precompilation with tomcat

All I am currently using tomcat 5 but i just cannot get the precompilation working. If i switch to tomcat 4 the error changed. Anyone has experience in JSP precompilation? Thanks Barry When usin

RE: Ant, [cvs] cvs checkout: authorization failed: server
xyz.bar.com rejected

Sean Is the cygwin cvs.exe the only cvs.exe on the path? Are you running ant from within cygwin? Perhaps the .cvspass file that cygwin 's cvs.exe is using is not the same one that ant (or rather the

Ant, [cvs] cvs checkout: authorization failed: server xyz.bar.com rejected a

I changed my script according to your advice. I am still observing the same error. -Sean > -----Original Message----- > From Srikrishna.Partha@(protected) > [mailto Srikrishna.Partha@(protected)

RE: Ant, [cvs] cvs checkout: authorization failed: server xyz.bar
   .com rejecte

<target name "all-checkout " depends " " > <cvs cvsRoot "${full.cvs.root} " package "eai_java " dest "${build.base} "/ > <echo message "-----------All folder checkout completed----------- "/ > </target >

Ant, [cvs] cvs checkout: authorization failed: server xyz.bar.com rejected acces

My configuration Ant 1.5.3 on Windows 2000 CVS 1.11.6 on RedHat Linux I am trying to use Ant 's <cvs > task My build script contains this command <cvs cvsRoot " pserver foobar@(protected)

Private Workspace Problem

have the following ANT (version 1.5.4) target <target name "exportpvcs " > <pvcs repository "G /PVCS/ABC " pvcsproject "/ " workspace "test " updateonly "false "

jars required to send attachment via <mail > task

Hi Which jar files do I need to send a zip / jar file as attachment using <mail > task? I tried <target name "notify-attachment " description "Sends Mail Messages with attachments " > <

Use Ant to call a target in a different build.xml

I have two projects. I want one of the projects to build the other project. Both projects have their on build.xml. I want to use a target from one build.xml file to call a target in another build.xml

jspc verbose option?

All What are the jspc verbose options? I search the net and still no answers... Many people asked the same question. Please comment. Thanks Barry compilejsp [jspc] Compiling 44 source f

problems with using jspc

All Please help with my problem using jspc... I am following the example in P290 "Java development with Ant ". The error messages and section of build.xml are in the end of this email. Do I have m

THANKS- finding the absolute path of each file in a fileset

hi all I would like to sincerely thank Rich Daniel and Matt for all your suggestions especially about the Ant-Contrib project. I was contemplating writing an Ant task to do this w/o knowing the ful

Solved (was RE: Build problem with WebLogic 8.1, Ant 1.5.4 and j2sdk1.4.2_03)

Well we do now have things building successfully but the details of why it works are lost to me - perhaps because I have spent most of my life in the UNIX world and am new to the notion of usin

bug in 1.6.1 ?

Hi. I want to check that files exist and only build if they 're found. It works fine in 1.5.1 but people using 1.6.1 say it craps out with 13 unexpected element "available " Is <available ... > de

hotswap from ant

I 'm sure most of you are aware of the ability of the newer JVMs to hotswap classes via the debugger interface (JVMDI). Has anyone written an ant task to connect to a running JVM and hotswap a class? S

ClassLoader problem in ANT 1.6

Hi I just updated to ANT 1.6. Until now I could load resources located in the project base dir using getClass().getRessourceAsStream( "/my-file "). It seems that class loaders changed since ANT 1.5.

what 's wrong with this build file?

I have the following build file. The zips aren 't really dependent on each other but that is the only way I can get them all to run. If I don 't make them dependent only one will run. What am I doin

Problems with available

Hi following the documentation for available I defined the following At the top of my project different properties like <!-- Contains the path to a file -- > <property name "commons.buildfile " l

Generating XDoclet stuff only if changed

Hi my boss would like to generate the XDoclet generated code for our EJBs only when the "eventually generated " code would be different from the "already generated " one thus avoiding lost of time. H
Page 200 of 343 Previous 100   Previous 10   191   192   193   194   195   196   197   198   199   200   Next 10   Next 100  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.