|
|
|
Hi
i have to zip the files ofter taking the build for that one i have used like below
<zip basedir "${dest1} " destfile "${dest1}\build_xxx\build_xxx.zip " includes "*.pdf *.ear *.xml *.docYour main problem is that you need a buildfile (build.xml) for your project.
So you have to write that.
http //ant.apache.org/manual/using.html#buildfile
http //ant.apache.org/manual/tutorial-HelloWI have installed Apache Ant1.7.0. When I run ant command it is giving error
build.xml file not found..The files that r present in my directory Apache
Ant are fetch.xml and get-m2.xml.
When I try to ruI have an ant task which I need to write and would like to pick your
brains to see if you have heard of anything similar.......
We provide a web app which has internationalization support.
InvariaUse a <date > inside the <fileset >
http //ant.apache.org/manual/CoreTypes/selectors.html#dateselect
Jan
>-----Urspr?ngliche Nachricht-----
>Von juliens [mailto julien.soleilhac@(protected)]
>Gesendet
Hi all
I try to use the target copy or move with date file constraint.
I have to copy files in folder A to folder B the file to copy are not
selected by name but by date.
Nothing in the doc/forum
Hi i am new to ANT i need to write a task for tagging a file can anyone help
me how i proceed
Regards
Manauwar
--
View this message in context http //www.nabble.com/I-need-to-write-a-task-for-Tag[sorry for the cross post]
For those of you who will be in Amsterdam in two weeks we are
currently considering a BOF session on Ant and Ivy. We 'd like to
discuss ways to integrate the two even bett
I 'm using a copying filterset and trying to replace a single token in a file
like this
@(protected)@
with this line from a property file
<xml >\
\
\
</xml >
The problem is that the carriage re
I 'm talking at apachecon europe and expect to see many of the other EU
ant developers and users there. Perhaps some US team members could
consider submitting a proposal for ApacheCon US. As my slihi
I am looking for some help to make debian package through ant.
So is there any ant task for making debian package?
thanks for any help!
-kenn
Hello All
I have the following fragment in a build that restarts tomcat
<waitfor >
<not >
<socket server "dbserver " port "8080 "/ >
</not >
</waitfhttp //ant.apache.org/manual/installlist.html
Jan
>-----Urspr?ngliche Nachricht-----
>Von Prashant [mailto prashant@(protected)]
>Gesendet Montag 16. April 2007 09 01
>An Ant Users List
>BetreffThis works for me
<project >
<property environment "env "/ >
<property name "is.dev.home " value "${env.IS_DEV_HOME} "/ >
<fail message "IS_DEV_HOME/is.dev.home variable is not set. " >
Hi
i use xmltask (the most recent version 1.13)
for xml stuff regularly but now i have a question
Problem
i have a xml file where i want to count
the occurence of a given node structure of that
HI All
I am the beginner in Ant. I would like to install Ant tool in my
Desktop. I am unable to do the same. If anybody has worked with the same
please help me out
In this regard. Thank you in ad > Hello
Hi
> I tried to compile source distribution but I receved the following error
> message
When I compile from source I use bootstrap.sh followed by build.sh
>
> builb.xml 911 We cannot Hello
I 'm looking for some help to install and use apache-ant on mandriva linux.
20
I tried to compile source distribution but I receved the following error
message
builb.xml 911 We cannot buiTry CruiseControl
http //cruisecontrol.sourceforge.net/index.html
On 4/14/07 prasad kumar <prasad_te318@(protected) > wrote
>
> hi
>
> i have one requirement is "
> Automated build to ensure that hi
i have one requirement is "
Automated build to ensure that every day check-ins are clean and non-breaking ".for that is there any tool.if it is there which tool is best amongst
pleaseHI
i have one requirement is "Block SOPs(System.out.println) at ANT build level and fail the build. "means if the programs(including *.java *.jsp etc..) contain SOPs in whole project then while takiI have a property that is declared like this
<property name "is.dev.home " value "${env.IS_DEV_HOME} "/ >
So if an environment variable is set then the value gets set. However if a
build.prHi
I am using ant 1.6.5 and
My ant script is as follows
"
<target name "start-repository " description "Start the test repository "
depends " " >
<path id "repagent.classpath " >
Hmmmm .... a simple
<project >
<echo > @ </echo >
</project >
works for me ...
In <macrodef > you have to mask the @ sign because it 's starting the reference to an attribute name.
<macrodef namNot knowing what that exe does .... but I think we dont have
any wrapper task. So you could use <exec >.
Jan
>-----Urspr?ngliche Nachricht-----
>Von Martin Gainty [mailto mgainty@(protected)]
>GeseI 'm going to use p4 sync @(protected) and I was wondering if the @ sign will work in the following task.
<loadproperties srcfile "label.properties "/ >
<property name "labelname " value "${label.name} "/ ?
Hi
Is there any ANT task for IdlToClsCompiler.exe?Havent found any but <scriptselector > would help.
<scriptselector language "javascript " >
self.setSelected( file.canWrite() )
</scriptselector >
Jan
>-----Urspr?ngliche Nachricht---done - rev 527828
Jan
>-----Urspr?ngliche Nachricht-----
>Von Java Preprocessor [mailto info@(protected)]
>Gesendet Samstag 24. M?rz 2007 17 04
>An user@(protected)
>Betreff JPP - PMaybe the Tutorial "Hello World with Ant " [1] would also help.
If you need more information in that tutorial let me know -)
Jan
[1] http //ant.apache.org/manual/tutorial-HelloWorldWithAnt.html
| |