hej, nono this is just name for business aplication in our language :D
by -- L.P. Mitja B. --------- Original Message -------- From: Ant Users List <[email protected]> To: Ant Users List <[email protected]> Subject: RE: package compile problem Date: 13/09/07 12:00 > "TipiDelovnihMestTabela" > > sounds like something out of Harry Potter ;) > > /t > > ps: sorry, couldn't resist. > > > >-----Original Message----- > >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > >Sent: Thursday, September 13, 2007 11:56 AM > >To: [email protected]; [EMAIL PROTECTED] > >Subject: AW: package compile problem > > > >1. TipiDelovnihMestTabela must be compiled (seems to be part > >of another project) > >2. Add the root directory of that class or the jar containing > >that class to your classpath > > <classpath> > > <pathelement location="../View/build/classes"/> > > <pathelement location="../View/build/lib/irc.jar"/> > > > >Jan > > > >>-----Ursprüngliche Nachricht----- > >>Von: Mitja B. [mailto:[EMAIL PROTECTED] > >>Gesendet: Donnerstag, 13. September 2007 11:51 > >>An: [email protected] > >>Betreff: package compile problem > >> > >>Hi, > >> > >>ircbutton.java has this lines > >>... > >>package irc.irc2000.ircSwing.komponente; > >> > >>import irc.kis.view.dm.sifranti.TipiDelovnihMestTabela; > >>... > >> > >>i am running ant compile under Model2000 project direktorij, but this > >>packages are ubder ../View/src/irc... > >> > >>now i get error like this > >> > >> [javac] > >>C:ProjektiKISModelIRC2000srcircirc2000ircSwingkomponent > >>eIrcButton.java:3: > >>error #300: TipiDelovnihMestTabela not found > >>... > >> > >>how can i include this TipiDelovnihMestTabela in ant build.xml > >>file that i > >>will not get this error anymore. > >> > >>I try with pathelement location under classpath but not working > >> > >>thx for help > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > ________________________________________________ Message sent using UebiMiau 2.7.10 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
