|
From: Lieven D. (JIRA) <no...@sp...> - 2008-11-12 20:14:41
|
[ http://jira.springframework.org/browse/RCP-583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=41066#action_41066 ]
Lieven Doclo commented on RCP-583:
----------------------------------
You're right, sorry 'bout that. I've changed the simple sample to show off the new formbuilder, which requires a formlayout... IntelliJ doesn't seem to mind, hence the mistake... Will be fixed in a jiffy
> spring-richclient-samples-simple doesn't compile
> ------------------------------------------------
>
> Key: RCP-583
> URL: http://jira.springframework.org/browse/RCP-583
> Project: Spring Rich Client Project
> Issue Type: Bug
> Affects Versions: 1.1.0
> Reporter: Johannes Schneider
> Priority: Blocker
>
> Maven cannot compile spring-richclient-samples-simple after the latest update. Seems there is missing a dependency to jgoodies forms:
> [INFO] Building Spring richclient samples
> [INFO] task-segment: [compile]
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Spring richclient simple sample
> [INFO] task-segment: [compile]
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 16 resources
> [INFO] [compiler:compile]
> [INFO] Compiling 13 source files to /home/johannes/projects/org/spring/richclient/spring-richclient-samples/spring-richclient-samples-simple/target/classes
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Compilation failure
> /home/johannes/projects/org/spring/richclient/spring-richclient-samples/spring-richclient-samples-simple/src/main/java/org/springframework/richclient/samples/simple/ui/ContactForm.java:[27,32] package com.jgoodies.forms.layout does not exist
> /home/johannes/projects/org/spring/richclient/spring-richclient-samples/spring-richclient-samples-simple/src/main/java/org/springframework/richclient/samples/simple/ui/ContactForm.java:[44,8] cannot find symbol
> symbol : class FormLayout
> location: class org.springframework.richclient.samples.simple.ui.ContactForm
> /home/johannes/projects/org/spring/richclient/spring-richclient-samples/spring-richclient-samples-simple/src/main/java/org/springframework/richclient/samples/simple/ui/ContactForm.java:[44,32] cannot find symbol
> symbol : class FormLayout
> location: class org.springframework.richclient.samples.simple.ui.ContactForm
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|