Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#187080 - 28/10/2003 06:26 Jemplode47 src - org.jempeg.empeg.music is empty
LittleBlueThing
addict

Registered: 11/01/2002
Posts: 612
Loc: Reading, UK
As the subject says...

I can't find JOrbisTagExtractor or TFFID3TagWriter...
_________________________
LittleBlueThing Running twin 30's

Top
#187081 - 28/10/2003 06:31 Re: Jemplode47 src - org.jempeg.empeg.music is emp [Re: LittleBlueThing]
mschrag
pooh-bah

Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
OK. Now I'm confused. I mean, I'm just copying files over and zipping them! grumblegrumblegrumble. Let me go check wtf is going on.

Top
#187082 - 28/10/2003 06:37 Re: Jemplode47 src - org.jempeg.empeg.music is emp [Re: LittleBlueThing]
mschrag
pooh-bah

Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
weird -- somehow they were marked as being ignored by CVS, so eclipse wasn't copying them when i copied the folder. I'm attaching a zip of the jempeg-empeg/src/org/jempeg/empeg/music/tags folder.

ms


Attachments
185781-tags.zip (70 downloads)


Top
#187083 - 28/10/2003 07:35 Re: Jemplode47 src - org.jempeg.empeg.music is emp [Re: mschrag]
LittleBlueThing
addict

Registered: 11/01/2002
Posts: 612
Loc: Reading, UK
Muttermuttergrumble
I'd only just built some dummy stubs when someone goes and posts the real things...



Oops, err, "package com.tffenterprises.music.io does not exist"
It appears that my dummy stubs *were* far superior to the real thing
_________________________
LittleBlueThing Running twin 30's

Top
#187084 - 28/10/2003 07:45 Re: Jemplode47 src - org.jempeg.empeg.music is emp [Re: LittleBlueThing]
mschrag
pooh-bah

Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
Unfortunately I can't put out the source to that one ... That's owned by Daniel Zimmerman. So to compile, you'll need to put jemplode.jar in your classpath (or take out com.tffenterprises out of the jar and just put that in there)

Top
#187085 - 28/10/2003 07:55 Re: Jemplode47 src - org.jempeg.empeg.music is emp [Re: mschrag]
LittleBlueThing
addict

Registered: 11/01/2002
Posts: 612
Loc: Reading, UK
OK - ta.
_________________________
LittleBlueThing Running twin 30's

Top
#187086 - 28/10/2003 09:06 Re: Jemplode47 src - org.jempeg.empeg.music is emp [Re: LittleBlueThing]
LittleBlueThing
addict

Registered: 11/01/2002
Posts: 612
Loc: Reading, UK
phew - having fun.
Just downloaded eclipse and seem to have gotten your projects imported (less rmm and tests)

Noticed that the v47 src has:
public static String VERSION_STRING = "46";

Wondered why the debugger was showing V46 for a while...
It ran - and I thought it was attaching to an already running Jemplode - got v confused - in my pessimistic state that actually seemed more likely than I'd actually gotten a Java IDE to work and built someone else's code


PS Eclipse looks great!
_________________________
LittleBlueThing Running twin 30's

Top
#187087 - 28/10/2003 14:31 Re: Jemplode47 src - org.jempeg.empeg.music is emp [Re: LittleBlueThing]
mschrag
pooh-bah

Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
In reply to:

Just downloaded eclipse and seem to have gotten your projects imported (less rmm and tests)



Yeah -- i share testcases between jEmplode and RMMLite, so there are some cross dependencies in there. You could probably just remove the dependency on the "rmmlite" project and delete the offending java's that don't compile.

In reply to:


Noticed that the v47 src has:
public static String VERSION_STRING = "46";



This is in Version.java? I just grabbed the source zip and it says 47. You sure you got the latest? Maybe there's another rogue version string floating around -- what file is that in?

In reply to:

Wondered why the debugger was showing V46 for a while...



Something's definitely funky ... It's possible the jemplode.jar you have in your classpath to resolve some of those missing dependencies might be overriding the source files? I would doubt that, but i suppose it's possible -- might want to check the project build order to make sure source comes first?

In reply to:

PS Eclipse looks great!



By far the best Java IDE, IMO. It's fast and incredibly featureful ... the refactoring tools are just amazing.

ms

Top
#187088 - 28/10/2003 17:37 Re: Jemplode47 src - org.jempeg.empeg.music is emp [Re: mschrag]
LittleBlueThing
addict

Registered: 11/01/2002
Posts: 612
Loc: Reading, UK
It was me.

The source file has:
* @version $Revision: 1.2 $
and the latest files (CVS control files) in the zip are dated 24/10/03 06:37

So I suspect I got the v46 source - maybe my v47 download aborted - dunno. Doesn't matter - I'm getting the latest now...

Done, built, running and in my cvs server
Trying to figure out the eclipse CVS interface and how it interacts with command line CVS now.
_________________________
LittleBlueThing Running twin 30's

Top
#187089 - 28/10/2003 20:22 Re: Jemplode47 src - org.jempeg.empeg.music is emp [Re: LittleBlueThing]
mschrag
pooh-bah

Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
Oh man -- the Eclipse CVS interface is really nice ... great ui for branching, tagging, merging, exporting/importing patches. My only major complaints are about branch/tag discovery, but that's more of a general problem with CVS than eclipse in particular (though they managed to find the most confusing UI for it). I used to be a hardcore commandline CVS person, and I almost never touch the commandline except in the most complex of cases.

ms

Top