[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[platform-cvs-dev] CVS & Eclipse auto-completion
|
- From: "Niklas Saers" <niklassaers@xxxxxxxxx>
- Date: Wed, 20 Dec 2006 10:38:41 +0100
- Delivered-to: platform-cvs-dev@eclipse.org
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=uuqrb9AgSOupJgWfoBTmKgQosTGuAnxJcoRZOJL+ewGbUhk/QtKZFaGxRvwHnJZwGBj4Dq6+jdoLiuwc3b4xHewzmlhaW1XnjnQclNcPmsm0ILntOTmua8ZVyRO0KCl3jBrjQ3gLfkD1m/INP1fEoKJsm6DJdtzTe+zFoVRci1g=
Hi guys,
I'm sorry for the slight cross-post but I seem to have placed this in
the incorrect mailinglist first. I thought this was a problem with
ant, but reading http://eclipsewiki.editme.com/CVSFaq I see that I'm
not the only one with this problem and that the problem is likely
because of CVS?? I haven't found any answers out there, though, so
here goes:
I love Eclipse's auto-completion and auto-compile/reporting of syntax
errors. It saves me loads of time looking up in the API to see if i.e
the name for this function was .getSize(), .getLength() or simply the
variable .length.
But, recently it has stopped working for me. I've checked out a
project I'm working on through CVS that uses an ant build.xml
file. So I've configured a builder to use it and set the targets I'd
like for clean, auto-build and manual-build. But now when it is
trying to auto-complete I get:
Cannot perform operation
This compilation unit is not on the build path of a Java project
Also, if I write something that's totally bogus I don't get a nice red
line under it anymore.
Also, the warnings and errors from the compile don't show up as a red
x by the line that has a problem, just in the ant output
Please, could you point me in the right direction? I need to use ant
for project compability, and a source control system like CVS, but I
love these functions in Eclipse and would not want to give them up.
Cheers
Nik