Any way to configure post build activities?
Hi there,
Is there any way to configure a simple java module to perform some post build activities, without using an ant build file?
What I actually want is to have the classes in adirectory (e.g. /dest/classes) and some resources in other directories (e.g. /dest/images or /dest/lib). This is similar to building a Web-Module...
Any hints or is this a desirable feature?
reagrds
Paul
Please sign in to leave a comment.
Hello Paul,
PS> Is there any way to configure a simple java module to perform some
PS> post build activities, without using an ant build file?
PS>
PS> What I actually want is to have the classes in adirectory (e.g.
PS> /dest/classes) and some resources in other directories (e.g.
PS> /dest/images or /dest/lib). This is similar to building a
PS> Web-Module...
PS>
PS> Any hints or is this a desirable feature?
No, there is no such way. You should use an Ant script.
--
Dmitry Jemerov
Software Developer
http://www.jetbrains.com/
"Develop with Pleasure!"