Re: Resources Files in Eclipse

2005-04-18 Thread Jason Vinson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In your project.properties/build.properties set this: maven.eclipse.resources.addtoclasspath=true http://maven.apache.org/reference/plugins/eclipse/properties.html Works like a charm. Jason Buorn, Yoway wrote: | A while back someone asked how to include

Re: Where is the bean in my plugin?

2005-03-16 Thread Jason Vinson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan, I use the following for this kind of stuff: ~ HTH, Jason dan tran wrote: | Kenny, | | I have maven.dependency.classpath in my classpath. | | In verbose mode, maven how the classpath of the project calling the | plugin. No sign of the classpath

Re: Getting maven to read additional properties files

2005-01-19 Thread Jason Vinson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This may not be what you are hoping for, but I just use Hibernate to supply my jdbc connections for dbunit. http://www.hibernate.org/hib_docs/api/net/sf/hibernate/Session.html Session.connection() It works great! Jason Todd Huss wrote: | I keep my datab