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
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
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
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
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
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