MarkusGerhart / spray

Automatically exported from code.google.com/p/spray
0 stars 0 forks source link

Missing package in example from CI build #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install everything from 
https://spray.ci.cloudbees.com/job/spray-ci-build/lastSuccessfulBuild/artifact/r
eleng/repository/target/repository/(Date done: Fri Sep  9 17:16:08 CEST 2011)
into a fresh Eclipse Indigo MDT tool
2. "Import" -> "Plug-ins and Fragments" -> 
Import from "The active target platform"
Plug-ins and Fragments to Import "Select from all.."
Import As "Projects with source folders"
3. Choose "org.xspray.examples.one"

What is the expected output? What do you see instead?
Build errors:
Description Resource    Path    Location    Type
Package 'org.xspray.examples.mod4j.diagram' does not exist in this 
plug-in MANIFEST.MF /org.xspray.examples.one/META-INF   line 6  Plug-in Problem
Package 'org.xspray.examples.mod4j.features' does not exist in this 
plug-in MANIFEST.MF /org.xspray.examples.one/META-INF   line 6  Plug-in Problem
and associated errors due to this in mod4j-busmod.xspray.

Also there is no syntax highlighting or anything like that in
/org.xspray.examples.one/src/org/xspray/examples/one/XsprayGenerator.mwe2
Adding a dependency to the appropriate tooling would be nice.

What version of the product are you using? On what operating system?
Just eclipse-modeling-indigo-linux-gtk-x86_64.tar.gz

Please provide any additional information below.
Installing the Xtext SDK from 
http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/ 
fixed the syntax highlighting/editor support for the .mwe2 file.

Original issue reported on code.google.com by refsdal....@gmail.com on 9 Sep 2011 at 3:18

GoogleCodeExporter commented 8 years ago
Confirmed, but I cannot really explain why the classes from /src-gen are not 
included. When exporting the project from Eclipse, the resulting Jars are fine. 
In the Maven build they are broken. Strange is that the same does work for 
other plugins, i.e. org.xspray.mm. Also there are classes in a second source 
folder, but they build correctly.

I will observe this problem and try a bit.

Original comment by karsten....@googlemail.com on 11 Sep 2011 at 11:53

GoogleCodeExporter commented 8 years ago
The missing MWE2 UI feature was solved with issue#26.

Original comment by karsten....@googlemail.com on 12 Sep 2011 at 12:01

GoogleCodeExporter commented 8 years ago
Added MWE2 workflow execution to the build of the example project.

The resulting Jars contain now the missing classes / sources.

Checked the Jars from Build#70, will be fixed with release 0.3.0.

Original comment by karsten....@googlemail.com on 26 Sep 2011 at 10:39