Cfmlprojects.org lucee lib changes?

My, previously working, Lucee Heroku application has started throwing build
errors:

[ERROR] Failed to execute goal on project lucee.heroku: Could not resolve
dependencies for project lucee.heroku:lucee.heroku:jar:0.1.1: The following
artifacts could not be resolved:
org.lucee.lib:com.naryx.tagfusion.cfx:jar:1.0,
org.lucee.lib:lowagie.itext:jar:2.1.2u-1,
org.lucee.lib:sun-xml.saaj:jar:1.2.1: Could not find artifact
org.lucee.lib:com.naryx.tagfusion.cfx:jar:1.0 in cfmlprojects (
download.recurser.com) → [Help 1]

Based on last updated date it looks like there have been changes to the lib
folder (download.recurser.com) two days ago.

Does anyone have any suggestions, and/or can anyone who maintains
cfmlprojects.org confirm if changes there could cause this?

Any help with the above would be much appreciated.

Thanks,

Mike

It looks like pom.xml in the Lucee 4.5.0.042 artifact is incorrect. It has:

<dependency>
  <groupId>org.lucee.lib</groupId>
  <artifactId>com.naryx.tagfusion.cfx</artifactId>
  <version>1.0</version>
</dependency>

And it looks like it should be:

org.lucee.lib
com-naryx-tagfusion-cfx
1.0

Based on this pom.xml:

http://cfmlprojects.org/artifacts/org/lucee/lib/com-naryx-tagfusion-cfx/1.0/com-naryx-tagfusion-cfx-1.0.pom http://cfmlprojects.org/artifacts/org/lucee/lib/com-naryx-tagfusion-cfx/1.0/com-naryx-tagfusion-cfx-1.0.pom

Sean> On Feb 10, 2015, at 4:33 PM, Michael Sprague <@Michael_Sprague> wrote:

My, previously working, Lucee Heroku application has started throwing build errors:

