On Wed, Mar 27, 2002 at 06:56:34PM +0900, Leif Mortenson wrote:
> Right now you have to define the properties declared in the
> ant.properties.sample files.  That appears to be how all the other
> required jars are being referenced.  How should this be done now?  In
> the all directory, there is the lib directory, but it does not make
> sense to have copies of the jars in each sub-project which needs them.

ant.properties.sample seems fine for now.

Btw, when I point it at altrmi built from CVS, it complains that the
AltrmiInterfaceTask class doesn't exist. I think the following patch is
needed:

61c61
<         classname="org.apache.commons.altrmi.generator.ant.AltrmiInterfaceTask">
---
>         classname="org.apache.commons.altrmi.generator.ant.AltrmiProxyTask">


Also, when I try to build instrument/, it fails:

test-reports:

BUILD FAILED

/home/jeff/apache/jakarta/jakarta-avalon-excalibur/instrument/build.xml:153: Errors 
while applying transformations

That's because there's no JUnit tests yet, so no TESTS-*.xml file generated, so
the XSLT engine complains. Probably it's best to just comment out the junit and
junitreport targets' contents until there's some tests.


--Jeff


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to