On Saturday, June 24, 2006 05:11, Nidhi Tuli wrote: > RAR plug in I downloaded doesn't seem to generate jar file. It is simply > compiling the code and generating a rar file with just the dependencies > in it. The generated rar file does not contain the jar of the compiled > source. > > Is there a way to get this plugin to generate jar files of the compiled > code before bundling it up in rar file? > > Thanks > Nidhi
The recommended way is to break up your project into two modules, one for generating the jar and another for the rar. Then, have the rar module depend on the jar module. HTH, Henry --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
