  | |  | Ant | 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 <rHi 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
TapestHello 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 forkOn 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 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 cDear 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 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 "./tomcatCan 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
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 whereinHi all
Finally I came up with following target
(I am using ant-contrib 's <for > task)
- 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-----
>Hi!
why is not jalopy target executed? I get no error messages.
any hints?
//Mikael
<?xml version "1.0 " encoding "UTF-8 "? >
<!-- History 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-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-coHi 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 sTry 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 " >
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 caHI 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 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 \
> blabHi All
Actually all I needed was <arg pathref " " / >
For example
<path id "helloWorldClient.classpath " >
<filelist refid "jini.jarfiles " / >
</path >
<java classname "common.guitools.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 lHello 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 " dependAll
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 cri 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 filHi 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 $
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
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 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 patHi 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 aHello 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 |
|
 |