Hi Ant Mailing list,
I have an issue with ant.
Following is the error message below when build.xml has failed.
___
Ant path is as below
___
#Properties-File
build_dir_war= MyProject/MyProject_WAR
that had to be repaired before they
would compile.
-Original Message-
From: Peter West [mailto:li...@pbw.id.au]
Sent: February 17, 2015 7:24 PM
To: Ant Users List; noloa...@gmail.com
Subject: Re: Specify source file language in build.xml?
Are you able to modify the files? iconv (on a
t;> With the fragment above, you need to set the java.encoding property.
>> You can do this from the command-line:
>>
>> ant -Djava.encoding=UTF-8 ...
>
> That's what I was looking for! My dumb ass tried the following:
>
>$ /usr/local/bin/ant
can do this from the command-line:
>
> ant -Djava.encoding=UTF-8 ...
That's what I was looking for! My dumb ass tried the following:
$ /usr/local/bin/ant "java.encoding=ascii" release
Buildfile: /Users/android-permission-explorer/build.xml
BUILD FAILED
Target
On Tue, Feb 17, 2015 at 2:58 PM, Jeffrey Walton wrote:
>> Use the 'encoding' attribute to the task.
...
> source="${java.source}" target="${java.target}"
> debug="true" extdirs="" includeantruntime="false"
> destdir="${out.c
ng UTF-8.
>
> Use the 'encoding' attribute to the task.
Thanks Eric.
It looks like build.xml brings in
$ANDROID_SDK_ROOT/tools/ant/build.xml, and Android's build.xml uses
{java.encoding}:
$ cat "
On Tue, Feb 17, 2015 at 2:11 PM, Jeffrey Walton wrote:
> I'm trying to build an Android project from the command line. I'm
> getting an error during `ant release`. The error is unmappable
> character for encoding UTF-8.
Use the 'encoding' attribute to the task.
--ewh
---
ks/property.html), but damn if I can
figure out how to set a source file language to get past these errors.
How do I specify a source file language in build.xml?
-
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org
email.com
> LinkedIn: http://uk.linkedin.com/in/chrisdholman
> -Original Message-
> From: Swayam Prakash Vemuri [mailto:vemuriswa...@gmail.com]
> Sent: 01 March 2012 16:37
> To: Ant Users List
> Subject: Re: Passing multiple targets from one build.xml to another
> build.xm
d Engineer
gTalk: chris.d.hol...@googlemail.com
LinkedIn: http://uk.linkedin.com/in/chrisdholman
-Original Message-
From: Swayam Prakash Vemuri [mailto:vemuriswa...@gmail.com]
Sent: 01 March 2012 16:37
To: Ant Users List
Subject: Re: Passing multiple targets from one build.xml to another build
What I meant by I have only build xml, is I dont have build_abcd.xml and
neither I have build_xyz.xml.
Say that I have just build.xml with some targets defined.
And Iam not invoking any other build xml from this build.xml, that being
the case
ant understands howmany ever targets I give
>
> Then invoke this using
>
> ant -Dproduct=abcd -DBUILD_TARGET=build_and_deploy
>
> Regards,
> Chris Holman
>
> -Original Message-
> From: Swayam Prakash Vemuri [mailto:vemuriswa
assing multiple targets from one build.xml to another build.xml
Hi All,
In my topmost build.xml Iam doing below
Now I am invoking ant as below
ant -Dproduct
Hi All,
In my topmost build.xml Iam doing below
Now I am invoking ant as below
ant -Dproduct=abcd javabuild deploy
It is executing build_abcd.xml but it
You forgot to attach the script :)
From: Solutions
To: user@ant.apache.org
Sent: Wednesday, November 16, 2011 8:54 AM
Subject: launch task in build.xml
I have seen a task "launch" in a build.xml, which I don't know it. I tried to
search on Int
I have seen a task "launch" in a build.xml, which I don't know it. I tried to
search on Internet but found nothing. Does anyone know it, and could you
provide some document or link for description of it?
The script looks like:
Thanks!
Solutions,
--
View this message in conte
On 2011-11-03, Vinodh Kumar wrote:
> I trying to load the property release.dir set in build.xml into
> build.properties during runtime. But the value is not loaded into
> build.properties file. Any hint or can anyone let me know how to get this
> done?
Hi,
I trying to load the property release.dir set in build.xml into
build.properties during runtime. But the value is not loaded into
build.properties file. Any hint or can anyone let me know how to get this
done?
*build.xml*
/
/
*build.properties
Hi,
I'm writing a Web Service client (with Axis2 1.6.0), using Ant (1.8.1,
packaged by Gentoo) and noticing that Ant not only reads build.xml, but writes
it back, discarding my whitespace and triggering a warning from my editor. The
behavior is 100% reproducible - build.xml with just a
> -Original Message-
> From: Dark Before Dawn [mailto:dark.before.d...@gmail.com]
> Sent: Friday, June 17, 2011 2:29 PM
> To: user@ant.apache.org
> Subject: Re: Programatic ANT: Export Build.xml
>
> Am 17.06.2011 17:13, schrieb Dominique Devienne:
> > On Thu, Jun 16, 2011 at
Am 17.06.2011 17:13, schrieb Dominique Devienne:
On Thu, Jun 16, 2011 at 11:31 PM, Dark Before Dawn
wrote:
I would like to use apache-ant-1.8.2 in JavaSE, to generate build.xml Files
dynamically. Is there a way to export a Project Object as xml File via
Writer/Stream?
Nope. And I don't
On Thu, Jun 16, 2011 at 11:31 PM, Dark Before Dawn
wrote:
> I would like to use apache-ant-1.8.2 in JavaSE, to generate build.xml Files
> dynamically. Is there a way to export a Project Object as xml File via
> Writer/Stream?
Nope. And I don't think it's possible (or easy) to
Hi there,
I would like to use apache-ant-1.8.2 in JavaSE, to generate build.xml
Files dynamically. Is there a way to export a Project Object as xml File
via Writer/Stream?
CodeSnippet:
Project p = new Project();
p.setName("test");
p.setDefault("test&quo
Thank you. I appreciate the quick reply and your help.
Regards.
-Original Message-
From: Alexandre Priou [mailto:apr...@gmail.com]
Sent: Wednesday, February 23, 2011 2:33 PM
To: Ant Users List
Subject: Re: Newbie question on ANT script error in the build.xml file in the
Eclipse project
Hi
you haven't declared that : in your
build.xml
in your target , you have declared : default="dist", ant search this target
if you execute your project.
best regard
--
Alexandre Priou
Analyste Concepteur Web chez HR TEAM
Détaché aux éditions la rivière
64 rue de l
Currently I am working on my local XP box in Eclipse Helios. The version of
ANT that I have loaded is apache-ant-1.8.2
The error I am getting in the build.xml file is: Default target dist does not
exist in this project
However, when I go to the Eclipse workspace where I have my project:
C
build.xml?
Assume I have multiple Java installations and versions on my computer.
Due to other reasons I have to set java installation1 as default in my
environment
variables PATH, CLASSPATH and JAVA_HOME.
Beside the main application I would like to do some other compilations and tasks
with/from
build.xml scripts.
However for these Ant build.xml I want to use the other, second java
installation2.
How can I specify on top of such an build.xml different environment variables
resp. define additional PATHs, CLASSPATHs with higher priority then the "outer"
defaults?
To clarify: I don
On Mon, Apr 12, 2010 at 1:02 AM, wrote:
> '.' in Ant is the dir where the build.xml is.
> I tried "ant -find" from deep inside a project structure and "ant -f ..." from
> outside and both resolve to the same path.
/me blushes.
The problem was in
'.' in Ant is the dir where the build.xml is.
I tried "ant -find" from deep inside a project structure and "ant -f ..." from
outside and both resolve to the same path.
Jan
> -Ursprüngliche Nachricht-
> Von: Daniel Becroft [mailto:djcbecr...@gmail
On Sun, Apr 11, 2010 at 1:53 PM, Tim Visher wrote:
> Hello Everyone,
>
> With `basedir="."`, how is `ant -find` supposed to work? With it set
> to `/absolute/path/to/build.xml`, how is the build script supposed to
> be box independent?
>
> We use ant to build ou
Hello Everyone,
With `basedir="."`, how is `ant -find` supposed to work? With it set
to `/absolute/path/to/build.xml`, how is the build script supposed to
be box independent?
We use ant to build our system and I would like to be able to use `ant
-find` to allow myself (and Emacs) to
che Nachricht-
>Von: jhoomshar...@netscape.net [mailto:jhoomshar...@netscape.net]
>Gesendet: Freitag, 22. Januar 2010 10:05
>An: user@ant.apache.org
>Betreff: Using Shellscript variable in build.xml
>
>I am using shellscript task of ant-contrib in one of my
>target, which
I am using shellscript task of ant-contrib in one of my target, which looks
like this:
KAR=`echo ${adapter-active-directory} | awk -F. '{print $1}'`
MAR=`echo ${adapter-active-directory} | awk -F. '{print $4}'`
How I can use the shell script va
Ant is looking for a "build.xml" in the current directory.
With -f you could specify a buildfile to use.
-find will search for a "build.xml" - from the current directory up to the root
directory.
Searching from a directory deeper in the filesystem wouldnt be helpful.
If y
Hi,
Looking to give the following user experience.
We have directories in the following order
A has sub dirs B which inrun has sub dir C.
directory C has build.xml file.
When the user runs ant from directory A or B (both these directories does
not have build.xml) is it possible to say do you
error
message which says
ERROR
/root/workspace/myapp/build.xml:372: java.net.UnknownHostException: root
i did necessary changes to managet.xml file also and I am using
Eclipse-Galileo,Apache Ant-1.7.1,jdk1.6.0_15,Tomcat-5.5.27. and I am
uploading build.xml file also please have a look at this
http
-
From: Greg Roodt
Reply-to: "Ant Users List"
To: Ant Users List , kerry.sc...@talktalk.net
Subject: Re: path problems in build.xml
Date: Thu, 10 Sep 2009 01:28:54 +0100
Ok, my last guess would be you need JAVA_HOME= /usr/lib/jvm/java.
On Wed, Sep 9, 2009 at 11:02 PM, Kerry Scott wrote:
Reply-to: "Ant Users List"
> To: Ant Users List , kerry.sc...@talktalk.net
> Subject: Re: path problems in build.xml
> Date: Wed, 9 Sep 2009 22:19:00 +0100
>
> Hi
>
> I think you've answered your own question. Its looking for a JDK, but your
> JAVA_HOME r
Thanks Greg but..
when I do that it can't find tools.jar which is in /usr/lib/jvm/java/lib
-Original Message-
From: Greg Roodt
Reply-to: "Ant Users List"
To: Ant Users List , kerry.sc...@talktalk.net
Subject: Re: path problems in build.xml
Date: Wed, 9 Sep 2009 22:19:
Anybody want to take a shot at my problem? When I do ant compile.service on
the command line,
I get an error saying that it cant find the import.
Thanks,
Sonia
On Wed, Sep 9, 2009 at 5:19 PM, Greg Roodt wrote:
> Hi
>
> I think you've answered your own question. Its looking for a JDK, but your
Hi
I think you've answered your own question. Its looking for a JDK, but your
JAVA_HOME references the JRE.
Try setting JAVA_HOME to /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0
Greg
On Wed, Sep 9, 2009 at 10:20 PM, Kerry Scott wrote:
> Hi
> I have problems running Ant and I am sure that it is
Hi
I have problems running Ant and I am sure that it is somehow a PATH
problem but I have wrestled it to my death for 48 hours and would love
some ideas.
Platform - Mandriva Linux 2009 which has an Ant RPM - I have deleted it
and tried to use the version downloaded - it didn't come with Ant but
Ant
This is my complete build.xml; when I execute ant compile.service it
complains
about the package.
Thanks,
Sonia
<*taskdef name="java2wsdl"
classname="org.apache.ws.java2wsdl.Java2WSDLTask"
classpathref=&quo
The classpathref="axis2.classpath" attribute you have used for the javac
task, needs to be defined prior to using it.
Cheers
Avlesh
On Wed, Sep 9, 2009 at 9:34 PM, veena pandit wrote:
> I have the following in my build.xml, but it complains about an import:
> *
>
> im
I have the following in my build.xml, but it complains about an import:
*
import* org.apache.axis2.util.OptionsParser;
I thought this class is part of the axis 2 package. Can anyone help me
fix this?
Thanks,
Sonia
directories...
The scenario I will try to strip down is as follows: The local ant.bat
calls setenv.bat (which sets up environment variables only), and then calls
java with the specific ant command line parameters. From there, the
ant+build.xml takes over, if I understand correctly how this works.
On 2009-07-10, starkc wrote:
> Stefan Bodewig wrote:
>> On 2009-07-10, starkc wrote:
>>> As part of compiling my projects in windows, I am required to execute a
>>> second ant task, defined in my build.xml as follows:
>>>
>>>
>>>
On Fri, Jul 10, 2009 at 1:51 PM, starkc wrote:
> I agree that it seems to be going into the wrong directory...but where could
> it be going?
Do you have a non-standard ant.bat somewhere in your path? Or from a
different install?
Have you tried calling the same DOS command at the DOS prompt to se
pache.org
> For additional commands, e-mail: user-h...@ant.apache.org
>
>
Unfortunately, both -verbose and -debug resulted in the following output:
maint:
[exec] Build failed
[exec] Apache Ant version 1.5.1 compiled on October 2 2002
[exec] Buildfile: build.xml does not exist!
...wh
On Fri, Jul 10, 2009 at 1:28 PM, starkc wrote:
> Using "-f [path-to-buildfile]" worked, but it seems like there should be a
> way for me to do this without resorting to absolute paths. Shouldn't this
> be somewhat portable?
You could try adding -verbose or -debug to the sub-Ant process.
Maybe the
[exec] Executing 'cmd' with arguments:
>> [exec] '/c'
>> [exec] 'ant.bat'
>> [exec] 'ejb'
>> [exec]
>> [exec] The ' characters around the executable and arguments are
>> [exec] not part of the co
gt; [exec] '/c'
> [exec] 'ant.bat'
> [exec] 'ejb'
> [exec]
> [exec] The ' characters around the executable and arguments are
> [exec] not part of the command.
> [exec] Buildfile: build.xml does not exist!
> [exec] Bu
Stefan Bodewig wrote:
>
> On 2009-07-10, starkc wrote:
>
>> As part of compiling my projects in windows, I am required to execute a
>> second ant task, defined in my build.xml as follows:
>
>>
>>
>>
>>
>>
>
On 2009-07-10, starkc wrote:
> As part of compiling my projects in windows, I am required to execute a
> second ant task, defined in my build.xml as follows:
>
>
>
>
>
See the "Windows Users" section at the top of
http://ant.apache.org/man
On Fri, Jul 10, 2009 at 9:35 AM, starkc wrote:
> As part of compiling my projects in windows, I am required to execute a
> second ant task, defined in my build.xml as follows:
>
>
>
>
>
>
Why exec rather than ?
> compile correctly. I have tried runnin
As part of compiling my projects in windows, I am required to execute a
second ant task, defined in my build.xml as follows:
However, every time I try to run this, I get the following error:
maint:
[exec] Buildfile: build.xml does not exist!
[exec] Build failed
. properties_src-files get copied to target-directory
2. native2ascii converts them and renames the extension to ".properties"
3. unneeded properties_src are deleted from target-directory
--
View this message in context:
http://www.nabble.com/native2ascii--in-build.xml-tp17818914p24371730.html
Sen
Ashley Williams schrieb am 12.06.2009 um 10:56:37 (+0100):
> From my personal experience I've always found it to be the case that
> it's only a matter of time before the build code not only requires
> logic, but also needs to be accessible from the application - strange
> as that may sound. Unify
Michael Ludwig wrote:
Ashley Williams schrieb am 11.06.2009 um 17:51:45 (+0100):
// create the ant parent project
Project project = new Project();
project.setName("project");
project.init();
// create the child targ
Michael,
You are right what you see is nasty ;) however I deliberately inlined
the code for clarity.
In practice I actually abstract most of it into helper classes which
is really
easy to do and you can mostly get away with code like this:
new UntarTask(src, dest).execute(); // execute sing
Ashley Williams schrieb am 11.06.2009 um 17:51:45 (+0100):
>
> // create the ant parent project
> Project project = new Project();
> project.setName("project");
> project.init();
>
> // create the child target
> T
Dean Schulze schrieb am 11.06.2009 um 09:48:12 (-0700):
>
> Ant build scripts make simple things like an if else difficult
Use the extensions, as mentioned by others.
> and things like changing the value of a property impossible.
This might be seen as a feature (but I rather don't think it
For if/else, try/catch, and changing the value of a property, all you
need is either antcontrib (ant-contrib.sourceforge.net) or antelope
(antelope.tigris.org) tasks.
Dale
On Thu, Jun 11, 2009 at 10:48 AM, Dean Schulze wrote:
>
> I anticipate using a simple build.xml with different targ
er than script.
- Ashley
On 11 Jun 2009, at 16:28, Dean Schulze wrote:
The Ant documentation has a section titled "Using Ant Tasks Outside
of Ant" which gives a teaser for how to use the Ant libraries from
Java
code. In theory it seems simple enough to replace build.xml with
I anticipate using a simple build.xml with different targets to kick off the
Build.java file passing in whatever parameters correspond to different
targets. The heavy lifting would be done by the Build.java. build.xml would
be used for parameter passing and for integration with Eclipse.
Ant
necessary.
When I have used ant from java, it was primarily to control dependencies, but I
still had underlying build.xml files that individual targets were called from,
using the java program to control when, handle errors, etc.
Derek
-Original Message-
From: Dean Schulze
The Ant documentation has a section titled "Using Ant Tasks Outside
of Ant" which gives a teaser for how to use the Ant libraries from Java
code. In theory it seems simple enough to replace build.xml with
Build.java. The Ant documentation hints at some undocumented
dependencies that I&
>I want to set one properties HOMEDIR in build.xml which will
>be set through user logged in the current system..
>
>How to read Unix home directory and put that value in build.xml
You could access all Java system properties directly via ${name}, e.g.
${user.name}, ${user.dir},
Le Saturday 09 May 2009 13:27:45 Rajesh Kumar (IN4774), vous avez écrit :
> Hi,
>
> I want to set one properties HOMEDIR in build.xml which will be set through
> user logged in the current system..
>
> How to read Unix home directory and put that value in build.xml
>
Hi,
I want to set one properties HOMEDIR in build.xml which will be set through
user logged in the current system..
How to read Unix home directory and put that value in build.xml
an example from my build.xml
Will this help simplify matters a bit?
Ant is usually used for building Java applications, and not as a
deployment tool.
correct
tomcat, with scp transfer to the tomcat webapps directory, with autodeploy
enable , it works fine excepts 2 applications that some times produce an
deploy error fixed with the ant deploy.
My real question is:
*Are there any posibility to have in the same build.xml file more than 1
label, with
roblem is I have a more than 30 aplications and 3 diferentes
>> enviroments for each aplications, so it woulb be like create 90
>> build.xml with the projects information.
>>
>> Are there any posibility to simplifiy the project and build.xml
>> prope
t ant, and building a script to automatized the
deploys of my aplications, cause before i used to manual wget
commands or autodeploys.
The problem is I have a more than 30 aplications and 3 diferentes
enviroments for each aplications, so it woulb be like create 90
build.xml with the pro
, 2009 7:51 AM
To: user@ant.apache.org
Subject: Declare few projects on a build.xml
Hello, to all the users from the list, it´s my first mail, and sorry for my
poor english.
Im starting to test ant, and building a script to automatized the deploys of my
aplications, cause before i used to manual
3 diferentes enviroments
for each aplications, so it woulb be like create 90 build.xml with the projects
information.
Are there any posibility to simplifiy the project and build.xml properties
declare?. It posible to create more than 1 project in a build.xml? Or all
projects in the same
>If in projectA the build.xml from projectB is called through the ant
target,
>the basedir of projectA could be used to create directories, resolve
>relative paths etc.. Is this correct ?
>
>Would something similar with
>"jar:file:///some/location/projectB.jar!/build.xml&
Concerning
Jan.Materne wrote:
> because the project needs a base directory with real "file access"
If in projectA the build.xml from projectB is called through the ant target,
the basedir of projectA could be used to create directories, resolve
relative paths etc.. Is this cor
>I would like to package a build.xml file into a JAR so that it can be
>referenced by other projects (using the ant antfile target). I
>was thinking
>about using "classpath:..." in the antfile attribute, but that does not
>work. How can this functionality be achi
Hi,
I would like to package a build.xml file into a JAR so that it can be
referenced by other projects (using the ant antfile target). I was thinking
about using "classpath:..." in the antfile attribute, but that does not
work. How can this functionality be achieved ?
Regards, St
No - because you can extend Ant by custom tasks.
Jan
>-Ursprüngliche Nachricht-
>Von: Tejash Shah [mailto:tejash.s...@sparta-systems.com]
>Gesendet: Freitag, 9. Januar 2009 17:56
>An: user@ant.apache.org
>Betreff: XML Schema for build.xml
>
>Is there an XML Sch
This task starts a java class from Axis2.
Have a look at its manual for configuration options.
If you cant change that behaviour maybe there is an option:
rename your buildfile to something else than 'build.xml' and start
your build with '-f '.
Jan
>-Ursprüngli
The following tag in my build.xml is forcing my build.xml to be
overwritten with it's same contents only without empty lines. This is
undesirable as it makes the file less readable and alters the
timestamp on the file. Has anyone solved this or similar pro
Is there an XML Schema for the build.xml?
Tejash
NOTICE: This e-mail message and any attachments may contain confidential,
proprietary, or privileged information. If you are not the intended recipient,
please notify us immediately by return e-mail, delete this message, and destroy
all
Running prepare
Running Jar
Running Deploy
I hope this helps.
On Fri, Dec 26, 2008 at 7:21 PM, Anna Teittinen wrote:
> Hello,
>
> I am relativel
Hello Glenn and all,
The solution given below is what I wanted my build.xml file to do. I
appologize if I had not been clear with my question earlier.
With all the replies I received, I now understand how the 'unless' attribute
works and have a better understanding of how to use the
mebody help me with a problem I have in my build.xml file?
> Below is a snippet of code from my build.xml file.
> Below, "caratsharp.dir" refers to a directory.
> Basically, if that directory exists, then the clean, prepare, jar, and
> copy_jar targets will get called; otherwise, an
, I think, a slightly modified version of your build.xml that, I think,
does what you want maybe not in the most elegant way, but it is at least
functional:
At least that's the way it
using ant.
> Can somebody help me with a problem I have in my build.xml file?
> Below is a snippet of code from my build.xml file.
> Below, "caratsharp.dir" refers to a directory.
> Basically, if that directory exists, then the clean, prepare, jar, and
> copy_jar targets wi
Hello,
I am relatively new to using ant.
Can somebody help me with a problem I have in my build.xml file?
Below is a snippet of code from my build.xml file.
Below, "caratsharp.dir" refers to a directory.
Basically, if that directory exists, then the clean, prepare, jar, and copy_jar
ta
Have a look at the reported line.
Often a build fails if Ant should copy files to a directory which doesnt
exist.
In that case place a before that task.
Jan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e
2008/11/16 ilango_g <[EMAIL PROTECTED]>:
>
> I have a Java project in Eclipse and I am trying to build and deploy the
> project. Unfortunately my build.xml is failing with two errors.
...
> [echo] # Building ejb #
> clean:
> compile:
>[mkdir] Create
I have a Java project in Eclipse and I am trying to build and deploy the
project. Unfortunately my build.xml is failing with two errors.
Buildfile: C:\Users\i\workspace\RREJB\build.xml
clean:
cleanall:
[echo] # Cleaning common #
clean:
[delete] Deleting directory C:\Users\i
r <[EMAIL PROTECTED]>
> Subject: How to pass a file to an Ant build.xml process from command line?
> To: "Ant Users List"
> Date: Saturday, November 1, 2008, 2:52 AM
> Normally I use Ant by clicking on a pre-defined build.xml
> process inside e.g. Eclipse.
>
> Ho
55 PM
Subject:
How to pass a file to an Ant build.xml process from command line?
Normally I use Ant by clicking on a pre-defined build.xml process inside
e.g. Eclipse.
However sometimes I would appreciate to have the chance to call Ant and an
Ant build.xml script
from command line and pass e.
Oops. Never mind.. I missed the eclipse part of your question.
Morgan
From:
Morgan Kinne/Raleigh/IBM
To:
"Ant Users List"
Date:
10/31/2008 03:43 PM
Subject:
Re: How to pass a file to an Ant build.xml process from command line?
First on the command line try:
ant -help
This will sh
Normally I use Ant by clicking on a pre-defined build.xml process inside e.g.
Eclipse.
However sometimes I would appreciate to have the chance to call Ant and an Ant
build.xml script
from command line and pass e.g. a file to it. Something like:
java org.apache.ant.executescript D:\myproj
Sep 17 15:14
> build_ADRESSBOOKCOLUMN.properties
> -rwxr-xr-x 1 buildadm staff 10623 Sep 17 15:17
> build_ADRESSBOOKCOLUMN.xml
> -rwxr-xr-x 1 buildadm staff 3568 Sep 17 17:03
> build_STATUSLISTCOLUMN.properties
> -rwxr-xr-x 1 buildadm staff 7475 Sep 17 17:24
>
those ant
script 15 times! in my shell script which does its duty of creating ear one
after other which I think is not proper .I want to redefine it .
In first mail I have attached a build.xml which is for savings column.You can
imagine the same structure for other columns.
Second thing is :can I
1 - 100 of 382 matches
Mail list logo