Thank you for the suggestion, but unfortunately I still can't figure out how
to get it to build as this is my first experience with Maven.
I noticed someone placed struts-2.1.0-SNAPSHOT-lib.zip in the nightlies
directory which I appreciate greatly, but while it includes most of the
plugins, the dojo plugin is not there.  Would anyone who's familiar with the
nightly build process mind taking a look to see if the dojo build could be
included?

Thanks,
Ben



newton.dave wrote:
> 
> I don't know enough about Maven to be able to help you
> much, but it may be as simple as clearing your repo
> cache (or whatever it's called). I am building from
> trunk with the below change w/o any difficulty, at
> least as of about a week ago.
> 
> --- 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.
>> 
>> 
>>
> ---------------------------------------------------------------------
>> To unsubscribe, e-mail:
>> [EMAIL PROTECTED]
>> For additional commands, e-mail:
>> [EMAIL PROTECTED]
>> 
>> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-s2--Struts-head-tag-KILLS-%28%3E-10s%29-page-load-time-tf4490390.html#a13046693
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to