|
|
|
i 've got an ant build script. our "default " jdk is IBM jdk 1.4.2. our web
app requires a specific version of xalan.jar to build. we can build just
fine on intel box by specifying sun 's jvm. when depHi
Is it expected behavior for the Xslt task to default to XSLTC when using
jdk1.5? It does. When I threw the xalan jar in the ant lib directory it
used xalan-j. Perhaps it has to do with Sun 's reHi
i just want to create a pack200 archives of my jar files.
At the moment i 'm sign my jars with this target
<target name "sign.war.temp " if "sign.client.jars " >
<signjar alias "z " keystore "z "I 'm trying to run a build.xml script (script A) (for Cruisecontrol) that
calls my original working build.xml (script B) but am having some
problems...
I get a NoClassDefFoundError when my script A c > From Simon Kitching [mailto skitching@(protected)]
>
> On Fri 2005-07-15 at 08 19 +0200 Juergen Hermann wrote
> > On Thu 14 Jul 2005 17 45 13 -0700 Alexey N. Solofnenko wrote
> >
> > >It is qu
Hi All
I want to use one of my batch file into my build.xml file the
batch file is as follows
//hi all
just in case anyone missed it(and for newcomers)
there is a gui front end for called antelope
at http //antelope.tigris.org/
it is good looking and will be of great help to beginners
RegarHi -
I have a build system which works fine from the command line but
stops mysteriously when I run it from cron.
The build file structure for my application has a master file at the
top which calI am trying to recursively copy dir 's from one machine to another...
I issue the command from the old itappstage machine
Scp -p -r weblogic weblogic@(protected) /opt
....what is the beHi
I am experiencing memory leak while executing Ant targets multiple
times from java program. It seems to me that the classloader instances
are lying around and takes heap space for each run.
Any Are you using the ant-contrib cc task? If so it might be better to ask the
ant-contrib mailing list.
-----Original Message-----
From hiren patel [mailto hiren979@(protected)]
Sent Sunday July 17 Hi
Some of our components(projects) are on FreeBSD machines.
We wanted to build these projects remotely from a windows box.
Also have to perform file operations on that machine.
Does ANT have suppHello
using the JUnit task is it possible to execute a single test _method_?
Regards
Martin
I have been writing a java program with apache ant. When I complie I
get a warning that say to recompile with -Xlint unchecked for details.
How do I do that in ant?
-Paul
Hi
well <depend > task is useful only with java projects.
but does anybody know that for a C++ project
how ANT can calculate dependancies? and
does it provide any dependacy caching task or faciI believe using ant contrib one can use something like this
<if >
<equals arg1 "${deployment.env} " arg2 "dev " / >
<then >
do something
</then >
</if >
WherWhy not use <pathconvert >?
http //ant.apache.org/manual/CoreTasks/pathconvert.html
-- Larry
-----Original Message-----
From Neeraj Kumar [mailto neeraj.jsr@(protected)]
Sent Saturday July 16 2005input c /foo/bar
desired output c \foo\bar
code
<replaceregexp file "test.properties " match "/ "
replace "\\ " flags "g " / >
I 'm getting an error. How do I achieve the desired outpuRelative to a specific basedir how do I pass a list
of subdirectories that may vary over time to the tar
task without changing the buildfile only the
properties file?
For example subdirOne subdirHi
Ant calcualtes the dependacies between files on the fly. but since this operation will be performed each time in order to make it fast is it possible to cache it ? and skip it ?
thanks
hiHi-
Can someone please instruct me on how to change the permissions of a
directory via ftp? I have no problems creating the directory
transferring the file or changing the permissions on the fii 'm trying to get an uptodate task working. i 'm pretty sure i 've got the
mapping wrong. my setup is
Web Content/behavior/*.xml
Web Content/behavior/compiled/*.xml
I need to see if any files in thYes this is certainly possible.
--
Jeffrey E. Care (carej@(protected))
WebSphere Build SWAT Team Lead
WebSphere Build Tooling Lead (Project Mantis)
https //w3.opensource.ibm.com/projects/mantis
"KUsing Ant 1.5.4 is it possible to have a build script with a taskdef
that references class files that are built within the build.xml itself?
I 've decided that the only way I can get XML validation agI 'm working on this project where a properties file is loaded in at the
beginning of the buildfile and some properties are also passed in as command
line parameters. The problem is that I need to ac
Emmanouil Batsis wrote
> This is a shot in the dark but i was wondering whether some other
> disturbed individual has thought about validating javascript files in
> Ant builds by feeding them to <war ... basedir "... " excludes "src/ " / >
Jan
>-----Urspr?ngliche Nachricht-----
>Von Petar Tahchiev [mailto paranoiabla@(protected)]
>Gesendet Freitag 15. Juli 2005 14 11
>An user@(protected)Hello people
I have the next problem I want to make a war file from the next file
structure
basedir\
|- WEB-INF
|-lib
|-html
|-JSPs
|-Other stuff
|-src
and all I want is to use the war task with
Hi
i 'm parsing the updatelogs from a ClearCase snapshotview with regular
expressions - that works fine OK
But as i have to parse n logs of one whole day there appear
duplicates in the resulting fAnt is used for building projects.
CC is used for managing the daily build.
So it?s more a "ANT + Cruise Control " than a "ANT Vs Cruise Control " -)
Jan
>-----Urspr?ngliche Nachricht-----
>Von K
| |