Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build error: Package 'net.vtst.ow.eclipse.less.less.impl' does not exist in this plug-in #209

Closed
paulvi opened this issue Apr 23, 2014 · 8 comments

Comments

@paulvi
Copy link

paulvi commented Apr 23, 2014

While looking for reason of build failure #206 #208
For ow\src\eclipse\net.vtst.ow.eclipse.less\META-INF\MANIFEST.MF

I get errors

Package 'net.vtst.ow.eclipse.less.less.impl' does not exist in this plug-in
Package 'net.vtst.ow.eclipse.less.less.util' does not exist in this plug-in
and 2 more

Export-Package: net.vtst.ow.eclipse.less,
 net.vtst.ow.eclipse.less.formatting,
 net.vtst.ow.eclipse.less.generator,
 net.vtst.ow.eclipse.less.less,
 net.vtst.ow.eclipse.less.less.impl,
 net.vtst.ow.eclipse.less.less.util,
 net.vtst.ow.eclipse.less.parser.antlr,
 net.vtst.ow.eclipse.less.parser.antlr.internal,
 net.vtst.ow.eclipse.less.properties,
 net.vtst.ow.eclipse.less.scoping,
 net.vtst.ow.eclipse.less.serializer,
 net.vtst.ow.eclipse.less.services,
 net.vtst.ow.eclipse.less.validation
@vtst
Copy link
Owner

vtst commented Apr 26, 2014

This package is generated by the Xtext generator. You've to run the MWE2 workflow to get the corresponding code.
http://www.eclipse.org/Xtext/documentation.html

@vtst vtst closed this as completed Apr 26, 2014
@paulvi
Copy link
Author

paulvi commented Apr 28, 2014

From what I know from https://github.com/Nodeclipse/coffeescript-eclipse
is that Maven has no way to call Xtext and @pulse00 Robert committed Xtext generated code.

Possibly @cdietrich or @michael-schnell (https://github.com/fuinorg/emt-xtext-archetype) know better

@cdietrich
Copy link

what do you mean by "call xtext"

@paulvi
Copy link
Author

paulvi commented Apr 29, 2014

"call xtext" to generate files, or in other words how to build Xtext project with maven/tycho (without IDE)

@paulvi
Copy link
Author

paulvi commented Apr 29, 2014

OK, example of using Xtend within tycho build is jeeeyul/eclipse-themes#154 by @jvanzyl

@cdietrich
Copy link

there are several possibilities.
https://github.com/cdietrich/xtext-maven-example
https://github.com/svenefftinge/maven-xtext-example
in my current closed source project with build not with tycho but with apache felix bnd plugin

@michael-schnell
Copy link

Actually there is an Xtext Maven plugin you can use to generate the code:
http://kthoms.wordpress.com/2011/12/08/xtext-2-2-finally-brings-maven-support-for-xtend/
Of course it requires to use Maven Tycho for the build.

I haven't tried it out yet - I simply added the generated Java source code to the GIT repo (Poor man's solution, until I find the time to use the plugin).

@paulvi
Copy link
Author

paulvi commented Apr 29, 2014

@michael-schnell It does not matter how the solution was created, but whether it solves and is kept updated.

ref cdietrich/xtext-maven-example#2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants