Re: [Carbon-dev] Trunk orbit/commons.vfs build error

2010-08-03 Thread Rajika Kumarasiri
Senaka,
We had to clone commons-vfs into our repo since we had some fixes that need
to go into the commons-vfs. This was done in 3.0.0 release. That is
available in[2]. So the trunk orbit should point to cloned version[2] not
the apache commons-vfs trunk[1].

Rajika

[2] -
https://svn.wso2.org/repos/wso2/branches/carbon/3.0.0/dependencies/commons-vfs

On Tue, Aug 3, 2010 at 12:20 PM, Senaka Fernando  wrote:

> WRT to the builds, Orbit depends on the VFS trunk, and the dependencies has
> a stale version, which has been deployed onto our Maven repos already. So,
> on the builder, we build, [1] as well.
>
> Rajika, can you look into this and come up with a better solution?
>
> [1] https://svn.apache.org/repos/asf/commons/proper/vfs/trunk
>
> Thanks,
> Senaka.
>
>
> On Tue, Aug 3, 2010 at 10:57 AM, Amila Jayasekara  wrote:
>
>> Hi All,
>>I am still facing the issue in $subject. To alleviate this issue, in
>> a previous build i change orbit/common-vfs/pom.xml dependency versions
>> to 2.0-wso2v1 (for commons-vfs-sandbox and commons-vfs). Now i took a
>> fresh copy and try to build again. But still the trunk  version of
>> orbit/common-vfs/pom.xml depends on commons-vfs-2.0-SNAPSHOT and
>> commons-vfs-sandbox-2.0-SNAPSHOT.
>>
>> Thus dependencies/commons-vfs/core/pom.xml and
>> dependencies/commons-vfs/sandbox/pom.xml builds commons-vfs-2.0-wso2v1
>> and commons-vfs-sandbox-2.0-wso2v1. Please let me know what should be
>> the correct version to use ?
>>
>> Thank you
>> AmilaJ
>>
>>
>>
>> > Hi,
>> > $ subject.
>> > I built dependencies/common-vfs (version 2.0-wso2v1)successfully.
>> >
>> > Which is the right version?
>> >
>> > -Ratha.
>> >
>> > [ERROR] BUILD ERROR
>> > [INFO]
>> > 
>> > [INFO] Failed to resolve artifact.
>> >
>> > Missing:
>> > --
>> > 1) org.apache.commons:commons-vfs:jar:2.0-SNAPSHOT
>> >
>> >   Try downloading the file manually from the project website.
>> >
>> >   Then, install it using the command:
>> >   mvn install:install-file -DgroupId=org.apache.commons
>> > -DartifactId=commons
>> > -vfs -Dversion=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.apache.commons
>> > -DartifactId=commons-v
>> > fs -Dversion=2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>> > -Durl=[url] -Drep
>> > ositoryId=[id]
>> >
>> >   Path to dependency:
>> > 1) org.apache.commons.wso2:commons-vfs:bundle:2.0-wso2v1
>> > 2) org.apache.commons:commons-vfs:jar:2.0-SNAPSHOT
>> >
>> > 2) org.apache.commons:commons-vfs-sandbox:jar:2.0-SNAPSHOT
>> >
>> >   Try downloading the file manually from the project website.
>> >
>> >   Then, install it using the command:
>> >   mvn install:install-file -DgroupId=org.apache.commons
>> > -DartifactId=commons
>> > -vfs-sandbox -Dversion=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.apache.commons
>> > -DartifactId=commons-v
>> > fs-sandbox -Dversion=2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>> > -Durl=[ur
>> > l] -DrepositoryId=[id]
>> >
>> >   Path to dependency:
>> > 1) org.apache.commons.wso2:commons-vfs:bundle:2.0-wso2v1
>> > 2) org.apache.commons:commons-vfs-sandbox:jar:2.0-SNAPSHOT
>> >
>> > --
>> > 2 required artifacts are missing.
>> >
>> > ___
>> > Carbon-dev mailing list
>> > Carbon-dev@wso2.org
>> > https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>> >
>> >
>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>
>
>
> --
> Senaka Fernando
> Associate Technical Lead
> WSO2 Inc.
> E-mail: senaka AT wso2.com;  Mobile: +94 77 322 1818
>
> http://www.wso2.com/ - "Lean . Enterprise . Middleware"
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Trunk orbit/commons.vfs build error

2010-08-02 Thread Rajika Kumarasiri
I have fixed the orbit bundle version in trunk. If you are building with a
clean repo you'll need to build the commons-vfs dependency with test because
commos-vfs building tests for the first time.

