Hi Paul...
I got Liferay Portal 6 from svn trunk.... I can't see it available on download section right now.
Anyway I've build it from the source and got it deployed..
I've run into some problems which I could pass thought... that I post here.
1 -> ant deploy fails if a previous compile target is not specified.
2 -> couldn't find any task that configures tomcat (I'm using tomcat 6 by the moment) ... jars are copied into TOMCAT_HOME/lib/ext but the catalina.p
roperties file that must be changed in way to load these jars are not updated (I've manually done that).
3 -> on deploy I got an error related to a class that does some ckeck:
17:50:28,392 WARN [MagicMimeMimeDetector:540] eu.medsea.mimeutil.detector.InvalidMa
gicMimeEntryException: Invalid Magic Mime Entry: [VOLUME1\WINDOWS\SYSTEM32\SHIMENG.DL
L\DEVICE\HARDDISKVOL]: file "/etc/magic.mime": before or at line 1
eu.medsea.mimeutil.detector.InvalidMagicMimeEntryException: Invalid Magic Mime Entry
: [VOLUME1\WINDOWS\SYSTEM32\SHIMENG.DLL\DEVICE\HARDDISKVOL]
at eu.medsea.mimeutil.detector.MagicMimeEntry.<init>(MagicMimeEntry.java:84)
I'm currently on Linux (Debian Lenny) so...I guess or this is configurable or some harcoding some
where ...(Will check it later right now is not critical..)
4 -> portal war is not correctly packed... themes are not build ..when launch browser to access port
al page blanks since on themes directory (classic and control_panel) only exists the _diffs fo
lder so ...VM templates are not loaded (I've updated manually those folder with right content and I can use the portal now).
7 -> today I got some error on firebug saying that jquery not exist... but it works and actually exist
s.. (not got it before) but things keep working..
8 -> Today I've started again the portal tomcat instance... and (I didn't have it clear yesterday when I was playing with it) ... but I think portal data are not being pers
isted.. all changes I've made yeterday (added some pages and portlets) are lost .. and I'm asked for accept license again...like I've never been logged into the portal (I'm using mysql ...) and I'll try to confirm this...which is a big issue!!
Right now what I have seen was really nice... love this new version .. I've been playing around with search .,.. love it

Now just some quick questions...
1 -> I've seen some maven... I guess plugins and portal are starting to be mavenized finally...
2 -> I've seen a mix too of FTL template files and VM files... Will Freemarker be the preferred method to
templating from now on ? ... Journal content supports Freemarker templates on this version and
how to
3 -> this one I can't figure out... ext development environment... How to build it? not found any target on ant buil
d files like the previous build-ext target.
Thanks and regards,
PF
Posted on 2/20/10 10:11 AM.