-
webflow jar not found
hi all...
couple questions on webflow. i ran 'install web flow' using ROO, then exited and tried to build. during build, ran into this error:
Code:
$ mvn test
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building roo-test
[INFO] task-segment: [test]
[INFO] ------------------------------------------------------------------------
Downloading: http://repository.springsource.com/maven/bundles/release/org/springframework/webflow/org.springframework.we
bflow-library/2.0.7.RELEASE/org.springframework.webflow-library-2.0.7.RELEASE.pom
Downloading: http://repository.springsource.com/maven/bundles/external/org/springframework/webflow/org.springframework.w
ebflow-library/2.0.7.RELEASE/org.springframework.webflow-library-2.0.7.RELEASE.pom
Downloading: http://repository.springsource.com/maven/bundles/milestone/org/springframework/webflow/org.springframework.
webflow-library/2.0.7.RELEASE/org.springframework.webflow-library-2.0.7.RELEASE.pom
Downloading: http://repo1.maven.org/maven2/org/springframework/webflow/org.springframework.webflow-library/2.0.7.RELEASE
/org.springframework.webflow-library-2.0.7.RELEASE.pom
Downloading: http://repository.springsource.com/maven/bundles/release/org/springframework/webflow/org.springframework.we
bflow-library/2.0.7.RELEASE/org.springframework.webflow-library-2.0.7.RELEASE.jar
Downloading: http://repository.springsource.com/maven/bundles/external/org/springframework/webflow/org.springframework.w
ebflow-library/2.0.7.RELEASE/org.springframework.webflow-library-2.0.7.RELEASE.jar
Downloading: http://repository.springsource.com/maven/bundles/milestone/org/springframework/webflow/org.springframework.
webflow-library/2.0.7.RELEASE/org.springframework.webflow-library-2.0.7.RELEASE.jar
Downloading: http://repo1.maven.org/maven2/org/springframework/webflow/org.springframework.webflow-library/2.0.7.RELEASE
/org.springframework.webflow-library-2.0.7.RELEASE.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.springframework.webflow:org.springframework.webflow-library:jar:2.0.7.RELEASE
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.springframework.webflow -DartifactId=org.springframework.webflow-library -D
version=2.0.7.RELEASE -Dpackaging=jar -Dfile=/path/to/file
obviously it's not in my m2 repo and I can add it. but, i'm just wondering if this is my problem or related to the web flow config within ROO.
also, is there a way to generate flows and have the CRUD jsps use the web flow? if so, how do we generate the jsp pages to use the appropriate flow?
thanks
-
I reproduced the problem and have logged a bug report:
http://jira.springsource.org/browse/ROO-74
Thanks for letting us know.