Obviously, I am not tracking all the conversation on this topic. I
noticed there was a SNAPSHOT dependency introduced from webconsole to
obr and that required me to do a build that includes at least those two
modules. Since I did not carefully see what other modules have SNAPSHOT
dependency among themselves, I decided to do a full build. You seem to
be saying that you have fixed the SNAPSHOT dependency issue in
webconsole, so that's great. Let me update webconsole to explore its
dependency on obr bundle before unnecessarily taking your and other's time.
About build failure, it will be definitely good if CI server sends build
failure message to dev@ alerting people.
Thanks,
Sahoo
Felix Meschberger wrote:
Hi,
To build just the web console, you can update your webconsole folder and
just run the build in there. This should do the trick.
[running the full Felix trunk build just to get the web console sounds
like massive overkill to me]
On 23.03.2010 01:37, Sahoo wrote:
Can I update my top level Felix workspace and get the build to complete?
Some tests seemed to fail for me last time, so I am little unsure at
If you do a full build, the build will abort once a sub-project (module)
fails to build. This is probably another intereting point to know which
project actually failed to build.
Regards
Felix
this point. I want to build a web console with OBR plugin.
Thanks,
Sahoo
Felix Meschberger wrote:
Hi,
I have fixed a number of issues around the bundle repository support
today. Thus the web console should build again.
Thanks for reporting.
Regards
Felix
On 21.03.2010 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