|
|
|
Hi!
Two good sites
http //www.cmtoday.com
and
http //www.cmcrossroads.com/
If you are interessted in a realy great course check out this course from Learningtree
http //www.learningtree.com/coursHello
I am trying to build up a project object from a build.xml file
with all of its contents.
The problem I have is that when I try to get all tasks from a target I get
an array
of tasks. But allHi
can anybody recommend some resources for Configuration Managment in general?
- homepages
- books (Are there any bibles as the ANT book from Steve and Erik?)
Thanks a lot
Matthias
--
+++ GMHi
on our new large project (60 developers for 2 years) our client want us to
use PVCS Dimensions. I had a short introduction in it. From my point of view
its a very mighty and complex tool. We are You might want to take a look at NAnt http //nant.sourceforge.net/
> -----Urspr?ngliche Nachricht-----
> Von John Cavacas [mailto john.cav@(protected)]
> Gesendet Freitag 28. M?rz 2003 02 48
> AnI can do some work too.
Besides Chris wants to do the whole work -)
Jan Mat?rne
> -----Urspr?ngliche Nachricht-----
> Von Christopher Lenz [mailto cmlenz@(protected)]
> Gesendet am Donnerstag 27. M?Hi
I am using ant-1.5 to build enhydra/barracuda application. On
completion of the building of war file I get the following message
[war] Warning selected war files include a WEB-INF/web.xml wHi everyone
I 'm new to the list and somewhat new to Ant. I 've been using Ant for a few
months but not really "using it " if you know what I mean. I 've come to the
conclusion that Ant is probably I am precompiling jsp 's for tomcat using the following
<jspc srcdir "${root} " destdir "${build}/compiledjsp "
classpathref "jspc.class.path " uribase "WEB-INF/ " verbose "0 "
failonerror "no " packVersion 1.5.1 of xmltask is out now. This version supports a character
encoding definition for the output file.
eg. <xmltask encoding "shift-JIS " ... >
See http //www.oopsconsultancy.com/software/xmHi
I 'm trying to duplicate the behavior of the jar builder in Jbuilder. For
included jars it un-jars the contents of included jars and zips and puts
the contents in the target jar along with yourThe ear task in 1.5.2 does not include my application.xml file in the ear
file. This feature works in 1.5.1.
My task is as follows
<target name "ear " >
<ear destfile "${target.dir}/trackerApp.ear "
I 'm in the process of trying to "port " some legacy Java 1.1.x projects to
Ant.
Can anyone suggest an example of how best to use <javac > for Java 1.1?
Of the attributes below what would be the minimI think you might want to use <subant > instead of scripting <ant > calls on a
set of directories... See
http //nagoya.apache.org/bugzilla/show_bug.cgi?id 12368
http //nagoya.apache.org/bugzilla/showHello I am trying to call the exec task from the api.
I get this nullPointerExecption
java.lang.NullPointerException
at org.apache.tools.ant.Task.log(Task.java 302)
at
org.apache.tools.aHi
I 'm using jython through bsf to script our build process. Currently I
have two embedded scripts one recursivly calling <ant > on a list of
subdirectories and one for checking and dissecting a veHi
I 've followed Jim White 's advice on how to call <ant > generically on a
list of subdirectories from within the build.xml of a superproject
(see http //marc.theaimsgroup.com/?l ant-user&m 102346699Usually a sandbox is a place in the sourcecode management system where
developers
can play with some ideas. The sandbox is not included in the build process
but
it?s backup and available to other.
IThanks for your reply Peter.
I downloaded the shell script task but I 'm having trouble actually
getting it to work properly with sourceforge.net
I explained what I 'm trying to do earlier (it 's in
Ant is rather verbose as it runs through it 's script. Even when you run
ant in quiet mode is outputs a lot of information. I was wondering why
quiet mode isn 't actually all that quiet.
Usually aHi all
I am wondering if there are any coding standards available for Ant scripts.
Please let me know if there is any.
Thanks in advance.
Latha.
**********************************************solution found - thank you very much
in the ant.bat file I deleted the took out the " " from "%LOCALCLASSPATH% " to
%LOCALCLASSPATH% - so that the runant-row looks now like
runAnt
"%_JAVACMD% " -clasHello
after trying and trying I can 't manage to get my ant to build the sun sample
applications.
If I now just type "ant " to check if it works find at the prompt it displays
Exception in thread "mHi
I need to write a task that will invoke a different version of Ant with a
given buildfile.
Can someone tell me how to use an existing task within a custom task? I 'm
thinking of using the java I am new in using ant and application which I should use ant for has properies file which is in config folder. How can I make jar fle which must access config files needed.
Thanks.
val.
is there a tomcat deploy target somewhere? I 'd like to add a target that
copies up my war file when the build is done and I can 't seem to locate
it...
Hi Ciramella
Here we had a similar problem. We had to send an e-mail after the backup of a WinNT machine was done. What we did was a bat file which made the backup into a zip file and send it to a UI was also wondering how you 'd acheive the same effect if you wanted to
perform a non-FileSet-based ANT command instead of doing an exec.
For instance I might want to sign all the jars in a directorHas anyone done some sort of auto notification? Since 3/4 of the builds
done here are nmake and bat file based (the only ant related builds are the
ones I 've gotten time to convert) I 'd like to haveHello
Is there any way to perform the same command or set of commands for each
file in a FileSet?
I want to be able to get a FileSet matching all files on a pattern and
then do a separate exec for
| |