Making a Jar for a launchable Swing app

2008-04-14 Thread Lally Singh
to add in all the jars from my dependencies. I could find instructions for the assembly plugin, but nothing similar for the jar plugin. How do I go about this? Thanks in advance! -ls -- H. Lally Singh Ph.D. Candidate, Computer Science Virginia Tech

Re: Making a Jar for a launchable Swing app

2008-04-14 Thread Lally Singh
about shading the dependency classes, too. Wayne On 4/14/08, Lally Singh [EMAIL PROTECTED] wrote: Hey all, a few questions. I'm trying to build a swing application that I can launch from java -jar. Setting Main-Class is pretty well documented from my googling. However

Re: Making a Jar for a launchable Swing app

2008-04-14 Thread Lally Singh
/includes /fileSet /fileSets /assembly On Mon, Apr 14, 2008 at 3:27 PM, Manos Batsis [EMAIL PROTECTED] wrote: Lally Singh wrote: Thanks for the quick response. I tried it, but I couldn't figure out how to: 1. Get my .class files in there either. 2. Set up the manifest

Re: Making a Jar for a launchable Swing app

2008-04-14 Thread Lally Singh
locations that you are using etc which are the source of some of your problems. Wayne On 4/14/08, Lally Singh [EMAIL PROTECTED] wrote: Thank you too for the quick response. Trust me, I've RTFMd for the last 4 days on this. The documentation is great if you already know what you want

Re: JUnit, NetBeans 6

2007-11-28 Thread Lally Singh
and create a hyperlink to the stacktraces. Could be a bug. Milos On Nov 28, 2007 7:45 PM, Lally Singh [EMAIL PROTECTED] wrote: Hey all, I've got a testcase that I'm trying to get working, but I've got a little dilemma: - In Netbeans, I can usually get a stacktrace for JUnit errors

JUnit, NetBeans 6

2007-11-28 Thread Lally Singh
traces or other diagnostics. Any idea how to fix either/both problems? Thanks in advance, -ls -- H. Lally Singh Ph.D. Candidate, Computer Science Virginia Tech - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: JUnit, NetBeans 6

2007-11-28 Thread Lally Singh
then, please file a bug report at jira.codehaus.org/browse/MEVENIDE Milos On Nov 28, 2007 8:00 PM, Lally Singh [EMAIL PROTECTED] wrote: I've got this little snippet in my POM: executions execution idtestdata_upload_vto/id phasetest-compile/phase goalsgoaloperation/goal/goals

Maven's included with Leopard (Mac OS 10.5)

2007-11-15 Thread Lally Singh
only noticed this when I upgraded and noticed my build failing (I needed 2.0.7 :-) ). Congrats! -- H. Lally Singh Ph.D. Candidate, Computer Science Virginia Tech - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Maven's included with Leopard (Mac OS 10.5)

