Hi Mukesh, it depends if you want to really fix it consistent or "quick and dirty".
The consistent way would be to add a new dependency in the ivy.xml file, either pointing to a public repository or to your own private one. The quick and dirty way would be to copy the JAR to your local drive and include it into the ANT build script as new entry (or just copy it to an existing CLASSPATH folder that has a wildcard to include all JARs) Sebastian 2012/7/9 Alexei Fedotov <[email protected]> > This can be helpful for setting ${tools.jar.path} > http://ant.apache.org/manual/Tasks/property.html > -- > With best regards / с наилучшими пожеланиями, > Alexei Fedotov / Алексей Федотов, > http://dataved.ru/ > +7 916 562 8095 > > > > > On Mon, Jul 9, 2012 at 1:59 PM, Mukesh Reddy > <[email protected]>wrote: > >> Hello everyone,**** >> >> ** ** >> >> We are working on customization of Open meetings, now we have >> to add some external jars to the Open meetings application. When I try to >> build it after adding the jars, I am getting this error.**** >> >> C:\Users\mukesh\netc\Openmeetings\build.xml:874: Warning: Could not find >> fileC:\Users\mukesh\netc\Openmeetings\${tools.jar.path} to copy. **** >> >> Can anyone tell me how to add external jars to the Open meetings >> application.**** >> >> ** ** >> >> *Thanks and Regards,* >> >> *Mukesh Reddy,* >> >> *US TECH SOLUTIONS. Inc.* >> >> ** ** >> > > -- Sebastian Wagner https://twitter.com/#!/dead_lock http://www.openmeetings.de http://www.webbase-design.de http://www.wagner-sebastian.com [email protected]
