Lift without maven

View: Old framed views
32 Messages — Rating Filter:   Alert me  
Lift without maven - Hi all. I'd like to try Lift, but I don't like Maven very much. Is there a way to use Lift without Maven? Are... Loading...
You don't like maven? Do you constantly have to manually do something that the standard maven functionality cannot... Loading...
Franco, I'm sorry. I think you should get used to Maven; I really love it (but paradoxically, like you, I also don't... Loading...
"Min Huang" <min.huang@...> ha scritto nel... Loading...
Franco Lombardo wrote: > "Min Huang" <min.huang@...> ha scritto > nel messaggio >... Loading...
"David Pollak" wrote > lift does not depend on Maven. It's simply the easiest way to start and > manage a lift... Loading...
On Tue, Apr 22, 2008 at 12:51 AM, Franco Lombardo <f_lombardo@...> wrote: > "David Pollak" wrote > > >... Loading...
Thank you all for your interesting answers. I'm glad to see that the Lift community is so alive and friendly. After... Loading...
Franco Lombardo wrote: > Thank you all for your interesting answers. I'm glad to see that the Lift > community is... Loading...
"David Pollak" wrote: > Just to be absolutely clear, *you can use lift without Maven*!!!!!!!!!! I understand ypur... Loading...
Franco, Assuming you know how to setup an Ant based project start from a working sample of webapp(which include all... Loading...
"Zemian Deng" wrote: > Franco, > Assuming you know how to setup an Ant based project start from a working > sample of... Loading...
I think this whole discussion is an admission that managing builds is a complex task and requires some tool like make,... Loading...
Hi Franco, your concerns are perfectly clear and logical. I do not pretend to be a maven expert, I have just found... Loading...
As a general observation, buildr has scala support and seems tentatively pleasant (if rather opinionated) and has... Loading...
A quick comment about using rake of buildr to build a scala app : you (and your contributor) need to install and... Loading...
On Tue, Apr 22, 2008 at 9:12 PM, David Bernard <david.bernard.31@...> wrote: > A quick comment about using rake... Loading...
Let's just agree that "difficult" and "complex" are just a perception anyway. It all boils down to what we're used... Loading...
One of the neat things about Maven is that archetypes can actually act kind-of like IDE project wizards while being IDE... Loading...
Re: Lift without maven - Roland Tepp <roland@...> writes: > Let's just agree that "difficult" and "complex" are just a perception > anyway. >... Loading...
Hi David, On Tue, Apr 22, 2008 at 11:09 PM, David MacIver <david.maciver@...> wrote: > On Tue, Apr 22,... Loading...
SBinary's build setup should not be taken as a good example of an easy to use rakefile. It does various custom magic... Loading...
RE: Re: Re: Lift without maven - > -----Original Message----- > From: David Bernard [mailto:david.bernard.31@...] > Someone say using XML to... Loading...
You can use the offline option (-o) with the mvn command to make sure it doesn't download anything. This and other... Loading...
An this is my template pom.xml for general Scala projects :-) On Tue, Apr 22, 2008 at 11:33 AM, Jorge Ortiz... Loading...
I have to agree, despite having never used Maven. So, on non-technical grounds, it seems that Maven puts people off... Loading...
Ricky Clarkson wrote: > I have to agree, despite having never used Maven. So, on > non-technical grounds, it... Loading...
As far as I can tell it should be possible to create such a system for all JVM languages by writing it in Java (or... Loading...
What would be the benefit of such a system? Any build script style things would need some sort of structured markup... Loading...
No benefit if you write it in Java (unless you must do cross-language development). The whole point is to take... Loading...
The point would be to make it have enough potential users to be worth writing. Personally I think it'd be worth... Loading...
> I will try, but you have to admit that the dependency from Maven it's a > issue that could limit the spread of Lift... Loading...