Skip to content

No Java classes available in tycho project within eclipse #1629

Answered by mickaelistria
moley asked this question in Q&A
Discussion options

You must be logged in to vote

Tycho projects are usually Eclipse PDE projects first, and most of PDE metadata is stored in .project and .classpath. Tycho is MANIFEST-first, you'd rather actually keep the .project and .classpath and use Tycho pom-less which is capable of dynamically generating the pom files (so you don't have to store them in your Git repo).
The Eclipse-first approach works more easily than the Maven-first approach for PDE projects, both in the IDE and in Tycho.

Replies: 8 comments 16 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@laeubi
Comment options

Answer selected by moley
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
15 replies
@lppedd
Comment options

@jcompagner
Comment options

@HannesWell
Comment options

@lppedd
Comment options

@laeubi
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants