Questions on Building J2EE project

2004-12-05 Thread jsona laio
Hi, mavens: Thanks first for providing a great example (http://wiki.codehaus.org/maven/CreatingJ2eeApplications). But I got fews questions when processin' through it. First, I try to integrate it with a smiple ejb source code (that I build with xdoclet in the past. It could work ; source as [A]),

newbie questin on cvs issue of maven

2004-11-25 Thread jsona laio
Hi, maven: I'm interested in learning maven to apply project development. however, I have a newbie question about cvs. (I'm not sure weather this is a suitable place to ask my question, if not; I applogize it!) the question is - if I have a simple project (product) of which the source code can be

Re: j2ee sample multiproject problem

2004-11-18 Thread jsona laio
. - Brett On Wed, 17 Nov 2004 15:06:22 + (GMT), jsona laio [EMAIL PROTECTED] wrote: Hi, mavens: I follow up the sample on the wiki (http://wiki.codehaus.org/maven/CreatingJ2eeApplications) to learn to create multiproject (with ejb). However, due to not very familiar with maven

unit test fail problem

2004-09-22 Thread jsona laio
hi, maven: when i learn how to use maven, via following the steps in theserverside.com (http://www.theserverside.com/articles/article.tss?l=MavenMagic), i encounter a problem. the test files (unit test) does not compile. therefore, when i issued command maven jar:install the unit test failed and

cvs auth failed problem

2004-09-11 Thread jsona laio
hi maven, i have problem in building a project from cvs. its exception looks like an cvs auth problem; when looking up my .cvspass file. the .cvspass files looks like. what may cause suck problem. though i can download the cvs file from win cvs, i still hope to learn how to use mave. the env i use

SQLException

2004-09-11 Thread jsona laio
: Connection refused: connect =A=END --- jsona laio [EMAIL PROTECTED] wrote: hi maven, i have problem in building a project from cvs. its exception looks like an cvs auth problem; when looking up my .cvspass file. the .cvspass files looks like. what may cause suck

sample project question.

2003-10-30 Thread jsona laio
hi i'm new to maven and amazing for the features provided when reading an article from onjava.com (http://www.onjava.com/lpt/a/4157). however, seemly there's no samples which illustrate how to build j2ee based project, including ejb as well as front end like struts. does anyone knows where has