Dan Haywood (JIRA | 19 May 2013 18:21
Picon
Favicon

[jira] [Resolved] (ISIS-408) Auditing should ignore non-persistable properties (annotated with <at> NotPersisted).


     [
https://issues.apache.org/jira/browse/ISIS-408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Haywood resolved ISIS-408.
------------------------------

    Resolution: Fixed

> Auditing should ignore non-persistable properties (annotated with  <at> NotPersisted).
> ---------------------------------------------------------------------------------
>
>                 Key: ISIS-408
>                 URL: https://issues.apache.org/jira/browse/ISIS-408
>             Project: Isis
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: core-1.1.0
>            Reporter: Dan Haywood
>            Assignee: Dan Haywood
>            Priority: Minor
>             Fix For: core-1.2.0
>
>
> ... causing issues with (application-level) integration tests post a refactoring.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
(Continue reading)

Dan Haywood (JIRA | 19 May 2013 18:05
Picon
Favicon

[jira] [Created] (ISIS-408) Auditing should ignore non-persistable properties (annotated with <at> NotPersisted).

Dan Haywood created ISIS-408:
--------------------------------

             Summary: Auditing should ignore non-persistable properties (annotated with  <at> NotPersisted).
                 Key: ISIS-408
                 URL: https://issues.apache.org/jira/browse/ISIS-408
             Project: Isis
          Issue Type: Bug
          Components: Core
    Affects Versions: core-1.1.0
            Reporter: Dan Haywood
            Assignee: Dan Haywood
            Priority: Minor
             Fix For: core-1.2.0

... causing issues with (application-level) integration tests post a refactoring.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Dan Haywood (JIRA | 17 May 2013 10:25
Picon
Favicon

[jira] [Resolved] (ISIS-407) Annotation to automatically adjust end dates of ranges so that they are shown as inclusive vs exclusive.


     [
https://issues.apache.org/jira/browse/ISIS-407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Haywood resolved ISIS-407.
------------------------------

    Resolution: Fixed

Implemented as  <at> RenderedAsDayBefore

The facet is RenderedAdjustedFacet.

> Annotation to automatically adjust end dates of ranges so that they are shown as inclusive vs exclusive.
> --------------------------------------------------------------------------------------------------------
>
>                 Key: ISIS-407
>                 URL: https://issues.apache.org/jira/browse/ISIS-407
>             Project: Isis
>          Issue Type: New Feature
>          Components: Core, Viewer: Wicket
>    Affects Versions: viewer-wicket-1.1.0, core-1.1.0
>            Reporter: Dan Haywood
>            Assignee: Dan Haywood
>            Priority: Minor
>             Fix For: viewer-wicket-1.2.0, core-1.2.0
>
>
> eg for an interval [1-apr-2013, 1-jul-2013), we want the end date to be rendered as 30-jun-2013.
> Suggestion is  <at> RenderedAdjusted.
(Continue reading)

Dan Haywood (JIRA | 16 May 2013 23:51
Picon
Favicon

[jira] [Created] (ISIS-407) Annotation to automatically adjust end dates of ranges so that they are shown as inclusive vs exclusive.

Dan Haywood created ISIS-407:
--------------------------------

             Summary: Annotation to automatically adjust end dates of ranges so that they are shown as inclusive vs exclusive.
                 Key: ISIS-407
                 URL: https://issues.apache.org/jira/browse/ISIS-407
             Project: Isis
          Issue Type: New Feature
          Components: Core, Viewer: Wicket
    Affects Versions: core-1.1.0, viewer-wicket-1.1.0
            Reporter: Dan Haywood
            Assignee: Dan Haywood
            Priority: Minor
             Fix For: viewer-wicket-1.2.0, core-1.2.0

eg for an interval [1-apr-2013, 1-jul-2013), we want the end date to be rendered as 30-jun-2013.

Suggestion is  <at> RenderedAdjusted.

The conversion is done within Wicket UI widget.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Dan Haywood | 16 May 2013 23:46

Need help naming a new annotation.

The Estatio app that Jeroen and I are developing has quite a number of date
ranges.

Internally we want to store these as a pair of dates, with inclusive start,
exclusive end.  For example [1-apr-2013, 1-jul-2013) represents all of Q2.

However, on the UI our users want the end date to be the inclusive.  In
other words, [1-apr-2013, 30-jun-2013].

Probably the best solution to this is to have proper support for Joda's
Interval class.  But that's quite a lot of work that we don't want to get
into for now.  (Especially because we have open-ended intervals, ie where
null end date implies infinity).

Rather than polluting our domain code with lots of +1day/-1day nonsense, a
simpler solution we came up with was a new annotation that could be applied
to the end date, so that it is stored exclusive (1-jul-2013) but is
rendered 1 day before (30-jun-2013).  Neat, huh?

Question is: what to call this annotation.  Right now I have chosen
" <at> RenderedAdjusted":

public LocalDate getStartDate() { ... }

 <at> RenderedAdjusted
public LocalDate getEndDate() { ... }

But I don't like it as a name; too clunky.

Other names I've though of are:
(Continue reading)

Dan Haywood (JIRA | 14 May 2013 22:15
Picon
Favicon

[jira] [Created] (ISIS-406) Tidy-up tasks for release (Isis Core 1.2.0, Wicket 1.2.0, JDO 1.1.0, Restful 2.0.0, etc)

Dan Haywood created ISIS-406:
--------------------------------

             Summary: Tidy-up tasks for release (Isis Core 1.2.0, Wicket 1.2.0, JDO 1.1.0, Restful 2.0.0, etc)
                 Key: ISIS-406
                 URL: https://issues.apache.org/jira/browse/ISIS-406
             Project: Isis
          Issue Type: Task
          Components: Archetypes, Core, Objectstore: JDO, Viewer: RestfulObjects, Viewer: Wicket
    Affects Versions: core-1.1.0, objectstore-jdo-1.0.0, viewer-wicket-1.1.0,
viewer-restfulobjects-1.0.0, archetype-wrj-1.0.2
            Reporter: Dan Haywood
            Assignee: Dan Haywood
            Priority: Minor
             Fix For: archetype-wrj-1.0.3, viewer-restfulobjects-2.0.0, viewer-wicket-1.2.0,
objectstore-jdo-1.1.0, core-1.2.0

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Oscar Bou (JIRA | 14 May 2013 14:25
Picon
Favicon

[jira] [Created] (ISIS-405) Clearer messages for Validation exceptions including field or parameter name and class/action name

Oscar Bou created ISIS-405:
------------------------------

             Summary: Clearer messages for Validation exceptions including field or parameter name and class/action name
                 Key: ISIS-405
                 URL: https://issues.apache.org/jira/browse/ISIS-405
             Project: Isis
          Issue Type: Improvement
          Components: Core
    Affects Versions: core-1.1.0
         Environment: Testing against the 1.0.2 quickstart prototype.
            Reporter: Oscar Bou
            Assignee: Dan Haywood

The following exception message is shown when a mandatory field is not entered (trace shown generated from
a JUnit viewer test):

org.apache.isis.progmodel.wrapper.applib.InvalidException: Mandatory
	at org.apache.isis.progmodel.wrapper.metamodel.internal.DomainObjectInvocationHandler.toException(DomainObjectInvocationHandler.java:561)
	at org.apache.isis.progmodel.wrapper.metamodel.internal.DomainObjectInvocationHandler.notifyListenersAndVetoIfRequired(DomainObjectInvocationHandler.java:533)
	at org.apache.isis.progmodel.wrapper.metamodel.internal.DomainObjectInvocationHandler.handleActionMethod(DomainObjectInvocationHandler.java:483)
	at org.apache.isis.progmodel.wrapper.metamodel.internal.DomainObjectInvocationHandler.invoke(DomainObjectInvocationHandler.java:225)
	at org.apache.isis.progmodel.wrapper.metamodel.internal.InvocationHandlerMethodInterceptor.intercept(InvocationHandlerMethodInterceptor.java:37)
	at com.xms.framework.architecture.domain.model.technology.NodeFactory$$EnhancerByCGLIB$$a0559340.createNode(<generated>)
	at com.xms.framework.architecture.domain.model.technology.tests.NodeTest.testDomainEntity_CreateWithEmptyString(NodeTest.java:295)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.junit.internal.runners.TestMethod.invoke(TestMethod.java:68)
(Continue reading)

Oscar Bou (JIRA | 14 May 2013 14:11
Picon
Favicon

[jira] [Created] (ISIS-404) Testing if a "wrapped" Domain Object has been persisted fails

Oscar Bou created ISIS-404:
------------------------------

             Summary: Testing if a "wrapped" Domain Object has been persisted fails
                 Key: ISIS-404
                 URL: https://issues.apache.org/jira/browse/ISIS-404
             Project: Isis
          Issue Type: Bug
          Components: Viewer: JUnit
    Affects Versions: viewer-junit-1.0.0
         Environment: Testing against current JUnit viewer snapshot over the 1.0.2 quickstart prototype.
            Reporter: Oscar Bou
            Assignee: Dan Haywood

While doing tests over factory actions, one assert would be to verify the object has been persisted through
the DomainObjectContainer.isPersistent(domainObject) method. 

If the evaluation is done over a wrapped object, it returns false.

If it's done over the original object, it returns true.

As an example:

		// Test if the Domain Object has been persisted.
		assertTrue(domainObjectContainer
				.isPersistent(communicationPathAssociatedWithNode));

		// Node must be wrapped for the Apache Isis validators to be executed.
		communicationPathAssociatedWithNode = wrapped(communicationPathAssociatedWithNode);

(Continue reading)

Dan Haywood | 13 May 2013 22:44

[DISCUSSION] Time to cut another release?

Hi folks,

I've been alluding to cutting another release in a couple of recent emails
on users <at> , so just wanted to formally kick off a discussion thread on it.

What I propose is:
- core 1.2.0
- objectstore-jdo 1.1.0
- viewer-wicket 1.2.0
- viewer-restfulobjects 2.0.0 (major bump because now implementing RO spec
v1.0)
- quickstart archetype 1.0.3

Any stories not implemented but assigned to these releases I'll move onto
v.next.

I don't think there's any need to release security-shiro or security-file,
but I'll double check if any commits have impacted them.

Oscar on users <at>  is also asking for viewer-junit, so I'll take a look at
that codebase and see what state it is in.  A possible compromise might be
just to push out a snapshot release of it.

Chip in if you have anything to add, otherwise I'll assume lazy consensus
[1]

Thx
Dan

[1] http://www.apache.org/foundation/voting.html#LazyConsensus
(Continue reading)

Apache Jenkins Server | 13 May 2013 03:05
Picon

Build failed in Jenkins: isis-core-ubuntu #663

See <https://builds.apache.org/job/isis-core-ubuntu/663/>

------------------------------------------
[...truncated 3442 lines...]
[JENKINS] Archiving <https://builds.apache.org/job/isis-core-ubuntu/ws/component/objectstore/jdo/jdo-applib/target/isis-objectstore-jdo-applib-1.0.1-SNAPSHOT-test-sources.jar> to /home/hudson/hudson/jobs/isis-core-ubuntu/modules/org.apache.isis.objectstore$isis-objectstore-jdo-applib/builds/2013-05-13_00-54-50/archive/org.apache.isis.objectstore/isis-objectstore-jdo-applib/1.0.1-SNAPSHOT/isis-objectstore-jdo-applib-1.0.1-SNAPSHOT-test-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/isis-core-ubuntu/ws/component/objectstore/jdo/jdo-applib/target/isis-objectstore-jdo-applib-1.0.1-SNAPSHOT-site.xml> to /home/hudson/hudson/jobs/isis-core-ubuntu/modules/org.apache.isis.objectstore$isis-objectstore-jdo-applib/builds/2013-05-13_00-54-50/archive/org.apache.isis.objectstore/isis-objectstore-jdo-applib/1.0.1-SNAPSHOT/isis-objectstore-jdo-applib-1.0.1-SNAPSHOT-site.xml
[JENKINS] Archiving <https://builds.apache.org/job/isis-core-ubuntu/ws/component/objectstore/jdo/jdo-applib/target/isis-objectstore-jdo-applib-1.0.1-SNAPSHOT-tests.jar> to /home/hudson/hudson/jobs/isis-core-ubuntu/modules/org.apache.isis.objectstore$isis-objectstore-jdo-applib/builds/2013-05-13_00-54-50/archive/org.apache.isis.objectstore/isis-objectstore-jdo-applib/1.0.1-SNAPSHOT/isis-objectstore-jdo-applib-1.0.1-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://builds.apache.org/job/isis-core-ubuntu/ws/core/profilestore-inmemory/pom.xml> to /home/hudson/hudson/jobs/isis-core-ubuntu/modules/org.apache.isis.core$isis-core-profilestore/builds/2013-05-13_00-54-50/archive/org.apache.isis.core/isis-core-profilestore/1.1.1-SNAPSHOT/isis-core-profilestore-1.1.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/isis-core-ubuntu/ws/core/profilestore-inmemory/target/isis-core-profilestore-1.1.1-SNAPSHOT.jar> to /home/hudson/hudson/jobs/isis-core-ubuntu/modules/org.apache.isis.core$isis-core-profilestore/builds/2013-05-13_00-54-50/archive/org.apache.isis.core/isis-core-profilestore/1.1.1-SNAPSHOT/isis-core-profilestore-1.1.1-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/isis-core-ubuntu/ws/core/profilestore-inmemory/target/isis-core-profilestore-1.1.1-SNAPSHOT-sources.jar> to /home/hudson/hudson/jobs/isis-core-ubuntu/modules/org.apache.isis.core$isis-core-profilestore/builds/2013-05-13_00-54-50/archive/org.apache.isis.core/isis-core-profilestore/1.1.1-SNAPSHOT/isis-core-profilestore-1.1.1-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/isis-core-ubuntu/ws/core/profilestore-inmemory/target/isis-core-profilestore-1.1.1-SNAPSHOT-test-sources.jar> to /home/hudson/hudson/jobs/isis-core-ubuntu/modules/org.apache.isis.core$isis-core-profilestore/builds/2013-05-13_00-54-50/archive/org.apache.isis.core/isis-core-profilestore/1.1.1-SNAPSHOT/isis-core-profilestore-1.1.1-SNAPSHOT-test-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/isis-core-ubuntu/ws/core/profilestore-inmemory/target/isis-core-profilestore-1.1.1-SNAPSHOT-site.xml> to /home/hudson/hudson/jobs/isis-core-ubuntu/modules/org.apache.isis.core$isis-core-profilestore/builds/2013-05-13_00-54-50/archive/org.apache.isis.core/isis-core-profilestore/1.1.1-SNAPSHOT/isis-core-profilestore-1.1.1-SNAPSHOT-site.xml
[JENKINS] Archiving <https://builds.apache.org/job/isis-core-ubuntu/ws/core/profilestore-inmemory/target/isis-core-profilestore-1.1.1-SNAPSHOT-tests.jar> to /home/hudson/hudson/jobs/isis-core-ubuntu/modules/org.apache.isis.core$isis-core-profilestore/builds/2013-05-13_00-54-50/archive/org.apache.isis.core/isis-core-profilestore/1.1.1-SNAPSHOT/isis-core-profilestore-1.1.1-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://builds.apache.org/job/isis-core-ubuntu/ws/component/viewer/restfulobjects/rendering/pom.xml> to /home/hudson/hudson/jobs/isis-core-ubuntu/modules/org.apache.isis.viewer$isis-viewer-restfulobjects-rendering/builds/2013-05-13_00-54-50/archive/org.apache.isis.viewer/isis-viewer-restfulobjects-rendering/2.0.0-SNAPSHOT/isis-viewer-restfulobjects-rendering-2.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/isis-core-ubuntu/ws/example/application/quickstart_dnd_junit_bdd/viewer-dnd/pom.xml> to /home/hudson/hudson/jobs/isis-core-ubuntu/modules/org.apache.isis.example.application$quickstart_dnd_junit_bdd-viewer-dnd/builds/2013-05-13_00-54-50/archive/org.apache.isis.example.application/quickstart_dnd_junit_bdd-viewer-dnd/1.0.0-SNAPSHOT/quickstart_dnd_junit_bdd-viewer-dnd-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/isis-core-ubuntu/ws/example/application/claims/viewer-dnd/pom.xml> to /home/hudson/hudson/jobs/isis-core-ubuntu/modules/org.apache.isis.example.application$claims-viewer-dnd/builds/2013-05-13_00-54-50/archive/org.apache.isis.example.application/claims-viewer-dnd/1.0.0-SNAPSHOT/claims-viewer-dnd-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/isis-core-ubuntu/ws/component/objectstore/jdo/jdo-datanucleus/pom.xml> to /home/hudson/hudson/jobs/isis-core-ubuntu/modules/org.apache.isis.objectstore$isis-objectstore-jdo-datanucleus/builds/2013-05-13_00-54-50/archive/org.apache.isis.objectstore/isis-objectstore-jdo-datanucleus/1.0.1-SNAPSHOT/isis-objectstore-jdo-datanucleus-1.0.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/isis-core-ubuntu/ws/component/objectstore/jdo/jdo-datanucleus/target/isis-objectstore-jdo-datanucleus-1.0.1-SNAPSHOT.jar> to /home/hudson/hudson/jobs/isis-core-ubuntu/modules/org.apache.isis.objectstore$isis-objectstore-jdo-datanucleus/builds/2013-05-13_00-54-50/archive/org.apache.isis.objectstore/isis-objectstore-jdo-datanucleus/1.0.1-SNAPSHOT/isis-objectstore-jdo-datanucleus-1.0.1-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/isis-core-ubuntu/ws/component/objectstore/jdo/jdo-datanucleus/target/isis-objectstore-jdo-datanucleus-1.0.1-SNAPSHOT-sources.jar> to /home/hudson/hudson/jobs/isis-core-ubuntu/modules/org.apache.isis.objectstore$isis-objectstore-jdo-datanucleus/builds/2013-05-13_00-54-50/archive/org.apache.isis.objectstore/isis-objectstore-jdo-datanucleus/1.0.1-SNAPSHOT/isis-objectstore-jdo-datanucleus-1.0.1-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/isis-core-ubuntu/ws/component/objectstore/jdo/jdo-datanucleus/target/isis-objectstore-jdo-datanucleus-1.0.1-SNAPSHOT-test-sources.jar> to /home/hudson/hudson/jobs/isis-core-ubuntu/modules/org.apache.isis.objectstore$isis-objectstore-jdo-datanucleus/builds/2013-05-13_00-54-50/archive/org.apache.isis.objectstore/isis-objectstore-jdo-datanucleus/1.0.1-SNAPSHOT/isis-objectstore-jdo-datanucleus-1.0.1-SNAPSHOT-test-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/isis-core-ubuntu/ws/component/objectstore/jdo/jdo-datanucleus/target/isis-objectstore-jdo-datanucleus-1.0.1-SNAPSHOT-site.xml> to /home/hudson/hudson/jobs/isis-core-ubuntu/modules/org.apache.isis.objectstore$isis-objectstore-jdo-datanucleus/builds/2013-05-13_00-54-50/archive/org.apache.isis.objectstore/isis-objectstore-jdo-datanucleus/1.0.1-SNAPSHOT/isis-objectstore-jdo-datanucleus-1.0.1-SNAPSHOT-site.xml
[JENKINS] Archiving <https://builds.apache.org/job/isis-core-ubuntu/ws/component/objectstore/jdo/jdo-datanucleus/target/isis-objectstore-jdo-datanucleus-1.0.1-SNAPSHOT-tests.jar> to /home/hudson/hudson/jobs/isis-core-ubuntu/modules/org.apache.isis.objectstore$isis-objectstore-jdo-datanucleus/builds/2013-05-13_00-54-50/archive/org.apache.isis.objectstore/isis-objectstore-jdo-datanucleus/1.0.1-SNAPSHOT/isis-objectstore-jdo-datanucleus-1.0.1-SNAPSHOT-tests.jar
[JENKINS] Archiving <https://builds.apache.org/job/isis-core-ubuntu/ws/pom.xml> to /home/hudson/hudson/jobs/isis-core-ubuntu/modules/org.apache.isis$isis-all/builds/2013-05-13_00-54-50/archive/org.apache.isis/isis-all/1.0.0-SNAPSHOT/isis-all-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/isis-core-ubuntu/ws/component/viewer/junit/pom.xml> to /home/hudson/hudson/jobs/isis-core-ubuntu/modules/org.apache.isis.viewer$isis-viewer-junit/builds/2013-05-13_00-54-50/archive/org.apache.isis.viewer/isis-viewer-junit/1.0.0-SNAPSHOT/isis-viewer-junit-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/isis-core-ubuntu/ws/core/unittestsupport/pom.xml> to /home/hudson/hudson/jobs/isis-core-ubuntu/modules/org.apache.isis.core$isis-core-unittestsupport/builds/2013-05-13_00-54-50/archive/org.apache.isis.core/isis-core-unittestsupport/1.1.1-SNAPSHOT/isis-core-unittestsupport-1.1.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/isis-core-ubuntu/ws/core/unittestsupport/target/isis-core-unittestsupport-1.1.1-SNAPSHOT.jar> to /home/hudson/hudson/jobs/isis-core-ubuntu/modules/org.apache.isis.core$isis-core-unittestsupport/builds/2013-05-13_00-54-50/archive/org.apache.isis.core/isis-core-unittestsupport/1.1.1-SNAPSHOT/isis-core-unittestsupport-1.1.1-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/isis-core-ubuntu/ws/core/unittestsupport/target/isis-core-unittestsupport-1.1.1-SNAPSHOT-sources.jar> to /home/hudson/hudson/jobs/isis-core-ubuntu/modules/org.apache.isis.core$isis-core-unittestsupport/builds/2013-05-13_00-54-50/archive/org.apache.isis.core/isis-core-unittestsupport/1.1.1-SNAPSHOT/isis-core-unittestsupport-1.1.1-SNAPSHOT-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/isis-core-ubuntu/ws/core/unittestsupport/target/isis-core-unittestsupport-1.1.1-SNAPSHOT-test-sources.jar> to /home/hudson/hudson/jobs/isis-core-ubuntu/modules/org.apache.isis.core$isis-core-unittestsupport/builds/2013-05-13_00-54-50/archive/org.apache.isis.core/isis-core-unittestsupport/1.1.1-SNAPSHOT/isis-core-unittestsupport-1.1.1-SNAPSHOT-test-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/isis-core-ubuntu/ws/core/unittestsupport/target/isis-core-unittestsupport-1.1.1-SNAPSHOT-site.xml> to /home/hudson/hudson/jobs/isis-core-ubuntu/modules/org.apache.isis.core$isis-core-unittestsupport/builds/2013-05-13_00-54-50/archive/org.apache.isis.core/isis-core-unittestsupport/1.1.1-SNAPSHOT/isis-core-unittestsupport-1.1.1-SNAPSHOT-site.xml
[JENKINS] Archiving <https://builds.apache.org/job/isis-core-ubuntu/ws/core/unittestsupport/target/isis-core-unittestsupport-1.1.1-SNAPSHOT-tests.jar> to /home/hudson/hudson/jobs/isis-core-ubuntu/modules/org.apache.isis.core$isis-core-unittestsupport/builds/2013-05-13_00-54-50/archive/org.apache.isis.core/isis-core-unittestsupport/1.1.1-SNAPSHOT/isis-core-unittestsupport-1.1.1-SNAPSHOT-tests.jar
(Continue reading)

Apache Jenkins Server | 13 May 2013 03:05
Picon

Build failed in Jenkins: isis-core-ubuntu » Isis Drag-n-Drop Viewer TCK tests #663

See <https://builds.apache.org/job/isis-core-ubuntu/org.apache.isis.viewer$isis-viewer-dnd-tck/663/>

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Isis Drag-n-Drop Viewer TCK tests 1.1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] [INFO] Deleting <https://builds.apache.org/job/isis-core-ubuntu/org.apache.isis.viewer$isis-viewer-dnd-tck/ws/target>

[INFO] --- maven-clean-plugin:2.5:clean (default-clean)  <at>  isis-viewer-dnd-tck ---
[TASKS] Scanning folder
'<https://builds.apache.org/job/isis-core-ubuntu/org.apache.isis.viewer$isis-viewer-dnd-tck/ws/'>
for files matching the pattern '**/*.java' - excludes: 
[TASKS] Found 0 files to scan for tasks
Found 0 open tasks.
[TASKS] Computing warning deltas based on reference build #662
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.4:process (default)  <at>  isis-viewer-dnd-tck ---
[INFO] [INFO] Skipping remote-resource generation in this project because it's not the Execution Root

[INFO] --- maven-remote-resources-plugin:1.4:process (process-remote-resources)  <at> 
isis-viewer-dnd-tck ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources

[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources)  <at>  isis-viewer-dnd-tck ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.1:compile (default-compile)  <at>  isis-viewer-dnd-tck ---
(Continue reading)


Gmane