Yeah -- that JAR mysteriously disappeared from the Maven2
repository.  So, to get ahold of it, do this:

1) download the following JAR from the Maven1 repo:
 http://www.ibiblio.org/maven/xmlbeans/jars/jsr173_1.0_api.jar

2) register it with Maven2 using:

mvn install:install-file -Dfile=/Users/ekoneil/jsr173_1.0_api.jar
-DgroupId=xmlbeans -DartifactId=jsr173_1.0_api -Dversion=1.0
-Dpackaging=jar

This will put the JSR 173 API JAR file into the maven repository, and
I'll have the updated Ant files committed shortly.

The source files for the JSR-181 APIs were clean room'ed by Beehive
about a year ago and are committed to SVN under:

 beehive/wsm/trunk/src/api

They're ASL 2.0 license.

Hope that helps...

Eddie


On 6/19/06, Rajith Attapattu <[EMAIL PROTECTED]> wrote:
Hey Eddie,

I tried building it off source and I get the following unsatisfied
dependency when using maven2

xmlbeans:xmlbeans-jsr173-api:jar:2.0-dev

I checked the ibiblio repos and the folders are empty.

Can you help me figure out what to do here?

Btw, I see u have the source files for jsr 181, where did u get it from? bea
web site???
Where can u pull a jar file or source.zip from somewhere with the licensing?

Regards,

Rajith

On 6/16/06, Eddie O'Neil <[EMAIL PROTECTED]> wrote:
>
> Rajith--
>
>   My suggestion would be to build it off of source -- should be easy
> enough, and you just need to sync:
>
>   https://svn.apache.org/repos/asf/beehive/wsm/trunk/...
>
> I'll be working on some things here this weekend to make the build
> produce something that is packaged like an installer.  To get things
> up and running, take a look at the test webapp's build file in:
>
>   <svn url above>/test/webapp/build.xml
>
> Hope that helps -- let me know if you have questions.
>
> Eddie
>
>
> On 6/16/06, Rajith Attapattu <[EMAIL PROTECTED]> wrote:
> > Hi Eddie,
> >
> > Can I pull of the wsm jars from a maven repo (whatever the alpha
> release) or
> > do I have to use a jar drop for now to get whatever the latest.
> >
> > Can you please advice me on the best way to do that? any binaries
> available
> > or do I have to build it off source.
> >
> > Thanks,
> >
> > Rajith
> >
> >
>


Reply via email to