The dependency seems to be fine (it was broken before). On core:

<dependency>
     <groupId>com.opensymphony.xwork</groupId>
      <artifactId>xwork</artifactId>
      <version>2.1-SNAPSHOT</version>
 </dependency>

on xwork trunk:

<groupId>com.opensymphony.xwork</groupId>
<artifactId>xwork</artifactId>
 <version>2.1-SNAPSHOT</version>

regards
musachy

On 10/4/07, chengas123 <[EMAIL PROTECTED]> wrote:
>
>
>
> Wes Wannemacher wrote:
> >
> > There is probably very little difference between the nightly build and
> > trunk, I have found it's pretty easy to just build from trunk. If you
> > don't have them already, get subversion and maven (both small
> > downloads) and build it yourself.
> >
> > Follow the instructions from this thread -
> >
> > http://www.nabble.com/struts-2.1-beta-tf4509951.html#a12880737
> >
> > You'll have your own xwork and struts2 pretty quickly.
> >
> > -Wes
> >
> >
>
>
> I was trying to build myself, but I'm afraid I can't agree that it's pretty
> easy.  It appears the pom.xml files are broken along with who knows what
> else.
>
> -Ben
>
>
>
>
> >
> > --- chengas123 <[EMAIL PROTECTED]> wrote:
> >
> >>
> >> If this is a known issue, why doesn't someone commit
> >> the change?  I
> >> understand this is the development branch, but it's
> >> a pretty critical issue
> >> to not be able to build the project.  Among other
> >> things, it has to be a
> >> deterrent in attracting new developers.
> >> If I make that change I get:
> >>     [WARNING] Unable to load parent project from
> >> repository: Could not find
> >> the model file 'C:\struts2\..\pom.xml'. for project
> >> unknown
> >> And then later on it actually tries to compile, but
> >> gets dozens of
> >> compilation errors.  The first of which is:
> >>
> >>
> > C:\struts2\core\src\main\java\org\apache\struts2\components\Debug.java:[25,46]
> >> package com.opensymphony.xwork2.util.reflection does
> >> not exist
> >>
> >>
> >>
> >> newton.dave wrote:
> >> >
> >> > IIRC there is still an issue with trunk regarding
> >> the
> >> > opensymphony id; it's something like
> >> > "xwork.opensymphony.com" and needs to be just
> >> > "opensymphony"... um...
> >> >
> >> > Index: core/pom.xml
> >> >
> >>
> > ===================================================================
> >> > --- core/pom.xml        (revision 580129)
> >> > +++ core/pom.xml        (working copy)
> >> > @@ -55,7 +55,7 @@
> >> >                          <configuration>
> >> >                              <artifactItems>
> >> >                                  <artifactItem>
> >> > -
> >> > <groupId>com.opensymphony.xwork</groupId>
> >> > +
> >> > <groupId>opensymphony</groupId>
> >> >
> >> > <artifactId>xwork</artifactId>
> >> >
> >> > <version>2.1-SNAPSHOT</version>
> >> >
> >> > <classifier>sources</classifier>
> >> > @@ -289,7 +289,7 @@
> >> >
> >> >      <dependencies>
> >> >          <dependency>
> >> > -
> >> <groupId>com.opensymphony.xwork</groupId>
> >> > +            <groupId>opensymphony</groupId>
> >> >              <artifactId>xwork</artifactId>
> >> >              <version>2.1-SNAPSHOT</version>
> >> >          </dependency>
> >> >
> >> > --- chengas123 <[EMAIL PROTECTED]>
> >> wrote:
> >> >
> >> >>
> >> >> Ok.  I tried downloading from SVN, but got a
> >> build
> >> >> error.  Maven could not
> >> >> find xwork-2.1-SNAPSHOT-sources.jar.  I had to
> >> >> download it manually from
> >> >> maven.opensymphony.com.  However, despite
> >> following
> >> >> the instruction maven
> >> >> was giving me I could not figure out how to build
> >> >> the project with the
> >> >> manual download.
> >> >>
> >> >> -Ben
> >> >>
> >> >
> >>
> >> --
> >> View this message in context:
> >>
> > http://www.nabble.com/-s2--Struts-head-tag-KILLS-%28%3E-10s%29-page-load-time-tf4490390.html#a13029359
> >> Sent from the Struts - User mailing list archive at
> >> Nabble.com.
> >>
> >
> >
>
>
> --
> View this message in context: 
> http://www.nabble.com/-s2--Struts-head-tag-KILLS-%28%3E-10s%29-page-load-time-tf4490390.html#a13047981
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

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

Reply via email to