Wednesday, August 21, 2013

You don't have a SNAPSHOT project in the reactor projects list

We use Eclipse, Perforce, Jenkins and Artifactory here at work.

Since maven uses a lot of online repositories we do regular builds in Jenkins (after logging in) and then Maven releases.

Maven releases are tricky and sometimes our local setups are a little different where we use local (.m2) repositories or non snapshot versions.

If you get a message like this make sure you have -SNAPSHOT in your POM and resubmit.

For example you'll need:

<version>1.0.0.15-SNAPSHOT</version>

Friday, August 09, 2013

Changing a battery on my Iphone 4S is too difficult

I bought a new battery for my year and half old Iphone 4S.

In addition to the battery I bought proper tools to do it myself.

Everything seemed to work well, except for a little difficulty taking out the original battery that was glued into place.

I thought I had done everything right but when I restarted the IPhone 4S I was getting the message: "Searching..." The phone turned on and I could use everything, including wireless, but no connectivity to the AT&T network.

Seems other IPhone 4/4S users have encountered similar problems when I did a search on the internet.

I already went to the ATT store and they tried a working SIM card. No luck.

Tomorrow I try the Apple store and if no continual luck I'll try a repair shop.

I think I'm sick of Apple not having user friendly replaceable parts like a battery.

Update >>>

Went to the Apple Store Saturday morning before the opened and they couldn't help me. They asked me to reset the phone completely and restart and they took the phone in back to open it up briefly. They couldn't see anything wrong.

Second, I went to the ATT Store to see about early replacement. They couldn't offer me an upgrade deal until September 1st

Third, I went to a local repair shop: "Bouder Mac Repair," and paid $40.00 for diagnostics and a possible fix. Unfortunately, I shelled out $40.00 and no luck.

Saturday evening I posted the Iphone on cragistlist. Got some bites and sold the phone on Sunday for $150.00. They guy I sold it to works for ATT so I'll presume he had an easy way to fix.

Now using Google voice with my ATT phone number forwarded to it.


Exploring ELK (Elastic) Stack for hack-a-thon

At my current gig, our group finally got to do hack-a-thon week and I joined a team project that tied together a few of the technologies I&#...