[Dev] [IS] IS 4.6.0 SSO sample not building

2014-05-02 Thread Shani Ranasinghe
Hi, I am getting the following error when trying to build 4.6.0 travelocity SSO sample. [INFO] Scanning for projects... [ERROR] The build could not read 1 project - [Help 1] [ERROR] [ERROR] The project org.wso2.identity:org.wso2.sample.is.sso.agent:1.1.0 (/customCode/sso/SSOAgentSample/pom.xml)

Re: [Dev] [IS] IS 4.6.0 SSO sample not building

2014-05-02 Thread Pulasthi Mahawithana
Hi, It's because of missing parent pom. It's available at the parent directory from there (in svn repo), but it also depends on the its parent, and so on. As a workaround to get the sample build, I removed the parent entry from the pom.xml, and added the groupID and version separately. So the

Re: [Dev] [IS] IS 4.6.0 SSO sample not building

2014-05-02 Thread Shani Ranasinghe
[Response from Johann] Please find the built samples from [1]. If you want to build from source you might have to build the org.wso2.carbon.identity.sso.agent jar manually and then build the sample. The agent jar 1.1.0 is not hosted in the repo. [1]

Re: [Dev] [IS] IS 4.6.0 SSO sample not building

2014-05-02 Thread Shani Ranasinghe
Hi Johann/Pulasthi, Thanks a lot for the information. I think I got it wrong when Ishara gave me the information offline. Thank you for the help. @Pulasthi, thanks for the quick workaround suggested. On Fri, May 2, 2014 at 12:44 AM, Shani Ranasinghe sh...@wso2.com wrote: [Response from