Rajika

On Tue, Aug 3, 2010 at 10:57 AM, Amila Jayasekara  wrote:

> Hi All,
>I am still facing the issue in $subject. To alleviate this issue, in
> a previous build i change orbit/common-vfs/pom.xml dependency versions
> to 2.0-wso2v1 (for commons-vfs-sandbox and commons-vfs). Now i took a
> fresh copy and try to build again. But still the trunk  version of
> orbit/common-vfs/pom.xml depends on commons-vfs-2.0-SNAPSHOT and
> commons-vfs-sandbox-2.0-SNAPSHOT.
>
> Thus dependencies/commons-vfs/core/pom.xml and
> dependencies/commons-vfs/sandbox/pom.xml builds commons-vfs-2.0-wso2v1
> and commons-vfs-sandbox-2.0-wso2v1. Please let me know what should be
> the correct version to use ?
>
> Thank you
> AmilaJ
>
>
>
> > Hi,
> > $ subject.
> > I built dependencies/common-vfs (version 2.0-wso2v1)successfully.
> >
> > Which is the right version?
> >
> > -Ratha.
> >
> > [ERROR] BUILD ERROR
> > [INFO]
> > 
> > [INFO] Failed to resolve artifact.
> >
> > Missing:
> > --
> > 1) org.apache.commons:commons-vfs:jar:2.0-SNAPSHOT
> >
> >   Try downloading the file manually from the project website.
> >
> >   Then, install it using the command:
> >   mvn install:install-file -DgroupId=org.apache.commons
> > -DartifactId=commons
> > -vfs -Dversion=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.apache.commons
> > -DartifactId=commons-v
> > fs -Dversion=2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
> > -Durl=[url] -Drep
> > ositoryId=[id]
> >
> >   Path to dependency:
> > 1) org.apache.commons.wso2:commons-vfs:bundle:2.0-wso2v1
> > 2) org.apache.commons:commons-vfs:jar:2.0-SNAPSHOT
> >
> > 2) org.apache.commons:commons-vfs-sandbox:jar:2.0-SNAPSHOT
> >
> >   Try downloading the file manually from the project website.
> >
> >   Then, install it using the command:
> >   mvn install:install-file -DgroupId=org.apache.commons
> > -DartifactId=commons
> > -vfs-sandbox -Dversion=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.apache.commons
> > -DartifactId=commons-v
> > fs-sandbox -Dversion=2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
> > -Durl=[ur
> > l] -DrepositoryId=[id]
> >
> >   Path to dependency:
> > 1) org.apache.commons.wso2:commons-vfs:bundle:2.0-wso2v1
> > 2) org.apache.commons:commons-vfs-sandbox:jar:2.0-SNAPSHOT
> >
> > --
> > 2 required artifacts are missing.
> >
> > ___
> > Carbon-dev mailing list
> > Carbon-dev@wso2.org
> > https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
> >
> >
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Trunk orbit/commons.vfs build error

2010-08-02 Thread Senaka Fernando
WRT to the builds, Orbit depends on the VFS trunk, and the dependencies has
a stale version, which has been deployed onto our Maven repos already. So,
on the builder, we build, [1] as well.

Rajika, can you look into this and come up with a better solution?

[1] https://svn.apache.org/repos/asf/commons/proper/vfs/trunk

Thanks,
Senaka.

On Tue, Aug 3, 2010 at 10:57 AM, Amila Jayasekara  wrote:

