Mailing List
Home
Cocoon - MVC web framework based on XML/XSL
Maven - Project building tool
Ant - A Java building tool
Axis - Java SOAP implementation
Lucene - Full-featured text search engine APIs
Fop - Create PDF, PCL, PS, SVG, XML driven by XSL formatting objects.
Log4J - A log library
POI - Java Excel, Word and other Microsoft Office files manipulating library
Oracle database, Microsoft SQL server ...
MySQL - an open source database
Red Hat Linux Installation and Config discussions ...
Click here to subscribe to Jakatar mailing list
Subjects
log4j warning: No appenders could be found
java security AccessControlException: access denied (java io FilePermission clie
java lang InstantiationException: org apache tools ant Main
Apache Axis Tutorial
Struts <logic iterate >
log4j properties How to parse outpu to multiple files
configuring log4j with BEA Weblogic 8 1
How to use XSL FOP Java together
JSP precompile
Servlet File Download dialog problem (IE6,Adobe 6 0)
Proposal: Adding jar manifest classpath in jar and war plugins
Unsupported major minor version 48 0 problem while running the an
   telope task
java security AccessControlException: access denied (java io FilePermission
axis wsdl2java Ant Task usage
net sf hibernate MappingException: Error reading resource: test/User hbm xml
Building EAR ANT Script for websphere 5 0
CREATING WAR Files
jsp data into Excel
Classpath problem
Jboss 3 2 3+ vs Tomcat Axis Question
RE: How to include jars and add them into the MANIFEST MF/Class Path
attribute
Printing problem
InstantiationException
Couldn 't find trusted certificate
Please : How can one install ant 1 6 0 under Eclipse 2 1 ?
Excel: Too many different cell formats
Running junit tests fails
XDoclet, Struts and Maven: Where to start? SOLUTION
1 3 final: now giving me java io FileNotFoundException (Too many
open files)
AXIS: tomcat timeout ?
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
Ant
Page 21 of 123 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10  
Post Topic:

Compiling Lucene on PPC linux

I 'm copying this over to the Ant user list - let 's take it over there now. I presume you 're setting build.rmic to mini.rmi.rmic.AntRMIC? How are you doing that? Anyone have advice on using <r

'GET ' task issues...

Hi Everyone Just wondering if anyone knows if there are any known problems with Ant 1.6.1 working in the following environment using GET Eclipse 3.0 RC2 Apache 2.0.49 Tomcat 5.0.25 Tapest

Process management

Hello all I 'm trying to run a series of java processes in ant before I start up some unit tests but I 'm having some problems. If I start up some processes using the plain old java fork

Re: Basedir of imported file replaced with basedir of importing
file

On Wed 23 Jun 2004 Ivan Ivanov <rambiusparkisanius@(protected) > wrote > Of course I workarounded it but it is not beautifull > any more. This is only because the basedir of the > imported file

how to include framework when building an app

Hi When I build my app tester I need to take into account that it depends on test framework. I must add the test framework classes dir to my classpath. However if there are no classes in my c

Basedir of imported file replaced with basedir of importing file

Dear Colleagues I am having some issues when using <import > task and I would be very grateful if you help me to resolve them. The scenario is the following I created an ant build xml called

ant <get > task throws "connect exception " with jdk1.4.1

Hi I have been using the <get > task as follows. <target name "dist-tomcat41 " > <get src "${tomcat.zip.url} " dest "./tomcat41.zip " verbose "on " ignoreerrors "false "/ > <unzip src "./tomcat

recursive expansion of property names

Can I effect the below behavior somehow to get it to print 'hello '? <property name "prop1 " value "prop2 " / > <property name "prop2 " value "hello " / > <echo >${{prop1}} </echo > -- -- Jeffrey Bacon

Copy command dest as a file set

The tasks like copy etc can use fileset for the source. Is it possible to use fileset for the destination? For example I want to copy a file to a set of sub directories in a directory wherein

backslash and CRLF in regular expression [solution]

Hi all Finally I came up with following target (I am using ant-contrib 's <for > task)

AW: Why is not jalopy target executed?

- is the target executed e.g. has <echo message "files are in ${output.dir}/${gen.pkg} "/ > the right output? - what means -verbose or -debug? Jan > -----Urspr��ngliche Nachricht----- >

Why is not jalopy target executed?

Hi! why is not jalopy target executed? I get no error messages. any hints? //Mikael <?xml version "1.0 " encoding "UTF-8 "? > <!-- History

AW: Question about use of property files

Inside Ant it doesnt matter whether you have slash or backslash. Sometimes its important for outside use (e.g. when you create an INI-file). When I needed that I used the <propertyregex > from ant-

<foreach > task problem.

Hi I am using the <foreach > task to search for all html files in a directory and use the <java > task to run the Jtidy utilty to convert all html files to xhtml. I have downloaded the ant-co

Detecting an environment variable

Hi All! 1) How can I check to see if an environment variable has been set? I would like to do this set a property for jiniHome only if JINI_HOME has not been set.. 2) How can an install s

Re: backslash and CRLF in regular expression [was: Backspace in regul
ar expre

Try the following <target name "removejoin " > <delete quiet "yes " file "x.txt "/ > <concat destfile "x.txt " > abc\ def ghi </concat > <replaceregexp flags "g " file "x.txt " >

What properties to set to start external ant from an ant script?

Hi I start ant from my java application (tomcat) and it works fine but when I want to call an external ant script ant cannot find its main class. What properties do I have to set that ant can ca

Using Ant to build ear for deploying on WebSphere

HI All We are using ant to create an ear file to deploy on webspehere server. Till now we were able to use it peacefully without any problem. But offlate we have been facing problems after we

backslash and CRLF in regular expression

On Tue 22 Jun 2004 luis conelly <luis.conelly@(protected) > wrote > Hi all > > It turns out that I have these files that have several lines > like following > > blablabla blabla bla \ > blab

Pathconvert question - epilogue

Hi All Actually all I needed was <arg pathref " " / > For example <path id "helloWorldClient.classpath " > <filelist refid "jini.jarfiles " / > </path > <java classname "common.guitools.

backslash and CRLF in regular expression [was: Backspace in regul
   ar expressio

Hi all It turns out that I have these files that have several lines like following blablabla blabla bla \ blablabla blabla bla \ blablabla blabla bla and I want to make a single line l

Ant 1.6.1 on XP get message Project $_TARE has been destroyed, an
   d cannot be

Hello there. I am using Ant 1.6.1 on Windows XP service pack 1. Visual Source Safe Version 6.0d (Build 31222). When I run following ( in build.xml ) <target name "get-all " depend

Ant task to create WebLogic Platform domain

All If I 'm not mistaken the wlserver Ant task is used for creating a WebLogic Server domain only and not for creating a WebLogic Platform (Integration/Portal etc.) domain. Does Ant support cr

record and replace questions

i am seeing some oddities with ant using record and replace. i got this clever idea of using record to set some environment variables based on ant build properties - i 'd just "record " them to a fil

Question about use of property files

Hi All! I have been trying out property files like this <property file "${conf}/${os.name}.properties "/ > <property file "${conf}/default.properties "/ > With values like this policy $

AW: Backspace in regular expression

Try  instead of \b In general the expression #& <decnum > encodes any character where <decnum > is a number in decimal notation. Works fine with LINE FEED #&10 Oliver

proper use of filesets...

What 's the best way to use filesets (in tasks that support them)? Delete for example you can use filesets two ways <delete includeEmptyDirs "true " > <fileset dir "dir1 "/ > <fileset

Backspace in regular expression

Dear Colleagues I want to replace a string in a file with backspace but I do not know how to escape backspace literal "\b ". I tried <replaceregexp byline "true " file "myfile " > <regexp pat

Comparing ANT Build Process!

Hi folks Can anyone tell me a good site or article(s) where can I look at build tools & processes with various platforms. How does ANT compare to other free source and commercial software a

ANTmail and IO error sending mail

Hello there I 've a problem with sending mail from ANTscript ( My pc is in local net mailhost is called ' NetworkDomainController1 '. Everytime I try to run this build.xml it finished with IO e
Page 21 of 123 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10