RE: TaskList module for Netbeans
Tor Norbye <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.tasklist.devel |
|---|---|
| Organization | Sun Microsystems, Inc |
| Message-ID | <1056129704.5763.26.camel@proto> |
On Fri, 2003-06-20 at 10:14, Wong, Andy wrote: > Hi, > > I have a question regarding on testing. I modified the label on the UserTaskDuePanel and the compile it. How could I import the changes to NetBeans? I tried to generate the tasklist-usertasks.jar and the .nbm file but still NetBeans won't show up the changes. Do I need to restart NetBeans everytime I make a minor changes? > Make sure you have the api support modules loaded, then in the explorer browse to the build.xml file in the user tasks directory, expand it (to show the build targets), and execute the "test" target. This will recompile the module, unload the current instance, and load in the new instance. (Be sure to close the usertasks window before doing this.) -- Tor