On Fri, 2002-09-20 at 16:25, J. Matthew Pryor wrote: > Looking at the online user guide I find syntax like this : > <dependencies>
Sorry I will hide this or correct it this weekend. I wrote the documentation first but haven't implemented this. I should have hidden the doc until the functionality was actually implemented. > <!-- A --> > <dependency> > <groupId>org.apache.tools.ant</groupId> > <artifactId>ant</artifactId> > <version>1.4.1</version> > </dependency> > > <!-- B --> > <dependency> > <groupId>org.apache.tools.ant</groupId> > <artifactId>ant-optional</artifactId> > <version>1.4.1</version> > </dependency> > > <!-- C --> > <dependency> > <groupId>org.apache.tools.ant</groupId> > <artifactId>poorly-named</artifactId> > <version>1.4.1</version> > </dependency> > > </dependencies> > > But that doesn't seem to work. If I am dependent on one external project > that has 3 jars associated with it, how can a write a dependency for > that > > BTW This project has no version numbers in the jar names, so I need to > use the <jar>xxx</jar> syntax > > Thanks, > Matthew > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
