|
|
|
If you have a only a couple of projects I would suggest writing them
manually.
So you can directly "refactor " them.
If you have many projects write a (template-based) generator. I?m not sure
about
t
WHere can i download and install an ant on windows 2000?
Thank you.
Hello
I am trying to use the ProjectHelper.configureProject() Method
to build up a project object with an build.xml file.
When I call this method it recognizes only one target in the buildfile
withSee also http //c2.com/cgi/wiki?CruiseControl and linked pages
> -----Urspr?ngliche Nachricht-----
> Von Ciramella EJ [mailto ECiramella@(protected)]
> Gesendet Montag 24. M?rz 2003 23 34
> An Hello
I am trying to build a midp application via Ant and need suggestions on how to jar it.
It seems like Ant 's zip and jar classes are an alternative to and do not make use of Sun 's jar utility? Hi all
Is there any possibility of integrating ant with CMS VSS so that I
can get take latest source files for every build ?
regards
Vignesh.
*********************************************
Thanks to all for the help..the problem is now solved.
Ant was giving the error "NoClassDefFoundError Tomcat "
because my classpath has a entry like this
Classpath
. G \dp5\WIBProvisioning\samApi.jHello
Does anyone know how to do a p4 labelsync in Ant 's build script? Here 's
part of my Ant 's build.xml file
<target name "createLabel " depends "init " >
<p4label name "${build.name}.${versionAnt seems to be using a different classpath than I request. I hope someone
can explain the following behavior
I use java 1.4.1 and Apache Ant version 1.5 compiled on July 11 2002.
Having compiled Hi
I am working on a build.xml file in which I 'd like to check that certain dependent files are
up to date with respect to its source. I am using Ant 1.5.2 on Window 2000.
The mapper tag essentiall
Hello
I just want to hear different opinions about Continues Integration. what product would you recommend to implement? I am looking at two products right now Anthill and Cruise Control. Is there Hello Guys
I need your help. the target name deploy8040 is failing. Because of this I
am not able to continue with the build process. Please guide me what is
wrong. I kep kept the ANT_HOME/bin ANT_Good Afternoon
What is the best way to collect the information from a project file on
build/packaging an application and then recording this within the build.xml
script?
Regards
Chris McEwen
Tec
Hi
I have a path like the following
<path id "classpath " >
<pathelement location "${build.classes} "/ >
and I want to add in there some logic like this
if ${env.BOB_HOME} Using Java 1.3.1 on AIX 5.2 I get a ZipException during the build process.
Normally I 'd think it 's a path/classpath problem but here the rest of the
build completes successfully. Running Ant with tHi
my application is based on several other Java libraries. These are defined in an
external property file e.g.
foo.jar.foo1 ${foo.dir}/foo1.jar
foo.jar.foo2 ${foo.dir}/foo2.jar
foo.path ${foo.jaIs it in your classpath? I have read (maybe an hour before) that <sshexec >
is part of
the cvd _head_ of ant-contrib.
Jan Mat?rne
> -----Urspr?ngliche Nachricht-----
> Von Samuel Blanchet [mailto sAll
I would like to use SSHExec task with ANT 1.6a but I have an error like that
Could not create task or type of type SSHExec
when I execute my ant script.
Please tell me what I can do to soBecause I don?t know why the command "ant " should search for "Tomcat "...
Maybe something is wrong with your path variable. Is on that path a script
named "ant "?
Try invoking Ant by absolute filenameHi all
I had stuck to the problem can anybody hrlp me out the error is like this
[java] AppErr GIF file does not exist
[java] AppErr GIF file does not exist
[java] AppErr GIF fileHi
I have downloaded and installed ant and set the required
environment variables like ANT_HOME etc. But When I am
running any ant command like "ant -version " I am getting the
error " ExceptionI haven?t worked with JspC yet. But maybe the attributes
webinc Output file name for the fraction of web.xml that lists
servlets.
webxml File name for web.xml to be generated
could help. Or the nestHi
I have managed to pre compile my JSP using the ant task and from the command line using the Tomcat jspc tool. Using the tomcat tool there is an option to generate servlet mappings to be placed inMaybe <subant > of CVS head support filesets. Another possibility is using
<foreach > of AntContrib combined with <ant >.
There was a discussion on that topic ... < <searching > >
Yep discussion starts oUse <propertycopy/ > of Ant-Contrib.
http //cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/ant-contrib/ant-co
ntrib/manual/tasks/propertycopy.html
<propertycopy
name "build.date "
from "buiHi !
I was using Ant 1.5.1 till recently and my build scripts were working fine. But with 1.5.2 I get the following error for EJBC using weblogic.jar(version 7.0). Any idea whats wrong or am iHello -
I 've been using Ant in a hobbyist capacity for about a year now. I use
it in jEdit to help me build my project.
One thing I would like to do is automate the uploading of my website
materiali am writing my own ant task and it looks like the classpath in my task is
that with which ant starts. fair enough but i 'd really really like for it
to use the classpath that is specified in the ta
Hi
I have some set of directories say a/ b/ c/ and d/ each with their
own build.xml script. How can a top-level build script invoke the build
script in each of the subdirectories without knowhi i ' 've been trying to come up with a build file that lives in the
package that it builds (imho this seems like the appropriate place for it
to hang out - but this is contrary to most of the exam
| |