Giter Site home page Giter Site logo

first time try ms4j about msf4j HOT 6 CLOSED

lahirumadushanka avatar lahirumadushanka commented on August 28, 2024
first time try ms4j

from msf4j.

Comments (6)

thusithathilina avatar thusithathilina commented on August 28, 2024

Hi Lahiru,

Could you please execute the following command and see
mvn archetype:generate -DarchetypeGroupId=org.wso2.msf4j -DarchetypeArtifactId=msf4j-microservice -DarchetypeVersion=1.0.0 -DgroupId=org.example -DartifactId=Hello-Service -Dversion=1.0.0 -Dpackage=org.example.service -DserviceClass=HelloService

If you get an error could you attached the full output?
Thanks

from msf4j.

lahirumadushanka avatar lahirumadushanka commented on August 28, 2024

thnx it worked. after that i run "mvn clean package" command. output is attached
mvn_clean.txt

from msf4j.

thusithathilina avatar thusithathilina commented on August 28, 2024

Hi Lahiru,
Can you check in your project root pom the parent is as follows

<parent>
        <groupId>org.wso2.msf4j</groupId>
        <artifactId>msf4j-service</artifactId>
        <version>1.0.0</version>
</parent>

From where you are executing the mvn clean package command? In the project or in the msf4j source?

from msf4j.

lahirumadushanka avatar lahirumadushanka commented on August 28, 2024

hi thilina,
i tried that also, but it still gives "BUILD FAILURE".output is attached
mvn_clean.txt

from msf4j.

thusithathilina avatar thusithathilina commented on August 28, 2024

@lahirumadushanka Are you trying to build the msf4j source ? or the sample that you created with maven arch type?
Seems the issue is a checkstyle error. You can get avoid that by skipping checkstyle. Use -Dcheckstyle.skip=true

from msf4j.

lahirumadushanka avatar lahirumadushanka commented on August 28, 2024

hi thilina,
silly me.i ran command without accessing helloworld folder.now it is solved.
thank you thilina.

from msf4j.

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.