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 301 of 343 Previous 100   Previous 10   301   302   303   304   305   306   307   308   309   310   Next 10  

Juinit and java.lang.NoSuchMethodError

When I add in the target test <classpath > <pathelement location "c /bea/weblogic.jar "/ > </classpath > I had this stack trace [junit] java.lang.NoSuchMethodError [junit] at

regexp task

Hi All I would like to keep a string who is include between 2 strings. ex hello world. I want to keep "llo wor " How can I do that? Thanks Sam

regexp

Hi All I would like to keep a string who is include between 2 strings. ex hello world. How can I do that? Sam

How to setup a java system property in ant?

Hi I 'm trying to setup a java system property in my ant build file so I can debug some SSL handshaking while running a test. At the command line you would normally use "java -Djavax.net.debug all MyA

Javah task inconvenience

Hi I was dabbling with jni and found it inconvenient that the <javah > task doesn 't have a filelist with which native .class files can be specified. It either takes a class attribute with all the c

Property and if question

Sorry if this is basic but I can not get the if to work. My cmd line looks like this ant -verbose -Denvnt "Integration " -Dcopy_int "INT " -Dst_time "9 am CT " > > backup_Test_debug.log 2 >&1 Also tried

Mail question...

I send email using the mail task at the end of the build but each night the log has the following entry [mail] Failed to initialise MIME mail The email goes through any ideas as to why this

How to use a FileList/FileSet in multiple places

Hi How can I define a list of jar files that will be used in multiple projects The list of jar files is made up of... 1) My own utilities -- myXmlUtils.jar and 2) a few open-source jars --

building antidote problems

Hello everyone I am having some problems building antidote. I succesfully got the source from cvs placed the jaxp.jar and parser.jar file in the jre/lib/ext directory for my jdk installation

funny zip file

hi all I had created zip through ant in Linux but when i try to open that zip file in windows98 2000 it doesnt give any error but show 0 files but when you see properties of this zip file i

NullPointerException while using MailLogger

Hello I wanted to have a failure / success mail after each nightly build. So I included following lines in my build.bat file set JAVA_HOME C \j2sdk1.4.1_02 set ANT_HOME ..\tools\ant ../tools/ant/bin

How can I pass properties to the Junit Task ?

thanks

Javac for big Projects with many errors

Hi My Problem is that I want to compile one big project ( >2000 classes) using ant but there are always parts of the projects wich have errors (this can be up to 1000 errors in different classes) bu

javac and java differences

Hi all I wonder why the the javac task does not support the nested <jvmarg >. The reason is I need it for garbage collection tuning and pass some -XX MaxPermSize 150m parameters. It is not really n

FTP creating directory

hello i 'm trying to upload files to a directory. that directory may or may not be present. how can i handle this ? thx!

RE: antRunAsync and getting a background process to run indefinit
   ely

Try using "nohup java foo.bar > output.txt & " in the shell script instead. Without the redirection to output.txt the output is redirected to "nohup.out ". /Daniel Grenner. -----Original Message-----

getting properties by pattern.

Hi all Is there any way to get properties without knowing their full name? For example if I have an unknown number of properties in my build.properties file similar to dir.branch.web dir.branch.

Multiple source trees - excluding dependent classes.

Hi [SYNOPSIS] /src/ejb-java /src/webapplication /dist/ejb-java /dist/webapplication need to compile sources in /src/webapplication into /dist/webapplication with only classes from webapplication tr

Bugs with <rmic > task: sourcebase, iiop

[Removed the intempestive "pastes " at the beginning of my previous email sorry] Hello The two behaviours described below look to me as bugs. Could someone confirm before I log this into bugzilla?

Bugs with <rmic > task: sourcebase, iiop

rmic-rjmx [rmic] javax/management/remote/rmi/RMIMBeanServerConnectionImpl.class omitted as javax/management/remote/rmi/RMIMBeanServerConnectionImpl_Stub.class is up to date. [rmic] javax/

antRunAsync and getting a background process to run indefinitely

Hi I 'm having trouble getting the antRunAsync workaround to work exactly the way I want. I use antRunAsync to run a shell script called oc4j.sh. The shell script is started asynchronously which i

copy only if destination file does not exist

I need to copy a file from one directory to another but I only want it to happen if the destination file does not already exist. Currently Ant will do the copy if the destination doesn 't exist or

Parallel exec task tentative patch

Hi all! How do I use the tentative exec task patch posted here http //marc.theaimsgroup.com/?l ant-dev&m 104327322209168&w 2 The patch seems to be the text file however it 's cluttered with stuff

Who 's responsible?

Hi all! When deploying that is using the Ant Tomcat 4.1 <deploy > task the web app war file is copied to $CATALINA_HOME/work/standalone/localhost/manager. Furthermore an directory containing *on

ANT is not capturing the return values of the executed programs.

PROBLEM see subject. OUTPUT please scroll down. ENVIRONMENT RedHat 8.0 j2sdk1.4.1_02 ant-1.5.3 I 'm just testing what can and can not be done with ANT. The idea in this test is just to see if re

Conditionally including a zipfileset

Can someone suggest the best way to conditionally include based on a property a zipfileset within a zip task? Thanks

FTP task

Hi I 'm using the FTP task but when I 'm running my script I have this error. BUILD FAILED taskdef A class needed on loading by class org.apache.tools.ant.taskdefs.optional.net.FTP cannot be found

manifest-only jars

Hi Does anyone know if it?s possible to disable the creation of manifest-only jars ? A bit more info can be helpful I?m creating a template build.xml file for several projects. They assume the

R?f. : Re: Passing changing values from script to

> Last solution if you are starting your ant build via the ant Java API you > can override properties programmatically. How do you do that ? As far as I know once a property 's value is set you c

AW: Passing changing values from script to ant

Why using ant properties? If are programming against the DOM API with <script > why not using the Ant API? Instantiate a task set its values and call perform(). Jan Mat?rne > -----Urspr?ngliche Nac
Page 301 of 343 Previous 100   Previous 10   301   302   303   304   305   306   307   308   309   310   Next 10  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.