I know I don't need JBuilder to compile James.... that is what I'm using to develop against James... and I've configured Ant to be run from within JBuilder, but for some reason it won't execute properly. I've never had this problem with other projects. There must be something with how the Ant script is written that causes a problem when run from within JBuilder.
-----Original Message----- From: Joao Medeiros [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 2:25 AM To: 'James Developers List' 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]
