I have added an example assembly.

Can I get access to the continuum server, I would like to check the configuration.

Regards

Bernd

Sean Schofield schrieb:
Good.  It sounds like we all agree on including the dependencies in
the examples.  @Volker: Yes the examples are bundled as a WAR.

I'm making significant progress on the continuum/nightly stuff.  Bernd
has been a huge help with his Maven knowledge.  We still need an
assembly for the examples so if Bernd or anyone else wanted to step
forward ...

We also have to resolve the source issue. I think there are some plans
with the mojo team to support multiple descriptors but I'm not sure
how it would work.  It would be nice if we could have something like:

        <configuration>
          <descriptor>src/main/assembly/bin-dep.xml</descriptor>
          <finalName>myfaces-core-${version}</finalName>
          <outputDirectory>target</outputDirectory>
          <workDirectory>target/assembly/work</workDirectory>
        </configuration>
        <configuration>
          <descriptor>src/main/assembly/src-dep.xml</descriptor>
          <finalName>myfaces-core-${version}-src</finalName>
          <outputDirectory>target</outputDirectory>
          <workDirectory>target/assembly/work</workDirectory>
        </configuration>

Anyways, sometime this weekend I will post a summary of everything we
have done and make an annoucement about the resumption of nightly
builds.

Regards,
Sean

On 1/20/06, Manfred Geiler <[EMAIL PROTECTED]> wrote:

2006/1/20, Bruno Aranda <[EMAIL PROTECTED]>:

I would also avoid the transitive dependencies in the bin assemblies,
but not for the examples as I would expect them to be working just
deploying them in my application server,

Agreed
+1

Manfred




--
Dipl.-Ing. Bernd Bohmann - Atanion GmbH - Software Development
Bismarckstr. 13, 26122 Oldenburg, http://www.atanion.com
phone: +49 441 4082312, mobile: +49 173 8839471, fax: +49 441 4082333

Reply via email to