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 130 of 343 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100  

AW: Main-Class value

> I want a variable with the value of "atreides.xhtml. " so that That value is written in the java source - the package statement. Therefore it doesnt make sense to keep in an Ant property becau

AW: HelloWorldSwing.jar

> any critique as to my build.xml file? Yes. You?re writing a class package hello ... public class HelloWorldSwing { ... with full qualified name hello.HelloWorldSwing s

Main-Class value

The data D \ >type build.xml <project name "XHTML " default "package " > <property name "outputDir " value "D \java\classes\ " / > <property name "sourceDir " value "D \java\src\atrei

HelloWorldSwing.jar

HelloWorldSwing.jar doesn 't execute with a double-click it gives "could not find the main class. program will exit " as an error. is this a problem with build.xml? Microsoft Windows 2000 [Ve

AW: depends executed before if/unless

see also http //issues.apache.org/bugzilla/show_bug.cgi?id 33956 Jan > -----Urspr?ngliche Nachricht----- > Von Ninju Bohra [mailto ninju_bohra@(protected)] > Gesendet am Freitag 11. M?rz 200

Running apache ant in unix system

Hi i have installed apache ant and used to run ant for some time but now when i run this i am getting following error. i am using ant 1.6.2 and red hat linux 9 and the java version i am using

problem with zipfileset and fileset storing directories with xml files in th

At first look ... Zip has no destdir but a destfile http //ant.apache.org/manual/CoreTypes/zipfileset.html Can you also provide the specs of the environment (OS & fs if relevant JDK ANT) as

Re: problem with zipfileset and fileset storing directories with xml files
in

IIRC winzip tries to be "helpful " and shows all dirs in an archive as lowercase. This has been discussed on this list before try searching the archives http //marc.theaimsgroup.com/?l ant-user&r

problem with zipfileset and fileset storing directories with xml files in them

Hey all I am hoping I am just losing my mind here. When I use the WAR JAR or ZIP task to create an archive every time I try to store any directories that have .xml files in them the director

Junit Integration Problem

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hey I would like to integrate Junit into Ant as specified by 3. in http //ant.apache.org/manual/OptionalTasks/junit.html ( "3. Do neither of the

help with exec task

Please help me figure this out its quite simple. I am executing cabarc.exe to extract cab files in a dir. No error is displayed but I don 't get my files Ant script <target name "cabarc

Survey on Understanding Code

Hi We are running a set of small surveys in an attempt to understand developers problems when attempting to understand code. Results from this survey will be used in refining (open-source) tool

depends executed before if/unless

hi I 've come across what seems to be quite a deep problem with my understanding of ANT. When you declare a target is both conditional and that it has dependencies the dependencies are execut

How to use the flatten copier

Hey Guys How do I use the <copy > task to accomplish the follow batch stuff xcopy /y /r %ProjectRoot%\ThirdParty\lib\JDK1.2\Javax_Activation\activation.jar %WebRoot%\WEB-INF\lib xcopy /

AW: Ant in eclipse

Hi the ant is shipped with eclipse... eclipse 2.1 jdk 1.3.1 ant 1.6.2 the ant plugin can not recognize the ant targets.. -----Urspr?ngliche Nachricht----- Von Rebhan Gilbert [mailto Gi

Ant in eclipse

Hi I want to start my ant build file from eclipse...when I choose "Run Ant... " from the context menu I got an error message in the following dialog. In the upper left corner is a text "fRecogniz

Classpath in javac

Hi I have a directory which contains many jar-files. I want to add all this jars in my class path for javac...how can I do this recursive without naming each jar ? Thanks Oliver --------

AW: parse XML file problem

See http //marc.theaimsgroup.com/?l ant-user&m 110370861426080&w 2 http //marc.theaimsgroup.com/?l ant-user&m 109474897503807&w 2 Jan > -----Urspr?ngliche Nachricht----- > Von Anand Krishniy

parse XML file problem

Hi I have an xml file similar to this <files > <file name "a.jar " type "jar " > <Location > "c /1 " </Location > <Location > "c /2 " </Location > </file > <file name "b.conf " type "con

Re: referencing path id in junit task

Never mind I just figured it out <junit ... > <classpath refid "my.classpath " > - mps (Dangit! Yahoo! mail mangled my example! Oh well.) Michael Pelz Sherman <mpelz

referencing path id in junit task

Hi I have a path defined using the following syntax <path id "my.classpath " >... </path > I 'd like to reference this path in a junit task. Unfortunately junit doesn 't support the "classp

launching Ant from a perl script

Hi I 'm having a tough time figuring out how to get the return code from an Ant invocation when using perl. The problem is that the Ant front end is a .bat file (I 'm working on Windows). When y

IllegalAccessException

Yes the class is public. Could it be that main is static? This class is normally run from the command line ala c >javaw.exe -cp <classpath > -DJAVA_HOME C \Java org.spec.jappserver.load.Load

AW: AW: AW: cannot resolve symbol when overriding method.

Ok verified for 1.3.0-C works with 1.4.2_05-b04. Mmh javadoc for 1.3 [1] has that method ... Signature hasnt changed maybe the compiler is not so restrictive any more. If I had changed prot

AW: AW: cannot resolve symbol when overriding method.

1. took your source from http //marc.theaimsgroup.com/?l ant-user&m 111022093008210&w 2 2. removes all the slashes 3. saves as Dummy.java 4. wrote a buildfile <project > <javac srcdir

Re: why MyClass.class.getPackage returns null when ant classloader
is used?

On Thu 10 Mar 2005 Maciej Zywno <m.zywno@(protected) > wrote > I 've come across strange error in my app. The error is connected > probably with ant classloader and appears while the following piec

why MyClass.class.getPackage returns null when ant classloader is used?

Hi all I 've come across strange error in my app. The error is connected probably with ant classloader and appears while the following piece of code in my application is run from junit (triggered

zip task and filesonly

I 've been trying to zip a directory hierarchy under foo/bar with filesonly "true " like this <zip destfile "templates.zip " filesonly "true " > <zipfileset dir "foo/bar " includes "**/*.tmpl " >

AW: HELP! ant 1.6.2

> <project name "system " default "project " basedir ". " > > > <property file "build.properties "/ > > > <target name "project " > > </target > > > </project > Sorry works for me an Ant 1.5

HELP! ant 1.6.2

I have a project that has worked for almost forever. I just moved to ant 1.6.2 and I get a strange error. If I run ant -diagnostic everything seems ok. I am missing junit stuff and something el
Page 130 of 343 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.