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]