RE: Package prefix with ant build & ClassNotFoundException

2006-11-03 Thread Tom Corcoran
glean from it to help my problem? Thanks, Tom. -Original Message- From: Prashant [mailto:[EMAIL PROTECTED] Sent: 03 November 2006 07:35 To: Ant Users List Subject: Re: Package prefix with ant build & ClassNotFoundException > Prashant, I have not been able to figure out how t

Re: Package prefix with ant build & ClassNotFoundException

2006-11-02 Thread Prashant
TED] Sent: 30 October 2006 20:59 To: Ant Users List Subject: Re: Package prefix with ant build & ClassNotFoundException The package of the class has changed, therefore the classname has changed from ClassName to package.ClassName, therefore the applet needs to be changed to refer to the new cl

RE: Package prefix with ant build & ClassNotFoundException

2006-11-02 Thread Tom Corcoran
ter Reilly [mailto:[EMAIL PROTECTED] Sent: 30 October 2006 20:59 To: Ant Users List Subject: Re: Package prefix with ant build & ClassNotFoundException The package of the class has changed, therefore the classname has changed from ClassName to package.ClassName, therefore the applet needs to be ch

Re: Package prefix with ant build & ClassNotFoundException

2006-10-30 Thread Peter Reilly
The package of the class has changed, therefore the classname has changed from ClassName to package.ClassName, therefore the applet needs to be changed to refer to the new classname. Peter On 10/30/06, Prashant <[EMAIL PROTECTED]> wrote: Hi Tom, If you do not have these problems with the cla

Re: Package prefix with ant build & ClassNotFoundException

2006-10-29 Thread Prashant
Hi Tom, If you do not have these problems with the classes that IntelliJ generates. then can you not ask IntelliJ to generate a ANT build script to build your project ? :) You could take a look at that generated build script and figure out what to do.. -Prashant Tom Corcoran wrote: I

Package prefix with ant build & ClassNotFoundException

2006-10-27 Thread Tom Corcoran
I am using IntelliJ and have added a package prefix to my swing project. If my prefix is "com.mycompany", this means I can have my source in rather than . At the moment I can't make the physical change due to source control issues. An ant build works fine but when I run the applet I get a cons