Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [virgo-dev] First Virgo components ready for development

False alarm.  Deleted all prior repos and cloned them again.

Works now.

Thanks!

On Fri, Apr 23, 2010 at 2:31 PM, Glyn Normington <gnormington@xxxxxxxxxx> wrote:
Hi Dmitry

Yes, we set the submodules up earlier.

Funny thing is, I got a very odd error which looked like a broken submodule. I could see an old "spring-build" directory which wasn't even checked in. I tried a different machine and everything worked, using either the committer or the anonymous access to the git repo: build successful of the test stubs project.

Then I went back to the machine where it failed and it now passes.

*Maybe* there was something funny going on in the git server. Please can you delete the repository and try again?

Here's a transcript for comparison...

[gnormington-laptop:~]$ mkdir virgononcommitter
[gnormington-laptop:~]$ cd virgononcommitter/
[gnormington-laptop:virgononcommitter]$ git clone git://git.eclipse.org/gitroot/virgo/org.eclipse.virgo.osgi-test-stubs.git
Initialized empty Git repository in /Users/glynnormington/virgononcommitter/org.eclipse.virgo.osgi-test-stubs/.git/
remote: Counting objects: 102, done.
remote: Compressing objects: 100% (84/84), done.
remote: Total 102 (delta 27), reused 0 (delta 0)
Receiving objects: 100% (102/102), 45.95 KiB | 27 KiB/s, done.
Resolving deltas: 100% (27/27), done.
[gnormington-laptop:virgononcommitter]$ cd org.eclipse.virgo.osgi-test-stubs/
[gnormington-laptop:org.eclipse.virgo.osgi-test-stubs master]$ ls
build-osgi-stubs build.versions virgo-build
build.properties org.eclipse.virgo.teststubs.osgi
gnormington-laptop:org.eclipse.virgo.osgi-test-stubs master]$ git submodule update --init
Submodule 'virgo-build' (git://git.eclipse.org/gitroot/virgo/org.eclipse.virgo.virgo-build.git) registered for path 'virgo-build'
Initialized empty Git repository in /Users/glynnormington/virgononcommitter/org.eclipse.virgo.osgi-test-stubs/virgo-build/.git/
remote: Counting objects: 100, done.
remote: Compressing objects: 100% (50/50), done.
remote: Total 100 (delta 47), reused 100 (delta 47)
Receiving objects: 100% (100/100), 1.51 MiB | 174 KiB/s, done.
Resolving deltas: 100% (47/47), done.
Submodule path 'virgo-build': checked out '83c941f667ce076ae273e1b169304bbdc5795212'
[gnormington-laptop:org.eclipse.virgo.osgi-test-stubs master]$ cd build-osgi-stubs/
[gnormington-laptop:build-osgi-stubs master]$ ant test
Buildfile: build.xml
Trying to override old definition of task javadoc.links

jar:
  [subant] Entering directory: /Users/glynnormington/virgononcommitter/org.eclipse.virgo.osgi-test-stubs/org.eclipse.virgo.teststubs.osgi
Trying to override old definition of task javadoc.links

ivy.init:

ivy.file.exists:

resolve.init:

resolve.aspects:
[ivy:cachepath] :: Ivy 2.1.0 - 20090925235825 :: http://ant.apache.org/ivy/ ::
[ivy:cachepath] :: loading settings :: file = /Users/glynnormington/virgononcommitter/org.eclipse.virgo.osgi-test-stubs/virgo-build/common/ivysettings.xml

resolve.compile:
[ivy:cachepath] downloading s3://repository.springsource.com/ivy/bundles/external/org.aspectj/com.springsource.org.aspectj.runtime/1.6.6.RELEASE/com.springsource.org.aspectj.runtime-sources-1.6.6.RELEASE.jar ...
[ivy:cachepath] ................. (104kB)
[ivy:cachepath]  (104kB)
[ivy:cachepath] .. (0kB)
[ivy:cachepath]  (0kB)

<snip/>

   [junit]
   [junit] Testsuite: org.eclipse.virgo.teststubs.osgi.support.TrueFilterTests
   [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.006 sec
   [junit]
  [subant] Leaving directory: /Users/glynnormington/virgononcommitter/org.eclipse.virgo.osgi-test-stubs/org.eclipse.virgo.teststubs.osgi

test.post:
   [mkdir] Created dir: /Users/glynnormington/virgononcommitter/org.eclipse.virgo.osgi-test-stubs/build-osgi-stubs/target/test-results/html
[junitreport] Processing /Users/glynnormington/virgononcommitter/org.eclipse.virgo.osgi-test-stubs/build-osgi-stubs/TESTS-TestSuites.xml to /var/folders/Ov/OvvLPyHDGqigFCenafXX1E++-0E/-Tmp-/null1089120683
[junitreport] Loading stylesheet jar:file:/Applications/apache-ant-1.7.1/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl
[junitreport] Transform time: 1209ms
[junitreport] Deleting: /var/folders/Ov/OvvLPyHDGqigFCenafXX1E++-0E/-Tmp-/null1089120683
  [delete] Deleting: /Users/glynnormington/virgononcommitter/org.eclipse.virgo.osgi-test-stubs/build-osgi-stubs/TESTS-TestSuites.xml

test:

BUILD SUCCESSFUL
Total time: 2 minutes 5 seconds
[gnormington-laptop:build-osgi-stubs master]$ ant -version
Apache Ant version 1.7.1 compiled on June 27 2008
[gnormington-laptop:build-osgi-stubs master]$ git --version
git version 1.6.3.2
[gnormington-laptop:build-osgi-stubs master]$ git remote -v
origin git://git.eclipse.org/gitroot/virgo/org.eclipse.virgo.osgi-test-stubs.git

Glyn

On Apr 23, 2010, at 7:05 PM, Dmitry Sklyut wrote:

Are submodules set-up for the existing components?

git submodule update --init does nothing for me.

Regards,

Dmitry

On Fri, Apr 23, 2010 at 12:57 PM, Glyn Normington <gnormington@xxxxxxxxxx<mailto:gnormington@xxxxxxxxxx>> wrote:
Several Virgo components are now checked in ([1]) and available for you to build ([2]). So you can start on Virgo development now and at least get a feel for the codebase.

Also, the wiki is coming along and several key Virgo concepts are written up ([3]) for your perusal.

Any feedback, to this list, gratefully received.

Glyn

[1] http://wiki.eclipse.org/Virgo_git_Repositories
[2] http://wiki.eclipse.org/Virgo/Build
[3] http://wiki.eclipse.org/Virgo/Concepts
_______________________________________________
virgo-dev mailing list
virgo-dev@xxxxxxxxxxx<mailto:virgo-dev@xxxxxxxxxxx>
<ATT00001..txt>

_______________________________________________
virgo-dev mailing list
virgo-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/virgo-dev


Back to the top