brunano21 / workspacemechanic

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

Schema is not included in the download jar #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download the jar
2. attempt to build a plugin that extends the "task" extension point

What is the expected output? What do you see instead?
2. the task schema is included in the jar, but it is not. as a result I 
cannot refernece it in my plugin

Please use labels and text to provide additional information.

Original issue reported on code.google.com by davidpl...@google.com on 19 May 2010 at 7:50

GoogleCodeExporter commented 9 years ago
Is this an indirect duplicate of 19?

Original comment by konigsb...@gmail.com on 21 May 2010 at 12:09

GoogleCodeExporter commented 9 years ago
No, in 19 I incorrectly reported that the .class file was not in the jar:
$ jar tvf com.google.eclipse.mechanic_0.0.2.jar |grep ScannerExtensionPoint
  5244 Fri May 14 22:01:16 EDT 2010 
com/google/eclipse/mechanic/internal/ScannerExtensionPoint.class

In this one, I (correctly) report that the xsds are not in the jar:

$ jar tvf com.google.eclipse.mechanic_0.0.2.jar |grep xsd
Picked up JAVA_TOOL_OPTIONS: -Xmx1024m

Original comment by davidpl...@google.com on 21 May 2010 at 1:07

GoogleCodeExporter commented 9 years ago
I forgot to fix this in release 0.0.3, but will fix it for 0.0.4.

Original comment by konigsb...@gmail.com on 14 Feb 2011 at 4:27

GoogleCodeExporter commented 9 years ago

Original comment by konigsb...@gmail.com on 14 Feb 2011 at 4:32

GoogleCodeExporter commented 9 years ago
I'm pretty sure this is fixed in the testing repo. LMK if I'm wrong.

Original comment by konigsb...@gmail.com on 11 Mar 2011 at 8:28