I can't check easily right now, but just to give you a quick off-the-top-of-my-head answer, the jars should go in the same place as your built module does. You'll probably have to do slightly different things for the ant debug run vs the Eclipse debug run.
I'll have a closer look later in the weekend if noone has given you a better answer by then. Tom On Fri, Jul 4, 2008 at 7:54 PM, alexander krohn <[EMAIL PROTECTED]> wrote: > hi. > > in the module's install-target i'm now copying the libs to argouml-app/ > which seems to work. > > but i still have to copy the module's jar by hand to > argouml-build/build/ext/ which doesn't seem right. > > then i can run "ant debug" in argouml-build/ and get my module loaded. > > "ant run" seems to kill ext before it starts, so with this the module > doesn't work(which seems wrong). > > argouml-build/build.xml has some commented lines to copy stuff from ext, but > it only does for seq2. > > what's going there? > > regards, > > alexander > > alexander krohn schrieb: >> >> hi. >> >> i have a slight problem with the python-module. >> >> since it depends on some antlr-jars they have to put somewhere while >> running the install-target of argouml-python's build.xml >> >> what's the location for this? >> >> additionally they have to be put into the classpath when running argo with >> "ant debug". >> >> how to do this? >> >> thanks in advance. >> >> alexander >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
