Re: Dependencies on on other java classes and/or c++ libraries and/or source files

2008-01-03 Thread Dominique Devienne
On Jan 3, 2008 7:55 AM, Lenkei Andrei (KSDF 55) <[EMAIL PROTECTED]> wrote: > I can express some of this by tweaking the makefiles and the ant file > but this got me thinking about dependencies on non .java files in ant. > > Q: How do I best express these kind of dependcies in Ant? Use Ant-Contrib'

Dependencies on on other java classes and/or c++ libraries and/or source files

2008-01-03 Thread Lenkei Andrei (KSDF 55)
Hello, I have joined a (mainly) C++ project in which the Jetty webserver is used. Hence the build is primarily "make" with invocations of ant (v1.6.2). As part o using Jetty there is a step of Peer- and Proxy generation plus the use of the Jace PeerEnhancer. There are several dependencies. - e