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

Using in Eclipse #8

Closed
mikael15 opened this issue Feb 8, 2014 · 8 comments
Closed

Using in Eclipse #8

mikael15 opened this issue Feb 8, 2014 · 8 comments
Assignees
Milestone

Comments

@mikael15
Copy link

mikael15 commented Feb 8, 2014

I'm trying (without success) to use jwbf.jar into an Eclipse plugin. Mainly the problem is Caused by: java.lang.IllegalArgumentException: URI scheme is not "file"
at java.io.File.(Unknown Source)
at net.sourceforge.jwbf.JWBF.init(JWBF.java:81)
at net.sourceforge.jwbf.JWBF.(JWBF.java:47)

Please try this on your side or tell me who can I use it in my purpose (Eclipse application integration)

@eldur eldur self-assigned this Feb 8, 2014
@eldur
Copy link
Owner

eldur commented Feb 8, 2014

You are right, here we have a problem. I going to fix it now.

Do you need a public release or is a snapshot okay?

@mikael15
Copy link
Author

mikael15 commented Feb 8, 2014

Thank you for the support. I'm fine with a snapshot.

eldur added a commit that referenced this issue Feb 9, 2014
~ getVersion => getVersions (returns a Map)
~ move newUrl to jwbf (imports without thirdparty libs)
+ testcases
+ closeables added
+ lazy init
+ added main version to manifest
~ allow lombok imports in JWBF.java

Task: #8
@eldur
Copy link
Owner

eldur commented Feb 9, 2014

Hope this small change helps you ;-)

@eldur eldur added this to the 3.0 milestone Feb 9, 2014
@eldur eldur closed this as completed Apr 29, 2014
@Kyoshi75
Copy link

I have the same issue on 2.0
Since I use jdk 1.6 I can't use the 3.0 SNAP
Do you plan to merge the fix in 2.0?

@eldur eldur reopened this Sep 11, 2014
@eldur eldur mentioned this issue Sep 11, 2014
eldur added a commit that referenced this issue Sep 11, 2014
~ getVersion => getVersions (returns a Map)
~ move newUrl to jwbf (imports without thirdparty libs)
+ testcases
+ closeables added
+ lazy init
+ added main version to manifest
~ allow lombok imports in JWBF.java

Task: #8

Backported to Java6

Conflicts:
  src/main/java/net/sourceforge/jwbf/JWBF.java
  src/main/java/net/sourceforge/jwbf/core/actions/HttpActionClient.java
@eldur
Copy link
Owner

eldur commented Sep 11, 2014

try if latest 2.1.0 SNAPSHOT will work

@eldur
Copy link
Owner

eldur commented Sep 14, 2014

I assume that it work and close this agin

@eldur eldur closed this as completed Sep 14, 2014
@Kyoshi75
Copy link

Sorry I was on weekend and not able to reply
I've tested the latest snapshot and it works! Thank you for your quick reply!
I will continue my tests with this delivery and if everything is ok, will it be possible to have a public release?
Thank you again

@eldur
Copy link
Owner

eldur commented Sep 16, 2014

It will be possible -- open a new issue, if you need a release version

@Kyoshi75 Kyoshi75 mentioned this issue Sep 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants