List,

I just joined this mailing list because I've been bitten by
http://jira.codehaus.org/browse/DISPL-387 and its dupe
http://jira.codehaus.org/browse/DISPL-388 and I'd like to fix the problem.
 It doesn't look difficult.  I'd planned to fix the problem in trunk and
then back port a patch to 1.2 and use that until the next release.  My
problem is that trunk's build currently fails.  Maven says:

Results :

Failed tests:
  testEnsureOnlyListsAreHandled(org.displaytag.pagination.PaginationHelperTest)
  testGetSublistOtherPage(org.displaytag.pagination.PaginationHelperTest)
  testGetSublistFirstPage(org.displaytag.pagination.PaginationHelperTest)
  testGetSublistLastPage(org.displaytag.pagination.PaginationHelperTest)
  testGetSublistOutOfBounds(org.displaytag.pagination.PaginationHelperTest)
  
testGetSublistPageSizeBiggerThanList(org.displaytag.pagination.PaginationHelperTest)
  testGetSublistForEntirePage(org.displaytag.pagination.PaginationHelperTest)

Tests in error:
  doTest(org.displaytag.properties.TitleKeyWebWorkTest)
  doTest(org.displaytag.properties.TitleKeyStrutsTest)
  doTest(org.displaytag.properties.TitleKeyAutoColumnStrutsTest)
  doTest(org.displaytag.jsptests.Displ105Test)
  doTest(org.displaytag.properties.TitleKeyAutoColumnWebworkTest)

Tests run: 223, Failures: 7, Errors: 5, Skipped: 0

When I run the tests in the displaytag subproject.


Are there special instructions for making an assembly?  I fetched the 1.2.X
branch which passed all of its tests but didn't make a branch when I did
this in the parent directory:
mvn install
  # worked
mvn assembly:assembly
  # failed with the following message

[INFO] Copying webapp
resources[/home/nik/OpenSource/displaytag-1.2.x/displaytag-examples/src/main/webapp]
[INFO] Webapp assembled in [161 msecs]
[INFO] Building war:
/home/nik/OpenSource/displaytag-1.2.x/displaytag-examples/target/displaytag-examples-1.3-SNAPSHOT.war
[INFO] [assembly:assembly {execution: default-cli}]
[INFO] Reading assembly descriptor: src/main/assembly/bin.xml
[INFO] Reading assembly descriptor: src/main/assembly/src.xml
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to create assembly: Error creating assembly archive bin: You
must set at least one file.


Thanks in advance,

Nik Everett
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to