On 1/22/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

>> - I'll try to let gump run the junit tests as well so we'll know when
we
>> break them

I think it's a good idea. But you should make a second Gump project for
that.
Spend the Gump descriptor [1] a second <project>. Have a look at Ant's
[2] descriptor ...


<module name="ivy">
   ...
   <project name="ivy"> ...
   <project name="test-ivy">
      <depend project="ivy" />
      <depend project="junit" />
      ...
   </project>
</module>


[1] http://svn.apache.org/repos/asf/gump/metadata/project/ivy.xml
[2] http://svn.apache.org/repos/asf/gump/metadata/project/ant.xml




>It would be good, but only the offline tests, the online tests
>are too much unreliable.

Maybe a 3rd gump project?


I'm not sure the online tests should be part of gump. Actually, I often
think that online tests should be replaced by more reliable tests, because
most of the time they fail only because the online resource is not available
(we have tests relying on ibiblio for instance, and they often fail with
timeouts). Moreover they are very slow compare to other tests, so running
them is tedious. So I don't know if we should get rid of those tests, or
rewrite them using jetty for instance for http tests... I'm not familiar
with this kind of tests which start a web server, that's why I never took
time to rewrite the tests. But if somebody can help, it would be really
nice.

- I think it is also possible to publish the snapshot produced by
gump.
>>
>> Its not normally done anymore, primarily for security reasons. too
much
>> untrusted code runs during a gump build; anyone who builds before you
>> could subvert your artifacts. This has never happened -yet- but it is
>> not something you want people to be using and relying on,
>
>If there is security issues I understand, but how could we setup
something
>to publish some kind of nightly build? I think it eases adoption and
>feedback on latest features, so it would be nice to have.

Antoine has written something for Ant - build [3] I think ...


Seems interesting. I'll try to have a deeper look when I have more time.
Thx.

Xavier

[3] http://svn.apache.org/repos/asf/ant/build/trunk/

Jan

Reply via email to