|
|
|
This is a rant.
Why does Ant (at least the source distro) not install like *every other sane
source distro on earth* with "configure / make / make install ". This is
what users expect and enter by deHello all.
I 'm dealing with a "can 't delete file " problem but one with a slight
twist. I believe the situation might be that ant has a handle on a
jar file which is then preventing it from being dCan anyone recommend a web-based front end for Ant builds? I manage a
large application with numerous batch jobs as part of the workflow. I
would like end users to be able to either schedule or initi <project >
<concat >
<sort >
<fileset dir ". " includes "*.txt "/ >
</sort >
</concat >
</project >
Jan
>-----Urspr?ngliche Nachricht-----
>Von Alex Egg [mailto eggie5@(protected)
Hi
I 've a custom Path type that worked under ANT 1.6.5 but not under 1.7.
The method "public String[] list() " is not being called. There is however
a get iterator type method from the ResourceC
<?xml version "1.0 " encoding "utf-8 " / >
<project name "testing " default "test2 " basedir "./ " >
<property file "build.properties " / >
<target name "test1 " >
<!-- if props.someprop -- > ##how use I need to load some CSS files into the concat task but they need to be a
certain order. How should I do this? Maybe number the file names? Is there
any build in fileset functionality for this?
Alex
Hi
It seems I got through. To recap I am building ant 1.7.0 from
source on redhat linux enterprise server (AMD 64). My destination
$ANT_HOME environmental variable is set as /usr/local/home. BeloSome of the links on the website do not seem
to be working. Can anyone advise on the link
to download the Source Code Java Development with Ant
(2003)??
Bob
Hoping some others might have some insight I 've googled around for 2
days but haven 't yet found an answer that seems right.
I have a project which is c++ based and have created an ant wrapper
aroHi
Sorry to repost but I haven 't got much response...
I am having a problem with installing ant 1.7.0 from source
on redhat enterprise server (amd-64).
What happens is that when I issue a commandI also recommend the beginner tutorial "Hello World with Ant "
http //ant.apache.org/manual/tutorial-HelloWorldWithAnt.html
Jan
>-----Urspr?ngliche Nachricht-----
>Von Steve Loughran [mailto steveTry a nested <metainf > element.
<ear > extends <jar > (as the manual sais at the beginning).
Jan
>-----Urspr?ngliche Nachricht-----
>Von Sameer Borwankar [mailto sameerhari@(protected)]
>Gesendet MontHi All
In my folder structure .policy file is present in root >application folder.
After running the ANT script i want this policy file in META-INF folder where application.xml file is lying.
While <project >
<tempfile property "temp.dir "/ >
<mkdir dir "${temp.dir} "/ >
</project >
Jan
>-----Urspr?ngliche Nachricht-----
>Von Mario Madunic [mailto hajduk@(protected)]
>Gesendet Samstag 21. JuHi
I am having a problem with installing ant 1.7.0 from source
on redhat enterprise server (amd-64).
What happens is that when I issue a command
sh build.sh -Ddist.dir /usr/local/ant dist
it comI have a simple build file downloading a few .tar.gz files from my web
server running a stock Apache2 from Ubuntu 6.06 using Ant 1.7.0.
One command in my build.xml is
<get src "http //myserver/pro
Hi
I 'm trying to generate a random number to be used as a temporary directory name
through a multi step xslt process. I 'm using Ant 1.6.5 and Java 1.6.0-b105
I 've placed the following .jars into A >Good question. Looking at the ant source it looks like the
>property value is overwritten with the new value concatenated
>onto the old value with a comma in between. So the old value is lost.
>
>TWe are building a piece of software which has a number of Java
properties files in xml format (the kind which are read with
Properties.loadFromXML). An example
<?xml version "1.0 " encoding "UTF-8 "?
I will be out of the office starting 07/20/2007 and will not return until
08/10/2007.
I will respond to your message when I return.
July 20 2007 - The Ivy incubator project is please to announce its
2.0.0 alpha 2 release a new step on the road toward 2.0 final.
Ivy is a tool for managing (recording tracking resolving and
reporHi
I have the following structure for a project
com/host/proj/package1/subpackage/{*.java}
com/host/proj/package2/{*.java}
com/host/proj/test/package2/{*.java}
Note test/package2 indicates that Hi
I 've got a question about the Jar task.
The JLink task was able to merge the content of jarfiles from
different totally unrelated places defined in a PATH Structure.
"JLink " is deprecated si
Hi all
I was trying to call some sql files from ANT and it keeps giving me some "ORA-00922 ORA-00900.. " errors. I don 't think there is anything special in the ant/build.xml but is because somethBy default it looks like the LineContainsRegExp filter uses the
java.util.regex package by default. However apparently
this particular regex implementation doesn 't support * metacharacters
in look-beHello
I 'm trying to install ant and running into some frustrating problems. I
setup the env variables and execute ant.bat as indicated by the
install.html file in the docs and the ant.bat executionI would like to do the equivalent of a "find -newer reference_file ... |
zip ... " i.e. archiving all files newer than a reference_file. I
would like to archive only the files that have changed sHello All!!
First time writing to the list. I 'm working for a Software Design
company that works primarily in JAVA. I work in the Production
department and started using ANT a month or two ago I need help with this task
I have an HTML file with this snippet
<!-- begin includes -- >
<script src "scripts/script1.js " / >
<script src "scripts/script2.js " / >
<script src "scripts/script3.js " / >
| |