I should have started in this way from very beginning. My local build is
almost there, there is one last problem - module products failed with
missing dependency:

[INFO] [clean:clean {execution: default-clean}]
[INFO] snapshot
org.wso2.carbon:org.wso2.carbon.integration.core:3.2.0-SNAPSHOT: checking
for updates from wso2-nexus
[INFO] snapshot org.wso2.carbon:integration:3.2.0-SNAPSHOT: checking for
updates from wso2-nexus
[INFO] snapshot org.wso2.carbon:SecVerifier:3.2.0-SNAPSHOT: checking for
updates from wso2-nexus
Downloading:
http://maven.wso2.org/nexus/content/groups/wso2-public//org/wso2/carbon/org.wso2.carbon.integration.core/3.2.0-SNAPSH
OT/org.wso2.carbon.integration.core-3.2.0-SNAPSHOT-tests.jar
[INFO] Unable to find resource
'org.wso2.carbon:org.wso2.carbon.integration.core:jar:tests:3.2.0-SNAPSHOT'
in repository wso2-nexu
s (http://maven.wso2.org/nexus/content/groups/wso2-public/)
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.wso2.carbon:org.wso2.carbon.integration.core:jar:tests:3.2.0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.wso2.carbon
-DartifactId=org.wso2.carbon.integration.core -Dversion=3.2.0-SNAPSHOT -D
classifier=tests -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
there:
      mvn deploy:deploy-file -DgroupId=org.wso2.carbon
-DartifactId=org.wso2.carbon.integration.core -Dversion=3.2.0-SNAPSHOT -Dcl
assifier=tests -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]

  Path to dependency:
        1) org.wso2.identity:user-admin-test:jar:3.2.0-SNAPSHOT
        2)
org.wso2.carbon:org.wso2.carbon.integration.core:jar:tests:3.2.0-SNAPSHOT

----------
1 required artifact is missing.

for artifact:
  org.wso2.identity:user-admin-test:jar:3.2.0-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/)


On Tue, May 3, 2011 at 9:57 AM, Supun Malinga <[email protected]> wrote:

