-
Notifications
You must be signed in to change notification settings - Fork 20
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
pom file parent project #37
Comments
Fixed through 77536a0 Could you please try again and close? Thanks |
Note: version of the plugin 2.0.1-SNAPSHOT |
Hi Thanks |
Hi, |
If you could also give me the result of this print please: |
2017-10-03 06:53:31.031 INFO JSweetFactory:64 - constructing adapters: [org.tura.jsweet.TsAdapter] This is log from maven |
Indeed, this bug remained unfix. It should be ok by now through e9774f8931a5d4ca4d692b48704fdb27a1936418 and 89aa3788744dcd3819636c1fca735348cff37276 |
No still is not working Class JSweetTranspiler
|
Fixed with 5ea287763c103a6a2137a755dfa0aa3c6da82763 I hope it's the last occurrence :) |
Still an issue.
So method will be like this
|
Is it possible that you share your project or a similar one on a Github I could clone? If not possible, I will try to create a sample project for JSweet with maven parent pom and fix all remaining problems |
This is link on my project https://github.com/isakovarseniy/tura . You need switch to version 4.3.0.
if you run mvnDebug you can connect with remote debugger Or you can run just
|
Hello @isakovarseniy I just deployed a new version of JSweet, with which I succeeded to build your project. I had some remaining errors in your unit tests runs but I think this is not related, please tell me if you think this way as well. By the way, you were right, it was more of a JSweet issue than a JSweet maven plugin's issue ;) Please close if ok for you |
Thanks It works |
So what is the solution to this. I am getting the exact same error described here. My pluggin version looks like that
and I am currenly using those two version. lgrignon can you please share what did you do in order to fix the error.
I have the exact same project strurcture as the one described here Configure path to jsweetconfig.json and jsweet_extension but i still getting the same error. my jsweetconfig.json looks like { |
Remove extension.json file. |
Thanks @isakovarseniy @courteous does it work for you? |
i have commented the following lines in my pom and then it started working agian
simply removing the adapters and extension.json file did not worked for me. |
Hi
I have following maven structure
if I do following :
jsweet use parent-project as current directory instead of parent-project\jsweet-project
So all jsweet generated files will be created under parent project. Also "jsweetconfig.json" file is tried to be resolve under paren directory
Partially I have resolve the issue by following configuration
But I cannot configure location of "jsweetconfig.json" file
Thanks
Arseniy Isakov
The text was updated successfully, but these errors were encountered: