OyvindLGjesdal opened a new issue, #2525:
URL: https://github.com/apache/jena/issues/2525

   ### Version
   
   5.1.0-SNAPSHOT (1ddfdf1cca35f0984644ef9b12e4c3ebb8ad4a4d)
   
   ### Question
   
   I'm not sure how to run jena-fuseki from IntelliJ when doing changes to the 
jena-fuseki-ui.
   
   What I have, runs a test server locally, but my changes to jena-fuseki-ui 
doesn't seem to pick up my local changes.
   
   I also  didn't see it mentioned in the docs, but thought the fuseki-dev 
script looked liked it could be what I was looking for:
   
   ```
   #from root jena folder
   mvn install  -B --file pom.xml -Dmaven.javadoc.skip=true
   export 
FUSEKI_BASE=/Users/oyvind/repos/apache/jena/jena-fuseki2/jena-fuseki-webapp/target/FusekiTest
   # in /Users/oyvind/repos/apache/jena/jena-fuseki2/jena-fuseki-webapp
   ./fuseki-dev
   ```
   
   I checked out the documentation for working with eclipse, but it seemed a 
bit dated, and I didn't manage to get anything running after reading it. Would 
be grateful for any pointers.
   
   Tested also `yarn server fuseki` but I thought that the functionality to 
test would necessarily not be available when running with mocks for part of the 
functionality.
   
   ```
   yarn serve:fuseki
   yarn run v1.22.22
   $ nodemon src/services/mock/json-server.js
   [nodemon] 3.1.0
   [nodemon] to restart at any time, enter `rs`
   [nodemon] watching path(s): *.*
   [nodemon] watching extensions: js,mjs,cjs,json
   [nodemon] starting `node src/services/mock/json-server.js`
   JSON Server is running
   GET /$/ping 200 4.339 ms - 40
   GET /$/server 200 0.444 ms - 105
   GET /$/stats/test 304 0.794 ms - -
   GET / 404 1.494 ms - 2
   GET / 404 1.675 ms - 2
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to