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

ejb deploy script for WebSphere 5.0

I am looking for ejb deploy script ( build.xml) for webspere V5.0 for stateless session beans. Does any one have has any samples ? Do I need build ibm-ejb-jar.bnd.xmi and ibm-ejb-jar.ext.xmi first o

dependency=full ...slow

We are upgrading to Ant 1.6.0 and want to take advantage of the dependency "full " attribute of the ejbjar task. However when I add this an ejb that normally takes less than a minute to build now tak

dependency=full

My ejb 's are taking forever (21 minutes) to build when I use the feature dependency full. Is this normal? I am using ant 1.6.0 Thanks Karen Karen Schaper Marketlink Integration Engineer DHL Danzas

junit task with custom classpath (Ant 1.6.0)

How do I let Ant 1.6.0 find the junit.jar on a location I specificy? This is what I tried. This is my directory structure build.xml jars/junit.jar See the attached build.xml. The junit-avai

Ant in JWSDP 1.3

Does anyone know the changes made to ANT 1.5.4 that appears in JWSDP 1.3? I know that for JWSDP 1.2 Sun "customized " Ant 1.5.3 somewhat and advised using the Ant in JWSDP instead of a separate Ant ins

Please : How can one install ant 1.6.0 under Eclipse 2.1 ?

Best Regards Fabien Broillet

Help with 'war ' task

I am trying to use the 'war ' task to merely change the web.xml within the WEB-INF directory I do not want to change any other files in the war. I 'm using the 'update true ' attribute but it doesn 't s

fail on telnet task

i have a target which runs the ant telnet task to execute a remote shell script. right now the only way i can figure out how to fail the ant task is if it hits a timeout waiting for the a read that d

< < Graphical User Interface for Ant > >

Hello Do you know if there are a program (free or not) with a Graphical User Interface to create xml Ant scripts from scratchs? I am trying to use Antelope as a plugin of JEdit but I am not been

Re: java.lang.NoClassDefFoundError: com.sun.mail.util.SharedByteA
rray InputS

Fyler Cody A wrote >Well that didn 't quite work. I had encoding "mime " in my build.xml already. >I changed this to encoding "uu " and it worked without any changes to the >classpath. Is this a bug?

PVCS task

Hi Hi we are using a windows 2000 sever for PVCS VM I-Net 7.5.1.0 (Build 297) The ant manual says that i should have the necessary access to PVCS repository. Could anyone tell me how i should po

Urgent : Ant 1.6 Problem with task "FTP " !!!

Hello !! I have a small problem. I can 't use the task "ftp " with the file build.xml !!! I don 't understand this error because I have the .jar files. Help-me please !! Best Regards !! Here you have

Using PropertyHelper etc

I 'm trying to remove the usage of commons-grant from Maven. It 's whole purpose in life is to provide the Maven properties to an Ant project. PropertyHelper looks like it could help us here but I ca

<import > inheritance and source control

I have a set of related projects which range in complexity but all are built similarly to one another. These projects can be built independently (they are not written in Java). The simplest of t

Nelp help with excludes or excludesfile

I 'm trying to do the following. <copy todir "${mydir} " > <fileset dir "${base.dir}/test-data " excludes "Admin.properties title*.properties Oracletitle*.properties *Party*.properties log4j.prop

RE: java.lang.NoClassDefFoundError: com.sun.mail.util.SharedByteA
    rray InputS

Cody I had a simila issue some time ago with ant 1.5.4 this is what I 've got from the list

RE: java.lang.NoClassDefFoundError: com.sun.mail.util.SharedByteA
   rray InputSt

Sorry forgot to switch to plain text. -----Original Message----- From Fyler Cody A [mailto CodyFyler@(protected)] Sent Wednesday January 07 2004 11 46 AM To 'user@(protected) '

java.lang.NoClassDefFoundError: com.sun.mail.util.SharedByteArray
   InputStream

Hi I 'm using Ant 1.6 and cannot get the mail task to work at all. I keep getting the error in the subject. I 've made sure that the JavaMail jars are in my classpath. What am I doing wrong? Cody

RE: How can tasks in 'imported ' build files know the basedir of t
   he imported

> From Colin Sampaleanu [mailto colinml1@(protected)] > > Can anybody point out a way to get at the base directory of the build > file? I wrote something up about this in the Wiki in the 1.6 new featu

Re: How can tasks in 'imported ' build files know the basedir of
the imported f

Colin Sampaleanu <colinml1@(protected) > writes > When you import another build file via the new 1.6 import task > special properties > ant.file. <name > > ant.version. <name > > and so on are creat

CvsTagFilter (related to CruiseControl)

Hi! I 've written a small custom filterreader that does the following job Working with CruiseControl and Ant cruise passes in a property called label that can be used in the cvs task to label your

Ant 1.6 and JUnit - NoClassDefFoundError

I 'm just taking a look at Ant 1.6 and I 'm having a problem with a build file that works fine in 1.5.3. java -version gives 1.3.1 ant -version gives 1.6 The only changes to the standard installation

AW: whitespace for javac task

I had the same problem some time ago and the only solution I found is to name your properties in old DOS Convention (8.3 Files). so your property has to look something like this <property name

using javac to buils classes files to run under java 1.2.2

I 'm confused by the use of the compiler and target attributes for the javac task. I 'm running ant using java 1.4.1 but need to compile my classes to run under java 1.2.2. Do I only have to use the co

Urgent Please !!!!!

Hi I use Ant with Eclipse but I have a problem on the Eclipse when I want to load my build.xml file. I have this error "BUILD FAILED java.lang.NoSuchMethodError org.apache.xerces.xni.parser.XM

Re: Ant rmic. How 'increase the memory allocated for the Java
stack. ' ?

On Tue 30 Dec 2003 Stephen Chalkley <Stephen.Chalkley@(protected) > wrote > So I add a 'compilerarg ' line to my rmic step in my build.xml as > follows Sounds right to me. Maybe Ant is putting the fla

Ant 1.6 and rmic task

Simple rmi question am I missing something ? <!-- Builds the remote stubs -- > <target name "rmic " > <rmic base "classes " classname "com.pts.generic.framework.remote.EVServiceBaseImpl " / >

Documenting targets

I 'm new to the mailing list but not new to Ant. Is there a way to document targets within a build.xml file such that they can be extracted out later much like JavaDocs? Basically I 'd like to docume

How to share an object between Tasks?

I have a set of Tasks all requiring access to the very same class instance (a db connection in practice). How can I implement that with ANT? So far I have tried to implement this behaviour via a Ta

Logging to console and a file

Is there a way to redirect a console logger to a file and at the same time leave it on conlose output? Can two loggers be added? Roman
Page 222 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.