Java Module Help

LabKey Support Forum
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