You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by ant elder <an...@gmail.com> on 2009/10/02 10:34:55 UTC

Quirk in Tuscany bundle plugin

The bundle plugin has an odd behaviour with the config in the
distribution/all/pom.xml in that it requires the pom to already be
installed _before_ you build the distribution which means you can't
build offline unless you've already done a previous distribution
build. Not much error messages just:

[ERROR] BUILD ERROR
[INFO] ---------------------------------------------------------------------
[INFO] System is offline.

  org.apache.tuscany.sca:tuscany-distribution-all:pom:2.0-SNAPSHOT

This is only happening with latest snapshot build of the plugin, the
older 1.0.3 version works fine. The build seems ok using the 1.0.3
version too so there's no tests or anything depending on the
1.0.4-snapshot so i guess an option could be just to go back to 1.0.3,
but does any one have any ideas whats going on with the plugin?

   ...ant

Re: Quirk in Tuscany bundle plugin

Posted by ant elder <an...@apache.org>.
Thanks for the fix Raymond. To avoid any problems with people running
on different snapshot versions i'd like to do another release of the
plugin now. Do you have any more changes to it imminently planned or
would it be ok if a do a release tomorrow?

   ...ant

On Tue, Oct 6, 2009 at 10:49 PM, Raymond Feng <en...@gmail.com> wrote:
> Good catch. This is now fixed by
> http://svn.apache.org/viewvc?rev=822525&view=rev. A new snapshot version has
> been published too.
>
> Thanks,
> Raymond
>
> --------------------------------------------------
> From: "ant elder" <an...@gmail.com>
> Sent: Friday, October 02, 2009 1:34 AM
> To: <de...@tuscany.apache.org>
> Subject: Quirk in Tuscany bundle plugin
>
>> The bundle plugin has an odd behaviour with the config in the
>> distribution/all/pom.xml in that it requires the pom to already be
>> installed _before_ you build the distribution which means you can't
>> build offline unless you've already done a previous distribution
>> build. Not much error messages just:
>>
>> [ERROR] BUILD ERROR
>> [INFO]
>> ---------------------------------------------------------------------
>> [INFO] System is offline.
>>
>>  org.apache.tuscany.sca:tuscany-distribution-all:pom:2.0-SNAPSHOT
>>
>> This is only happening with latest snapshot build of the plugin, the
>> older 1.0.3 version works fine. The build seems ok using the 1.0.3
>> version too so there's no tests or anything depending on the
>> 1.0.4-snapshot so i guess an option could be just to go back to 1.0.3,
>> but does any one have any ideas whats going on with the plugin?
>>
>>  ...ant
>
>

Re: Quirk in Tuscany bundle plugin

Posted by Raymond Feng <en...@gmail.com>.
Good catch. This is now fixed by 
http://svn.apache.org/viewvc?rev=822525&view=rev. A new snapshot version has 
been published too.

Thanks,
Raymond

--------------------------------------------------
From: "ant elder" <an...@gmail.com>
Sent: Friday, October 02, 2009 1:34 AM
To: <de...@tuscany.apache.org>
Subject: Quirk in Tuscany bundle plugin

> The bundle plugin has an odd behaviour with the config in the
> distribution/all/pom.xml in that it requires the pom to already be
> installed _before_ you build the distribution which means you can't
> build offline unless you've already done a previous distribution
> build. Not much error messages just:
>
> [ERROR] BUILD ERROR
> [INFO] ---------------------------------------------------------------------
> [INFO] System is offline.
>
>  org.apache.tuscany.sca:tuscany-distribution-all:pom:2.0-SNAPSHOT
>
> This is only happening with latest snapshot build of the plugin, the
> older 1.0.3 version works fine. The build seems ok using the 1.0.3
> version too so there's no tests or anything depending on the
> 1.0.4-snapshot so i guess an option could be just to go back to 1.0.3,
> but does any one have any ideas whats going on with the plugin?
>
>   ...ant