-
1. Re: jboss-benchmark project - standalone?
clebert.suconic Apr 11, 2005 4:48 PM (in response to tom.elrod)My initial though was to be a standalone project. My idea was to redistribute JARS. Like in the jboss-4.0/testsuite we would add it in the classpath.
And about the buildsuite, we can use it of course, unless we find any issues.
-Clebert -
2. Re: jboss-benchmark project - standalone?
tom.elrod Apr 11, 2005 5:09 PM (in response to tom.elrod)If you are going to make it standalone, would certainly include the thirdparty jars in the CVS project and in the distribution. My personal suggestion would to maintain a similar structure for the lib directory as in jboss-head. For example:
jboss-benchmark
- lib
- apache-commons
- commons-logging.jar
- README.txt
- LICENSE.txt
- junit
- junit.jar
- README.txt
so that versions and licenses can be easily tracked between versions (is much more difficult if just have a lib directory with all the jars in it).
I can add this if you like? -
3. Re: jboss-benchmark project - standalone?
clebert.suconic Apr 11, 2005 5:13 PM (in response to tom.elrod)I agree... it makes sense.
But what about jboss libs like jgroups?
Should we include it as third party jars?
-clebert -
4. Re: jboss-benchmark project - standalone?
tom.elrod Apr 11, 2005 11:20 PM (in response to tom.elrod)The forum took out my spacing, but assume you understand the diretory structure.
For JBossRemoting I was just going to put a jboss directory under the lib directory with all the jboss libraries and a README.txt file with the versions for all the libraries (and mabye license, but may be repetative). -
5. Re: jboss-benchmark project - standalone?
tom.elrod Apr 12, 2005 1:00 AM (in response to tom.elrod)Actually just reminded that the new build will eliminate this problem, so guess can just wait till then.