×
The 2025 Client Survey is now open! Responses will be accepted up until 10/31. Please feel free to share this link within your organization and we thank you in advance for your participation!
Java Module Help jeckels  2011-07-19 14:32
Status: Closed
 
Hi Trent,

Yes, that's what I meant, though I forgot to mention that you'd need to introduce the new target for helloworld as well.

You could potentially use the build.xml that's inside of your module's directory (and either run it from the command line or add it to the list of build.xml files that IntelliJ looks at), but it's probably easiest to take the approach that you did with adding a new target.

Thanks, Josh