You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jaxme-dev@ws.apache.org by Jongjin Choi <jo...@gmail.com> on 2005/12/12 06:56:12 UTC

latest branch and build doc

Hello.

Where is the lastest jaxme2 source located?
The homepage points to CVS repository which seems to be too old.
I found that
http://svn.apache.org/viewcvs.cgi/webservices/jaxme/branches/MAVEN/
is the lastest branch. Isn't it?

One more thing, after I checked out the source from svn repositiry and
ran 'maven build'.
I met this error:
---------------------------------------------------------------------
BUILD FAILED
File...... D:\projects\jaxme\maven.xml
Element... maven:reactor
Line...... 57
Column.... 5
Unable to obtain goal [build] -- D:\projects\jaxme\projects\pm\maven.xml:41:39:
<ant:xjc> At file:/D:/projects/jaxme/projects/pm/target/test-classes/session.xsd
, line 46, column 40: At file:/D:/projects/jaxme/projects/pm/target/test-classes
/session.xsd, line 46, column 40: Unable to connect to jdbc:derby:D:\projects\ja
xme\projects\pm\target\test-classes\db/db as user : SQL State = XJ040, error cod
e = 40000, Failed to start database 'D:\projects\jaxme\projects\pm\target\test-c
lasses\db/db', see the next exception for details.
Total time: 2 minutes 13 seconds
Finished at: Mon Dec 12 14:48:31 KST 2005
--------------------------------------------------------------------------

It seems that derby database is needed to build jaxme2.
Where can I get the lastest build documentation of jaxme2?

Thanks.

/Jongjin

---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org


Re: latest branch and build doc

Posted by Jochen Wiedmann <jo...@gmail.com>.
Jongjin Choi wrote:
> Hello.
> 
> Where is the lastest jaxme2 source located?
> The homepage points to CVS repository which seems to be too old.
> I found that
> http://svn.apache.org/viewcvs.cgi/webservices/jaxme/branches/MAVEN/
> is the lastest branch. Isn't it?

That's true.


> One more thing, after I checked out the source from svn repositiry and
> ran 'maven build'.

I have just committed a minor fix, after which "maven build" works for 
me. (It used to break when rerunning the tests for building the reports.)

If your build script breaks, because Derby is missing, then I have to 
explanation. The Derby jars are properly registered in Maven's 
project.xml and Maven should simply download them when required.


Jochen

---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org