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 223 of 343 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100  

Replacing but not thwhole file

Hi all I want to replace in a file "#project " by "project " but not in the whole file. Only from the begining to the string "# end part1 ". Is that possible to do it with the task replace or replace

Re: Generate Multiple Files from Single XML Source with XSLT
Task

See the xmltask at... http //www.oopsconsultancy.com/software/xmltask.html The recent announcement of version 1.9 on this list had an example of exactly what you are looking for. Look it up in the

Forcing a creation of a ejbjar-file even if the classes havent changed

Hi I am using Ant together with jboss and its working fine except for one thing 1. I use ant to compile files to a classes catalog. 2. A standard jar files is created containing most of the files

Generate Multiple Files from Single XML Source with XSLT Task

We have one XML file from which I would like to generate multiple JSPs during the build process. For example from the following XML <stuff > <thing >Thing1 </thing > <thing >Thing2 </thing >

scp / ssh

I can 't find the optional jar for versino 1.6.0. I try to use the sshexec and scp task but It can 't find the class file. The manul said that you need the optional.jar in the lib folder. But where can

Problem with forked java process

I am trying to run a few java processes in forked JVM 's. The following is where I try to execute the process <echo message "Starting testbed node1 " / > <java fork "true " classpath "${sl.classpath}

Ant task to run C++ compiler?

Hi My project contains both C++ code and Java code and I am curious if there are any Ant tasks to invoke a C++ compiler? The C++ code is all Windows system calls collecting hardware information

RMIC and the -J option

Hi I want to pass a -J option to an Ant rmic step but can 't get any format to be accepted. In an windows .bat file I can run the following with a -J option. rmic -v1.2 -J-oss4m -classpath . C \ab

JSPC failonerror not working

For some reason I can 't get the affect the failonerror attribute for the JSPC task. The appropriate ant scrip segment is <target name "compile_jsps " depends "clean init ccupdate " > <echo > tar

Unable to locate tools.jar

Hi On Windows when using ant against a JRE (not a JDK) I get the following message even in quiet mode Unable to locate tools.jar. Expected to find it in <my-jre-path >\lib\tools.jar Then the bui

- Release Note Software

[OFF - TOPIC] FAO Release Managers Can anyone recommend software to simpy record web submitted release notes to a DB (developer name project files to release & bug id) then query with web interf

Can 't Run JUnits With ANT 1.6

I 'm currently migrating from ANT 1.5.4 to ANT 1.6. However whenever I try to run the JUnit task I 'm encountering a "VerifyError ". More specifically [junit] java.lang.VerifyError (class org

Parameter passed to target

Hi ! I am having weird request. I would like to pass a parameter to specific task. How can I do that? I tried to create <property > and then redefine it later so that target can use it but this do

whitespace for javac task

Hi Guys I have a white space character in my source directory name. This is causing problems for my javac task. Here is the relevant build file snippet <project name "dmslite " default "help " >

APIDocs online?

http //ant.apache.org/manual/api/index.html gives me a whole lot of 404s. is the API online anywhere??? -- dIon Gillard Multitask Consulting Blog http //blogs.codehaus.org/people/dion/ ---

How can i set the verbose mode in java and javac ant tasks?

How can i set the verbose mode in java and javac ant tasks? --

segmentation fault

sir > > Happy new year > > I am using ant init for initilasation of tables.but > ant shows the Segmentation fault as > jakarta-ant-1.4.1/bin/ant line 134 1945 > segmenatation > fault $JAVACMD -c

Pamda 1.0.0 (UML - > Code generator which supports Aspect Oriented Modeling)

Hello Please add Pamda to the list of external tools and tasks. Description Pamda is an MDA tool (UML2Code generator) implemented as Ant task. Pamda supports Aspect-Oriented Modeling (AOM) and co

ant call on exit

My build.xml file creates a lock file at the beginning and deletes it at the end. However if there is a problem with compiling or the unittests that lockfile doesn 't get deleted. Is there some w

"pseudo attribute name is expected " PROBLEM

When I run ant I get this error

Including files in a dirset - mysterious SubAnt behaviour

Ok this is spooky. I have a build that calls several builds in it 's sub directories via SubAnt. The sub-builds should run with their basedir set to the folder they are located in. If I call the main

Including files in a dirset

How does a dirset act when one of its patternsets includes a file? What I 'm looking for is a way to include all sub-directories of a given directory that contain build.xml so I can pass it off to S

Building Ant under MacOSX 10.3 (Panther) ... JDK location

Should be an easy question... I wanted to build Ant myself under MacOSX 10.3 (Panther). According to the build instructions I need to provide the location of the JDK in the JAVA_HOME environment v

< < Problems with mkdir & delete in Windows XP > >

Hello all I am a beginner with Ant. My system Ant version 1.6 Windows XP SP1 256 MB Ram HD 40 GB with NTFS and FAT32 I began with this simple script in the FAT32 driver <project name "MyProjec

Getting email from ANT

Hi I am using ANT 1.5.4 version. When i give the following command ant -logger org.apache.tools.ant.listener.MailLogger I get the error - MailLogger failed to send e-mail! java.lang.Excep

Setiing classpath in ANT

Hi I have just started using ANT I am using following script - <project name "Gautam " default "all " basedir ". " > <description > simple build file </description > <!-- set global

<classpath > - what is it?

I have problem understanding <classpath > >From the manual //// <classpath > <pathelement path "${classpath} "/ > </classpath > /// What is ${classpath} referring to? Also how do I get

Problem with Class-Path in Manifest

Ant I am currently having to add jars to my Class-Path manually like so <property name "runtime.classpath " value "../lib/concurrent.jar ../lib/jdbc-MySQL.jar ../lib/jdbc-Oracle.jar

cygpath task

Folks The $ANT_HOME/bin/ant shell script automatically converts a number of paths from cygwin to windows when executed in a cygwin shell including JAVA_HOME CLASSPATH ANT_HOME and CYGHOME. Howe

ANN: xmltask 1.9

Version 1.9 of xmltask is out now. This version allows calling of ant targets for XML nodes identified by XPath expressions e.g. <xmltask source "web.xml " > <call path "web-app/servlet " target "s
Page 223 of 343 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.