awhawks / workspacemechanic

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

A Warning should appear if a ClassTask is compiled with Java 6 or above #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Compile a ClassTask with Java 6
2. Copy it to a task directory as mentioned in the Wiki.
3. (Restart Eclipse)

What is the expected output? What do you see instead?

The new task should be enabled now. But it's not recognized by workspace
mechanic. There is no warning that the class could not be read.

What version of the product are you using? On what operating system?

0.1 with Mac OS X and Eclipse 3.5.1 (Spring STS).

Please provide any additional information below.

This is because Workspace Mechanic is compiled with Java 5 and cannot read
class files compiled with Java 6 or above. A Warning-PopUp or something
should tell the user to compile with Java 5.

Original issue reported on code.google.com by sendorian on 17 May 2010 at 12:09

GoogleCodeExporter commented 8 years ago
You could write a task that inspects all other tasks to do this.

Original comment by davidpl...@google.com on 19 May 2010 at 3:33

GoogleCodeExporter commented 8 years ago
Acknowledged. This should be fixed, I agree.

Original comment by konigsb...@gmail.com on 15 Feb 2011 at 3:41

GoogleCodeExporter commented 8 years ago
So, this really is an interesting, annoying problem which I hadn't thought of. 
I"m not sure how we can fix this. In the meantime, the warning issue will be 
addressed by Issue 8.

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