[xbean-dev] 2.1-SNAPSHOT sources/svn?

View: New views
4 Messages — Rating Filter:   Alert me  

[xbean-dev] 2.1-SNAPSHOT sources/svn?

by Barry Kaplan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I see the 2.1-SNAPSHOT jar on http://xbean.codehaus.org/maven2-snapshot.
But in svn, there is no version name for the this release, only
"xbean-2.0". Is the 2.1 simply head? Was it an oversight not to tag the
release? Or are snapshots not getting tagged?

(Also, I can't build xbean from svn. Its failing on trying to find/build
the maven-one-xbean plugin.)

--

barry kaplan
memelet@...

Re: [xbean-dev] 2.1-SNAPSHOT sources/svn?

by Barry Kaplan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Never mind the first issue. I found the release repository for 2.0.

The build problem seems to be due to m2 trying to install xbean-2.0.pom
into my m1 local.repo. Should this be the case?

mvn install
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   XBean
[INFO]   XBean :: ClassPath
[INFO]   XBean :: Spring
[INFO]   XBean :: Kernel
[INFO]   XBean :: JMX
[INFO]   XBean :: Server
[INFO]
----------------------------------------------------------------------------
[INFO] Building XBean
[INFO]    task-segment: [install]
[INFO]
----------------------------------------------------------------------------
[INFO] [install:install]
[INFO] Installing R:\thirdparty\xbean\2.x\pom.xml to C:\Documents and
Settings\bkaplan\.m2\repository\org\xbean\xbean\2.0\xbean-2.0.pom
[INFO] [maven-one-plugin:install-maven-one-repository {execution: default}]
[INFO] Installing R:\thirdparty\xbean\2.x\pom.xml to q:\maven.repo.local
\org.xbean\poms\xbean-2.0.pom
[INFO]
----------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
----------------------------------------------------------------------------
[INFO] Error installing artifact: q:\maven.repo.local
\org.xbean\poms\xbean-2.0.pom (The system cannot find the path specified)

[INFO]
----------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
----------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Sat Nov 26 12:08:51 PST 2005
[INFO] Final Memory: 2M/5M
[INFO]
----------------------------------------------------------------------------


-bk

Barry Kaplan wrote:
> I see the 2.1-SNAPSHOT jar on
> http://xbean.codehaus.org/maven2-snapshot. But in svn, there is no
> version name for the this release, only "xbean-2.0". Is the 2.1 simply
> head? Was it an oversight not to tag the release? Or are snapshots not
> getting tagged?
>
> (Also, I can't build xbean from svn. Its failing on trying to
> find/build the maven-one-xbean plugin.)
>


--
barry kaplan
groups1@...

Re: [xbean-dev] 2.1-SNAPSHOT sources/svn?

by Dain Sundstrom :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Nov 26, 2005, at 2:12 PM, Barry Kaplan wrote:

> [ERROR] BUILD ERROR
> [INFO]  
> ----------------------------------------------------------------------
> ------
> [INFO] Error installing artifact: q:\maven.repo.local \org.xbean
> \poms\xbean-2.0.pom (The system cannot find the path specified)

Notice the space in the path above? Looks like you have you maven  
local repository variable setup wrong.

-dain

Re: [xbean-dev] 2.1-SNAPSHOT sources/svn?

by Barry Kaplan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dain Sundstrom wrote:

> On Nov 26, 2005, at 2:12 PM, Barry Kaplan wrote:
>
>> [ERROR] BUILD ERROR
>> [INFO]
>> ----------------------------------------------------------------------------
>>
>> [INFO] Error installing artifact: q:\maven.repo.local
>> \org.xbean\poms\xbean-2.0.pom (The system cannot find the path
>> specified)
>
> Notice the space in the path above? Looks like you have you maven
> local repository variable setup wrong.
>
> -dain

Ah! Nice spot Dain. Thanks!

--
barry kaplan
groups1@...