OK, so I've a project that uses two different containers. Sun Webserver 7 and Weblogic. I'm trying to set up an automated deployment that is easily configurable for the individual developers, cause they all have their stuff in different places. What I want is a properties file that the dev can stash in his home directory which will be read by Maven to establish installation parameters and JVM options for each container. Later on, I'll put an example file in subversion. So.... one thing at a time. First off, I need to know how I can snatch the properties out of a properties file.
What are some good ways to do this? Since the artefacts that are deployed are in sub-modules, this seems like a good place to grab those properties. Jim C. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
