wjw465150 / run-jetty-run

Automatically exported from code.google.com/p/run-jetty-run
0 stars 0 forks source link

ATTR_WEB_CONTEXT_CLASSPATH_NON_CHECKED doesn't work due to path issue #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?

I wanted to include test-classes into the classpath by selecting it in the 
Webapp Classpath view.

The path is stored as relative path which is correct. However, the 
corresponding absolute path is stored in Eclipse plugin metadata file. Hence it 
could not be matched in JettyLaunchConfigurationFile (line 712)

What steps will reproduce the problem?
1. Open configuration dialog, select test-classes in Webapp Classpath
2. Check the entry in the launch file against one in the metadata file (with 
-n- prefix)

What Eclipse version are you using ?
3.7.1

What Run-Jetty-Run version are you using?
1.3.2

What OS are you using ? 32bit or 64 bit?
Windows 7 64-bit

Please provide any additional information below.

Original issue reported on code.google.com by tiendung.tran on 14 Jan 2012 at 12:12

GoogleCodeExporter commented 9 years ago
Same problem here with winXP SP 2, Eclipse 3.7.1, m2eclipse 1.0xxx and RJR 1.3.2

Original comment by michael....@gmail.com on 14 Jan 2012 at 11:33

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Could you explain what's the issue that caused by path , 
that I could test it and fix it ready ASAP.

There's some possible issues I guess , or other issue not in the list , 

1.the Jetty is not including test-classes as classpath?
2.when you try to export the RunConfiguration, it can't be imported because 
it's absolute path.

I will try to test it , but I am afrid I have no time to do this before next 
Wed, 
let me know if this is a urgent issue if possible.

Original comment by tonylovejava on 15 Jan 2012 at 6:05

GoogleCodeExporter commented 9 years ago
Thanks for your prompt attention. By checking test-classes under Webapp 
Classpath view, the selected test classes should be included in the class path 
but they are not.

Of course, these are included in the build path in Eclipse.

Cheers,
Tien

Original comment by tiendung.tran on 16 Jan 2012 at 6:29

GoogleCodeExporter commented 9 years ago
ok , got it. I will try to check this ASAP.

Original comment by tonylovejava on 16 Jan 2012 at 7:20

GoogleCodeExporter commented 9 years ago
Fixed since 2012/01/18 .

You could test it with 20120118 nightly version if you need this.
http://run-jetty-run.googlecode.com/svn/trunk/updatesite-nightly

I will release official 1.3.3 to fix this issue and some minor bugs soon.

Original comment by tonylovejava on 18 Jan 2012 at 4:52

GoogleCodeExporter commented 9 years ago
Awesome! Thanks and we are so looking forward to 1.3.3.

Original comment by tiendung.tran on 18 Jan 2012 at 7:40

GoogleCodeExporter commented 9 years ago
Issue 113 has been merged into this issue.

Original comment by tonylovejava on 19 Feb 2012 at 4:37

GoogleCodeExporter commented 9 years ago

Original comment by tonylovejava on 16 Mar 2012 at 3:25