Hi,
this was not detected by Bamboo, as there is another issue before (sounds like
not a new issue). Bamboo cannot compile the new OBR.
Regards,
Clement
Missing:
----------
1) org.codehaus.woodstox:stax2-api:jar:3.0.1
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.codehaus.woodstox
-DartifactId=stax2-api -Dversion=3.0.1 -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.codehaus.woodstox
-DartifactId=stax2-api -Dversion=3.0.1 -Dpackaging=jar -Dfile=/path/to/file
-Durl=[url] -DrepositoryId=[id]
Path to dependency:
1)
org.apache.felix:org.apache.felix.bundlerepository:bundle:1.5.0-SNAPSHOT
2) org.codehaus.woodstox:woodstox-core-asl:jar:4.0.7
3) org.codehaus.woodstox:stax2-api:jar:3.0.1
----------
1 required artifact is missing.
for artifact:
org.apache.felix:org.apache.felix.bundlerepository:bundle:1.5.0-SNAPSHOT
from the specified remote repositories:
apache.snapshots (http://repository.apache.org/snapshots),
central (https://m2proxy.atlassian.com/repository/public)
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
On 21.03.2010, at 04:27, Sahoo wrote:
> This failure is introduced in rev #925279.
>
> Thanks,
> Sahoo
>
> Sahoo wrote:
>> Hi,
>>
>> After updating my workspace to svn rev#925708, I am doing a clean build and
>> I see compilation failures like this:
>>
>> /src/main/java/org/apache/felix/webconsole/internal/core/BundlesServlet.java:[904,54]
>> cannot find symbol
>> [exec] symbol: class R4Package
>> /
>> I don't see any R4Package.class in bundlerepository-1.5.0-SNAPSHOT.jar,
>> that's recently built.
>>
>> Is there a continuous integration job running for trunk? Can I see its log?
>>
>> Thanks,
>> Sahoo