2007-11-15 Thread Lally Singh
maven, etc go in /usr/local/dist. Then links to /usr/local/dist/maven-2.0.7/bin/* go in /usr/local/bin. In my ~/.bashrc: export PATH=/usr/local/bin:$PATH This works perfectly fine, never gets hit by an Apple update. -- H. Lally Singh Ph.D. Candidate, Computer Science Virginia Tech

Getting Hibernate3's hbm2ddl to generate SQL but not wipe my db?

2007-11-05 Thread Lally Singh
Hey everyone, I'm trying to get the plugin to generate my SQL code, but I can't seem to do it without it trying to connect to my db. Is there an option that tells it to generate the .sql, but not run it, clobbering my existing db? Thanks, -ls -- H. Lally Singh Ph.D. Candidate, Computer

pom.basedir blanked out with Netbeans 6?

2007-10-09 Thread Lally Singh
on the builtin properties like ${pom.basedir}? And yeah, the file's still there :-) Thanks in advance, -Lally -- H. Lally Singh Ph.D. Candidate, Computer Science Virginia Tech - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Why Maven is Hard?

2007-09-29 Thread Lally Singh
on maven.apache.org to the Wiki's 'answered questions' faq. So now it can serve as a complete replacement for the maven.apache.org page. Can we get that one linked to on the left-hand sidebar now? -- H. Lally Singh Ph.D. Candidate, Computer Science Virginia Tech

Re: Improving Maven Site Docs

2007-09-28 Thread Lally Singh
Java-based graphical editor wouldn't hurt. It's not fantastic, but Swing does the job. Or a plugin for a popular IDE. -- H. Lally Singh Ph.D. Candidate, Computer Science Virginia Tech - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Improving Maven Site Docs

2007-09-28 Thread Lally Singh
to finish it yesterday, but my new computer came in early :-) Would it be possible to have that left-hand FAQ link to the Wiki FAQ? It'll also let people add in other FAQs Answers a lot quicker. -- H. Lally Singh Ph.D. Candidate, Computer Science Virginia Tech

Re: my lobotomy [was: Improving Maven Site Docs]

2007-09-28 Thread Lally Singh
Actually, the model of 'shortcut translates to raw maven' may really be the crux in getting maven really usable --- syntactic sugar can be really effective. -- H. Lally Singh Ph.D. Candidate, Computer Science Virginia Tech

Re: Why Maven is Hard?

2007-09-27 Thread Lally Singh
archive if you search for this.) If you have to use google to search a website, the navigation is broken. -- H. Lally Singh Ph.D. Candidate, Computer Science Virginia Tech - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Why Maven is Hard?

2007-09-27 Thread Lally Singh
On 9/27/07, Antonio Petrelli [EMAIL PROTECTED] wrote: 2007/9/27, Lally Singh [EMAIL PROTECTED]: If you have to use google to search a website, the navigation is broken. Partially true: information should be easily available both through search engines and navigation links (it's Jakob

Re: Why Maven is Hard?

2007-09-27 Thread Lally Singh
Ok, enough complaining out of me. If I could change all the files directly, I would. But, here are what I think would really help ASAP. 1. The front-page link to the 'Users Center' should instead point to the Maven Documentation Index http://maven.apache.org/guides/index.html. It's really the

Re: Why Maven is Hard?

2007-09-27 Thread Lally Singh
have high quality. So, just b/c a project's open doesn't let people off the hook about quality. The open-source fairy won't come in one night and fix all your bugs or write your docs for you. -- H. Lally Singh Ph.D. Candidate, Computer Science Virginia Tech

Re: Improving Maven Site Docs (was maven is hard)

2007-09-27 Thread Lally Singh
I put in some suggestions in the original thread 'Maven is Hard'. As for plugin docs, how about modifying the plugin API to support documentation? Embed basic documentation in the plugin directly. Enough so that 'mvn -help' could list the appropriate docs for the plugins listed in the pom?

Re: Improving Maven Site Docs

2007-09-27 Thread Lally Singh
to 'install'. Similarly, a command line option -t which translates to -Dmaven.test.skip=true :-) -- H. Lally Singh Ph.D. Candidate, Computer Science Virginia Tech - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Improving Maven Site Docs (was maven is hard)

2007-09-27 Thread Lally Singh
out the results of a good XML validator... -- H. Lally Singh Ph.D. Candidate, Computer Science Virginia Tech - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Why Maven is Hard?

2007-09-26 Thread Lally Singh
. Lally Singh Ph.D. Candidate, Computer Science Virginia Tech - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Why Maven is Hard?

2007-09-26 Thread Lally Singh
The user center. Sorry, didn't mean to be so harsh about it. But when I see 5 tiny links on the user center, I see that there isn't much documentation on the site. I stop looking on the site for anything else -- I hit google. On 9/26/07, Tim Kettler [EMAIL PROTECTED] wrote: Lally Singh

Re: Why Maven is Hard?

2007-09-25 Thread Lally Singh
it. This isn't to discourage the existing documentation efforts -- but prioritize documentation to be #1. I think for most users, maven's good enough by far, and a lot better than the competition. The advantages it gives are well worth it, _if_ they could figure out how to use it. -- H. Lally Singh

Re: [m2] Eclipse, Hibernate Tools

2007-02-26 Thread Lally Singh
On 2/26/07, John J. Franey [EMAIL PROTECTED] wrote: Lally Singh wrote: how do I get maven to do whatever needs to be done to process my hibernate annotations? If you are using java 5 annotations and maven 2: Nothing, aside from compiling with java 5 or better, homing hibernate and java

Eclipse, Hibernate Tools

2007-02-25 Thread Lally Singh
Hey all, maybe not the right place to ask, but I didn't know who else. I've got a Maven project set up in eclipse with the eclipse-maven plugin. I've annotated some classes for Hibernate. I'm not really too familiar yet with Java's annotation system, so I'm at a loss for how to get the