I develop locally using NetBeans IDE 3.5.1 under Windows XP, and everything works fine 
(including compiles, but execution nor interactive debugging from within the IDE). I 
just *do not* run ant, but use the normal functionalities of the IDE after proper 
setup.

Only when I have to deploy for test (= build james.sar and copy into James/apps) I run 
the batch build script.

Vincenzo

> -----Original Message-----
> From: David Liles [mailto:[EMAIL PROTECTED]
> Sent: mercoledì 8 ottobre 2003 18.08
> To: James Developers List
> Subject: RE: Compile Problems
> 
> 
> For a couple days now I have been trying to configure JBuilder to 
> run the Ant script with James (2.1.3) but have not been successful.
>  
> I am wanting to be able to do this so I can develop locally..... 
> are there any other developers who are doing this? If not, how 
> are people developing locally?
>  
> When I try to run my project the first thing it attempts to do is 
> compile the code.....
> 
>       -----Original Message----- 
>       From: Joao Medeiros [mailto:[EMAIL PROTECTED] 
>       Sent: Wed 10/8/2003 2:25 AM 
>       To: 'James Developers List' 
>       Cc: 
>       Subject: RE: Compile Problems
>       
>       
> 
>       You don't need JBuilder in order to compile James. It comes with Ant
>       already and apart from a few warnings and errors due to 
> configuration
>       issues once resolved it works fine.
>       
>       -JM
>       
>       -----Original Message-----
>       From: David Liles [mailto:[EMAIL PROTECTED]
>       Sent: 07 October 2003 23:49
>       To: James Developers List
>       Subject: RE: Compile Problems
>       
>       Thanks for the reply Steve...
>       
>       I added phoenix-client.jar to my class path but that did 
> not help....
>       
>       -----Original Message-----
>       From: Steve Short [mailto:[EMAIL PROTECTED]
>       Sent: Tuesday, October 07, 2003 4:22 PM
>       To: James Developers List
>       Subject: RE: Compile Problems
>       
>       
>       
>       The 'sar' task is a Phoenix taskdef, i.e. it is not a 
> standard ant task.
>       This taskdef needs the phoenix-client.jar file to be on the 
> classpath
>       and this is normally taken care of by the 
> project.class.path as declared
>       in the build.xml file.  My guess is that the phoenix-client.jar this
>       cannot be found when you run ant through Jbuilder.
>       
>       Cheers
>       Steve
>       
>       > -----Original Message-----
>       > From: David Liles [mailto:[EMAIL PROTECTED]
>       > Sent: Tuesday, October 07, 2003 2:22 PM
>       > To: James Developers List
>       > Subject: RE: Compile Problems
>       >
>       >
>       > Ok... this is where I am at now....
>       > 
>       > I deleted the previous download I had and just downloaded
>       > james with phoenix version 2.1.3
>       > 
>       > I create a project in JBuilder and when I attempt to run the
>       > Ant build file I get the following error:
>       > 
>       >       "build.xml": D:\projects\james_source\build.xml:380:
>       > java.lang.NoSuchMethodError at line 380
>       >
>       > JBuilder indicates that the following is where the error 
> is occuring:
>       > 
>       > <sar sarfile="${build.lib}/${name}.sar"
>       > config="${conf.dir}/james-config.xml"
>       > environment="${conf.dir}/james-server.xml"
>       > assembly="${conf.dir}/james-assembly.xml">
>       > 
>       > I am currently using Ant 1.5.3-1
>       > 
>       > I have no idea why this is occuring.... is there something
>       > additional I need to do in JBuilder in order to sucessfully
>       > build this?
>       > 
>       > Thanks
>       >
>       >       -----Original Message-----
>       >       From: Noel J. Bergman [mailto:[EMAIL PROTECTED]
>       >       Sent: Tue 10/7/2003 4:08 PM
>       >       To: James Developers List
>       >       Cc:
>       >       Subject: RE: Compile Problems
>       >      
>       >      
>       >
>       >       The source with Phoenix should work fine.  I don't
>       > recognize the error you have, and I am in no place that I can
>       > really look at it today.  Hopefully someone else has an idea
>       > of what is wrong.
>       >      
>       >               --- Noel
>       >      
>       >      
>       >      
>       > 
> ---------------------------------------------------------------------
>       >       To unsubscribe, e-mail: 
> [EMAIL PROTECTED]
>       >       For additional commands, e-mail:
>       > [EMAIL PROTECTED]
>       >      
>       >      
>       >
>       >
>       
>       
> ---------------------------------------------------------------------
>       To unsubscribe, e-mail: [EMAIL PROTECTED]
>       For additional commands, e-mail: [EMAIL PROTECTED]
>       
>       
>       
> ---------------------------------------------------------------------
>       To unsubscribe, e-mail: [EMAIL PROTECTED]
>       For additional commands, e-mail: [EMAIL PROTECTED]
>       
>       
>       
>       
>       
> ---------------------------------------------------------------------
>       To unsubscribe, e-mail: [EMAIL PROTECTED]
>       For additional commands, e-mail: [EMAIL PROTECTED]
>       
>       
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to