|
|
|
Hello Alexey
Thanks very much for your help but I have another problem
Loadfile works fine
<property name "ojbdatabase " value " "/ >
<loadfile property "ojbdatabase " srcfile "repository_database.xmlHello
I 've gotten some help from this list in setting up antcontrib 's
RemoteAnt task and have it mostly working (for which I am greatly
indebted.) Now however I 'm up against another issue.
I hi
i 'm a beginner with ant i want to generate the javadoc for the entire src.zip that comes with the sun jdk download. I 've tried a lot of standard options with the build.xml sourcepathref fileseAsle
You have several other alternatives to keep your ant
distribution clean of external libs
1) Put commons-net-1.1.0.jar in $HOME\.ant\lib (my
favourite way)
2) Place it an arbitrary directory saHi
I was hoping someone could put me on the right track please.
I finally automated my whole build and deployment as well as writing code to
handle branch builds. Now I need to write code to handlIs it possible to "embed " the ant ftp task in a project. I would like
to just depend on a standard ant-installation to use the ftp task and
have the commons-net-1.1.0.jar in my project instead of undeI 'm using the ant task to start a secondary build and I want to pass along
logger options. Does anyone know how to pass along either the '-e ' option or
'-logger ... ' option into an ant task? The commaHello
i have this little ANT target
<target name "tag " >
<cvs cvsRoot "${cvs.root} " command "rtag " dest "${cvs.dir} " failonerror "yes " >
<commandline >
<argument line "RelXX $Hello
i have a little problem with my copy task in ANT.
I have the following target
<copy todir "C /temp " >
<fileset dir "C /workspace " >
<include name "*.* " / >
<include name "gI am trying to use precompiled jsp 's in my application. I get weird error.
I am using tomcat version 5. I have defined struts.jar in "lib.path " Can
anyone help me out
Following is the ant task
Hi
At runtime my program is stored like this
./myprogram.jar
./lib/commons/commons-net.jar
./lib/commons/commons-configuration.jar
./lib/spring/spring_jar1.jar
./lib/spring/spring_jar2.jar
./lib/sHi
Could someone point me in the right direction on the following...
I have these directories
root
project1
project2
project3
...
Each project contains XML file declared with a DTD the DTHi
We 're a Java shop serving our product on the web and soon to branch off for
our next release. My current build.xml file checksout from MAIN nightly
modifies couple of files by time and datHi all
Can someone help me with this problem?
I am trying to do an "if " condition but it is failing to send the email
after successful build.
<condition property "isdnSuccessful " >
I have a cvs task that uses ssh authentication to checkout
<cvs cvsRoot "me@(protected) /usr/local/cvs "
cvsRsh "ssh "
package "cars "
dest "/httpd/htdocs "
/ >
After asking afirst thought would be
<fileset dir ". " includes "**/*.java "/ >
Jan
>-----Urspr?ngliche Nachricht-----
>Von Kjersti Berg [mailto kjersti.berg@(protected)]
>Gesendet Donnerstag 7. Juli 2005 Hi
I am looking for a way to run javadoc on all sourcefiles for multiple
projects. So far I have used the javadoc task but I have to specify
all the source directories specifically.
The projeHhm "-buildfile " works for me.
Try that out
* create a directory (I used c \temp\ant-test)
* write in buildfile there
<project >
<echo >${basedir} </echo >
</project >
* create another Hello
I have this cvs command
<cvs cvsRoot "me@(protected) /usr/local/cvs "
cvsRsh "ssh "
package "dealers "
dest "/httpd/htdocs "
/ >
Which works fine but I have toDoes anyone know of a way to create a reference to a list of files without
specifying the directory that they are stored in and then to create filesets
from that list that specify the directory.
Hi All
I have a problem with running ant 1.6.2. I have set ANT_HOME in path.
Here is the problem
When I type Ant it works
Hello guys
I am experiecing the following problem
i am runing my ant scripts with the following option
-listener net.sf.antcontrib.perf.AntPerformanceListener.
When running my script with thThe smallest I?d found in my buildfiles is
<javadoc destdir "${javadoc.dir} " classpathref "test.classpath " access "${javadoc.access} " >
<fileset dir "${java.dir} "/ >
</javadoc >
And that shWhat is the correct syntax to produce a java-doc task. I have looked at
the javadoc task on Ant 's Core-Task webpage. The javadoc task looks too
involved foor what I need. All I need is too prod
'lo guys
I was wondering about the following i am using an <xmlvalidate > task with a System Id for my dtd and... it works.
Why is there nothing on the manual about system ids usage?
Cheersa filelist is ordered a fileset is selective but non-ordered. i 'd like to
combine features of each either an ordered fileset or a selective filelist
(don 't include non-existant files).
in th
mea culpa forgot to check propertyset in the manual.
-----Original Message-----
From hind.lwahhabi@(protected) [mailto hind.lwahhabi@(protected)]
Sent Tue 7/5/2005 10 50 AM
To user@(protected)
Hi
i want to use the post task of antcontrib to
kick off a forced build in CruiseControl via JMX interface.
There is no example in antcontrib docs.
Are there any other similar http post t
Hello gentle people
I was wondering if you can achieve the following using <scriptdef >
I would like to retrieve all the properties prefixed with a given string in my project to process them afteThe highest order for property evaluation in Ant is giving the value
via command line
-Dname value
In Eclipse you start buildfiles like any other java program - as a configuration.
In that c
| |