Giter Site home page Giter Site logo

Comments (4)

renaudpawlak avatar renaudpawlak commented on August 28, 2024

Your pom.xml seems right.

Can you check and send me the trace when you activate the logs?

  • Delete your .m2/repository/org/jsweet to make sure that your local repo is in the right state.
  • Just add the <verbose>true</verbose> option in the jsweet maven plugin.
  • Copy and paste the console output

Thanks

from jsweet.

renaudpawlak avatar renaudpawlak commented on August 28, 2024

Oh! Wait. After double-checking, I see a potential issue in your pom.xml because the option dtsOut has a uppercased O (on contrary to the command line version). So you should replace <dtsout>${basedir}/src/main/resources/src/typings</dtsout> with <dtsOut>${basedir}/src/main/resources/src/typings</dtsOut>.

from jsweet.

ssatguru avatar ssatguru commented on August 28, 2024

You were right.
It worked when I changed the tag to <dtsOut>.
As an FYI the .d.ts file is not getting created at the root of "src/typings" instead,in my case, it gets created at
"src/typings/org/ssatguru/babylonjs/component".
It still works though so I guess that is ok.

Also do you think it might be a good idea for the plugin to check for bad configuration parms?

from jsweet.

renaudpawlak avatar renaudpawlak commented on August 28, 2024

Cool. Thanks. The directory structure has no impacts on typings... so we will leave it this way.

Yes. Definitely, I was thinking of creating an issue in the maven plugin project to check if a wrong param has been used. I am not a Mojo expert but I assume it must be possible... I'll report now :)

from jsweet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.