Okay. Just finishing up the release of 0.18 and I'll put up that ZIP file. This uses DOM (just to save myself the headache of SAX handlers) and all the tests pass. I completely removed all the JDK 1.6 and JAXB stuff and things should be fine with JDK 1.5.

You all should be able to drop the JAR files into any application and be good to go. Let me know if anything doesn't work. I'll do some testing on my side as well, but from what I can see, things are working as expected.

Lastly, if anyone is interested in building this stuff from source, I can show you how setup vertigo-ant. It's a pretty simple process.

-bp


Brian Pontarelli wrote:
Okay, the ZIP file is out there and contains the JAR , source JAR and Java.net Commons JAR. This should be deployable just via extraction. As for the JDK 1.6, I'm working on reverting that now. Although I have to say JAXB right in the JDK and unmarshalling with like 2 lines of code will be missed :( I think getting this into core is more valuable. hehe

I'll email when it is JDK 1.5 compatible. Should be about 30 minutes to an hour with unit tests, unless I get caught up in something else.

-bp

Brian Pontarelli wrote:
Sorry for the late reply to everyone. I've been super busy.

The project uses a build system called Vertigo-Ant to make it simpler to download deps and such. It is something we use at Texturemedia and makes this project simpler. I can point you to that project if you want to build it.

As for JDK 1.6, it is required right now, but only for component support for JAXB parsing. I'm planning on changing that out for the next release to use JDK 1.5 and SAX.

The URLClassLoaderResolver thing comes from Java.net Commons. I recently added a dependency (didn't used to have any) and forgot to update the project release to build a zip file with all the deps in it. I'll do that today. You can grab the latest version of Java.net commons from the project home:

https://java-net-commons.dev.java.net

The latest version is 1.3.11.

I'll have the ZIP file ready to use for the SmartURLs plugin today. Should only take 10-15 minutes to complete.

-bp

Ted Husted wrote:
I tried building it from source, using 1.6, under Eclipse, and the
problem is that a dependency on "net.java.lang.URLClassLoaderResolver"
was introduced between ".05" and .14 in the DefaultResultMapBuilder. I

In the build.xml and IntelliJ files there are a number of dependencies
on various products. I tried to check a few of those, like Savant, but
I didn't see the needed class.

-Ted.

On 9/7/07, Jim Cushing <[EMAIL PROTECTED]> wrote:
It looks like the plugin requires Java 1.6; I have tried running it
under 1.6 yet, but that may be the issue.

On Sep 6, 2007, at 7:53 PM, Ted Husted wrote:

When deploying the SmartUrls plugin, my system is unable to find
the class

 net.java.lang.URLClassLoaderResolver;

I tried to google it without success.

Can anyone tell me where this class might be found?

It's used by the DefaultResultMapBuilder class.

-Ted.

On 9/6/07, Ted Husted <[EMAIL PROTECTED]> wrote:
On 9/4/07, Brian Pontarelli <[EMAIL PROTECTED]> wrote:
 BTW, I'm planning on releasing 1.0 of SmartURLs this week and
doing some
announcements to lists and such. Are these still plans on pulling
that back
into core?
I'm trying out 0.14 now.

Should there be any problem trying it in an application that already
has some content, like the Blank application? Or is it either-or?

-Ted.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to