Subject: Re: Struts head tag KILLS ( > 10s) page load time 2007-10-03 - By Dave Newton
Back 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 <benjamin.j.mccann@(protected)> wrote:
> > Ok. I tried downloading from SVN, but got a build > error. Maven could not > find xwork-2 (See http://ork-2.ora-code.com).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 > > > > Musachy Barroso wrote: > > > > I don't think it is on the snapshots. > > > > musachy > > > > On 10/3/07, chengas123 > <benjamin.j.mccann@(protected)> wrote: > >> > >> I found some error messages buried in my log > file. It seems 2.1 is not > >> working for me because Dojo was moved to a plugin > which I do not have. > >> Is > >> there anyway to get a compiled version of this > plugin? Or do I have to > >> download 2.1 from source control and compile it > myself? > >> > >> Thanks, > >> Ben > >> > > > > -- > View this message in context: > http://www.nabble.com/-s2--Struts-head-tag-KILLS-%28%3E-10s%29-page-load-time -tf4490390.html#a13028025 > Sent from the Struts - User mailing list archive at > Nabble.com. > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > To unsubscribe, e-mail: > user-unsubscribe@(protected) > For additional commands, e-mail: > user-help@(protected) > >
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|