Client Deployer 5.5.11 NullPointerException

2005-08-25 Thread Allistair Crossley
Hi, I've decided to try out the Deployer tool for the first time to see if it makes like a little easier for deployments to our test servers. I've used the 5.5.11 Alpha Deployer as I noted some threads indicating a problem with 5.5.9's version. I've come across the following when running

Re: Client Deployer 5.5.11 NullPointerException

2005-08-25 Thread Dirk Weigenand
Allistair, looks like the missing ant taskdef for jasper. I thought that to be fixed. > --- Ursprüngliche Nachricht --- > Von: "Allistair Crossley" <[EMAIL PROTECTED]> > An: > Betreff: Client Deployer 5.5.11 NullPointerException > Datum: Thu, 25 Aug 2005 11:

Re: Client Deployer 5.5.11 NullPointerException

2005-08-25 Thread Remy Maucherat
On 8/25/05, Allistair Crossley <[EMAIL PROTECTED]> wrote: > Hi, > > I've decided to try out the Deployer tool for the first time to see if it > makes like a little easier for deployments to our test servers. > > I've used the 5.5.11 Alpha Deployer as I noted some threads indicating a > problem

RE: Client Deployer 5.5.11 NullPointerException

2005-08-25 Thread Allistair Crossley
LD FAILED C:\deployer\build.xml:45: org.apache.jasper.JasperException Total time: 7 seconds Many thanks, Allistair. > -Original Message- > From: Remy Maucherat [mailto:[EMAIL PROTECTED] > Sent: 25 August 2005 12:40 > To: Tomcat Users List > Subject: Re: Client Deployer 5.5.11 Nul

Re: Client Deployer 5.5.11 NullPointerException

2005-08-25 Thread Remy Maucherat
On 8/25/05, Allistair Crossley <[EMAIL PROTECTED]> wrote: > Hi, > > No I don't think that's it, both ant and javac work on my command line. I do > use Ant for build, I'm just trying deployer for the first time. JAVA_HOME, > ANT_HOME are also both defined. Ant is also the latest version 1.6.5 >

RE: Client Deployer 5.5.11 NullPointerException

2005-08-25 Thread Allistair Crossley
// Log ? // FIXME: log } return compiler; } > -Original Message- > From: Remy Maucherat [mailto:[EMAIL PROTECTED] > Sent: 25 August 2005 13:05 > To: Tomcat Users List > Subject: Re: Client Deployer 5.5.11 NullPointerException > > &

Re: Client Deployer 5.5.11 NullPointerException

2005-08-25 Thread Remy Maucherat
On 8/25/05, Allistair Crossley <[EMAIL PROTECTED]> wrote: > Hi, > > I'd really love to I assure you, but I really don't > > a) have years and years of architecting Tomcat development to trace through > how Jasper2 works and > b) the time whilst I am sat here working for a corporation trying to g

RE: Client Deployer 5.5.11 NullPointerException

2005-08-25 Thread Allistair Crossley
is appreciated, Allistair. > -Original Message- > From: Remy Maucherat [mailto:[EMAIL PROTECTED] > Sent: 25 August 2005 14:55 > To: Tomcat Users List > Subject: Re: Client Deployer 5.5.11 NullPointerException > > > On 8/25/05, Allistair Crossley <[EMAIL PROTECTED]&g

Re: Client Deployer 5.5.11 NullPointerException

2005-08-25 Thread Remy Maucherat
On 8/25/05, Allistair Crossley <[EMAIL PROTECTED]> wrote: > Hi, > > Hm :( > > Are you able to clarify what you mean by "a well configured Ant which is able > to use a Java compiler." Perhaps this is where the problem lies? > > My Ant setup is such that I have ANT_HOME and JAVA_HOME env vars set

Re: Client Deployer 5.5.11 NullPointerException

2005-08-25 Thread Remy Maucherat
On 8/25/05, Remy Maucherat <[EMAIL PROTECTED]> wrote: > To start with something, I use a known-to-be-working Ant 1.6.2 release. I just installed and tested with 1.6.5, and it works too. I just added some debug logging too for the classloading exceptions. -- x Rémy Maucher

RE: Client Deployer 5.5.11 NullPointerException

2005-08-25 Thread Allistair Crossley
rhaps something will come to me, Allistair. > -Original Message- > From: Remy Maucherat [mailto:[EMAIL PROTECTED] > Sent: 25 August 2005 15:56 > To: Tomcat Users List > Subject: Re: Client Deployer 5.5.11 NullPointerException > > > On 8/25/05, Remy Maucherat <[EMA

Re: Client Deployer 5.5.11 NullPointerException

2005-08-25 Thread Markus Schönhaber
Am Donnerstag, 25. August 2005 17:03 schrieb Allistair Crossley: > Well that's really unexpected. The only other 2 differences are perhaps > that I am on Windows, and that I did this with the 5.5.11-alpha download > from the site. I can't think of anything else if you say that copying the > JDT jar

RE: Client Deployer 5.5.11 NullPointerException

2005-08-25 Thread Allistair Crossley
ilto:[EMAIL PROTECTED] > Sent: 25 August 2005 16:56 > To: Tomcat Users List > Subject: Re: Client Deployer 5.5.11 NullPointerException > > > Am Donnerstag, 25. August 2005 17:03 schrieb Allistair Crossley: > > Well that's really unexpected. The only other 2 differences

Re: Client Deployer 5.5.11 NullPointerException

2005-08-25 Thread Markus Schönhaber
Am Donnerstag, 25. August 2005 17:57 schrieb Allistair Crossley: > Thanks, that's good to know, it must be something to do with my > environment. Are you saying then that you did not have to copy any JDT jars > into your deployer? No, I didn't have to copy any jars since ant uses sun's javac from

RE: Client Deployer 5.5.11 NullPointerException

2005-08-25 Thread Allistair Crossley
o go home now, I've not had a good day with deployer. It's 3/4 there, just need the last 1/4 :) Thanks, Allistair. > -Original Message- > From: Markus Schönhaber [mailto:[EMAIL PROTECTED] > Sent: 25 August 2005 17:12 > To: Tomcat Users List > Subject: Re: Client De

Re: Client Deployer 5.5.11 NullPointerException

2005-08-25 Thread Remy Maucherat
On 8/25/05, Markus Schönhaber <[EMAIL PROTECTED]> wrote: > Am Donnerstag, 25. August 2005 17:57 schrieb Allistair Crossley: > > Thanks, that's good to know, it must be something to do with my > > environment. Are you saying then that you did not have to copy any JDT jars > > into your deployer? >

Re: Client Deployer 5.5.11 NullPointerException

2005-08-25 Thread Markus Schönhaber
Am Donnerstag, 25. August 2005 18:30 schrieb Remy Maucherat: > On 8/25/05, Markus Schönhaber <[EMAIL PROTECTED]> wrote: > > Am Donnerstag, 25. August 2005 17:57 schrieb Allistair Crossley: > > > Thanks, that's good to know, it must be something to do with my > > > environment. Are you saying then t