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 215 of 343 Previous 100   Previous 10   211   212   213   214   215   216   217   218   219   220   Next 10   Next 100  

.........parsers.IntegratedParserConfiguration not found

Hi. I 'm building my project with ANT 1.6.0 under linux Red Hat 9.0 and jdk 1.4.2. In the build.xml file I have some few targets that implement javac jar... and other tasks... on of the target

Generating java files selectively from IDL files using <depend > a   nd
<mapper >

We have a bunch of IDL files that we use to generate java files and stubs. I 'm trying to to generate java files only when an IDL is updated I 've been able to do a dependency check like this <targ

Ant 1.6.1 beta1 released

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi ant 1.6.1 beta1 is released. Apache Ant 1.6.1beta1 is now available for download <http //cvs.apache.org/dist/ant/v1.6.1beta1/ >. The ASF Board has

Updating Java source, JavaCC?

Hello all I have a requirement to update Java source files and insert a version string in files that don 't have one. We have a large source repository so it would make most sense to automate this pr

Debug Struts/J2EE built with Ant?

Our team is currently using Jdeveloper but I 've created an Ant build that currently gets used by CruiseControl for Cont. Integration and nightly builds. I 'd like to move to Eclipse but when I do wo

Funny problem with jspc task

On Wed 28 Jan 2004 David McTavish <dmctavish@(protected) > wrote > somebody please boot this person from the list. I 've tried. My theory is that somebody who got infected by Mydoom has the subsc

Nested xml in ant task

Greetings all Is there the concept of an xml datatype in Ant with respect to creating a newtask ? <newtask > <some_xml_frag > <a atrib " " > <b > .....etc.....etc....... </b > </a > </some_xml_frag > <

BUILD ENGINEER

Hello I would like to know What is the role of build engineer in a organisation is there any full time Build engineer or just developer themselves write their build files and the work goes on

howto trigger an Ant build within java

Hi I am looking into using Ant (v1.6.0) more in my webapp so I can offer offline publishing equivalents. I am transforming some config XML into a build file. I then want to load that build file in

Funny problem with jspc

Thank you for contacting Boutell.Com Technical Support! PLEASE NOTE OUR SUPPORT EMAIL ADDRESSES HAVE BEEN REPLACED. They have been replaced by our new support page http //www.boutell.com/contact/

RE: Re: Re: Re: Re: Re: Re: Re: Re: Re: Funny problem with jspc
   task

somebody please boot this person from the list. -----Original Message----- From support@(protected) [mailto support@(protected)] Sent Wednesday January 28 2004 9 51 PM To user@(protected) Su

Funny problem with jspc task

Hi I have been having a very bizzare problem with my JSPC task.. It is able to convert all my .jsp 's into corresponding java files and then the build fails before executing the next statement. Here

JSP Precompilation in WebLogic

It seems like there is a know issue with Ant 15.3 and JSPs compilation in Weblogic. It is reported on bea website http //support.bea.com/application?namespace askbea&origin ask_bea_answe r.jsp&event l

Help with cc task

All I am still having issues with cc task. After putting ant-contrib-0.6.jar and cpptasks.jar into my ant1.6/lib. I am still having problems. I enclosed my simple build.xml for a helloworld.cpp pr

vssget task and VSS Working folder.

Hi every one We are using the vssget (Ant 1.5.1) on our projects. <vssget ssdir "${VSS_BIN_DIRECTORY_PATH} " vsspath "${VSS_PROJECT_PATH} " serverPath "${VSS_SERVER_PATH} " localPath "${

apologies for multiple posts

Sorry about that I seem to be having some trouble with my mail client. Gareth

RE: Using Microsoft VC++ compiler for compiling C and C++ project
   s?

> From barry@(protected) [mailto barry@(protected)] > All > > I have a need to use microsoft VC++ compiler for C and C++ projects. > > Currently I can use <exec > with msdev.exe co

dependency between subdirectories

All I am still looking for the answers to resolve the dependencies between two subdirectories. Please advice. top/build.xml A/build.xml B/build.xml Top/build.xml calling A and B

Guidelines and examples of using ant to compile c and c++ codes?

All I am working on a project that contains c c++ and java. Are there any guidelines case studies and code examples of using ant to compile and handling c and c++ codes and projects? Thanks B.

Using Microsoft VC++ compiler for compiling C and C++ projects?

All I have a need to use microsoft VC++ compiler for C and C++ projects. Currently I can use <exec > with msdev.exe compiling the project created by VC++ 's IDE directly without issues. However I

Why is Java task not adding my classpath ref unless fork= "yes "?

I have the following in my build.xml <path id "project.java.classpath " > <fileset dir "${dir.deploy} " > <include name "*.jar " / > </fileset > </path > <target name "run " depends "jar " >

Sun One appserver 7 and iplanet-ejbc

Hi I also tried to generate stubs with ejbc as I used to do with Weblogic however I now use ant to javac and build the archives and deploy via the app server console and the stubs are generated 'on

Searching a log file for "Error " string

Hi One of the tasks in my build process is an 'exec ' task that invokes a C++ compiler with its output going to a file specified in the "output " attribute of the exec task. I would like to search

how to use error and logError within the java task?

Hi while running my ant target from one of the file-i 'm setting the jvm args so that i can send my exceptions/errors on the console and the Debug messages in some file. In absence of this boht of the

delete jars in a dir not present in a fileset?

I 'd like to delete files in a directory that are not already present in a given fileset where the files in the fileset aren 't all in the same directory. They all share the same base directory but f

available file not available

Hi! I 'm new to ant java and linux so maybe I 'm asking something very obvious. I have installed ant 1.5.4 and 1.6 and the problem arises with both. (JDK j2sdk1.4.1_02 eclipse 3.0) I tried to modify

multiple mappers for <copy >?

I 'd like to use multiple mappers for a <copy > but Ant-1.6.0 reports "Cannot define more than one mapper ". I need to use the <mapper type "flatten "/ > to copy jars in a fileset (where the base directo

Starting tomcat using ant

Does anyone know how to start tomcat 5 using ant ? Thanks Keshav

tar files ignores '.cvsignore ' file?!

Greetings I created a target task which uses the <tar > ant task to build a tar file of my source project (the source directory is ". "). However I detected a strange behavior -the .cvsignore file

<RAR > </RAR >??

Does anyone know of a RAR task for using WinRAR? I find it to be a lot more usable than zip and it gives quite a bit more flexibility... John
Page 215 of 343 Previous 100   Previous 10   211   212   213   214   215   216   217   218   219   220   Next 10   Next 100  
   
©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.