Hi,

With the below fix,once a user tried to build directly patch-releases/4.0.5
in a clean repo ,it will fail with below error[1]..As from
patch-release/4.0.5,there's a reference to
components/mediators/fastXSLT..And relevant 4.0.5 based synapse version
is 2.1.1-wso2v1..

Shall we add this synapse version update into
components/mediators/fastXSLT/org.wso2.carbon.mediator.fastXSLT/4.0.6
itself,instead changing
components/mediators/fastXSLT/org.wso2.carbon.mediator.fastXSLT....?And
since synapse 2.1.1-wso2v3 has not released yet and the 2.1.1-wso2v2 has
released with platform 4.0.6 release,I guess the synapse version should
update to 2.1.1-wso2v2..Please correct if I'm wrong..

[1] [ERROR] Failed to execute goal on project
org.wso2.carbon.mediator.fastXSLT: Could not resolve dependencies for
project org.wso2.carbon:org.wso2.carbon.mediator.fastXSLT:bundle:4.0.5:
Could not find artifact org.apache.synapse:synapse-core:jar:2.1.1-wso2v3 in
wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/) ->
[Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.

Thanks;

On Tue, Jan 29, 2013 at 3:37 PM, Tharindu Mathew <[email protected]> wrote:

> Fixed with r154282.
>
> svn diff is as follows:
>
> Index: pom.xml
> ===================================================================
> --- pom.xml    (revision 154281)
> +++ pom.xml    (working copy)
> @@ -42,7 +42,7 @@
>              <dependency>
>                  <groupId>org.apache.synapse</groupId>
>                  <artifactId>synapse-core</artifactId>
> -                <version>2.1.1-wso2v1</version>
> +                <version>2.1.1-wso2v3</version>
>              </dependency>
>          </dependencies>
>      </dependencyManagement>
>
>
> On Tue, Jan 29, 2013 at 4:23 PM, Tharindu Mathew <[email protected]>wrote:
>
>> Hi,
>>
>> $subject
>>
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] BUILD FAILURE
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 10.888s
>> [INFO] Finished at: Tue Jan 29 16:21:13 IST 2013
>> [INFO] Final Memory: 33M/81M
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
>> (default-compile) on project org.wso2.carbon.mediator.fastXSLT: Compilation
>> failure: Compilation failure:
>> [ERROR]
>> /Users/mackie/source-checkouts/carbon/platform/branches/4.0.0/components/mediators/fastXSLT/org.wso2.carbon.mediator.fastXSLT/4.0.6/src/main/java/org/wso2/carbon/mediator/fastXSLT/FastXSLTMediator.java:[202,50]
>> cannot find symbol
>> [ERROR] symbol  : variable BUFFERED_INPUT_STREAM
>> [ERROR] location: class
>> org.apache.synapse.transport.passthru.PassThroughConstants
>> [ERROR]
>> /Users/mackie/source-checkouts/carbon/platform/branches/4.0.0/components/mediators/fastXSLT/org.wso2.carbon.mediator.fastXSLT/4.0.6/src/main/java/org/wso2/carbon/mediator/fastXSLT/FastXSLTMediator.java:[304,158]
>> cannot find symbol
>> [ERROR] symbol  : variable BUFFERED_INPUT_STREAM
>> [ERROR] location: class
>> org.apache.synapse.transport.passthru.PassThroughConstants
>> [ERROR]
>> /Users/mackie/source-checkouts/carbon/platform/branches/4.0.0/components/mediators/fastXSLT/org.wso2.carbon.mediator.fastXSLT/4.0.6/src/main/java/org/wso2/carbon/mediator/fastXSLT/FastXSLTMediator.java:[305,116]
>> cannot find symbol
>> [ERROR] symbol  : variable BUFFERED_INPUT_STREAM
>> [ERROR] location: class
>> org.apache.synapse.transport.passthru.PassThroughConstants
>> [ERROR] -> [Help 1]
>> [ERROR]
>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>> -e switch.
>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>> [ERROR]
>> [ERROR] For more information about the errors and possible solutions,
>> please read the following articles:
>> [ERROR] [Help 1]
>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>>
>> --
>> Regards,
>>
>> Tharindu Mathew
>>
>> Associate Technical Lead, WSO2 BAM
>> Member - Data Mgmt. Committee
>>
>> blog: http://tharindumathew.com/
>> M: +94777759908
>>
>
>
>
> --
> Regards,
>
> Tharindu Mathew
>
> Associate Technical Lead, WSO2 BAM
> Member - Data Mgmt. Committee
>
> blog: http://tharindumathew.com/
> M: +94777759908
>
> _______________________________________________
> Dev mailing list
> [email protected]
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Lalaji Sureshika
Software Engineer; Development Technologies Team;WSO2, Inc.;
http://wso2.com/
email: [email protected]; cell: +94 71 608 6811
blog: http://lalajisureshika.blogspot.com
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to