|
Home > Archive > Apache JDO Project > November 2006 > transaction-api
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Andy Jefferson 2006-11-07, 7:11 am |
| Just having checked out the latest TCK, I get a lack of a "transaction-api".
I'm assuming that this is "jta". Nothing in the README. I found some jar
claiming to be that in some Maven2 repo somewhere
1. Is this jar planned to be added to a Maven1 repository such as IBiblio ?
2. Can the README add some note where unsuspecting people can find it ?
Thanks
--
Andy
| |
| Michael Bouschen 2006-11-07, 7:11 am |
| Hi Andy,
yes, transaction-api is jta. It gets automatically downloaded from a
maven remote repository I added to the list of remote repositories:
https://maven-repository.dev.java.net/nonav/repository
Did you check out the files in the root directory (I mean in trunk)?. I
added the following line to trunk/project.properties:
maven.repo.remote =
http://www.ibiblio.org/maven,https:...onav/repository
This allows all the subprojects to find the transaction-api jar in the
above remote repository.
Please let me know whether this works for you. If yes, I think we do not
need to change the README, because it is automatically downloaded.
Regards Michael
> Just having checked out the latest TCK, I get a lack of a "transaction-api".
> I'm assuming that this is "jta". Nothing in the README. I found some jar
> claiming to be that in some Maven2 repo somewhere
>
> 1. Is this jar planned to be added to a Maven1 repository such as IBiblio ?
> 2. Can the README add some note where unsuspecting people can find it ?
>
> Thanks
>
--
Michael Bouschen Tech@Spree Engineering GmbH
mailto:mbo.tech@spree.de http://www.tech.spree.de/
Tel.:++49/30/235 520-33 Buelowstr. 66
Fax.:++49/30/2175 2012 D-10783 Berlin
| |
| Andy Jefferson 2006-11-07, 7:11 am |
| Hi Michael,
> maven remote repository I added to the list of remote repositories:
> https://maven-repository.dev.java.net/nonav/repository
>
> Did you check out the files in the root directory (I mean in trunk)?.
Yep.
> I added the following line to trunk/project.properties:
> maven.repo.remote =
> http://www.ibiblio.org/maven,https:...va.net/nonav/re
>pository This allows all the subprojects to find the transaction-api jar in
> the above remote repository.
Well yes, but only if the user doesn't have their own "build.properties" in
their home directory (which I do ... since I want to have my own list of
repos for what projects I'm working on). Now I know what the repo is I can
add it to my list :-)
Thanks!
--
Andy
|
|
|
|
|