|
|
|
I 'm trying to figure out the behavior of ChainableReader implementations
under copy type tasks. In particular it seems that the Reader has its
initialize() method called for each file being copied w
Thanks able to access the document now.
Document
http //www7b.software.ibm.com/wsdd/library/techarticles/0203_searle/searle1.html
has ended up confusing me.
I am new to both ant and to webSphere Ihttp //www7b.software.ibm.com/wsdd/library/techarticles/0203_searle/searle1.
html
If you still can 't access it you may have to login to your IBM account.
Sten
> -----Original Message-----
> From
Thanks for the link but I cannot access it I put in the url bit by bit
got to this stage http //www-3.ibm.com/software/wsdd and was informed that
I am having problems with creating my own task using ant. I have looked at examples but they are not detailed enough to give me a better idea of what I should do. I am suppose to create a java fileAnt is crashing if I put a <formatter > tag inside <junit >. Here 's my
target
<target name "test-this " depends "build " >
<junit fork "true " haltonfailure "true " showoutput "true "
printsummary "trHello
I am noticing interesting behavior and have a theory as to what is happing.
Basically I am calling an <ant > task with some nested <property > tags. These properties may or may not be set
at thow about putting in your init target (or whatever you 're using) different
ways to set up the classpath based on whether or not that patch variable is
set.
If true look to the build.property files fI 'm having trouble doing the following.
1 Identify a list of changed .java files in a source/patch-directory.
This is a subset of the complete list for the release.
2 Use that list to copy the *relev
did you add ANT_HOME/bin to your path?
Jake
At 05 48 PM 1/30/2003 +0000 you wrote
>I can run ant inside websphere no problem but our project dictates that
>sometimes we have to run ant outside tMaybe you should have a look at this
http //www7b.boulder.ibm.com/wsdd/library/techarticles/0203_searle/searle1.h
tml
Sten Rosendahl (stro@(protected))
IMI Industri-Matematik International - THE ORDER COI can run ant inside websphere no problem but our project dictates that
sometimes we have to run ant outside the websphere environment.
I followed the steps as laid down in the help Manuel until I gI 'm trying to run some unit tests on Win98 and the following patternset
appears to be broken (only in Win98 other Winz are ok)
<patternset id "pattern.jars " >
<include name "**/jars/*.jar "/ >
</paI had the sam eproblem running a JBoss process in nohup at a SunOS
uname -sr
SunOS 5.6
Does anyone have a clue about this ??
[] 's
Tiago.
-----Mensagem original-----
De Gruenewald Terry E [maiWhen I run ant using nohup and in the background it runs okay. However if
I then log out of my session ant exits as well. Has anyone run into this
before? Does anyone know how to fix this so thaHi. I 've searched through archives but I wasn 't able to find correct answer
to this question...
I 'm trying to get multiple fields values from a sql task into several
variables.
For example
<sql ...Hello
For the javac task I would like to know if it is possible to
set the attributes
source
failonerror
debug
into the build.compiler.
Thank you
Hello !
Here is how I did work with ant for now
I have a script that generates all build.xml files from a
build.xml.template and a rbuild.xml.template and from the top src
directory.
build.xml.tempHi
I 'm using the ant style task and I was wondering if their 's a way to pass
parameters to the xslt I 'm using?
any suggestions?
cheers
Jerome
Hi
I 'm using Ant targets to render GUI panels for a Config. Wizard application.
At the last panel I would like to be able to go back to previous panels for
correction before executing the configuraHi
I 'd like to Jar all the classes (and dependent classes) in a package
without listing each class via the <class > element
<genjar jarfile "Bar.jar " >
<class name "com.foo.bar.class1 "/ >
The following is a target that I would ideally like to use
<target name "wsdl " depends "compile " >
<java classname "org.apache.axis.wsdl.Java2WSDL " >
<arg value "-P "/ >
<arg value "RandomPortTyHi
I have released a new version of my version_tool. This release includes
some nice new features. These features include
New in Version 1.1.4
VersionUpdate
1. Saves new Version number out toHi!
I 'm new in this list. I checked out the archives looking for ways of
calling ANT from a jsp/servlet but I didn 't find the right solution.
My idea is to create an update system using ant and witHi dear list!
I am using ant1.5.1 and I have the following problem
I want to write in a XML file with ANT but I don 't know do it. I thought to
use the filter task but it is for TXT file isn 't it? I would like to send an email regardless of the success/failure of a build.
Currently it goes like this
Ant is called with the appropriate target to create an ear file (so complete
build is done) fr
I 've just started trying to use the <jspc > task and get a
java.util.EmptyStackException - searching the mail-list indicates that a few
other users have seen this problem. Has anybody any idea what mHello !
I have a project with hundred of directories with java files and becoz
of J2EE packaging I have to generate on jar for each directory. I
currently launch one javac task per directory not to hIs there any way to derive new properties based on existing properties?
For example given a property with value "user " I want to derive
another property with the first letter capitalized i.e. "User
| |