[ERROR] Failed to execute goal on project lucee.heroku: Could not resolve dependencies for project lucee.heroku:lucee.heroku:jar:0.1.1: The following artifacts could not be resolved: org.lucee.lib:com.naryx.tagfusion.cfx:jar:1.0, org.lucee.lib:lowagie.itext:jar:2.1.2u-1, org.lucee.lib:sun-xml.saaj:jar:1.2.1: Could not find artifact org.lucee.lib:com.naryx.tagfusion.cfx:jar:1.0 in cfmlprojects (download.recurser.com http://cfmlprojects.org/artifacts) → [Help 1]

Based on last updated date it looks like there have been changes to the lib folder (download.recurser.com http://cfmlprojects.org/artifacts/org/lucee/lib/) two days ago.

Does anyone have any suggestions, and/or can anyone who maintains cfmlprojects.org http://cfmlprojects.org/ confirm if changes there could cause this?

Any help with the above would be much appreciated.

Thanks,

Mike

Denny is your man for this

ASent from my phone
On 11 Feb 2015 01:26, “Michael Sprague” <@Michael_Sprague> wrote:

Ah, nice catch, Sean. I just tried manually specifying that on my end and
the build still fails (even after clearing Maven’s cache, just to be sure).

Any idea who to contact to get that resolved?

Mike

On Tue, Feb 10, 2015 at 8:20 PM, Sean Corfield <@Sean_Corfield> wrote:

It looks like pom.xml in the Lucee 4.5.0.042 artifact is incorrect. It
has:

<dependency>
  <groupId>org.lucee.lib</groupId>
  <artifactId>com.naryx.tagfusion.cfx</artifactId>
  <version>1.0</version>
</dependency>

And it looks like it should be:

<dependency>
  <groupId>org.lucee.lib</groupId>
  <artifactId>com-naryx-tagfusion-cfx</artifactId>
  <version>1.0</version>
</dependency>

Based on this pom.xml:

http://cfmlprojects.org/artifacts/org/lucee/lib/com-naryx-tagfusion-cfx/1.0/com-naryx-tagfusion-cfx-1.0.pom

Sean

On Feb 10, 2015, at 4:33 PM, Michael Sprague <@Michael_Sprague> wrote:

My, previously working, Lucee Heroku application has started throwing
build errors:

[ERROR] Failed to execute goal on project lucee.heroku: Could not resolve
dependencies for project lucee.heroku:lucee.heroku:jar:0.1.1: The following
artifacts could not be resolved:
org.lucee.lib:com.naryx.tagfusion.cfx:jar:1.0,
org.lucee.lib:lowagie.itext:jar:2.1.2u-1,
org.lucee.lib:sun-xml.saaj:jar:1.2.1: Could not find artifact
org.lucee.lib:com.naryx.tagfusion.cfx:jar:1.0 in cfmlprojects (
download.recurser.com) → [Help 1]

Based on last updated date it looks like there have been changes to the
lib folder (download.recurser.com) two days
ago.

Does anyone have any suggestions, and/or can anyone who maintains
cfmlprojects.org confirm if changes there could cause this?

Any help with the above would be much appreciated.

Thanks,

Mike

–
You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/6ED8986F-F281-4C4F-B999-8480BD28902D%40corfield.org
https://groups.google.com/d/msgid/lucee/6ED8986F-F281-4C4F-B999-8480BD28902D%40corfield.org?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

–
You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/CAB1Zp0KyBsB6XZMvvWh%3D1yO3meo%2BaoT3HioJFH4p6BvccsN76w%40mail.gmail.com
https://groups.google.com/d/msgid/lucee/CAB1Zp0KyBsB6XZMvvWh%3D1yO3meo%2BaoT3HioJFH4p6BvccsN76w%40mail.gmail.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

The dependencies are fixed now, sorry 'bout that, thought I had it sorted
earlier!

-DenOn Tue, Feb 10, 2015 at 6:34 PM, Michael Sprague <@Michael_Sprague> wrote:

That’s what I thought. I had previously posted, asking about Lucee
4.5.1.000 not being on cfmlprojects.org, as well and not heard back from
him yet.

Hoping he sees these threads tonight.

Thanks again!

Mike

On Tue, Feb 10, 2015 at 8:32 PM, Alex Skinner <@Alex_Skinner> wrote:

Denny is your man for this

A

Sent from my phone
On 11 Feb 2015 01:26, “Michael Sprague” <@Michael_Sprague> wrote:

Ah, nice catch, Sean. I just tried manually specifying that on my end
and the build still fails (even after clearing Maven’s cache, just to be
sure).

Any idea who to contact to get that resolved?

Mike

On Tue, Feb 10, 2015 at 8:20 PM, Sean Corfield <@Sean_Corfield> wrote:

It looks like pom.xml in the Lucee 4.5.0.042 artifact is incorrect. It
has:

<dependency>
  <groupId>org.lucee.lib</groupId>
  <artifactId>com.naryx.tagfusion.cfx</artifactId>
  <version>1.0</version>
</dependency>

And it looks like it should be:

<dependency>
  <groupId>org.lucee.lib</groupId>
  <artifactId>com-naryx-tagfusion-cfx</artifactId>
  <version>1.0</version>
</dependency>

Based on this pom.xml:

http://cfmlprojects.org/artifacts/org/lucee/lib/com-naryx-tagfusion-cfx/1.0/com-naryx-tagfusion-cfx-1.0.pom

Sean

On Feb 10, 2015, at 4:33 PM, Michael Sprague <@Michael_Sprague> wrote:

My, previously working, Lucee Heroku application has started throwing
build errors:

[ERROR] Failed to execute goal on project lucee.heroku: Could not
resolve dependencies for project lucee.heroku:lucee.heroku:jar:0.1.1: The
following artifacts could not be resolved:
org.lucee.lib:com.naryx.tagfusion.cfx:jar:1.0,
org.lucee.lib:lowagie.itext:jar:2.1.2u-1,
org.lucee.lib:sun-xml.saaj:jar:1.2.1: Could not find artifact
org.lucee.lib:com.naryx.tagfusion.cfx:jar:1.0 in cfmlprojects (
download.recurser.com) → [Help 1]

Based on last updated date it looks like there have been changes to the
lib folder (download.recurser.com) two days
ago.

Does anyone have any suggestions, and/or can anyone who maintains
cfmlprojects.org confirm if changes there could cause this?

Any help with the above would be much appreciated.

Thanks,

Mike

–
You received this message because you are subscribed to the Google
Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/6ED8986F-F281-4C4F-B999-8480BD28902D%40corfield.org
https://groups.google.com/d/msgid/lucee/6ED8986F-F281-4C4F-B999-8480BD28902D%40corfield.org?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

–
You received this message because you are subscribed to the Google
Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/CAB1Zp0KyBsB6XZMvvWh%3D1yO3meo%2BaoT3HioJFH4p6BvccsN76w%40mail.gmail.com
https://groups.google.com/d/msgid/lucee/CAB1Zp0KyBsB6XZMvvWh%3D1yO3meo%2BaoT3HioJFH4p6BvccsN76w%40mail.gmail.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

–
You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/CAFrbJ5XeeaSa8dzZ9xex1iGbx2ckzmH92hF24RAyk2VhHUx-Qw%40mail.gmail.com
https://groups.google.com/d/msgid/lucee/CAFrbJ5XeeaSa8dzZ9xex1iGbx2ckzmH92hF24RAyk2VhHUx-Qw%40mail.gmail.com?utm_medium=email&utm_source=footer
.

For more options, visit https://groups.google.com/d/optout.

Thanks Denny. Any ETA on getting 4.5.1.000 up there?

SeanOn Feb 11, 2015, at 12:28 PM, denstar <@denstar> wrote:

The dependencies are fixed now, sorry 'bout that, thought I had it sorted earlier!

Hi Den,

I’ve just download lucee.tomcat (/artifacts/org/lucee/lucee.tomcat/
4.5.0.042/) and on OSX 10.10 all looks good :slight_smile: ( did a quick standard unit
test for my general use stuff).
Will check some others as well for osx 10.10…

Thanks for the great work!

Mike2015-02-12 4:46 GMT+01:00 denstar <@denstar>:

On Wed, Feb 11, 2015 at 1:35 PM, Sean Corfield wrote:

Thanks Denny. Any ETA on getting 4.5.1.000 up there?

Real Soon Now! Heh-- no, seriously tho, the installers are leveraging the
same build artifacts, and they’re almost there. The source repo is down
from 600 megs or so (and exponentially growing) to about 28, just gotta
take the plunge there basically, loathe tho I am to have to do that, but
it’s for the best. Speaking of installers, if folks want to give the
tomcat builds a go for the various OSes, that’d be swell:

http://cfmlprojects.org/artifacts/org/lucee/

The modcfml+jre is most in need of testing, though the new installer will
only optionally install modcfml now, as it ships with a stand-alone nginx
server choice as well, but I want to be sure we’ve captured the stuff from
the old installs (enableHostLookup as false, etc., things were slightly
different for tomcat8).

-Den

–
You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/CAOe-Q11wKmWi2MwE_6aAKCyTYwob4GF1VuCthD6CjrEN8Vfyjw%40mail.gmail.com
https://groups.google.com/d/msgid/lucee/CAOe-Q11wKmWi2MwE_6aAKCyTYwob4GF1VuCthD6CjrEN8Vfyjw%40mail.gmail.com?utm_medium=email&utm_source=footer
.

For more options, visit https://groups.google.com/d/optout.

–
Michael van Leest

Real Soon Now! Heh-- no, seriously tho, the installers are leveraging the
same build artifacts, and they’re almost there. The source repo is down
from 600 megs or so (and exponentially growing) to about 28, just gotta
take the plunge there basically, loathe tho I am to have to do that, but
it’s for the best.

Cool. Lots of good stuff going on!On Wed, Feb 11, 2015 at 7:46 PM, denstar <@denstar> wrote:

Sean A Corfield – (904) 302-SEAN
An Architect’s View – http://corfield.org/
World Singles, LLC. – http://worldsingles.com/

“Perfection is the enemy of the good.”
– Gustave Flaubert, French realist novelist (1821-1880)

Thanks Denny. Any ETA on getting 4.5.1.000 up there?

Real Soon Now! Heh-- no, seriously tho, the installers are leveraging the
same build artifacts, and they’re almost there. The source repo is down
from 600 megs or so (and exponentially growing) to about 28, just gotta
take the plunge there basically, loathe tho I am to have to do that, but
it’s for the best. Speaking of installers, if folks want to give the
tomcat builds a go for the various OSes, that’d be swell:

http://cfmlprojects.org/artifacts/org/lucee/

The modcfml+jre is most in need of testing, though the new installer will
only optionally install modcfml now, as it ships with a stand-alone nginx
server choice as well, but I want to be sure we’ve captured the stuff from
the old installs (enableHostLookup as false, etc., things were slightly
different for tomcat8).

-DenOn Wed, Feb 11, 2015 at 1:35 PM, Sean Corfield wrote: