Hacker Newsnew | past | comments | ask | show | jobs | submit | gregorynicholas's commentslogin

mixin uppers (aka meth, speed, cocaine).


this post is the worst.. A) never really had contacts "disappear", although i definitely encounter conflicts with weird results (kind of expected).

B) use a shared host (justhost.com. lol) and php over google's infrastructure? fat chance this guy is competent enough to know what the fuck he's in for down the road..


would love to collab with you on your build scripts, hit me up at http://twitter.com/gregorynich


Not much of a build script, really. I used to (and, still do, for a limited purposes) use ant script to copy GAE jar files to war dir. (Now, Eclipse plugin seems to do that for me.) In any case, the relevant part is as follows (which used to have hard-coded SDK dir). I changed it last night to use "environment" var, GAESDK_HOME.

    ...
    <property environment="myenv" />
    <property name="gae.sdk.dir" value="${myenv.GAESDK_HOME}"/>
    ...
    <target name="copyGAEJars">
        <copy todir="${warLibDir}" overwrite="true" flatten="true">
		    <fileset dir ="${gae.sdk.dir}/lib/user">
			    <include name="**/*.jar" />
			</fileset>
		</copy>
    </target>
    ....


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: