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 335 of 343 Previous 100   Previous 10   331   332   333   334   335   336   337   338   339   340   Next 10  

NoClassDefFound trying to run ant [Solved]

Well I was so desperate to get it working that I went back to the install docs that I haven 't read since I installed ant the first ever time. And right there it told me that I need to have a REALLY s

AW: Using Namespace

I don?t know whether Ant support namespaces - I haven?t ever seen one. But why you want to use namespaces? Jan Mat?rne -----Urspr?ngliche Nachricht----- Von Sascha Gro? [mailto sascha.gross@(protected)

Using Namespace

Hi! Does ant support namespace and if yes what is the namespace uri? I will write the following is this possible? <ant project xmlns ant "http //ant.apache.org/.... " ... > <ant task ... >

ANN: xmltask 1.4

XmlTask 1.4 has just been released. This version has the following changes a) cut / copy / paste facility of nodes within or between documents b) output indentation control c) various bug fixes d) l

How do you use destdir in javac task?

I am clearly misunderstanding the documentation. I am trying to move to ant from a configuration where I was using a .bat file to compile my program. My classes are all in the Census package so I ha

NoClassDefFound trying to run ant

While I wait for a solution to the problem in ant.bat I have replaced the 'if exist ' statement with an unconditional goto. Now I get D \MyPrograms\JavaProgs\CensusServlet\ReadXls >ant Exception in t

Problem with ANT_HOME in Windows 98

I have downloaded and unzipped the ant 1.5.1 package. I have set ANT_HOME and JAVA_HOME as described in the installation instructions. However no matter what I set ANT_HOME to when I type ant I get

Ant 1.5.1 on Windows ME

I am successfully and happily running ant on Windows 2K Linux and Mac OS X but now that my wife is surrendering my Windows ME laptop back to me for portable tinkering I am having great frustrations

available task, setting property on existence *.java

I would like to set a property on the existence of a particular type of file. e.g. <condition property "compile.required " > <or > <available file "${src.root}/${site.name}/${patch.nam

Problems using the Javac task class

Hi all I am using the Javac class in my code to compile a list of generated .java files during program execution. It works as long as I don 't set the includes (which results in all .java files in

javax and ant - RESOLVED!

Thanks for all of you who gave me ideas. The problem lies with the fact that other jars in the path HAD JAVAX entries (swing http etc) EXCEPT servlet. Apparently once it find one entry with JAVAX it

AW: Copy to Multiple Targets from a Single Source

The only way I know is with AntContrib?s foreach <foreach target "copy " param "targetbasedir " > <fileset dir "targetbasedir " > <include refid "subdirlist "/ > </fileset > </foreach > <target name "co

Copy to Multiple Targets from a Single Source

Is there a way of copying a fileset to many destination directories? Something along the lines <copy fromdir "mybasedir " > <fileset dir "targetbasedir " > <include refid "subdirlist "/ > </fileset >

jspc errors...

Greetings I 'm trying to compile my jsp files but I 'm blocked in jspc task! When I run my target (jsp-compile) I got the exception below my ant task <jspc verbose "9 " package "PT.ptinovacao.nginc

AW: Setting a property to the value of a class?

If you can start a program (with <java > or <exec >) that will export these information to a property file you can import this file. Jan Mat?rne -----Urspr?ngliche Nachricht----- Von Will Hartung [

How to get paths with forward slashes

1) Is there a way to get paths in Ant with forward slashes even on Windows platform? For example <property name "app_home " location ". "/ > should somehow give c /... instead of c \... 2) How can

classpath issue with junit and replaceregxp

Hey all I recently add the <junit > task to our ant build file. After wrestling with the classpath a bit i stumbled across the following. http //ant.apache.org/faq.html#delegating-classloader It i

Running processes with Ant

Hi My company 's product is made out of several processes such as Apache Tomcat Java and more 3rd party tools. Currently I use .sh and .bat scripts to run the processes on different platforms.

<ant call returning properties to caller

Any way to call ant on another file? Both call. The docs dont tell if its call by reference or call by value 1. how can ant script1 call ant script2 and the properites set/reset in script2 are ava

Accessing an ant task within a custom task

I need to copy a file within my custom task from one dir to another. I haven 't found a good way to copy a file from a custom ant task other than calling into the runtime environment. I want to avoid

Accessing properties in a custom ant task

Is there a way to access ant properties within a custom task? For example <property name "test.property " value "testing... "/ > <target name "test-mytask " > <taskdef resource "mytask.properties " c

trycatch and recursive make

Hi As a part of our build process we are exec 'ing a call to make ... which in turn calls make which in turn calls make ... etc etc etc. If the initial call to make from the build.xml fails

spawn

Anybody know who is working on the spawn task and how I could contribute? ie I 've needed this for MONTHS and if nobody is going to get this done I might as well kick in and do it for myself. If th

-logfile option and input task

Simple question I am running my build files with the -logfile option to send stdout to a file. I am also using <input/ > tasks at times resulting in the prompt for the <input/ > tasks not being sent

Setting a property to the value of a class?

Hi all We 're working on our system and have come to the need of being able to set a property to a value that is determined programatically. In our case it 's a version number which is obtained thro

javax and ant

Hi. I have a program that compiles standalone but when I use the build file refuses to import javax.servlet. Any ideas will be GREATLY appriciated. The problems seems to be that the build is IGNORING

using ant to build out to NT servers

Does anyone have experiences in building out to NT servers with ant. I was looking at installing a ftp service and sending the files over but I don 't know how to start and stop the processes running

Replacing a string in a file

I have a manifest file looks like Manifest-Version 1.0 Implementation-Vendor-Id abc Implementation-Vendor xyz implementation-version def.4.0.1.0 Implementation-Title something Requires config

make ant beep

I want Ant to make my PC beep once it has finished building my project. I don 't have a speaker appart from the internal one so I just need a simple beep. Any cross-plaftorm solution exist? Cheers

JSP pre-compilation

I experience that I must supply ant.jar to the classpath for the jspc task else I get NoClassDefFoundError org/apache/tools/ant/AntClassLoader when executing the task. This seems quite unescessa
Page 335 of 343 Previous 100   Previous 10   331   332   333   334   335   336   337   338   339   340   Next 10  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.