> Hi All,
>I am still facing the issue in $subject. To alleviate this issue, in
> a previous build i change orbit/common-vfs/pom.xml dependency versions
> to 2.0-wso2v1 (for commons-vfs-sandbox and commons-vfs). Now i took a
> fresh copy and try to build again. But still the trunk  version of
> orbit/common-vfs/pom.xml depends on commons-vfs-2.0-SNAPSHOT and
> commons-vfs-sandbox-2.0-SNAPSHOT.
>
> Thus dependencies/commons-vfs/core/pom.xml and
> dependencies/commons-vfs/sandbox/pom.xml builds commons-vfs-2.0-wso2v1
> and commons-vfs-sandbox-2.0-wso2v1. Please let me know what should be
> the correct version to use ?
>
> Thank you
> AmilaJ
>
>
>
> > Hi,
> > $ subject.
> > I built dependencies/common-vfs (version 2.0-wso2v1)successfully.
> >
> > Which is the right version?
> >
> > -Ratha.
> >
> > [ERROR] BUILD ERROR
> > [INFO]
> > 
> > [INFO] Failed to resolve artifact.
> >
> > Missing:
> > --
> > 1) org.apache.commons:commons-vfs:jar:2.0-SNAPSHOT
> >
> >   Try downloading the file manually from the project website.
> >
> >   Then, install it using the command:
> >   mvn install:install-file -DgroupId=org.apache.commons
> > -DartifactId=commons
> > -vfs -Dversion=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.apache.commons
> > -DartifactId=commons-v
> > fs -Dversion=2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
> > -Durl=[url] -Drep
> > ositoryId=[id]
> >
> >   Path to dependency:
> > 1) org.apache.commons.wso2:commons-vfs:bundle:2.0-wso2v1
> > 2) org.apache.commons:commons-vfs:jar:2.0-SNAPSHOT
> >
> > 2) org.apache.commons:commons-vfs-sandbox:jar:2.0-SNAPSHOT
> >
> >   Try downloading the file manually from the project website.
> >
> >   Then, install it using the command:
> >   mvn install:install-file -DgroupId=org.apache.commons
> > -DartifactId=commons
> > -vfs-sandbox -Dversion=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.apache.commons
> > -DartifactId=commons-v
> > fs-sandbox -Dversion=2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
> > -Durl=[ur
> > l] -DrepositoryId=[id]
> >
> >   Path to dependency:
> > 1) org.apache.commons.wso2:commons-vfs:bundle:2.0-wso2v1
> > 2) org.apache.commons:commons-vfs-sandbox:jar:2.0-SNAPSHOT
> >
> > --
> > 2 required artifacts are missing.
> >
> > ___
> > Carbon-dev mailing list
> > Carbon-dev@wso2.org
> > https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
> >
> >
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>



-- 
Senaka Fernando
Associate Technical Lead
WSO2 Inc.
E-mail: senaka AT wso2.com;  Mobile: +94 77 322 1818

http://www.wso2.com/ - "Lean . Enterprise . Middleware"
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Trunk orbit/commons.vfs build error

2010-08-02 Thread Amila Jayasekara
Hi All,
I am still facing the issue in $subject. To alleviate this issue, in 
a previous build i change orbit/common-vfs/pom.xml dependency versions 
to 2.0-wso2v1 (for commons-vfs-sandbox and commons-vfs). Now i took a 
fresh copy and try to build again. But still the trunk  version of 
orbit/common-vfs/pom.xml depends on commons-vfs-2.0-SNAPSHOT and 
commons-vfs-sandbox-2.0-SNAPSHOT.

Thus dependencies/commons-vfs/core/pom.xml and 
dependencies/commons-vfs/sandbox/pom.xml builds commons-vfs-2.0-wso2v1 
and commons-vfs-sandbox-2.0-wso2v1. Please let me know what should be 
the correct version to use ?

Thank you
AmilaJ

 

> Hi,
> $ subject.
> I built dependencies/common-vfs (version 2.0-wso2v1)successfully.
>
> Which is the right version?
>
> -Ratha.
>
> [ERROR] BUILD ERROR
> [INFO] 
> 
> [INFO] Failed to resolve artifact.
>
> Missing:
> --
> 1) org.apache.commons:commons-vfs:jar:2.0-SNAPSHOT
>
>   Try downloading the file manually from the project website.
>
>   Then, install it using the command:
>   mvn install:install-file -DgroupId=org.apache.commons 
> -DartifactId=commons
> -vfs -Dversion=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.apache.commons 
> -DartifactId=commons-v
> fs -Dversion=2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file 
> -Durl=[url] -Drep
> ositoryId=[id]
>
>   Path to dependency:
> 1) org.apache.commons.wso2:commons-vfs:bundle:2.0-wso2v1
> 2) org.apache.commons:commons-vfs:jar:2.0-SNAPSHOT
>
> 2) org.apache.commons:commons-vfs-sandbox:jar:2.0-SNAPSHOT
>
>   Try downloading the file manually from the project website.
>
>   Then, install it using the command:
>   mvn install:install-file -DgroupId=org.apache.commons 
> -DartifactId=commons
> -vfs-sandbox -Dversion=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.apache.commons 
> -DartifactId=commons-v
> fs-sandbox -Dversion=2.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file 
> -Durl=[ur
> l] -DrepositoryId=[id]
>
>   Path to dependency:
> 1) org.apache.commons.wso2:commons-vfs:bundle:2.0-wso2v1
> 2) org.apache.commons:commons-vfs-sandbox:jar:2.0-SNAPSHOT
>
> --
> 2 required artifacts are missing.
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>   


___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev