rpbouman / phase

Pentaho Analysis Editor
Apache License 2.0
24 stars 12 forks source link

Build error #2

Closed stuartg99 closed 9 years ago

stuartg99 commented 9 years ago

Hi Roland, loved the demo. I may like to contribute if I can. This is my first contribution, a bug in the ant build.

ant ... BUILD FAILED /home/sg/workspace/phase-master/build.xml:51: /home/sg/workspace/mui/src does not exist.

Tell me if I can help fix this but I'm not sure which toolkit you're using mui could be https://github.com/designcode/MUI but I'm not sure.

This may well break when I manually load to the server but I've not got that far yet. The current version on you-tube looks great.

Stuart

rpbouman commented 9 years ago

Hi Stuart! Thank you very much for your interest :)

mui is a homegrown toolkit. This is currently not in a public repository. I can fix that in the future.

For now, please don't worry about it. Instead, simply use the zipped version in the dist directory. It contains everything you need.

If you do want to fix the build problem, please make a local copy of the mui directory in the lib directory from the zip archive and modify your build.xml file to point to that as the mui directory.

I hope this helps!

stuartg99 commented 9 years ago

Thanks Roland. I'll run with that for now. mui sounds pretty neat too.

Do you want me to fix the build file?

rpbouman commented 9 years ago

Stuart, I don't think there is any way to fix the build file as long as there is no central point to pull mui from.

Of course, you can (should) modify your copy of the build file so that you can build the project yourself, but I won't be able to handle any pull request for the build file until I sorted out a central repo for mui.

Sorry if this sounds a bit messy.