-
Notifications
You must be signed in to change notification settings - Fork 85
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
Machine independent new lines #13
Comments
This is actually a Maven project, so you need to install Apache Maven in order to build it. |
I've added a build-instructions.txt for reference. |
Thanks, I followed those instructions and get this: C:\repo\CFLint>mvn clean install |
Thanks, that was the problem. They were renamed *.jar.lastUpdated I removed the .lastUpdated and now I can compile the project. I'm going to play with the code, and maybe see if I can get this to compile on OSX too. |
Jerron, you rock. Thanks! On Sun, Aug 3, 2014 at 4:39 PM, Bill Bradley notifications@github.com
|
opening until merged with main trunk |
It's been awhile since I've used Java, I'm not positive if what I did is the best approach or not, but it worked on my machine. The change made it easier to integrate with vim-syntastic. I'm interested in brushing up on Java in order to contribute further to this project. |
jjames967 and I have improved the build process. You should only have to run Updated docs to follow soon, I hope. Your contributions are welcome :-) |
Oh, and your code was fine, good work. The only change I made, was to call System.getProperty() once and store the result in a local variable. |
In the following file:
https://github.com/ryaneberly/CFLint/blob/master/src/main/java/com/cflint/TextOutput.java
I was looking to add machine independent new lines by replacing "\r\n" with one of the suggestions from this link: http://stackoverflow.com/questions/18549704/java-filewriter-create-a-new-line?lq=1
Not being a java developer, I'm unable to rebuild the project. I've added all the dependencies into eclipse, but when I try to run src/main/ant/build.xml by right clicking the file and running, I get an error message to provide Dfolder, which I try to do in the External Tools configuration, but I can't figure out where to add it.
Sorry if this is something simple. I'd love to be able to build this and help contribute to the project.
The text was updated successfully, but these errors were encountered: