Hi all,
I'm currently trying to set up a sane environment for working
with the sipXconfig code, I'm using Eclipse as my IDE.
So far I've got the code to build happily from a shell and from the ant
scripts within Eclipse, however Eclipse is giving me somewhere in the
order of 11000 errors.
I'm guessing that it's a pathing issue but I'm not sure.
I more or less followed the instructions here;
<http://sipx-wiki.calivia.com/index.php/SipX_ConfigServer_Eclipse> to
set up the environment with the exception being that I can't get the
Spring IDE to install as it wants Eclipse 3.3 and I'm on 3.2 (currently
downloading Ganymede to see if I have any better luck there).
I had to add a bunch of jars to the ant build path in Eclipse to get the
scripts working in there.
At this point I'm getting a pile of mainly "cannot be resolved" type
errors from eclipse when I try to build the projects and a bunch of
warnings that make no sense, e.g. "'assert' should not be used as an
identifier, since it is a reserved keyword crom source level 1.4
onwards" the code in question is;
public void testGroups() {
Intercom intercom = new Intercom();
Group group = new Group();
intercom.addGroup(group);
Set groups = intercom.getGroups();
assert(groups.contains(group)); <<<<<<<<<< HERE
assertEquals(1, groups.size());
}
>From IntercomTest.java
Any suggestions would be greatly appreciated.
Thanks,
Morgan Reed
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev