No, the skin tag in your site descriptor will be ignored if you use
the older site plugin.

- Brett

On 2/4/06, Arik Kfir <[EMAIL PROTECTED]> wrote:
> I think it will, because the skins (which are a standalone project on their
> own) were not released yet, and therefor are not present on the ibiblio
> repository.
>
> On 2/3/06, David Sag <[EMAIL PROTECTED]> wrote:
> >
> >
> > Hi Arik
> >
> > your suggestion, in combination with emanuelle's suggestion fixed the
> > problem (for today at least).
> >
> > I only enabled snapshots as part of a general attempt to get cobertura
> > working.  since that is pretty mucha lost cause for now, tell me, if i
> > disable snapshots, will the presence of the <skin> tags in my site.xmlbreak 
> > anything?
> >
> > Kind regards,
> > Dave Sag
> >
> >
> >
> >
> >
> >
> > Arik Kfir <[EMAIL PROTECTED]> wrote on 03-02-2006 14:31:15:
> >
> > > Hi David,
> > >
> > > You should remember that although Maven itself was released, some of
> > > the plugins (e.g. the site plugin) have not been released yet. You are
> > > currently using either a SNAPSHOT, or one of the BETA releases - all
> > > of which are subject to change as they are still being written and
> > > implemented.
> > >
> > > As for your problem - if the above solution does not work, try adding
> > > this (in addition to what Emmanuel specified above) to your site.xml
> > > file:
> > >
> > > <skin>
> > >     <groupId>org.apache.maven.skins</groupId>
> > >     <artifactId>maven-stylus-skin</artifactId>
> > >     <version>1.0-SNAPSHOT</version>
> > >   </skin>
> > >
> > > Best regards (and good luck :P)
> > >   Arik.
> > >
> > >
> > > On 2/3/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:
> > > > You use the snapshot version of site plugin, right?
> > > >
> > > > Add this in your pom :
> > > >    <repositories>
> > > >      <repository>
> > > >        <releases>
> > > >          <enabled>false</enabled>
> > > >        </releases>
> > > >        <id>apache.snapshots</id>
> > > >        <name>Apache Development Repository</name>
> > > >        <url>http://cvs.apache.org/maven-snapshot-repository</url>
> > > >      </repository>
> > > >    </repositories>
> > > >
> > > > Emmanuel
> > > >
> > > > David Sag a écrit :
> > > > >
> > > > > Today I got a new error when building the site for my project.
> > > > >
> > > > > the skin does not exist: unable to determine the release version.
> > > > >
> > > > > WTF?  I've never seen this error before.
> > > > >
> > > > > Is it just me, or does the new found brittle nature of builds scare
> > > > > anyone else?  It's truly scary to go home leaving a project that
> > builds
> > > > > fine, and come in in the morning to discover that now it doesn't.
> > > > >
> > > > > Kind regards,
> > > > > Dave Sag
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > >
> > >
> > > --
> > > Regards,
> > >     _____________________________________
> > >     Arik Kfir                    [EMAIL PROTECTED]
> >
>
>
>
> --
> Regards,
>     _____________________________________
>     Arik Kfir                    [EMAIL PROTECTED]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to