David H Nebinger 5 Years Ago Awesome! And, since the script includes the version details, it will beeasy to update your development environment as you apply new GAs,Service Packs and Fix Packs! I'm thinking, though, that since youcompile against the lowest version you can get away with (seehttps://web.liferay.com/web/user.26526/blog/-/blogs/compile-time-vs-runtime-osgi-dependencies),you would probably want to pick the GA1 release and populate yourrepository from that version. After all, you want to widen the range ofdeployment of your artifacts to Liferay versions, and picking the GA1release will do that. Please sign in to reply. Reply as... Cancel
Michael Chen 4 Years Ago Mac OSX version needs this tweaks (add $ in front of the single quote): local ARTIFACT_ID=$(unzip -c $1 META-INF/MANIFEST.MF | grep -F Bundle-SymbolicName | cut -d':' -f 2 | sed $'s/[\r ]//g' local VERSION=$(unzip -c $1 META-INF/MANIFEST.MF | grep -F Bundle-Version | cut -d':' -f 2 | sed $'s/[\r ]//g' Please sign in to reply. Reply as... Cancel Michael Chen Michael Chen 4 Years Ago Please delete above comment. The reply editor sucks. Please sign in to reply. Reply as... Cancel
Michael Chen Michael Chen 4 Years Ago Please delete above comment. The reply editor sucks. Please sign in to reply. Reply as... Cancel