Thanks, that's it. I knew it was something dumb.

It would probably be useful to have a "NotSoSimple" java example in the examples plugin. Still basic, but with a dependency section (some simple HelloWorld that uses commons-lang, for example), and some other things that are common on any java project of good size. Maybe I'll try to write one if I find time.

Thanks again,
Chad

Tim Chen wrote:
Dependency
Needs to be wrapped in a <dependencies> tag.
Ex:
<dependencies>
     <dependency>
         <id>bcel</id>
         <version>5.1</version>
     </dependency>
</dependencies>





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



Reply via email to