|
|
|
This is probably more of a cvs question than an ant one but maybe
somebody here can help.
I have 2 cvs modules server and client. The build.xml in question
resides in the server project/module. Using Ant 1.5.4 I need to install an Ant build script as a Windows
service. I wish I didn 't have to do this but I may not have an easier
alternative.
Is there a straightforward way to do this?
I 'What is your CLASSPATH?
Jan
>-----Urspr?ngliche Nachricht-----
>Von Arti Singh [mailto arti_singh83@(protected)]
>Gesendet Donnerstag 21. Juli 2005 21 52
>An user@(protected)
>Betreff java.langAnt reassigns the System.[in|out|err] to its Listeners and InputStreams.
Just an idea
- your program could write the input to file
- you start that program via <java spawn "true " >
- you wait until tihttp //ant.apache.org/faq.html#propertyvalue-as-name-for-property
Jan
>-----Urspr?ngliche Nachricht-----
>Von jschust1@(protected) [mailto jschust1@(protected)]
>Gesendet Freitag 15. Juli 2005 21 25
>An JWith Ant 1.7 (maybe sometimes end of this year ) there would be support for "resources " [1].
And there is a resource collection <union > with eliminates duplicates.
Jan
[1] http //cvs.apache.org/viOr doing something like
<input property "fs.includes " message "Type your buildfiles "/ >
<property name "fs.includes " value "module1/build.xml module3/build.xml "/ >
<subant >
<fileset dir ". " include
Does anyone know how I implement a loop similar to a while loop?
I want to keep checking to see if a particular property is set in a
target once that target is executed it can be a while before thHello all
Today seems to be regular expression day on the list so here is my input )
I have a block of code in my build script
<script language "javascript " >
<![CDATA[
strResouHi
I need to search through a set of source code for certain keywords
pattern. Normally I would use
<property name "keyword.pattern "
value "keyword1|keyword2|keyword3 "/ >Hello all
Anybody ever get the following text displayed when
running a parallel <foreach > task
[foreach] [Fatal Error] 2 9247 Attribute "status "
was already specified for
element "task ".
It dHi all... having some trouble getting a regex replace to work... I have a
JSP which contains the following line
<!--Version-- > <span class "cssAboutVersion " >Version 3.0 <br >Build
3063 <br >01/01/2005 </sHi
I have a directory of files to compile with javacc (note the extra
"c ") but it looks like the javacc
optional task only lets you specify one file. I would like to be able
to specify the paThanks.
jacques
>
>antcontrib has a task to do regex replacements on property values
> <a
>href "http //ant-contrib.sourceforge.net/tasks/tasks/propertyregex.html " >http /
>/ant-contrib.sourceforgeHi Ant Experts
I want to do something simple. I have a property with a given value i.e. "23/65 " and I want to replace the "/ " with a string i.e. "slash ". I expected to find a task that would definLudovic Lecanuet will be out of the office starting 22/07/2005 and will be
returning on 08/08/2005.
I will respond to your message when I return.
Hi
How do you move only certain folders with a folder?
Tried
<delete dir "${docs.dest}/html/site "/ >
<mkdir dir "${docs.dest}/html/site "/ >
<move todir "${docs.dest}/html/site " >
<Hey everybody
is it possible to make sure that for each class a corresponding unit
test class exist? For example
For these two classes
/xyz/main.class
/xyz/whatever.class
these two classes musHi
I haven 't found anything in the list about that...is it possible to
use ant programatically to read a property file and at the same time
performing the property substitution like ant does? I woulHi
Does anyone have any suggestions here?Im stumped my Ant stopped working.I cant even run a build script
C \apache-ant-1.6.5\bin >ant
java.lang.InstantiationException org.apache.tools.ant.Main
> From hiren patel [mailto hiren979@(protected)]
> I am working on a very large C++ project (around 12 miliion LOC
> generating 450 DLLs and hundereds of source files ) and we building it
> witHi
I have written a CustomTask that waits for some input from a web server in a loop but if it reaches a timeout it stops. I want the user to have the option to press a and enter at anytime to abHi the following build script which adds a listener at runtime fails with a
NullPointerExcepton. Is this a bug just not possible or an error in my
script? (Tested with ant 1.6.2)
<?xml version "1.0On Thu 21 Jul 2005 <KrustyDerClown@(protected) > wrote
> The problem is that are many JAR 's like ant-commons-net.jar with a
> size of 1KB. Thats not really ok i think.
Depends on what you consider OK Hi People
I have been trying to an ant build script that deploys an application to weblogic serveer.However I have been getting an error which states that the log4j system has not I have been using Ant to build my projects for a number of years but am
fairly new to Eclipse. I have a couple of questions about how to best
use Ant while developing a project in Eclipse.
Should I I 'm trying to write a script to automate certain parts of unzipping the most recent build archive of an application (in this case NetBeans) in a certain location.
However I can 't figure out a way I am using ant 1.6.5
Here is the command I need to execute and I would like to do this in
ant as I think it could make life easier.
I don 't know how to do the -f -o and -d arguments after TINIConHey
A few questions
When invoking ant with only ant-launcher.jar on the
localclasspath(java) it automaticly picks up tasks in ANT_LIB but when
i add ant.jar or some ant-* (optional tasks) (locatHi
I am working on a very large C++ project (around 12 miliion LOC generating 450 DLLs and hundereds of source files ) and we building it with PVCS merant make.
Since current full build time
| |