> Hi,
>
> On Tue, May 3, 2011 at 11:28 AM, Hiranya Jayathilaka <[email protected]>wrote:
>
>> You should build the service-stubs directory first.
>
>
> yes,
> Please follow the build order in the root pom (carbon_trunk/pom.xml) or
> building the root pom will work fine.
>
> thanks.
>
>>
>> Thanks,
>> Hiranya
>>
>>
>> On Tue, May 3, 2011 at 11:26 AM, stoil valchkov <[email protected]>wrote:
>>
>>> Thanks a lot, it solved current issue, but while building carbon/core
>>> another build error appeared:
>>>
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [ERROR] BUILD ERROR
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Failed to resolve artifact.
>>>
>>> Missing:
>>> ----------
>>> 1) org.wso2.carbon:org.wso2.carbon.authenticator.stub:jar:3.2.0-SNAPSHOT
>>>
>>>   Try downloading the file manually from the project website.
>>>
>>>   Then, install it using the command:
>>>       mvn install:install-file -DgroupId=org.wso2.carbon
>>> -DartifactId=org.wso2.carbon.authenticator.stub -Dversion=3.2.0-SNAPSHOT
>>> -Dpackaging=jar -Dfile=/path/to/file
>>>
>>>   Alternatively, if you host your own repository you can deploy the file
>>> there:
>>>       mvn deploy:deploy-file -DgroupId=org.wso2.carbon
>>> -DartifactId=org.wso2.carbon.authenticator.stub -Dversion=3.2.0-SNAPSHOT -D
>>> packaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>>>
>>>   Path to dependency:
>>>         1)
>>> org.wso2.carbon:org.wso2.carbon.authenticator.proxy:bundle:3.2.0-SNAPSHOT
>>>         2)
>>> org.wso2.carbon:org.wso2.carbon.authenticator.stub:jar:3.2.0-SNAPSHOT
>>>
>>> ----------
>>> 1 required artifact is missing.
>>>
>>> for artifact:
>>>
>>> org.wso2.carbon:org.wso2.carbon.authenticator.proxy:bundle:3.2.0-SNAPSHOT
>>>
>>> from the specified remote repositories:
>>>   central (http://repo1.maven.org/maven2),
>>>   wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/)
>>>
>>>
>>> On Tue, May 3, 2011 at 7:45 AM, Amila Maha Arachchi <[email protected]>wrote:
>>>
>>>> Hi,
>>>>
>>>> You can get the build done as follows.
>>>>
>>>> Build dependencies/commons-vfs with tests.
>>>> Then build others without tests.
>>>>
>>>> Regards,
>>>> Amila.
>>>>
>>>>
>>>> On Tue, May 3, 2011 at 10:07 AM, stoil valchkov <[email protected]>wrote:
>>>>
>>>>> I've tried it, but got test failures:
>>>>>
>>>>> testEncryptionDecryptionRSA15(wssec.TestWSSecurityNew2)  Time elapsed:
>>>>> 0.283 sec  <<< ERROR!
>>>>> org.apache.ws.security.WSSecurityException: Cannot encrypt data; nested
>>>>> exception is:
>>>>>         org.apache.xml.security.encryption.XMLEncryptionException:
>>>>> Illegal key size or default parameters
>>>>> Original Exception was java.security.InvalidKeyException: Illegal key
>>>>> size or default parameters
>>>>>         at
>>>>> org.apache.ws.security.message.WSSecEncrypt.doEncryption(WSSecEncrypt.java:608)
>>>>>         at
>>>>> org.apache.ws.security.message.WSSecEncrypt.doEncryption(WSSecEncrypt.java:461)
>>>>>         at
>>>>> org.apache.ws.security.message.WSSecEncrypt.encryptForInternalRef(WSSecEncrypt.java:350)
>>>>>         at
>>>>> org.apache.ws.security.message.WSSecEncrypt.build(WSSecEncrypt.java:311)
>>>>>         at
>>>>> wssec.TestWSSecurityNew2.testEncryptionDecryptionRSA15(TestWSSecurityNew2.java:177)
>>>>> Caused by: org.apache.xml.security.encryption.XMLEncryptionException:
>>>>> Illegal key size or default parameters
>>>>> Original Exception was java.security.InvalidKeyException: Illegal key
>>>>> size or default parameters
>>>>>         at
>>>>> org.apache.xml.security.encryption.XMLCipher.encryptData(Unknown Source)
>>>>>         at
>>>>> org.apache.xml.security.encryption.XMLCipher.encryptData(Unknown Source)
>>>>>         at
>>>>> org.apache.xml.security.encryption.XMLCipher.encryptElement(Unknown 
>>>>> Source)
>>>>>         at org.apache.xml.security.encryption.XMLCipher.doFinal(Unknown
>>>>> Source)
>>>>>         at
>>>>> org.apache.ws.security.message.WSSecEncrypt.doEncryption(WSSecEncrypt.java:602)
>>>>>         ... 32 more
>>>>>
>>>>> testSAMLUnsignedSenderVouches(wssec.TestWSSecurityNewST1)  Time
>>>>> elapsed: 0.01 sec  <<< ERROR!
>>>>> java.lang.NullPointerException
>>>>>         at
>>>>> org.apache.ws.security.saml.SAMLIssuerImpl.newAssertion(SAMLIssuerImpl.java:145)
>>>>>         at
>>>>> wssec.TestWSSecurityNewST1.testSAMLUnsignedSenderVouches(TestWSSecurityNewST1.java:121)
>>>>>
>>>>> testSAMLSignedSenderVouches(wssec.TestWSSecurityNewST2)  Time elapsed:
>>>>> 0.005 sec  <<< ERROR!
>>>>> java.lang.NullPointerException
>>>>>         at
>>>>> org.apache.ws.security.saml.SAMLIssuerImpl.newAssertion(SAMLIssuerImpl.java:145)
>>>>>         at
>>>>> wssec.TestWSSecurityNewST2.testSAMLSignedSenderVouches(TestWSSecurityNewST2.java:133)
>>>>>
>>>>>
>>>>> On Mon, May 2, 2011 at 8:30 PM, Afkham Azeez <[email protected]> wrote:
>>>>>
>>>>>> Do an online build with tests.
>>>>>>
>>>>>> On Mon, May 2, 2011 at 10:56 PM, stoil valchkov 
>>>>>> <[email protected]>wrote:
>>>>>>
>>>>>>>  I've tried to build carbon trunk but faced some issues -
>>>>>>> qpid failed to build due to missing
>>>>>>> carbon\dependencies\qpid\java\management\build.xml ,
>>>>>>>
>>>>>>> missing dependency:
>>>>>>> org.apache.commons:commons-vfs2:test-jar:tests:2.0-wso2v3
>>>>>>> probably more.
>>>>>>>
>>>>>>> I followed http://engwar.com/post/378 , probably some more
>>>>>>> intermediate steps are needed?
>>>>>>>
>>>>>>> Thanks,
>>>>>>> Stoil
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> Carbon-dev mailing list
>>>>>>> [email protected]
>>>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> *Afkham Azeez*
>>>>>> Senior Software Architect & Senior Manager; WSO2, Inc.;
>>>>>> http://wso2.com,
>>>>>> *
>>>>>> *
>>>>>> *Member; Apache Software Foundation; 
>>>>>> **http://www.apache.org/*<http://www.apache.org/>
>>>>>> *
>>>>>> email: **[email protected]* <[email protected]>* cell: +94 77 3320919
>>>>>> blog: **http://blog.afkham.org* <http://blog.afkham.org>*
>>>>>> twitter: 
>>>>>> **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez>
>>>>>> *
>>>>>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>>>>>> *
>>>>>> *
>>>>>> *Lean . Enterprise . Middleware*
>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> Carbon-dev mailing list
>>>>>> [email protected]
>>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>
>>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Carbon-dev mailing list
>>>>> [email protected]
>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>
>>>>>
>>>>
>>>> _______________________________________________
>>>> Carbon-dev mailing list
>>>> [email protected]
>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>
>>>>
>>>
>>> _______________________________________________
>>> Carbon-dev mailing list
>>> [email protected]
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>>
>> --
>> Hiranya Jayathilaka
>> Senior Software Engineer;
>> WSO2 Inc.;  http://wso2.org
>> E-mail: [email protected];  Mobile: +94 77 633 3491
>> Blog: http://techfeast-hiranya.blogspot.com
>>
>> _______________________________________________
>> Carbon-dev mailing list
>> [email protected]
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> Supun Malinga,
>
> Software Engineer,
> WSO2 Inc.
>
> http://wso2.com
> http://wso2.org
> email - [email protected] <[email protected]>
> mobile - 071 56 91 321
>
>
> _______________________________________________
> Carbon-dev mailing list
> [email protected]
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to