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

R?f. : Putting an image on the bottom of every
Javadoc page

Hello You can put your pictures in all the package directories docs/api/com/bottom.gif docs/api/com/foo/bottom.gif docs/api/com/foo/bar/bottom.gif ... then use the bottom attribute like this bot

AW: Putting an image on the bottom of every Javadoc page

I generate a hint of the date of generation at the buttom. 1. Let Ant introduce a special text I can search for <javadoc ... <bottom > <![CDATA[Generated ]] > @(protected)@ <![CDATA[ </i > ]] > </

Copying to another host on the network

Hi I 'm trying to use the destdir attribute of the style command to specify a folder on another host machine connected to my local intranet. I 've tried using "destdir "\\192.168.0.1\d$\project\htm

Hi

Hi Could any help me to send attachment though mail using MailLogger. Here is the content of my build.xml <property name "MailLogger.success.notify " value "true "/ > <property name "MailLog

Loading stylesheets from a jar file ( <xslt > task)

Does anyone know of a way to load an xsl stylesheet from a jar file rather than a path off the basedir? I would like to repackage the javancss stuff to include the stylesheets in the javancss.jar the

Putting an image on the bottom of every Javadoc page

Hello ant users I am trying to set up my build.xml so that when I make the javadocs a little logo file gets put on the bottom of every page. I tried to use the <bottom > option in the javadoc task

Referencing a path id in another build file

Is there a way to reference a path id setup in foo.xml in bar.xml? For example foo.xml

Style: java.lang.UnsupportedClassVersionError

Recently I have started using Ant. And just configuring the Ant with different Ant tasks. So to use "style " I downloaded "mtxslt-1.5.jar " and placed it under ANT_HOME/lib. I also add that jar in CL

JUnit and bootclasspath

We 've got some JUnit tasks that work fine on Windows but fail on Linux. On Linux they complain about not being able to find various classes we 've added to the "pluggable look and feel ". I *believe*

IllegalAccessException running main

maybe not an ant problem but here 's my setup from build.xml --- <target name "exec " depends "compile " > <java classname "Main " > <classpath refid "run.classpath "/ > </java > </tar

Synchronize task

I am looking for a synchronize task for ant (for synchronizing files/and or directories without requiring using copy since that copies possibly unneeded files). I see someone has looked for one befo

Split in ant

Is there a way to split a long line with " " delimiter . Regards -Chandra -- To unsubscribe e-mail <mailto ant-user-unsubscribe@(protected) > For additional commands e-mail <mailto ant-

ant exec and error=5

Can anybody help explain why I am getting a "CreateProcess error 5 " when I attempt to exec the Windows regsvr32.exe to register a dll? Here is my target <target name "compile.init " >

Where to find ant-contrib tasks

Hi I am looking for ant-contrib tasks where to find them. And how to use them. Please help -Chandra -- To unsubscribe e-mail <mailto ant-user-unsubscribe@(protected) > For additional

exec to include path

Is there a way to update the environment PATH for exec to function? ie can I update the system PATH variable at Ant runtime for the duration of the Ant process? Basically I want to call a compile pr

unsubscribe me

unsubscribe me -- To unsubscribe e-mail <mailto ant-user-unsubscribe@(protected) > For additional commands e-mail <mailto ant-user-help@(protected) >

output sql to text file and read the file

hi all I am stuck here and quick suggestion would be great. I am running a sql query and getting multiple values from the query. Is there a way in ant to load this into property directly

javadoc for very large proejects

Hi I want to run the javadoc task of ant over a project with more than 1000 Classes but the memory isn 't enough I tried to increase the "maxmemory " value but for 1000 Classes there can 't be enoug

Problems running ant 1.5.1

Hi I have just downloaded and installed ant 1.5.1 and when I launch it I get this exception Exception in thread "main " java.lang.NoClassDefFoundError de I 'm using Windows 2000 and JDK 1.4.

Forking the exec task

Hello I am trying to basically fork the exec task so that Ant does not wait for it to return. Why? Because I would like to use Ant to start a server type application and I would like the Ant scr

Chmod usage in exec command

Ok Now I want to use chmod to tweak file permissions but I can 't get this to work from the exec command. Has anyone had any luck with this? -- Michael Klem <klemm@(protected) > 626-296-

ant install --- thanks

Thank you. After modifying build.xml classes files went to the right directory. However the server still cannot find servlet class under web/WEB-INF/classes/*. I am checking web.xml. Do you have a

ant install

I use Ant 1.5.1 in Tomcat 4.1.Tomcat server is starting up. Then I use "ant install " to set up my application which is organized hierarchy. Everything goes well except that ant create a new fold nam

NoClassDefFoundError exception

Hi I wonder if someone can help me solving this problem Once in a while I get the following exption. If I run the script again it will passes the same point with no problems. If I run it with the

AW: passing of properties from a child ant task to its parent

The sub-task (build.xml) can write a property file ( <echo file "tmp.properties " message "key value "/ >) wich the super-task (ci-build.xml) can read AFTER calling. ci-build.xml <property name "tmp.file

Ant 's exec command example

Can someone give me an example of how to use Ant 's exec command to copy a file? Everything I tried results in an IOException. Here is what Iam doing <exec dir "${basedir} " executable "/bin/cp

Error in ejbjar target in WebSphere

Hi I am trying to run ejbjar target for websphere using "com.ibm.etools.ejbdeploy.EJBDeploy " java class and i am getting the following error. Does anyone know what might be wrong. It works fine f

File permissions

I have an executable file that Ant copies from my source directory to my destination directory however the copied file is no longer an executable file. This is what I am using <copy todir "

Performance issues with using large properties files

I 'm planning on a strategy that will result is a large properties file that will be loaded and used by my build.xml. The properties fill will contain an entry for each file and version of a component

Help with Replace regexp with ant 1.5

Hi I am trying to use the replaceregexp task of ant 1.5 to match and replace certain patterns here is the sample <replaceregexp file "${Dest}/sample.cmd " > <regexp pattern " _sample_c
Page 338 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.