Wierd issue with getting a resource from inside a jar

2008-10-26 Thread Jeffrey Williams
Hi, I am having an issue with maven and getting a file from within my executable jar project. I have the following code in my main URL url = this.getClass().getResource("/comma.txt"); File commaFile = new File(url.getFile()); The issue is that the url that is fou

maven-har multiple module dependency issue

2007-12-19 Thread Jeffrey Williams
Hi, I am not entirely sure this is the correct mailing list to post on for this plugin. The net.sf.mavin-har seems to have no posts. But I will continue on with my problem anyway. If there is a better place please let me know! I have a multiple module project The first module contains my hiberna