.....~/sling]$ svn info
Path: .
URL: http://svn.apache.org/repos/asf/incubator/sling/trunk
Repository Root: http://svn.apache.org/repos/asf
Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 689701
Node Kind: directory
Schedule: normal
Last Changed Author: fmeschbe
Last Changed Rev: 689618
Last Changed Date: 2008-08-27 14:05:21 -0700 (Wed, 27 Aug 2008)
Attached patch taken at the above sandbox rev and url and from the
root of the sling source tree.
On Fri, Aug 29, 2008 at 12:14 AM, Bertrand Delacretaz
<[EMAIL PROTECTED]> wrote:
> H Jon,
>
> On Fri, Aug 29, 2008 at 1:36 AM, Jon Gorrono <[EMAIL PROTECTED]> wrote:
>> ...I changed the visibility of the ContentCreator interface to be public
>> and the tests succeed now
>>
>> The build now fails much later on (as a result of my 'fix'?), in one
>> of the executions of LaunchPad's dependency expansion phase:
>>
>> [INFO] [dependency:unpack-dependencies {execution: inline-framework-bundles}]
>> [INFO] Expanding:
>> /home/ccjon/.m2/repository/org/apache/felix/org.apache.felix.framework/1.0.4/org.apache.felix.framework-1.0.4.jar
>> into /home/ccjon/sling/launchpad/app/target/classes
>> org.codehaus.plexus.archiver.ArchiverException: The source must not be
>> a directory....
>
> Coud you give us the exact change that you made to the ContentCreator
> (ideally a patch), and indicate in which version of Sling (svn
> revision number) you're seeing the problem?
>
> I'd like to reproduce it and I have a similar macosx environment, but
> I've been running many full builds this week without problems.
>
> -Bertrand
>
--
Jon Gorrono
email{>+++++++++[>+++++++++++>++++++++++++>+++++++>+++++<<<<-]>+++++++.>++++.<---.>-.+++..---.-.+.>+.<++++++.<----.+.---.>+.<++++++++.>---.>>+.<<<----.-.>++.}
http{ats.ucdavis.edu}
Index: jcr/contentloader/src/main/java/org/apache/sling/jcr/contentloader/internal/ContentCreator.java
===================================================================
--- jcr/contentloader/src/main/java/org/apache/sling/jcr/contentloader/internal/ContentCreator.java (revision 689701)
+++ jcr/contentloader/src/main/java/org/apache/sling/jcr/contentloader/internal/ContentCreator.java (working copy)
@@ -28,7 +28,7 @@
*
* @since 2.0.4
*/
-interface ContentCreator {
+public interface ContentCreator {
/**
* Create a new node.