Ramu Sethu wrote:
Thanks Steve.
Does anyone know any other work around other than including it in
environment variable?
run Ant with -lib on the command line to pick up the new libraries?
-
To unsubscribe, e-mail: [EMAIL PROTE
Thanks Steve.
Does anyone know any other work around other than including it in
environment variable?
On 9/3/07, Steve Loughran <[EMAIL PROTECTED]> wrote:
> Ramu Sethu wrote:
> > Hi
> > I have helper class return a string. We are using junit test and junit
> > report task. I want my xslt to use my
Ramu Sethu wrote:
Hi
I have helper class return a string. We are using junit test and junit
report task. I want my xslt to use my helper class.
I added this in my
xmlns:main="java://Main" in xslt sheet and added Main in environment
variable classpath
This was working.
But we will be running th
Hi
I have helper class return a string. We are using junit test and junit
report task. I want my xslt to use my helper class.
I added this in my
xmlns:main="java://Main" in xslt sheet and added Main in environment
variable classpath
This was working.
But we will be running the scripts in diffren