-
Notifications
You must be signed in to change notification settings - Fork 67
How to build it? #295
Comments
Did you have a look at http://docs.jtransc.com/usage/gradle? |
Please, seriously: how to build this thing? Ok, maybe it's just me because I don't know gradle. But even if I run gradle in Ok, so I tried the command line method: http://docs.jtransc.com/usage/commandline But again this time it seems it's maven to not be happy, I just get this: Please seriously: how to build this thing? I know this is all free and nothing is really owed by the author and we users should only be thankful that the author work is freely shared here. And in fact I'm really grateful for JTransc. Reading the website this projects seems to me extremely interesting and surely very usefull. But, please, can I ask a simple question without any troll intention? Well, I am a Java developer since 1997. I wrote millions of lines of code in Java, I even exited some of my startups to very big companies around the world, selling them the company with all the technology I've wrote in Java. In all these years, I swear on my life, I've never, ever, ever needed to use any maven, gradle or any other damn hell building tool at all, and in many cases I was the head of a large team of developers. The best good Java IDEs are all free nowadays and they are incredibly good at compiling even very complex projects with a lot of dependencies. And you also seem to use Intellij IDEA which is also my favourite Java IDE, by the way. So why, pleasy, oh why, really, please, for the sake of god, why people don't just put in the repository their own IDE project files and get free them and us all from these damn mess of hell tools like maven and gradle and the like? It's a fact: 9 out of 10 project that use this kind of tools are 99% of the time just plain simple inevitably NOT buildable AT ALL. You can install the whole world, they DO NOT build, NO WAY, THEY WON'T! Just give us your own IDEA project files, please. If you can build with your IDE there is 100% probability it will build like a charm at the very first try even for us. Sorry for the rant, but I'm very very frustrated when I meet maven or gradle. This time, I even met the both of two in the same project. No, please, no, no, no! So, to conclude, please seriously: how to build this thing? |
Sorry, but I have to address you. Your post triggers me. The fact you "never ever needed" a building tool doesn't mean no one does. All it means is that you wrote millions of lines of code for simple projects with couple dependencies, never had a pipeline, never ran tests and never worked in a team. The fact you suggested to put author's IDEA files into git project makes my last statement concrete, because you would know that IDEA saves a ton of user AND environment specific information/configuration which you should NEVER commit if you're not alone on the project. Whole world uses Maven/Gradle, including new projects. They aren't the problem, it's you. And given you couldn't simply read the errors gradle gave you, the lack of common dev knowledge, your crappy code in your profile and, most importantly, the fact you dedicated two whole lines of text saying how great were your startups at big companies, I think it would be fair to say you haven't been developing since 1997. More like you've been stuck in 1997 and haven't wrote a single real world enterprise application since then. |
Surely no ones needs a building process that does not work. And needing two different building systems in the same project sounds at least strange to me.
As you know, you are surely free to believe what you want.
There are intelligent ways to share IDE project files, and less intelligent ones.
I don't complain when they works. In fact, as a matter of fact when they work it's also very easy to migrate the building, testing, pre-production and production deployments to a system a company is already using. Anyway, as I said, I know this is all free and nothing is owed by the developers. However, I consider significant that you preferred to invest your time in evaluating (very superficially and in an offensive way) my software, my free opinions, the size (which you suppose) my development teams had, and mocking my personal successes (such as having sold my startups to TripAdvisor and the like, all startups for which I wrote the software) and yet you could not find even a second to respond even briefly to any of the points that I had very politely exposed in my post. |
By the way I also reported on Google Safe Browsing your malicious url , exposed a few messages above supposedly to offer build instruction, the one ending with ....ransc.com/usage/gradle, since it landed me on a ransomware website. |
@ansorre My malicious URL? I have nothing to do with the repository, I'm a stranger passing by, and there's nothing in my profile, so I don't understand what you're talking about. Either way.
So both times I tried doing something with "the intelligent way" it didn't work. To be honest, I've never tried bringing building configuration from IDEA into the repository, but I doubt it's any better. You've tried to prove your point that "build systems aren't needed" based on the facts you presented about yourself and your work, so I addressed it. Thing is - I don't care if it's offensive or not as long as it's supported by arguments. In my case I've supported my point by simply looking at your open-sourced repositories. There was only one other point
Lots of open questions. Even if all that is somehow possible in IDEA, why would you choose that over a common standard solution that doesn't works as good at worst? |
So you don't know how to do it. It's not IDEs problem, it's you. Anyway this thread was started by someone who asked how to build this project, which is in fact impossibile, and the supposed building mechanics requires well two different building systems, and I pointed out that this is frustrating and unnecessary. For having expressed this opinions in a polite way a passing by stranger, which has nothing to do with the repository, and so I could imagine that probably has never even tried to build it, felt obliged to attack me personally also defining my own work "your crappy code in your profile" that most probably he has never even downloaded and tried out, saying instead that " I don't care if it's offensive or not as long as it's supported by arguments." And most of all, which are these supposed "arguments"? Answer: "by simply looking at your open-sourced repositories." One last thing:
Because "it does not build", and it's not only me who says this, I did not start this thread. What part of the sentence "it does not build" are you finding so hard to understand? If there were project files it would have been way easier to solve the building problem and maybe even contributing a better system to build it, based on IDEs project files or not, but surely getting rid of a two building systems mechanism. |
No description provided.
The text was updated successfully, but these errors were encountered: