On Mar 23, 2006, at 12:39 PM, Kenji Nakamura wrote: Hi,
You need to put your dependencies into the geronimo repository, possibly renaming them so they each have a version, and refer to them using <dependency> <groupId>kenjin</groupId> <artifactId>util</artifactId> <version>1.0</version> </dependency> (Or the all-on -one line format, but I recommend this one -- the other is not going to work in 1.1.) We're working on another way to support using the classes eclipse knows about, hopefully it will be available shortly after or in 1.1. The new way should let you use the same plan for development and production, so you wouldn't need to change the dependencies. thanks david jencks The flagment of the plan file looks like this; |
- Re: Absolute file path as dependency in plan David Jencks
- Re: Absolute file path as dependency in plan Kenji Nakamura
- Re: Absolute file path as dependency in plan David Jencks
- Re: Absolute file path as dependency in plan Kenji Nakamura
